From a3d9fc7d54a14c3fe09c737066c40f2f58eaf791 Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:55:54 -0400 Subject: [PATCH 01/21] Minor Security Supply Tweak Fixes the Warden starting off with the wrong Mask Hailer. Gives regular officers mask hailers. Allows emagged consoles to order ERT armor. --- .../code/datums/supplypacks/contraband.dm | 151 ++++++++ .../crate_lockers/closets/secure/security.dm | 339 ++++++++++++++++++ .../code/modules/clothing/masks/hailer.dm | 169 +++++++++ vorestation.dme | 6 +- 4 files changed, 662 insertions(+), 3 deletions(-) create mode 100644 modular_chomp/code/datums/supplypacks/contraband.dm create mode 100644 modular_chomp/code/game/objects/structures/crate_lockers/closets/secure/security.dm create mode 100644 modular_chomp/code/modules/clothing/masks/hailer.dm diff --git a/modular_chomp/code/datums/supplypacks/contraband.dm b/modular_chomp/code/datums/supplypacks/contraband.dm new file mode 100644 index 0000000000..dbeec5351f --- /dev/null +++ b/modular_chomp/code/datums/supplypacks/contraband.dm @@ -0,0 +1,151 @@ +/* +* Here is where any supply packs that may or may not be legal +* and require modification of the supply controller live. +*/ + + +/datum/supply_pack/randomised/contraband + num_contained = 5 + contains = list( + /obj/item/seeds/bloodtomatoseed, + /obj/item/weapon/storage/pill_bottle/zoom, + /obj/item/weapon/storage/pill_bottle/happy, + /obj/item/weapon/reagent_containers/food/drinks/bottle/pwine + ) + + name = "Contraband crate" + cost = 25 + containertype = /obj/structure/closet/crate + containername = "Unlabeled crate" + contraband = 1 + group = "Supplies" + +/datum/supply_pack/security/specialops + name = "Special Ops supplies" + contains = list( + /obj/item/weapon/storage/box/emps, + /obj/item/weapon/grenade/smokebomb = 4, + /obj/item/weapon/grenade/chem_grenade/incendiary + ) + cost = 25 + containertype = /obj/structure/closet/crate/weapon + containername = "Special Ops crate" + contraband = 1 + +/datum/supply_pack/supply/moghes + name = "Moghes imports" + contains = list( + /obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew = 2, + /obj/item/weapon/reagent_containers/food/snacks/unajerky = 4 + ) + cost = 25 + containertype = /obj/structure/closet/crate/unathi + containername = "Moghes imports crate" + contraband = 1 + +/datum/supply_pack/munitions/bolt_rifles_militia + name = "Weapon - Surplus militia rifles" + contains = list( + /obj/item/weapon/gun/projectile/shotgun/pump/rifle = 3, + /obj/item/ammo_magazine/clip/c762 = 6 + ) + cost = 1000 + contraband = 1 + containertype = /obj/structure/closet/crate/hedberg + containername = "Ballistic weapons crate" + +/datum/supply_pack/randomised/misc/telecrate + name = "Confiscated equipment" + num_contained = 1 + contains = list( + list( //the operator, + /obj/item/clothing/suit/storage/vest/heavy/merc, + /obj/item/clothing/glasses/night, + /obj/item/weapon/storage/box/anti_photons + ), + list( //the indian, + /obj/item/weapon/gun/projectile/dartgun, + /obj/item/ammo_magazine/chemdart + ), + + list( //the doc, + /obj/item/weapon/storage/firstaid/combat, + /obj/item/weapon/reagent_containers/hypospray + ), + + list( //the sapper, + /obj/item/weapon/melee/energy/sword/ionic_rapier, + /obj/item/weapon/storage/box/syndie_kit/space, //doesn't matter what species you are, + /obj/item/device/multitool/ai_detector, + /obj/item/weapon/storage/toolbox/syndicate/powertools + ), + list( //the infiltrator, + /obj/item/device/chameleon, + /obj/item/weapon/storage/box/syndie_kit/chameleon, + /obj/item/device/encryptionkey/syndicate, + /obj/item/weapon/card/id/syndicate, + /obj/item/clothing/mask/gas/voice, + /obj/item/weapon/makeover + ), + list( //the professional, + /obj/item/weapon/gun/energy/ionrifle/pistol, + /obj/item/weapon/material/knife/tacknife/combatknife, + /obj/item/clothing/mask/balaclava + ) + ) + cost = 400 //price, + contraband = 1 + containertype = /obj/structure/closet/crate/large + containername = "Suspicious crate" + +/datum/supply_pack/security/bullet_resistant_plates + name = "Armor - Ballistic plates" + contains = list( + /obj/item/clothing/head/helmet/bulletproof, + /obj/item/clothing/suit/armor/pcarrier/bulletproof/full + ) + cost = 50 + containertype = /obj/structure/closet/crate/secure/heph + containername = "Ballistic armor crate" + access = access_armory + contraband = 1 + +/datum/supply_pack/security/combat_armor + name = "Armor - Combat" + contains = list( + /obj/item/clothing/head/helmet/combat, + /obj/item/clothing/suit/armor/combat, + /obj/item/clothing/gloves/arm_guard/combat, + /obj/item/clothing/shoes/leg_guard/combat + ) + cost = 40 + containertype = /obj/structure/closet/crate/secure/saare + containername = "Combat armor crate" + access = access_armory + contraband = 1 + +/datum/supply_pack/security/tactical + name = "Armor - Tactical" + containertype = /obj/structure/closet/crate/secure/saare + containername = "Tactical armor crate" + cost = 40 + access = access_armory + contains = list( + /obj/item/clothing/under/tactical, + /obj/item/clothing/suit/armor/tactical, + /obj/item/clothing/head/helmet/tactical, + /obj/item/clothing/mask/balaclava/tactical, + /obj/item/clothing/glasses/sunglasses/sechud/tactical, + /obj/item/weapon/storage/belt/security/tactical, + /obj/item/clothing/shoes/boots/jackboots, + /obj/item/clothing/gloves/black, + /obj/item/clothing/under/tactical, + /obj/item/clothing/suit/armor/tactical, + /obj/item/clothing/head/helmet/tactical, + /obj/item/clothing/mask/balaclava/tactical, + /obj/item/clothing/glasses/sunglasses/sechud/tactical, + /obj/item/weapon/storage/belt/security/tactical, + /obj/item/clothing/shoes/boots/jackboots, + /obj/item/clothing/gloves/black + ) + contraband = 1 \ No newline at end of file diff --git a/modular_chomp/code/game/objects/structures/crate_lockers/closets/secure/security.dm b/modular_chomp/code/game/objects/structures/crate_lockers/closets/secure/security.dm new file mode 100644 index 0000000000..12c2309172 --- /dev/null +++ b/modular_chomp/code/game/objects/structures/crate_lockers/closets/secure/security.dm @@ -0,0 +1,339 @@ +/obj/structure/closet/secure_closet/captains + name = "site manager's locker" + req_access = list(access_captain) + closet_appearance = /decl/closet_appearance/secure_closet/command + + starts_with = list( + /obj/item/weapon/storage/backpack/dufflebag/captain, + /obj/item/clothing/head/helmet, + /obj/item/clothing/suit/storage/vest, + /obj/item/weapon/cartridge/captain, + /obj/item/weapon/storage/lockbox/medal, + /obj/item/device/radio/headset/heads/captain, + /obj/item/device/radio/headset/heads/captain/alt, + /obj/item/weapon/gun/energy/gun, + /obj/item/weapon/melee/telebaton, + /obj/item/device/flash, + /obj/item/weapon/storage/box/ids) + + +/obj/structure/closet/secure_closet/hop + name = "head of personnel's locker" + req_access = list(access_hop) + closet_appearance = /decl/closet_appearance/secure_closet/command/hop + + starts_with = list( + /obj/item/clothing/suit/storage/vest, + /obj/item/clothing/head/helmet, + /obj/item/weapon/cartridge/hop, + /obj/item/device/radio/headset/heads/hop, + /obj/item/device/radio/headset/heads/hop/alt, + /obj/item/weapon/storage/box/ids = 2, + /obj/item/weapon/gun/energy/gun/compact, + /obj/item/weapon/storage/box/commandkeys, + /obj/item/weapon/storage/box/servicekeys, + /obj/item/device/flash) + +/obj/structure/closet/secure_closet/hop2 + name = "head of personnel's attire" + req_access = list(access_hop) + closet_appearance = /decl/closet_appearance/secure_closet/command/hop + + starts_with = list( + /obj/item/clothing/under/rank/head_of_personnel, + /obj/item/clothing/under/dress/dress_hop, + /obj/item/clothing/under/dress/dress_hr, + /obj/item/clothing/under/lawyer/female, + /obj/item/clothing/under/lawyer/black, + /obj/item/clothing/under/lawyer/black/skirt, + /obj/item/clothing/under/lawyer/red, + /obj/item/clothing/under/lawyer/red/skirt, + /obj/item/clothing/under/lawyer/oldman, + /obj/item/clothing/under/rank/neo_hop, + /obj/item/clothing/under/rank/neo_hop_skirt, + /obj/item/clothing/under/rank/neo_hop_parade_masc, + /obj/item/clothing/under/rank/neo_hop_parade_fem, + /obj/item/clothing/under/rank/neo_hop_turtle, + /obj/item/clothing/under/rank/neo_hop_turtle_skirt, + /obj/item/clothing/under/rank/neo_cmd_gorka, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_hopformal, + /obj/item/clothing/suit/storage/toggle/labcoat/neo_civ_dep, + /obj/item/clothing/shoes/brown, + /obj/item/clothing/shoes/black, + /obj/item/clothing/shoes/laceup, + /obj/item/clothing/shoes/laceup/brown, + /obj/item/clothing/shoes/white, + /obj/item/clothing/under/rank/head_of_personnel_whimsy, + /obj/item/clothing/head/caphat/hop, + /obj/item/clothing/under/suit_jacket/teal, + /obj/item/clothing/under/suit_jacket/teal/skirt, + /obj/item/clothing/glasses/sunglasses, + /obj/item/clothing/suit/storage/hooded/wintercoat/hop, + /obj/item/clothing/head/caphat/hop/beret, + /obj/item/clothing/head/caphat/hop/beret/white) + + +/obj/structure/closet/secure_closet/hos + name = "head of security's locker" + req_access = list(access_hos) + storage_capacity = 2.5 * MOB_MEDIUM + closet_appearance = /decl/closet_appearance/secure_closet/security/hos + + starts_with = list( + /obj/item/clothing/head/helmet/HoS, + /obj/item/clothing/head/helmet/HoS/hat, + /obj/item/clothing/suit/storage/vest/hos, + /obj/item/clothing/under/rank/head_of_security/jensen, + /obj/item/clothing/under/rank/head_of_security/corp, + /obj/item/clothing/suit/storage/vest/hoscoat/jensen, + /obj/item/clothing/suit/storage/vest/hoscoat, + /obj/item/clothing/head/helmet/dermal, + /obj/item/weapon/cartridge/hos, + /obj/item/device/radio/headset/heads/hos, + /obj/item/device/radio/headset/heads/hos/alt, + /obj/item/clothing/glasses/sunglasses/sechud, + /obj/item/taperoll/police, + /obj/item/weapon/shield/riot, + /obj/item/weapon/shield/riot/tele, + /obj/item/weapon/storage/box/holobadge/hos, + /obj/item/clothing/accessory/badge/holo/hos, + /obj/item/weapon/reagent_containers/spray/pepper, + /obj/item/weapon/tool/crowbar/red, + /obj/item/weapon/storage/box/flashbangs, + /obj/item/weapon/storage/belt/security, + /obj/item/device/flash, + /obj/item/weapon/melee/baton/loaded, + /obj/item/weapon/gun/magnetic/railgun/heater/pistol/hos, + /obj/item/weapon/rcd_ammo/large, + /obj/item/weapon/cell/device/weapon, + /obj/item/clothing/accessory/holster/waist, + /obj/item/weapon/melee/telebaton, + /obj/item/clothing/head/beret/sec/corporate/hos, + /obj/item/clothing/suit/storage/hooded/wintercoat/security, + /obj/item/clothing/suit/storage/hooded/wintercoat/security/hos, + /obj/item/clothing/shoes/boots/winter/security, + /obj/item/device/flashlight/maglight, + /obj/item/clothing/mask/gas/half, + /obj/item/clothing/mask/gas/sechailer/swat/hos) + +/obj/structure/closet/secure_closet/hos/Initialize() + if(prob(50)) + starts_with += /obj/item/weapon/storage/backpack/security + else + starts_with += /obj/item/weapon/storage/backpack/satchel/sec + if(prob(50)) + starts_with += /obj/item/weapon/storage/backpack/dufflebag/sec + return ..() + + +/obj/structure/closet/secure_closet/warden + name = "warden's locker" + storage_capacity = 42 + req_access = list(access_armory) + closet_appearance = /decl/closet_appearance/secure_closet/security/warden + + starts_with = list( + /obj/item/clothing/suit/storage/vest/warden, + /obj/item/clothing/under/rank/warden, + /obj/item/clothing/under/rank/warden/corp, + /obj/item/clothing/suit/storage/vest/wardencoat, + /obj/item/clothing/suit/storage/vest/wardencoat/alt, + /obj/item/clothing/suit/storage/vest/wardencoat/alt2, //VOREStation Add, + /obj/item/clothing/head/helmet/dermal, + /obj/item/clothing/head/helmet/warden, + /obj/item/clothing/head/helmet/warden/hat, + /obj/item/clothing/under/rank/neo_warden_red, + /obj/item/clothing/under/rank/neo_warden_red_skirt, + /obj/item/clothing/under/rank/neo_warden_blue, + /obj/item/clothing/suit/storage/vest/wardencoat/neo_armsco_trench, + /obj/item/clothing/suit/storage/vest/wardencoat/neo_bluewarden, + /obj/item/clothing/suit/storage/vest/wardencoat/neo_warden_heavy, + /obj/item/clothing/under/rank/neo_sec_gorka, + /obj/item/weapon/cartridge/security, + /obj/item/device/radio/headset/headset_sec, + /obj/item/device/radio/headset/headset_sec/alt, + /obj/item/clothing/glasses/sunglasses/sechud, + /obj/item/taperoll/police, + /obj/item/clothing/accessory/badge/holo/warden, + /obj/item/weapon/storage/box/flashbangs, + /obj/item/weapon/storage/belt/security, + /obj/item/weapon/reagent_containers/spray/pepper, + /obj/item/weapon/melee/baton/loaded, + /obj/item/weapon/gun/energy/gun, + /obj/item/weapon/cell/device/weapon, + /obj/item/weapon/storage/box/holobadge, + /obj/item/clothing/head/beret/sec/corporate/warden, + /obj/item/clothing/suit/storage/hooded/wintercoat/security, + /obj/item/clothing/shoes/boots/winter/security, + /obj/item/device/flashlight/maglight, + /obj/item/device/megaphone, + /obj/item/clothing/mask/gas/sechailer/swat/warden, + /obj/item/weapon/gun/projectile/revolvershotgun, + /obj/item/ammo_magazine/m12gdrumjack/beanbag, + /obj/item/ammo_magazine/m12gdrumjack/beanbag, + /obj/item/device/ticket_printer, //CHOMPStation addition + /obj/item/device/retail_scanner/security //CHOMPStation addition + ) + +/obj/structure/closet/secure_closet/warden/Initialize() + if(prob(50)) + starts_with += /obj/item/weapon/storage/backpack/security + else + starts_with += /obj/item/weapon/storage/backpack/satchel/sec + if(prob(50)) + starts_with += /obj/item/weapon/storage/backpack/dufflebag/sec + return ..() + +/obj/structure/closet/secure_closet/security + name = "security officer's locker" + req_access = list(access_brig) + closet_appearance = /decl/closet_appearance/secure_closet/security + + starts_with = list( + /obj/item/clothing/suit/storage/vest/officer, + /obj/item/clothing/head/helmet, + /obj/item/clothing/mask/gas/sechailer/swat/officer, + /obj/item/weapon/cartridge/security, + /obj/item/device/radio/headset/headset_sec, + /obj/item/device/radio/headset/headset_sec/alt, + /obj/item/weapon/storage/belt/security, + /obj/item/device/flash, + /obj/item/weapon/reagent_containers/spray/pepper, + /obj/item/weapon/grenade/flashbang, + /obj/item/weapon/melee/baton/loaded, + /obj/item/clothing/glasses/sunglasses/sechud, + /obj/item/taperoll/police, + /obj/item/device/hailer, + /obj/item/device/flashlight/flare, + /obj/item/clothing/accessory/storage/black_vest, + /obj/item/clothing/head/soft/sec/corp, + /obj/item/clothing/under/rank/security/corp, + /obj/item/ammo_magazine/m45/rubber, + /obj/item/weapon/gun/energy/taser, + /obj/item/weapon/cell/device/weapon, + /obj/item/clothing/suit/storage/hooded/wintercoat/security, + /obj/item/clothing/shoes/boots/winter/security, + /obj/item/device/flashlight/maglight, + /obj/item/device/holowarrant, //CHOMPStation addition + /obj/item/device/retail_scanner/security, //CHOMPStation addition + /obj/item/clothing/glasses/hud/security, //CHOMPStation addition + /obj/item/device/ticket_printer //CHOMPStation addition + ) + +/obj/structure/closet/secure_closet/security/Initialize() + if(prob(50)) + starts_with += /obj/item/weapon/storage/backpack/security + else + starts_with += /obj/item/weapon/storage/backpack/satchel/sec + if(prob(50)) + starts_with += /obj/item/weapon/storage/backpack/dufflebag/sec + if(prob(30)) + starts_with += /obj/item/poster/nanotrasen + return ..() + +/obj/structure/closet/secure_closet/security/cargo/Initialize() + starts_with += /obj/item/clothing/accessory/armband/cargo + starts_with += /obj/item/device/encryptionkey/headset_cargo + return ..() + +/obj/structure/closet/secure_closet/security/engine/Initialize() + starts_with += /obj/item/clothing/accessory/armband/engine + starts_with += /obj/item/device/encryptionkey/headset_eng + return ..() + +/obj/structure/closet/secure_closet/security/science/Initialize() + starts_with += /obj/item/clothing/accessory/armband/science + starts_with += /obj/item/device/encryptionkey/headset_sci + return ..() + +/obj/structure/closet/secure_closet/security/med/Initialize() + starts_with += /obj/item/clothing/accessory/armband/medblue + starts_with += /obj/item/device/encryptionkey/headset_med + return ..() + + +/obj/structure/closet/secure_closet/detective + name = "detective's cabinet" + req_access = list(access_forensics_lockers) + closet_appearance = /decl/closet_appearance/cabinet/secure + + open_sound = 'sound/effects/wooden_closet_open.ogg' + close_sound = 'sound/effects/wooden_closet_close.ogg' + + starts_with = list( + /obj/item/clothing/accessory/badge/holo/detective, + /obj/item/clothing/gloves/forensic, //CHOMP Edit replaces black gloves + /obj/item/gunbox, //CHOMP Edit undoes vorestation removal and adds back gunbox + /obj/item/gunbox/stun, + /obj/item/weapon/storage/belt/detective, + /obj/item/weapon/storage/box/evidence, + /obj/item/device/radio/headset/headset_sec, + /obj/item/device/radio/headset/headset_sec/alt, + /obj/item/clothing/suit/storage/vest/detective, + /obj/item/taperoll/police, + /obj/item/clothing/accessory/holster/armpit, + /obj/item/device/flashlight/maglight, + /obj/item/weapon/reagent_containers/food/drinks/flask/detflask, + /obj/item/weapon/storage/briefcase/crimekit, + /obj/item/device/taperecorder, + /obj/item/weapon/storage/bag/detective, + /obj/item/device/tape/random = 3, + /obj/item/device/retail_scanner/security, //CHOMPStation addition + /obj/item/clothing/glasses/hud/security //CHOMPStation addition + ) + +/obj/structure/closet/secure_closet/injection + name = "lethal injections locker" + req_access = list(access_captain) + closet_appearance = /decl/closet_appearance/secure_closet/courtroom + + starts_with = list( + /obj/item/weapon/reagent_containers/syringe/ld50_syringe/choral = 2) + +GLOBAL_LIST_BOILERPLATE(all_brig_closets, /obj/structure/closet/secure_closet/brig) + +/obj/structure/closet/secure_closet/brig + name = "brig locker" + req_access = list(access_brig) + closet_appearance = /decl/closet_appearance/secure_closet/brig + anchored = TRUE + var/id = null + + starts_with = list( + /obj/item/clothing/under/color/prison, + /obj/item/clothing/shoes/orange) + +/obj/structure/closet/secure_closet/posters + name = "morale storage" + req_access = list(access_security) + anchored = TRUE + + starts_with = list( + /obj/item/poster/nanotrasen, + /obj/item/poster/nanotrasen, + /obj/item/poster/nanotrasen, + /obj/item/poster/nanotrasen, + /obj/item/poster/nanotrasen) + +/obj/structure/closet/secure_closet/courtroom + name = "courtroom locker" + req_access = list(access_lawyer) + closet_appearance = /decl/closet_appearance/secure_closet/courtroom + + starts_with = list( + /obj/item/clothing/shoes/brown, + /obj/item/weapon/paper/Court = 3, + /obj/item/weapon/pen, + /obj/item/clothing/suit/judgerobe, + /obj/item/clothing/head/powdered_wig, + /obj/item/weapon/storage/briefcase) + + +/obj/structure/closet/secure_closet/wall + name = "wall locker" + req_access = list(access_security) + closet_appearance = /decl/closet_appearance/wall + density = TRUE + + //too small to put a man in + large = 0 diff --git a/modular_chomp/code/modules/clothing/masks/hailer.dm b/modular_chomp/code/modules/clothing/masks/hailer.dm new file mode 100644 index 0000000000..3f7cc57fd3 --- /dev/null +++ b/modular_chomp/code/modules/clothing/masks/hailer.dm @@ -0,0 +1,169 @@ +/obj/item/clothing/mask/gas/sechailer + name = "hailer face mask" + desc = "A compact, durable gas mask that can be connected to an air supply. This one possesses a security hailer." + description_info = "This mask has a hailer attached, you can activate it on the button or use the Halt! verb, for switching phrases you can alt+click it or change it using the change phrase verb." + icon_state = "halfgas" + armor = list(melee = 10, bullet = 10, laser = 10, energy = 0, bomb = 0, bio = 55, rad = 0) + action_button_name = "HALT!" + body_parts_covered = FACE + var/obj/item/device/hailer/hailer + var/cooldown = 0 + var/phrase = 1 + var/aggressiveness = 1 + var/safety = 1 + var/list/phrase_list = list( + "halt" = "HALT! HALT! HALT! HALT!", + "bobby" = "Stop in the name of the Law.", + "compliance" = "Compliance is in your best interest.", + "justice" = "Prepare for justice!", + "running" = "Running will only increase your sentence.", + "dontmove" = "Don't move, Creep!", + "floor" = "Down on the floor, Creep!", + "robocop" = "Dead or alive you're coming with me.", + "god" = "God made today for the crooks we could not catch yesterday.", + "freeze" = "Freeze, Scum Bag!", + "imperial" = "Stop right there, criminal scum!", + "bash" = "Stop or I'll bash you.", + "harry" = "Go ahead, make my day.", + "asshole" = "Stop breaking the law, asshole.", + "stfu" = "You have the right to shut the fuck up", + "shutup" = "Shut up crime!", + "super" = "Face the wrath of the golden bolt.", + "dredd" = "I am, the LAW!" + ) + +/obj/item/clothing/mask/gas/sechailer/swat/hos + name = "\improper HOS SWAT mask" + desc = "A close-fitting tactical mask with an especially aggressive Compli-o-nator 3000. It has a tan stripe." + icon_state = "hosmask" + + +/obj/item/clothing/mask/gas/sechailer/swat/warden + name = "\improper Warden SWAT mask" + desc = "A close-fitting tactical mask with an especially aggressive Compli-o-nator 3000. It has a blue stripe." + icon_state = "wardenmask" + +/obj/item/clothing/mask/gas/sechailer/swat/officer //Just a little nicer to begin with. Can always up the anger with a screwdriver! + aggressiveness = 1 + phrase = 1 + +/obj/item/clothing/mask/gas/sechailer/swat + name = "\improper SWAT mask" + desc = "A close-fitting tactical mask with an especially aggressive Compli-o-nator 3000." + icon_state = "officermask" + body_parts_covered = HEAD|FACE|EYES + flags_inv = HIDEFACE|BLOCKHAIR + aggressiveness = 3 + phrase = 12 + + +/obj/item/clothing/mask/gas/sechailer/ui_action_click() + halt() + +/obj/item/clothing/mask/gas/sechailer/AltClick(mob/user) + selectphrase() + +/obj/item/clothing/mask/gas/sechailer/verb/selectphrase() + set name = "Select gas mask phrase" + set category = "Object" + set desc = "Alter the message shouted by your complionator gas mask." + + var/key = phrase_list[phrase] + var/message = phrase_list[key] + + if (!safety) + to_chat(usr, "You set the restrictor to: FUCK YOUR CUNT YOU SHIT EATING COCKSUCKER MAN EAT A DONG FUCKING ASS RAMMING SHIT FUCK EAT PENISES IN YOUR FUCK FACE AND SHIT OUT ABORTIONS OF FUCK AND DO SHIT IN YOUR ASS YOU COCK FUCK SHIT MONKEY FUCK ASS WANKER FROM THE DEPTHS OF SHIT.") + return + switch(aggressiveness) + if(1) + phrase = (phrase < 6) ? (phrase + 1) : 1 + key = phrase_list[phrase] + message = phrase_list[key] + to_chat(usr,"You set the restrictor to: [message]") + if(2) + phrase = (phrase < 11 && phrase >= 7) ? (phrase + 1) : 7 + key = phrase_list[phrase] + message = phrase_list[key] + to_chat(usr,"You set the restrictor to: [message]") + if(3) + phrase = (phrase < 18 && phrase >= 12 ) ? (phrase + 1) : 12 + key = phrase_list[phrase] + message = phrase_list[key] + to_chat(usr,"You set the restrictor to: [message]") + if(4) + phrase = (phrase < 18 && phrase >= 1 ) ? (phrase + 1) : 1 + key = phrase_list[phrase] + message = phrase_list[key] + to_chat(usr,"You set the restrictor to: [message]") + else + to_chat(usr, "It's broken.") + +/obj/item/clothing/mask/gas/sechailer/emag_act(mob/user) + if(safety) + safety = 0 + to_chat(user, "You silently fry [src]'s vocal circuit with the cryptographic sequencer.") + else + return + +/obj/item/clothing/mask/gas/sechailer/attackby(obj/item/I, mob/user) + if(I.is_screwdriver()) + switch(aggressiveness) + if(1) + to_chat(user, "You set the aggressiveness restrictor to the second position.") + aggressiveness = 2 + phrase = 7 + if(2) + to_chat(user, "You set the aggressiveness restrictor to the third position.") + aggressiveness = 3 + phrase = 13 + if(3) + to_chat(user, "You set the aggressiveness restrictor to the fourth position.") + aggressiveness = 4 + phrase = 1 + if(4) + to_chat(user, "You set the aggressiveness restrictor to the first position.") + aggressiveness = 1 + phrase = 1 + if(5) + to_chat(user, "You adjust the restrictor but nothing happens, probably because its broken.") + if(I.is_wirecutter()) + if(aggressiveness != 5) + to_chat(user, "You broke it!") + aggressiveness = 5 + if(I.is_crowbar()) + if(!hailer) + to_chat(user, "This mask has an integrated hailer, you can't remove it!") + else + var/obj/N = new /obj/item/clothing/mask/gas/half(src.loc) + playsound(src, 'sound/items/Screwdriver.ogg', 50, 1) + N.fingerprints = src.fingerprints + N.fingerprintshidden = src.fingerprintshidden + N.fingerprintslast = src.fingerprintslast + N.suit_fibers = src.suit_fibers + if(!isturf(N.loc)) + user.put_in_hands(hailer) + user.put_in_hands(N) + else + hailer.loc = N.loc + qdel(src) + return + ..() + +/obj/item/clothing/mask/gas/sechailer/verb/halt() + set name = "HALT!" + set category = "Objects" + set desc = "Activate your face mask hailer." + var/key = phrase_list[phrase] + var/message = phrase_list[key] + + if(cooldown < world.time - 35) // A cooldown, to stop people being jerks + if(!safety) + message = "FUCK YOUR CUNT YOU SHIT EATING COCKSUCKER MAN EAT A DONG FUCKING ASS RAMMING SHIT FUCK EAT PENISES IN YOUR FUCK FACE AND SHIT OUT ABORTIONS OF FUCK AND DO SHIT IN YOUR ASS YOU COCK FUCK SHIT MONKEY FUCK ASS WANKER FROM THE DEPTHS OF SHIT." + usr.visible_message("[usr]'s Compli-o-Nator: [message]") + playsound(src, 'sound/voice/binsult.ogg', 50, 0, 4) //Future sound channel = something like SFX + cooldown = world.time + return + + usr.visible_message("[usr]'s Compli-o-Nator: [message]") + playsound(src, "sound/voice/complionator/[key].ogg", 50, 0, 4) //future sound channel = something like SFX + cooldown = world.time \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index 90ea5ab8ab..cc23f7c70c 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -480,7 +480,6 @@ #include "code\datums\roundstats\departmentgoal.dm" #include "code\datums\roundstats\roundstats.dm" #include "code\datums\supplypacks\atmospherics.dm" -#include "code\datums\supplypacks\contraband.dm" #include "code\datums\supplypacks\contraband_vr.dm" #include "code\datums\supplypacks\costumes.dm" #include "code\datums\supplypacks\costumes_vr.dm" @@ -1669,7 +1668,6 @@ #include "code\game\objects\structures\crates_lockers\closets\secure\personal.dm" #include "code\game\objects\structures\crates_lockers\closets\secure\scientist.dm" #include "code\game\objects\structures\crates_lockers\closets\secure\secure_closets.dm" -#include "code\game\objects\structures\crates_lockers\closets\secure\security.dm" #include "code\game\objects\structures\crates_lockers\closets\secure\security_vr.dm" #include "code\game\objects\structures\flora\flora.dm" #include "code\game\objects\structures\flora\flora_vr.dm" @@ -2138,7 +2136,6 @@ #include "code\modules\clothing\masks\breath_vr.dm" #include "code\modules\clothing\masks\gasmask.dm" #include "code\modules\clothing\masks\gasmask_vr.dm" -#include "code\modules\clothing\masks\hailer.dm" #include "code\modules\clothing\masks\miscellaneous.dm" #include "code\modules\clothing\masks\miscellaneous_vr.dm" #include "code\modules\clothing\masks\shiny_vr.dm" @@ -4556,6 +4553,7 @@ #include "modular_chomp\code\datums\components\gargoyle.dm" #include "modular_chomp\code\datums\interfaces\appearance.dm" #include "modular_chomp\code\datums\outfits\jobs\noncrew.dm" +#include "modular_chomp\code\datums\supplypacks\contraband.dm" #include "modular_chomp\code\datums\supplypacks\medical.dm" #include "modular_chomp\code\datums\supplypacks\science.dm" #include "modular_chomp\code\datums\supplypacks\security.dm" @@ -4583,6 +4581,7 @@ #include "modular_chomp\code\game\objects\structures\loot_pile.dm" #include "modular_chomp\code\game\objects\structures\watercloset_ch.dm" #include "modular_chomp\code\game\objects\structures\crate_lockers\largecrate.dm" +#include "modular_chomp\code\game\objects\structures\crate_lockers\closets\secure\security.dm" #include "modular_chomp\code\game\turfs\turf.dm" #include "modular_chomp\code\game\turfs\simulated\outdoors\desert_planet.dm" #include "modular_chomp\code\matrices\color_matrix.dm" @@ -4599,6 +4598,7 @@ #include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_xeno.dm" #include "modular_chomp\code\modules\clothing\clothing.dm" #include "modular_chomp\code\modules\clothing\clothing_icons.dm" +#include "modular_chomp\code\modules\clothing\masks\hailer.dm" #include "modular_chomp\code\modules\clothing\spacesuits\rig\.behemoth.dm" #include "modular_chomp\code\modules\clothing\spacesuits\rig\clockwork_ch.dm" #include "modular_chomp\code\modules\clothing\spacesuits\rig\precursor.dm" From 5ce5cba5d7d28fa4b05545b05e5000903bacfaa9 Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Sun, 2 Jul 2023 18:55:15 -0400 Subject: [PATCH 02/21] Removed the "ERT" stuff Just looking to get this merged ASAP. --- .../code/datums/supplypacks/contraband.dm | 52 ------------------- 1 file changed, 52 deletions(-) diff --git a/modular_chomp/code/datums/supplypacks/contraband.dm b/modular_chomp/code/datums/supplypacks/contraband.dm index dbeec5351f..9ebdc4d3eb 100644 --- a/modular_chomp/code/datums/supplypacks/contraband.dm +++ b/modular_chomp/code/datums/supplypacks/contraband.dm @@ -97,55 +97,3 @@ contraband = 1 containertype = /obj/structure/closet/crate/large containername = "Suspicious crate" - -/datum/supply_pack/security/bullet_resistant_plates - name = "Armor - Ballistic plates" - contains = list( - /obj/item/clothing/head/helmet/bulletproof, - /obj/item/clothing/suit/armor/pcarrier/bulletproof/full - ) - cost = 50 - containertype = /obj/structure/closet/crate/secure/heph - containername = "Ballistic armor crate" - access = access_armory - contraband = 1 - -/datum/supply_pack/security/combat_armor - name = "Armor - Combat" - contains = list( - /obj/item/clothing/head/helmet/combat, - /obj/item/clothing/suit/armor/combat, - /obj/item/clothing/gloves/arm_guard/combat, - /obj/item/clothing/shoes/leg_guard/combat - ) - cost = 40 - containertype = /obj/structure/closet/crate/secure/saare - containername = "Combat armor crate" - access = access_armory - contraband = 1 - -/datum/supply_pack/security/tactical - name = "Armor - Tactical" - containertype = /obj/structure/closet/crate/secure/saare - containername = "Tactical armor crate" - cost = 40 - access = access_armory - contains = list( - /obj/item/clothing/under/tactical, - /obj/item/clothing/suit/armor/tactical, - /obj/item/clothing/head/helmet/tactical, - /obj/item/clothing/mask/balaclava/tactical, - /obj/item/clothing/glasses/sunglasses/sechud/tactical, - /obj/item/weapon/storage/belt/security/tactical, - /obj/item/clothing/shoes/boots/jackboots, - /obj/item/clothing/gloves/black, - /obj/item/clothing/under/tactical, - /obj/item/clothing/suit/armor/tactical, - /obj/item/clothing/head/helmet/tactical, - /obj/item/clothing/mask/balaclava/tactical, - /obj/item/clothing/glasses/sunglasses/sechud/tactical, - /obj/item/weapon/storage/belt/security/tactical, - /obj/item/clothing/shoes/boots/jackboots, - /obj/item/clothing/gloves/black - ) - contraband = 1 \ No newline at end of file From 617de0a58a8dacdc8049f9522e56376b91a9ab0d Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Sun, 2 Jul 2023 20:08:19 -0400 Subject: [PATCH 03/21] Fixes missing Sprite Yay --- icons/inventory/face/mob_vr.dmi | Bin 45147 -> 46243 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/inventory/face/mob_vr.dmi b/icons/inventory/face/mob_vr.dmi index 6270461d76ac30489d20906cf98a56a3988b3330..a4d9154749be3975e955dd312467f8915d0dfc12 100644 GIT binary patch delta 9695 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 delta 8590 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 From 19550009ce8f249c3d61838eb30a88f01e1ff444 Mon Sep 17 00:00:00 2001 From: Casey Date: Mon, 3 Jul 2023 06:21:45 -0400 Subject: [PATCH 04/21] Tweaks and tidying --- code/_helpers/global_lists_vr.dm | 12 +- .../objects/effects/semirandom_mobs_vr.dm | 62 +- .../objects/items/devices/denecrotizer_vr.dm | 2 +- .../objects/items/weapons/capture_crystal.dm | 30 +- code/game/objects/micro_structures.dm | 2 +- code/game/objects/mob_spawner_vr.dm | 2 +- code/game/objects/random/mob_vr.dm | 2 +- .../crates_lockers/largecrate_vr.dm | 24 +- .../objects/structures/ghost_pods/event_vr.dm | 15 + code/game/turfs/flooring/seasonal.dm | 28 +- code/modules/casino/spawnergrenade_casino.dm | 4 +- code/modules/food/food/snacks.dm | 4 +- code/modules/mob/living/simple_mob/sd_pets.dm | 6 +- .../subtypes/animal/farm animals/chicken.dm | 2 +- .../living/simple_mob/subtypes/vore/jelly.dm | 13 +- .../subtypes/vore/mobs_monsters/clowns/Big.dm | 6 +- .../vore/mobs_monsters/clowns/Clowns.dm | 2 +- .../vore/mobs_monsters/clowns/bigclowns.dm | 46 +- .../subtypes/vore/mobs_monsters/clowns/bus.dm | 6 +- .../vore/mobs_monsters/clowns/busclowns.dm | 44 +- .../vore/mobs_monsters/clowns/c_shift.dm | 12 +- .../vore/mobs_monsters/clowns/hespawner.dm | 4 +- .../mobs_monsters/clowns/honkelemental.dm | 6 +- .../mobs_monsters/clowns/regularclowns.dm | 48 +- .../simple_mob/subtypes/vore/morph/morph.dm | 56 +- .../living/simple_mob/subtypes/vore/otie.dm | 54 +- .../living/simple_mob/subtypes/vore/wolf.dm | 24 +- .../subtypes/vore/zz_vore_overrides.dm | 5 - code/modules/mob/theme_lists.dm | 10 + code/modules/rogueminer_vr/controller.dm | 8 +- code/modules/rogueminer_vr/roguemines_mobs.dm | 4 +- code/modules/telesci/telesci_computer.dm | 8 +- code/modules/vore/eating/belly_obj_vr.dm | 4 +- code/modules/vore/eating/living_vr.dm | 4 +- code/modules/vore/mouseray.dm | 16 +- .../artifacts/replicator_vr.dm | 6 +- maps/expedition_vr/aerostat/_aerostat.dm | 8 + .../aerostat/_aerostat_science_outpost.dm | 2 +- maps/gateway_archive_vr/snow_outpost.dm | 2 +- maps/gateway_vr/snow_outpost.dm | 2 +- maps/gateway_vr/snowfield.dm | 4 +- maps/gateway_vr/wildwest.dm | 8 +- maps/gateway_vr/zoo.dmm | 2 +- maps/stellar_delight/stellar_delight2.dmm | 2 +- .../surface_submaps/plains/emptycabin.dmm | 328 +++ .../surface_submaps/plains/greatwolfden.dmm | 1597 ++++++++++++++ .../plains/leopardmanderden.dmm | 1055 ++++++++++ .../surface_submaps/plains/otieshelter.dmm | 1095 ++++++++++ .../surface_submaps/wilderness/dogbase.dmm | 1866 +++++++++++++++++ .../surface_submaps/wilderness/dogbaseAlt.dmm | 123 ++ .../surface_submaps/wilderness/emptycabin.dmm | 2 +- .../wilderness/greatwolfden.dmm | 1567 ++++++++++++++ .../wilderness/leopardmanderden.dmm | 2 +- .../wilderness/otieshelter.dmm | 1073 ++++++++++ .../underdark_pois/rykka_easter_egg.dmm | 2 +- .../underdark_pois/underdark_things.dm | 2 +- .../submaps/underdark_pois/wolf_den.dmm | 4 +- maps/yw/submaps/gateway/snowfield.dm | 4 +- vorestation.dme | 1 + 59 files changed, 9044 insertions(+), 288 deletions(-) create mode 100644 code/modules/mob/theme_lists.dm create mode 100644 maps/submaps/surface_submaps/plains/emptycabin.dmm create mode 100644 maps/submaps/surface_submaps/plains/greatwolfden.dmm create mode 100644 maps/submaps/surface_submaps/plains/leopardmanderden.dmm create mode 100644 maps/submaps/surface_submaps/plains/otieshelter.dmm diff --git a/code/_helpers/global_lists_vr.dm b/code/_helpers/global_lists_vr.dm index 17fb795809..27e000d0ba 100644 --- a/code/_helpers/global_lists_vr.dm +++ b/code/_helpers/global_lists_vr.dm @@ -728,15 +728,15 @@ var/global/list/xenobio_gold_mobs_hostile = list( /mob/living/simple_mob/vore/aggressive/dino, /mob/living/simple_mob/vore/aggressive/dragon, /mob/living/simple_mob/vore/aggressive/frog, - /mob/living/simple_mob/otie, - /mob/living/simple_mob/otie/red, + /mob/living/simple_mob/vore/otie, + /mob/living/simple_mob/vore/otie/red, /mob/living/simple_mob/vore/aggressive/panther, /mob/living/simple_mob/vore/aggressive/rat, /mob/living/simple_mob/vore/aggressive/giant_snake, /mob/living/simple_mob/vore/sect_drone, /mob/living/simple_mob/vore/sect_queen, /mob/living/simple_mob/vore/weretiger, - /mob/living/simple_mob/animal/wolf, + /mob/living/simple_mob/vore/wolf, /mob/living/simple_mob/vore/xeno_defanged) var/global/list/xenobio_gold_mobs_bosses = list( @@ -783,7 +783,7 @@ var/global/list/xenobio_gold_mobs_safe = list( /mob/living/simple_mob/vore/fennix, /mob/living/simple_mob/vore/hippo, /mob/living/simple_mob/vore/horse, - /mob/living/simple_mob/animal/space/jelly, + /mob/living/simple_mob/vore/jelly, /mob/living/simple_mob/vore/oregrub, /mob/living/simple_mob/vore/oregrub/lava, /mob/living/simple_mob/vore/rabbit, @@ -935,14 +935,14 @@ var/global/list/event_wildlife_roaming = list( list( list(/mob/living/simple_mob/vore/aggressive/frog = 1), list(/mob/living/simple_mob/tomato = 1), - list(/mob/living/simple_mob/animal/wolf = 1), + list(/mob/living/simple_mob/vore/wolf = 1), list(/mob/living/simple_mob/vore/aggressive/dino = 1), list(/mob/living/simple_mob/animal/space/bats = 1) ), list( list(/mob/living/simple_mob/animal/space/bear = 1), list(/mob/living/simple_mob/vore/aggressive/deathclaw = 1), - list(/mob/living/simple_mob/otie = 1), + list(/mob/living/simple_mob/vore/otie = 1), list(/mob/living/simple_mob/vore/aggressive/panther = 1), list(/mob/living/simple_mob/vore/aggressive/rat = 1), list(/mob/living/simple_mob/vore/aggressive/giant_snake = 1), diff --git a/code/game/objects/effects/semirandom_mobs_vr.dm b/code/game/objects/effects/semirandom_mobs_vr.dm index 343bf77e7f..1143078536 100644 --- a/code/game/objects/effects/semirandom_mobs_vr.dm +++ b/code/game/objects/effects/semirandom_mobs_vr.dm @@ -56,8 +56,8 @@ var/global/list/semirandom_mob_spawner_decisions = list() list(/mob/living/simple_mob/animal/passive/tindalos), list(/mob/living/simple_mob/animal/passive/yithian), list( - /mob/living/simple_mob/animal/wolf = 10, - /mob/living/simple_mob/animal/wolf/direwolf = 5, + /mob/living/simple_mob/vore/wolf = 10, + /mob/living/simple_mob/vore/wolf/direwolf = 5, /mob/living/simple_mob/vore/greatwolf = 1, /mob/living/simple_mob/vore/greatwolf/black = 1, /mob/living/simple_mob/vore/greatwolf/grey = 1 @@ -75,10 +75,10 @@ var/global/list/semirandom_mob_spawner_decisions = list() /mob/living/simple_mob/animal/space/bear/brown ), list( - /mob/living/simple_mob/otie/feral, - /mob/living/simple_mob/otie/feral/chubby, - /mob/living/simple_mob/otie/red, - /mob/living/simple_mob/otie/red/chubby + /mob/living/simple_mob/vore/otie/feral, + /mob/living/simple_mob/vore/otie/feral/chubby, + /mob/living/simple_mob/vore/otie/red, + /mob/living/simple_mob/vore/otie/red/chubby ), list(/mob/living/simple_mob/animal/sif/diyaab), list(/mob/living/simple_mob/animal/sif/duck), @@ -144,7 +144,7 @@ var/global/list/semirandom_mob_spawner_decisions = list() /mob/living/simple_mob/animal/space/carp/large/huge = 5 ), list(/mob/living/simple_mob/animal/space/goose), - list(/mob/living/simple_mob/animal/space/jelly), + list(/mob/living/simple_mob/vore/jelly), list(/mob/living/simple_mob/animal/space/tree), list( /mob/living/simple_mob/vore/aggressive/corrupthound = 10, @@ -245,12 +245,12 @@ var/global/list/semirandom_mob_spawner_decisions = list() list(/mob/living/simple_mob/mechanical/wahlem), list(/mob/living/simple_mob/animal/passive/fox/syndicate), list(/mob/living/simple_mob/animal/passive/fox), - list(/mob/living/simple_mob/animal/space/jelly), + list(/mob/living/simple_mob/vore/jelly), list( - /mob/living/simple_mob/otie/feral, - /mob/living/simple_mob/otie/feral/chubby, - /mob/living/simple_mob/otie/red, - /mob/living/simple_mob/otie/red/chubby + /mob/living/simple_mob/vore/otie/feral, + /mob/living/simple_mob/vore/otie/feral/chubby, + /mob/living/simple_mob/vore/otie/red, + /mob/living/simple_mob/vore/otie/red/chubby ), list( /mob/living/simple_mob/shadekin/blue = 100, @@ -377,8 +377,8 @@ var/global/list/semirandom_mob_spawner_decisions = list() list(/mob/living/simple_mob/animal/passive/tindalos) = 10, list(/mob/living/simple_mob/animal/passive/yithian) = 10, list( - /mob/living/simple_mob/animal/wolf = 10, - /mob/living/simple_mob/animal/wolf/direwolf = 5, + /mob/living/simple_mob/vore/wolf = 10, + /mob/living/simple_mob/vore/wolf/direwolf = 5, /mob/living/simple_mob/vore/greatwolf = 1, /mob/living/simple_mob/vore/greatwolf/black = 1, /mob/living/simple_mob/vore/greatwolf/grey = 1 @@ -396,10 +396,10 @@ var/global/list/semirandom_mob_spawner_decisions = list() /mob/living/simple_mob/animal/space/bear/brown ) = 1, list( - /mob/living/simple_mob/otie/feral = 50, - /mob/living/simple_mob/otie/feral/chubby = 10, - /mob/living/simple_mob/otie/red = 5, - /mob/living/simple_mob/otie/red/chubby = 1 + /mob/living/simple_mob/vore/otie/feral = 50, + /mob/living/simple_mob/vore/otie/feral/chubby = 10, + /mob/living/simple_mob/vore/otie/red = 5, + /mob/living/simple_mob/vore/otie/red/chubby = 1 ) = 5, list(/mob/living/simple_mob/vore/aggressive/rat) = 15, list(/mob/living/simple_mob/animal/sif/diyaab) = 5, @@ -467,8 +467,8 @@ var/global/list/semirandom_mob_spawner_decisions = list() /mob/living/simple_mob/shadekin/purple = 10 ) = 1, list( - /mob/living/simple_mob/animal/wolf = 10, - /mob/living/simple_mob/animal/wolf/direwolf = 5, + /mob/living/simple_mob/vore/wolf = 10, + /mob/living/simple_mob/vore/wolf/direwolf = 5, /mob/living/simple_mob/vore/greatwolf = 1, /mob/living/simple_mob/vore/greatwolf/black = 1, /mob/living/simple_mob/vore/greatwolf/grey = 1 @@ -502,13 +502,13 @@ var/global/list/semirandom_mob_spawner_decisions = list() /mob/living/simple_mob/animal/space/carp/large/huge = 5 ) = 50, list(/mob/living/simple_mob/animal/space/goose) = 50, - list(/mob/living/simple_mob/animal/space/jelly) = 40, + list(/mob/living/simple_mob/vore/jelly) = 40, list(/mob/living/simple_mob/animal/space/tree) = 15, list( - /mob/living/simple_mob/otie/feral = 50, - /mob/living/simple_mob/otie/feral/chubby = 10, - /mob/living/simple_mob/otie/red = 5, - /mob/living/simple_mob/otie/red/chubby = 1 + /mob/living/simple_mob/vore/otie/feral = 50, + /mob/living/simple_mob/vore/otie/feral/chubby = 10, + /mob/living/simple_mob/vore/otie/red = 5, + /mob/living/simple_mob/vore/otie/red/chubby = 1 ) = 40, list( /mob/living/simple_mob/vore/aggressive/corrupthound = 10, @@ -719,17 +719,17 @@ var/global/list/semirandom_mob_spawner_decisions = list() possible_mob_types = list( list( - /mob/living/simple_mob/animal/wolf/direwolf = 5, + /mob/living/simple_mob/vore/wolf/direwolf = 5, /mob/living/simple_mob/vore/greatwolf = 1, /mob/living/simple_mob/vore/greatwolf/black = 1, /mob/living/simple_mob/vore/greatwolf/grey = 1 ) = 100, - list(/mob/living/simple_mob/animal/space/jelly) = 70, + list(/mob/living/simple_mob/vore/jelly) = 70, list( - /mob/living/simple_mob/otie/feral, - /mob/living/simple_mob/otie/feral/chubby, - /mob/living/simple_mob/otie/red, - /mob/living/simple_mob/otie/red/chubby + /mob/living/simple_mob/vore/otie/feral, + /mob/living/simple_mob/vore/otie/feral/chubby, + /mob/living/simple_mob/vore/otie/red, + /mob/living/simple_mob/vore/otie/red/chubby ) = 50, list( /mob/living/simple_mob/shadekin/blue = 100, diff --git a/code/game/objects/items/devices/denecrotizer_vr.dm b/code/game/objects/items/devices/denecrotizer_vr.dm index 3b8fb1c761..2416dbe6ed 100644 --- a/code/game/objects/items/devices/denecrotizer_vr.dm +++ b/code/game/objects/items/devices/denecrotizer_vr.dm @@ -29,7 +29,7 @@ //The stuff we want to be revivable normally /mob/living/simple_mob/animal ic_revivable = TRUE -/mob/living/simple_mob/otie +/mob/living/simple_mob/vore/otie ic_revivable = TRUE /mob/living/simple_mob/vore ic_revivable = TRUE diff --git a/code/game/objects/items/weapons/capture_crystal.dm b/code/game/objects/items/weapons/capture_crystal.dm index da096cd0f0..3b982d39ae 100644 --- a/code/game/objects/items/weapons/capture_crystal.dm +++ b/code/game/objects/items/weapons/capture_crystal.dm @@ -592,8 +592,8 @@ list(/mob/living/simple_mob/animal/passive/tindalos), list(/mob/living/simple_mob/animal/passive/yithian), list( - /mob/living/simple_mob/animal/wolf, - /mob/living/simple_mob/animal/wolf/direwolf + /mob/living/simple_mob/vore/wolf, + /mob/living/simple_mob/vore/wolf/direwolf ), list(/mob/living/simple_mob/vore/rabbit), list(/mob/living/simple_mob/vore/redpanda), @@ -608,10 +608,10 @@ /mob/living/simple_mob/animal/space/bear/brown ), list( - /mob/living/simple_mob/otie/feral, - /mob/living/simple_mob/otie/feral/chubby, - /mob/living/simple_mob/otie/red, - /mob/living/simple_mob/otie/red/chubby + /mob/living/simple_mob/vore/otie/feral, + /mob/living/simple_mob/vore/otie/feral/chubby, + /mob/living/simple_mob/vore/otie/red, + /mob/living/simple_mob/vore/otie/red/chubby ), list(/mob/living/simple_mob/animal/sif/diyaab), list(/mob/living/simple_mob/animal/sif/duck), @@ -650,8 +650,8 @@ /mob/living/simple_mob/animal/giant_spider/webslinger = 5, /mob/living/simple_mob/animal/giant_spider/broodmother = 1), list( - /mob/living/simple_mob/animal/wolf = 10, - /mob/living/simple_mob/animal/wolf/direwolf = 5, + /mob/living/simple_mob/vore/wolf = 10, + /mob/living/simple_mob/vore/wolf/direwolf = 5, /mob/living/simple_mob/vore/greatwolf = 1, /mob/living/simple_mob/vore/greatwolf/black = 1, /mob/living/simple_mob/vore/greatwolf/grey = 1 @@ -684,7 +684,7 @@ /mob/living/simple_mob/animal/space/carp/large/huge = 5 ), list(/mob/living/simple_mob/animal/space/goose), - list(/mob/living/simple_mob/animal/space/jelly), + list(/mob/living/simple_mob/vore/jelly), list(/mob/living/simple_mob/animal/space/tree), list( /mob/living/simple_mob/vore/aggressive/corrupthound = 10, @@ -785,13 +785,13 @@ list(/mob/living/simple_mob/mechanical/wahlem), list(/mob/living/simple_mob/animal/passive/fox/syndicate), list(/mob/living/simple_mob/animal/passive/fox), - list(/mob/living/simple_mob/animal/wolf/direwolf), - list(/mob/living/simple_mob/animal/space/jelly), + list(/mob/living/simple_mob/vore/wolf/direwolf), + list(/mob/living/simple_mob/vore/jelly), list( - /mob/living/simple_mob/otie/feral, - /mob/living/simple_mob/otie/feral/chubby, - /mob/living/simple_mob/otie/red, - /mob/living/simple_mob/otie/red/chubby + /mob/living/simple_mob/vore/otie/feral, + /mob/living/simple_mob/vore/otie/feral/chubby, + /mob/living/simple_mob/vore/otie/red, + /mob/living/simple_mob/vore/otie/red/chubby ), list( /mob/living/simple_mob/shadekin/blue = 100, diff --git a/code/game/objects/micro_structures.dm b/code/game/objects/micro_structures.dm index f47ced1475..55c0cbe81a 100644 --- a/code/game/objects/micro_structures.dm +++ b/code/game/objects/micro_structures.dm @@ -13,7 +13,7 @@ var/static/non_micro_types = list( /mob/living/simple_mob/vore/squirrel, /mob/living/simple_mob/vore/alienanimals/catslug, - /mob/living/simple_mob/vore/hostile/morph, + /mob/living/simple_mob/vore/morph, /mob/living/simple_mob/protean_blob, /mob/living/simple_mob/slime ) diff --git a/code/game/objects/mob_spawner_vr.dm b/code/game/objects/mob_spawner_vr.dm index 3693bf85e2..6feebec885 100644 --- a/code/game/objects/mob_spawner_vr.dm +++ b/code/game/objects/mob_spawner_vr.dm @@ -157,7 +157,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are. invisibility = 101 spawn_types = list( /mob/living/simple_mob/animal/passive/gaslamp = 20, -// /mob/living/simple_mob/otie/feral = 10, +// /mob/living/simple_mob/vore/otie/feral = 10, /mob/living/simple_mob/vore/aggressive/dino/virgo3b = 5, /mob/living/simple_mob/vore/aggressive/dragon/virgo3b = 1 ) diff --git a/code/game/objects/random/mob_vr.dm b/code/game/objects/random/mob_vr.dm index 5eb18d7de0..66c058a68a 100644 --- a/code/game/objects/random/mob_vr.dm +++ b/code/game/objects/random/mob_vr.dm @@ -184,7 +184,7 @@ /obj/random/outside_mob/item_to_spawn() // Special version for mobs to have the same faction. return pick( prob(50);/mob/living/simple_mob/animal/passive/gaslamp, -// prob(50);/mob/living/simple_mob/otie/feral, // Removed until Otie code is unfucked. +// prob(50);/mob/living/simple_mob/vore/otie/feral, // Removed until Otie code is unfucked. prob(20);/mob/living/simple_mob/vore/aggressive/dino/virgo3b, prob(1);/mob/living/simple_mob/vore/aggressive/dragon/virgo3b) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index 47ec0eedf0..a52a729e0b 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -47,7 +47,7 @@ /mob/living/simple_mob/vore/horse, /mob/living/simple_mob/vore/aggressive/panther, /mob/living/simple_mob/vore/aggressive/giant_snake, - /mob/living/simple_mob/animal/wolf, + /mob/living/simple_mob/vore/wolf, /mob/living/simple_mob/animal/space/bear;0.5, /mob/living/simple_mob/animal/space/carp, /mob/living/simple_mob/vore/aggressive/mimic, @@ -56,7 +56,11 @@ /mob/living/simple_mob/otie/zorgoia, //CHOMPstation edit /mob/living/simple_mob/vore/rabbit, /mob/living/simple_mob/vore/weretiger;0.5, +<<<<<<< HEAD /mob/living/simple_mob/otie;0.5 +======= +// /mob/living/simple_mob/vore/otie;0.5 +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks )) return ..() @@ -72,9 +76,14 @@ /mob/living/simple_mob/animal/space/alien/drone, /mob/living/simple_mob/animal/space/alien/sentinel, /mob/living/simple_mob/animal/space/alien/queen, +<<<<<<< HEAD /mob/living/simple_mob/otie/feral, /mob/living/simple_mob/otie/feral/chubby, /mob/living/simple_mob/otie/red, +======= +// /mob/living/simple_mob/vore/otie/feral, +// /mob/living/simple_mob/vore/otie/red, +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks /mob/living/simple_mob/vore/aggressive/corrupthound)) return ..() @@ -83,7 +92,7 @@ desc = "The VARMAcorp bioengineering division flagship product on trained optimal snowflake guard dogs." icon = 'icons/obj/storage_vr.dmi' icon_state = "sotiecrate" - starts_with = list(/mob/living/simple_mob/otie/security) + starts_with = list(/mob/living/simple_mob/vore/otie/security) /obj/structure/largecrate/animal/otie/guardbeast/Initialize() starts_with = list(pick(/mob/living/simple_mob/otie/security, @@ -95,7 +104,7 @@ desc = "The VARMAcorp bioengineering division flagship product on trained optimal snowflake guard dogs. This one can survive hostile atmosphere." icon = 'icons/obj/storage_vr.dmi' icon_state = "sotiecrate" - starts_with = list(/mob/living/simple_mob/otie/security/phoron) + starts_with = list(/mob/living/simple_mob/vore/otie/security/phoron) /obj/structure/largecrate/animal/otie/guardmutant/Initialize() starts_with = list(pick(/mob/living/simple_mob/otie/security/phoron;2, @@ -108,7 +117,7 @@ desc = "A warning on the side says the creature inside was returned to the supplier after injuring or devouring several unlucky members of the previous adoption family. It was given a second chance with the next customer. Godspeed and good luck with your new pet!" icon = 'icons/obj/storage_vr.dmi' icon_state = "otiecrate2" - starts_with = list(/mob/living/simple_mob/otie/cotie) + starts_with = list(/mob/living/simple_mob/vore/otie/cotie) var/taped = 1 /obj/structure/largecrate/animal/otie/Initialize() @@ -119,12 +128,17 @@ /obj/structure/largecrate/animal/otie/phoron name = "VARMAcorp adaptive beta subject (Experimental)" desc = "VARMAcorp experimental hostile environment adaptive breeding development kit. WARNING, DO NOT RELEASE IN WILD!" - starts_with = list(/mob/living/simple_mob/otie/cotie/phoron) + starts_with = list(/mob/living/simple_mob/vore/otie/cotie/phoron) /obj/structure/largecrate/animal/otie/phoron/Initialize() +<<<<<<< HEAD starts_with = list(pick(/mob/living/simple_mob/otie/cotie/phoron;2, /mob/living/simple_mob/otie/red/friendly;0.5, /mob/living/simple_mob/otie/red/chubby;0.5)) +======= + starts_with = list(pick(/mob/living/simple_mob/vore/otie/cotie/phoron;2, + /mob/living/simple_mob/vore/otie/red/friendly;0.5)) +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks return ..() /obj/structure/largecrate/animal/otie/attack_hand(mob/living/carbon/human/M as mob)//I just couldn't decide between the icons lmao diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index 9d951133eb..32e673a7d2 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -29,11 +29,16 @@ "Lizardman" = /mob/living/simple_mob/vore/aggressive/lizardman,//CHOMPedit: more mobs "Giant Frog" = /mob/living/simple_mob/vore/aggressive/frog, "Giant Rat" = /mob/living/simple_mob/vore/aggressive/rat, +<<<<<<< HEAD "Jelly Blob" = /mob/living/simple_mob/animal/space/jelly, "Wolf" = /mob/living/simple_mob/animal/wolf, "Dire Wolf" = /mob/living/simple_mob/animal/wolf/direwolf,//CHOMPedit: more mobs "Large Dog" = /mob/living/simple_mob/animal/wolf/direwolf/dog,//CHOMPedit: more mobs "Hyena" = /mob/living/simple_mob/animal/hyena,//CHOMPedit: more mobs +======= + "Jelly Blob" = /mob/living/simple_mob/vore/jelly, + "Wolf" = /mob/living/simple_mob/vore/wolf, +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks "Juvenile Solargrub" = /mob/living/simple_mob/vore/solargrub, "Sect Queen" = /mob/living/simple_mob/vore/sect_queen, "Sect Drone" = /mob/living/simple_mob/vore/sect_drone, @@ -41,6 +46,7 @@ "Panther" = /mob/living/simple_mob/vore/aggressive/panther, "Giant Snake" = /mob/living/simple_mob/vore/aggressive/giant_snake, "Deathclaw" = /mob/living/simple_mob/vore/aggressive/deathclaw, +<<<<<<< HEAD "Otie" = /mob/living/simple_mob/otie, "Chubby Otie" = /mob/living/simple_mob/otie/friendly/chubby,//CHOMPedit: more mobs "Mutated Otie" = /mob/living/simple_mob/otie/feral, @@ -48,6 +54,11 @@ "Red Otie" = /mob/living/simple_mob/otie/red, "Chubby Red Otie" = /mob/living/simple_mob/otie/red/chubby,//CHOMPedit: more mobs "Zorgoia" = /mob/living/simple_mob/otie/zorgoia,//CHOMPedit: more mobs +======= + "Otie" = /mob/living/simple_mob/vore/otie, + "Mutated Otie" =/mob/living/simple_mob/vore/otie/feral, + "Red Otie" = /mob/living/simple_mob/vore/otie/red, +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks "Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound, "Corrupt Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound/prettyboi, "Hunter Giant Spider" = /mob/living/simple_mob/animal/giant_spider/hunter, @@ -125,9 +136,13 @@ /obj/structure/ghost_pod/ghost_activated/morphspawn/create_occupant(var/mob/M) ..() +<<<<<<< HEAD var/mob/living/simple_mob/vore/hostile/morph/newMorph = new /mob/living/simple_mob/vore/hostile/morph(get_turf(src)) newMorph.voremob_loaded = TRUE //CHOMPedit: On-demand belly loading. newMorph.init_vore() //CHOMPedit: On-demand belly loading. +======= + var/mob/living/simple_mob/vore/morph/newMorph = new /mob/living/simple_mob/vore/morph(get_turf(src)) +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks if(M.mind) M.mind.transfer_to(newMorph) to_chat(M, "You are a Morph, somehow having gotten aboard the station in your wandering. \ diff --git a/code/game/turfs/flooring/seasonal.dm b/code/game/turfs/flooring/seasonal.dm index 21ebbccbdc..1ff4695ca6 100644 --- a/code/game/turfs/flooring/seasonal.dm +++ b/code/game/turfs/flooring/seasonal.dm @@ -55,9 +55,9 @@ var/world_time_season /mob/living/simple_mob/vore/alienanimals/dustjumper = 20, /mob/living/simple_mob/vore/bee = 20, /mob/living/simple_mob/vore/horse/big = 5, - /mob/living/simple_mob/animal/wolf = 5, - /mob/living/simple_mob/animal/wolf/direwolf = 1, - /mob/living/simple_mob/animal/wolf/direwolf/dog = 1, + /mob/living/simple_mob/vore/wolf = 5, + /mob/living/simple_mob/vore/wolf/direwolf = 1, + /mob/living/simple_mob/vore/wolf/direwolf/dog = 1, /mob/living/simple_mob/vore/squirrel = 20 ) grass_types = list( @@ -97,7 +97,7 @@ var/world_time_season /mob/living/simple_mob/vore/horse/big = 5, /mob/living/simple_mob/vore/pakkun = 2, /mob/living/simple_mob/vore/fennix = 1, - /mob/living/simple_mob/animal/wolf/direwolf/dog = 1, + /mob/living/simple_mob/vore/wolf/direwolf/dog = 1, /mob/living/simple_mob/animal/passive/bird/parrot = 1, /mob/living/simple_mob/vore/squirrel = 20 ) @@ -123,9 +123,9 @@ var/world_time_season /mob/living/simple_mob/vore/horse/big = 10, /mob/living/simple_mob/vore/alienanimals/dustjumper = 20, /mob/living/simple_mob/vore/horse/big = 1, - /mob/living/simple_mob/animal/wolf = 1, - /mob/living/simple_mob/animal/wolf/direwolf = 1, - /mob/living/simple_mob/animal/wolf/direwolf/dog = 1, + /mob/living/simple_mob/vore/wolf = 1, + /mob/living/simple_mob/vore/wolf/direwolf = 1, + /mob/living/simple_mob/vore/wolf/direwolf/dog = 1, /mob/living/simple_mob/vore/squirrel = 20 ) grass_types = list( @@ -148,13 +148,13 @@ var/world_time_season /mob/living/simple_mob/vore/alienanimals/teppi = 10, /mob/living/simple_mob/vore/alienanimals/teppi/mutant = 1, /mob/living/simple_mob/vore/redpanda = 10, - /mob/living/simple_mob/animal/wolf = 10, - /mob/living/simple_mob/animal/wolf/direwolf = 1, - /mob/living/simple_mob/animal/wolf/direwolf/dog = 1, - /mob/living/simple_mob/otie/friendly = 2, - /mob/living/simple_mob/otie/friendly/chubby = 1, - /mob/living/simple_mob/otie/red/friendly = 1, - /mob/living/simple_mob/otie/red/chubby = 1, + /mob/living/simple_mob/vore/wolf = 10, + /mob/living/simple_mob/vore/wolf/direwolf = 1, + /mob/living/simple_mob/vore/wolf/direwolf/dog = 1, + /mob/living/simple_mob/vore/otie/friendly = 2, + /mob/living/simple_mob/vore/otie/friendly/chubby = 1, + /mob/living/simple_mob/vore/otie/red/friendly = 1, + /mob/living/simple_mob/vore/otie/red/chubby = 1, /mob/living/simple_mob/vore/squirrel = 20 ) if(prob(snow_chance)) diff --git a/code/modules/casino/spawnergrenade_casino.dm b/code/modules/casino/spawnergrenade_casino.dm index 4a3cf8e535..70bf00bf16 100644 --- a/code/modules/casino/spawnergrenade_casino.dm +++ b/code/modules/casino/spawnergrenade_casino.dm @@ -73,7 +73,7 @@ /obj/item/weapon/grenade/spawnergrenade/casino/otie desc = "It is set to detonate in 5 seconds. It will release a otie won from the casino prize vendor!" name = "Casino Creature Container (Otie)" - spawner_type = /mob/living/simple_mob/otie/friendly + spawner_type = /mob/living/simple_mob/vore/otie/friendly /obj/item/weapon/grenade/spawnergrenade/casino/goldcrest desc = "It is set to detonate in 5 seconds. It will release a bird won from the casino prize vendor!" @@ -102,4 +102,4 @@ /obj/item/weapon/grenade/spawnergrenade/casino/gygax/shuttlepod name = "Casino Mech Container (Shuttlepod)" - spawner_type = /obj/mecha/working/hoverpod/shuttlepod \ No newline at end of file + spawner_type = /obj/mecha/working/hoverpod/shuttlepod diff --git a/code/modules/food/food/snacks.dm b/code/modules/food/food/snacks.dm index 7dd6269339..14004df83f 100644 --- a/code/modules/food/food/snacks.dm +++ b/code/modules/food/food/snacks.dm @@ -4784,8 +4784,8 @@ var/composition_reagent var/composition_reagent_quantity -/mob/living/simple_mob/adultslime - composition_reagent = "slimejelly" +///mob/living/simple_mob/adultslime //The literal only thing in the game that uses this is commented out, so I comment out this too +// composition_reagent = "slimejelly" /mob/living/carbon/alien/diona composition_reagent = "nutriment"//Dionae are plants, so eating them doesn't give animal protein diff --git a/code/modules/mob/living/simple_mob/sd_pets.dm b/code/modules/mob/living/simple_mob/sd_pets.dm index 87a0216b8f..119bb2c23d 100644 --- a/code/modules/mob/living/simple_mob/sd_pets.dm +++ b/code/modules/mob/living/simple_mob/sd_pets.dm @@ -104,7 +104,7 @@ value = CATALOGUER_REWARD_TRIVIAL //Worth less points since it lives on the ship -/mob/living/simple_mob/otie/red/chubby/cocoa +/mob/living/simple_mob/vore/otie/red/chubby/cocoa name = "Cocoa" desc = "A good boi, eats the scraps when you're not looking." devourable = 0 @@ -113,9 +113,9 @@ mob_bump_flag = 32 ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive/otie/cocoa catalogue_data = list(/datum/category_item/catalogue/fauna/otie/cocoa) - + /datum/ai_holder/simple_mob/melee/evasive/otie/cocoa hostile = 0 retaliate = 0 - violent_breakthrough = 0 \ No newline at end of file + violent_breakthrough = 0 diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/farm animals/chicken.dm b/code/modules/mob/living/simple_mob/subtypes/animal/farm animals/chicken.dm index 95a6eea482..7a22edf533 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/farm animals/chicken.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/farm animals/chicken.dm @@ -5,7 +5,7 @@ GLOBAL_VAR_INIT(chicken_count, 0) // How mant chickens DO we have? name = "chicken" desc = "Hopefully the eggs are good this season." tt_desc = "E Gallus gallus" - icon_state = "chicken" + icon_state = "chicken_white" icon_living = "chicken" icon_dead = "chicken_dead" diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/jelly.dm b/code/modules/mob/living/simple_mob/subtypes/vore/jelly.dm index 0715a62d0c..1c364a0a54 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/jelly.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/jelly.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/animal/space/jelly +/mob/living/simple_mob/vore/jelly name = "jelly blob" desc = "Some sort of undulating blob of slime!" @@ -19,8 +19,17 @@ can_be_drop_prey = FALSE //CHOMP Add + min_oxy = 0 + max_oxy = 0 + min_tox = 0 + max_tox = 0 + min_co2 = 0 + max_co2 = 0 + min_n2 = 0 + max_n2 = 0 + minbodytemp = 0 + // Activate Noms! -/mob/living/simple_mob/animal/space/jelly vore_active = 1 vore_pounce_chance = 0 vore_icons = SA_ICON_LIVING diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Big.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Big.dm index 92a8a46306..62c53af4d6 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Big.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Big.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/mobs_monsters/clowns/big +/mob/living/simple_mob/clowns/big tt_desc = "E Homo sapiens corydon horrificus" //this clown is stronk faction = "clown" @@ -18,8 +18,6 @@ loot_list = list(/obj/item/weapon/bikehorn = 100) - -/mob/living/simple_mob/mobs_monsters/clowns/big min_oxy = 0 max_oxy = 500 min_tox = 0 @@ -41,4 +39,4 @@ can_flee = FALSE speak_chance = 3 wander = TRUE - base_wander_delay = 9 \ No newline at end of file + base_wander_delay = 9 diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Clowns.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Clowns.dm index 9e0130f2aa..78dd49c4ab 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Clowns.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/Clowns.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/mobs_monsters/clowns/ +/mob/living/simple_mob/clowns/ tt_desc = "E Homo sapiens corydon" //this is a clown faction = "clown" movement_sound = 'sound/effects/clownstep2.ogg' diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bigclowns.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bigclowns.dm index 7602016b9e..6232d96d00 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bigclowns.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bigclowns.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/mobs_monsters/clowns/big/normal +/mob/living/simple_mob/clowns/big/normal name = "Clown" desc = "A regular, every tuesday Clown." tt_desc = "E Homo sapiens corydon" //this is a clown @@ -10,7 +10,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/honkmunculus +/mob/living/simple_mob/clowns/big/honkmunculus name = "A Clown?" desc = "That clown has some interesting proportions." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -28,7 +28,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/cluwne +/mob/living/simple_mob/clowns/big/cluwne name = "A Clown?" desc = "Oh no not that thing." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -40,7 +40,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/tunnelclown +/mob/living/simple_mob/clowns/big/tunnelclown name = "A Clown?" desc = "Have you heard about our lord and savior, Honkus Chrust?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -52,7 +52,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/sentinel +/mob/living/simple_mob/clowns/big/sentinel name = "A Clown?" desc = "This guy means business..." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -64,7 +64,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/punished +/mob/living/simple_mob/clowns/big/punished name = "A Clown?" desc = "A clown at peak performance." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -82,7 +82,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/thicc +/mob/living/simple_mob/clowns/big/thicc name = "A Clown..." desc = "I mean, you see it don't you?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -100,7 +100,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/perm +/mob/living/simple_mob/clowns/big/perm name = "A Clown?" desc = "That clown really needs to get that hair under control." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -118,7 +118,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/wide +/mob/living/simple_mob/clowns/big/wide name = "A Clown?" desc = "He looks good from some angles!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -136,7 +136,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/thin +/mob/living/simple_mob/clowns/big/thin name = "A Clown?" desc = "Is he eating enough?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -148,7 +148,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/hulk +/mob/living/simple_mob/clowns/big/hulk name = "A Clown?" desc = "Just look at those muscles." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -168,7 +168,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/longface +/mob/living/simple_mob/clowns/big/longface name = "A Clown?" desc = "Why the long face?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -186,7 +186,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/giggles +/mob/living/simple_mob/clowns/big/giggles name = "A Giggles?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -198,7 +198,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/destroyer +/mob/living/simple_mob/clowns/big/destroyer name = "A Clown?" desc = "That clown looks like he means business." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -239,7 +239,7 @@ ) -/mob/living/simple_mob/mobs_monsters/clowns/big/chlown +/mob/living/simple_mob/clowns/big/chlown name = "A Clown?" desc = "No." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -257,7 +257,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/scary +/mob/living/simple_mob/clowns/big/scary name = "A Clown?" desc = "Hey that clown looks familiar!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -269,7 +269,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/flesh +/mob/living/simple_mob/clowns/big/flesh name = "A Clown?" desc = "WOOOOO STREAKING WOOOO!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -281,7 +281,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/clowns +/mob/living/simple_mob/clowns/big/clowns name = "Definitely a singular clown" desc = "Is it one clown, or many clowns in not a trenchcoat?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -299,7 +299,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/mutant +/mob/living/simple_mob/clowns/big/mutant name = "A Clown?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -317,7 +317,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/blob +/mob/living/simple_mob/clowns/big/blob name = "A Clown?" desc = "Go to a gym fatty!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -335,7 +335,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/mayor +/mob/living/simple_mob/clowns/big/mayor name = "A clown?" desc = "One speaks in riddles..." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -353,7 +353,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/honkling +/mob/living/simple_mob/clowns/big/honkling name = "A Clown?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -367,7 +367,7 @@ //template -///mob/living/simple_mob/mobs_monsters/clowns/big/ +///mob/living/simple_mob/clowns/big/ // name = "A Clown?" // desc = "Oh sweet space christ." // tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bus.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bus.dm index 8a51b77018..6ecc2b5bb7 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bus.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/bus.dm @@ -1,7 +1,7 @@ -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift +/mob/living/simple_mob/clowns/big/c_shift tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown faction = "clown" -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/New() +/mob/living/simple_mob/clowns/big/c_shift/New() ..() - verbs += /mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/proc/phase_shift \ No newline at end of file + verbs += /mob/living/simple_mob/clowns/big/c_shift/proc/phase_shift diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/busclowns.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/busclowns.dm index 21b201bb37..6c0311ec0a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/busclowns.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/busclowns.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/anormal +/mob/living/simple_mob/clowns/big/c_shift/anormal name = "Clown" desc = "A regular, every tuesday Clown." tt_desc = "E Homo sapiens corydon" //this is a clown @@ -10,7 +10,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/honkmunculus +/mob/living/simple_mob/clowns/big/c_shift/honkmunculus name = "A Clown?" desc = "That clown has some interesting proportions." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -28,7 +28,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/cluwne +/mob/living/simple_mob/clowns/big/c_shift/cluwne name = "A Clown?" desc = "Oh no not that thing." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -40,7 +40,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/tunnelclown +/mob/living/simple_mob/clowns/big/c_shift/tunnelclown name = "A Clown?" desc = "Have you heard about our lord and savior, Honkus Chrust?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -52,7 +52,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/sentinel +/mob/living/simple_mob/clowns/big/c_shift/sentinel name = "A Clown?" desc = "This guy means business..." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -64,7 +64,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/punished +/mob/living/simple_mob/clowns/big/c_shift/punished name = "A Clown?" desc = "A clown at peak performance." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -82,7 +82,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/thicc +/mob/living/simple_mob/clowns/big/c_shift/thicc name = "A Clown..." desc = "I mean, you see it don't you?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -100,7 +100,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/perm +/mob/living/simple_mob/clowns/big/c_shift/perm name = "A Clown?" desc = "That clown really needs to get that hair under control." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -118,7 +118,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/wide +/mob/living/simple_mob/clowns/big/c_shift/wide name = "A Clown?" desc = "He looks good from some angles!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -136,7 +136,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/thin +/mob/living/simple_mob/clowns/big/c_shift/thin name = "A Clown?" desc = "Is he eating enough?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -148,7 +148,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/hulk +/mob/living/simple_mob/clowns/big/c_shift/hulk name = "A Clown?" desc = "Just look at those muscles." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -168,7 +168,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/longface +/mob/living/simple_mob/clowns/big/c_shift/longface name = "A Clown?" desc = "Why the long face?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -186,7 +186,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/giggles +/mob/living/simple_mob/clowns/big/c_shift/giggles name = "A Giggles?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -198,7 +198,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/destroyer +/mob/living/simple_mob/clowns/big/c_shift/destroyer name = "A Clown?" desc = "That clown looks like he means business." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -239,7 +239,7 @@ ) -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/chlown +/mob/living/simple_mob/clowns/big/c_shift/chlown name = "A Clown?" desc = "No." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -257,7 +257,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/scary +/mob/living/simple_mob/clowns/big/c_shift/scary name = "A Clown?" desc = "Hey that clown looks familiar!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -269,7 +269,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/flesh +/mob/living/simple_mob/clowns/big/c_shift/flesh name = "A Clown?" desc = "WOOOOO STREAKING WOOOO!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -281,7 +281,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/clowns +/mob/living/simple_mob/clowns/big/c_shift/clowns name = "Definitely a singular clown" desc = "Is it one clown, or many clowns in not a trenchcoat?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -299,7 +299,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/mutant +/mob/living/simple_mob/clowns/big/c_shift/mutant name = "A Clown?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -317,7 +317,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/blob +/mob/living/simple_mob/clowns/big/c_shift/blob name = "A Clown?" desc = "Go to a gym fatty!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -335,7 +335,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/mayor +/mob/living/simple_mob/clowns/big/c_shift/mayor name = "A clown?" desc = "One speaks in riddles..." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -353,7 +353,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/honkling +/mob/living/simple_mob/clowns/big/c_shift/honkling name = "A Clown?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/c_shift.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/c_shift.dm index bf56fd4e0e..a576a3e39e 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/c_shift.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/c_shift.dm @@ -1,8 +1,8 @@ -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift +/mob/living/simple_mob/clowns/big/c_shift var/ability_flags = 0 //Flags for active abilities // Phase shifting procs (and related procs) -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/proc/phase_shift() +/mob/living/simple_mob/clowns/big/c_shift/proc/phase_shift() var/turf/T = get_turf(src) if(!T.CanPass(src,T) || loc != T) to_chat(src,"You can't use that here!") @@ -73,23 +73,23 @@ density = FALSE force_max_speed = TRUE -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/UnarmedAttack() +/mob/living/simple_mob/clowns/big/c_shift/UnarmedAttack() if(ability_flags & AB_PHASE_SHIFTED) return FALSE //Nope. . = ..() -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/can_fall() +/mob/living/simple_mob/clowns/big/c_shift/can_fall() if(ability_flags & AB_PHASE_SHIFTED) return FALSE //Nope! return ..() -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/zMove(direction) +/mob/living/simple_mob/clowns/big/c_shift/zMove(direction) if(ability_flags & AB_PHASE_SHIFTED) var/turf/destination = (direction == UP) ? GetAbove(src) : GetBelow(src) if(destination) forceMove(destination) return TRUE - return ..() \ No newline at end of file + return ..() diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/hespawner.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/hespawner.dm index f92a9a07e6..42d553b8f1 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/hespawner.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/hespawner.dm @@ -17,7 +17,7 @@ /obj/structure/ghost_pod/manual/clegg/create_occupant(var/mob/M) lightning_strike(get_turf(src), cosmetic = TRUE) - var/list/choices = list(/mob/living/simple_mob/mobs_monsters/clowns/normal, /mob/living/simple_mob/mobs_monsters/clowns/honkling, /mob/living/simple_mob/mobs_monsters/clowns/mayor, /mob/living/simple_mob/mobs_monsters/clowns/blob, /mob/living/simple_mob/mobs_monsters/clowns/mutant, /mob/living/simple_mob/mobs_monsters/clowns/clowns, /mob/living/simple_mob/mobs_monsters/clowns/flesh, /mob/living/simple_mob/mobs_monsters/clowns/scary, /mob/living/simple_mob/mobs_monsters/clowns/chlown, /mob/living/simple_mob/mobs_monsters/clowns/destroyer, /mob/living/simple_mob/mobs_monsters/clowns/giggles, /mob/living/simple_mob/mobs_monsters/clowns/longface, /mob/living/simple_mob/mobs_monsters/clowns/hulk, /mob/living/simple_mob/mobs_monsters/clowns/thin, /mob/living/simple_mob/mobs_monsters/clowns/wide, /mob/living/simple_mob/mobs_monsters/clowns/perm, /mob/living/simple_mob/mobs_monsters/clowns/thicc, /mob/living/simple_mob/mobs_monsters/clowns/punished, /mob/living/simple_mob/mobs_monsters/clowns/sentinel, /mob/living/simple_mob/mobs_monsters/clowns/tunnelclown, /mob/living/simple_mob/mobs_monsters/clowns/cluwne, /mob/living/simple_mob/mobs_monsters/clowns/honkmunculus) + var/list/choices = list(/mob/living/simple_mob/clowns/normal, /mob/living/simple_mob/clowns/honkling, /mob/living/simple_mob/clowns/mayor, /mob/living/simple_mob/clowns/blob, /mob/living/simple_mob/clowns/mutant, /mob/living/simple_mob/clowns/clowns, /mob/living/simple_mob/clowns/flesh, /mob/living/simple_mob/clowns/scary, /mob/living/simple_mob/clowns/chlown, /mob/living/simple_mob/clowns/destroyer, /mob/living/simple_mob/clowns/giggles, /mob/living/simple_mob/clowns/longface, /mob/living/simple_mob/clowns/hulk, /mob/living/simple_mob/clowns/thin, /mob/living/simple_mob/clowns/wide, /mob/living/simple_mob/clowns/perm, /mob/living/simple_mob/clowns/thicc, /mob/living/simple_mob/clowns/punished, /mob/living/simple_mob/clowns/sentinel, /mob/living/simple_mob/clowns/tunnelclown, /mob/living/simple_mob/clowns/cluwne, /mob/living/simple_mob/clowns/honkmunculus) var/chosen_clown = tgui_input_list(M, "Redspace clowns like themes, what's yours?", "Theme Choice", choices) density = FALSE var/mob/living/simple_mob/R = new chosen_clown(get_turf(src)) @@ -27,4 +27,4 @@ R.ckey = M.ckey visible_message("With a bright flash of light, \the [src] disappears, and in its place you see a... Clown?") log_and_message_admins("successfully touched \a [src] and summoned a mistake!") - ..() \ No newline at end of file + ..() diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/honkelemental.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/honkelemental.dm index 00dab095de..66807e24a2 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/honkelemental.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/honkelemental.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/honkelemental +/mob/living/simple_mob/clowns/big/c_shift/honkelemental name = "Honk Elemental" desc = "That thing can't be real, right?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -23,7 +23,7 @@ speak = list("HONK", "Honk!", "Henk!") emote_see = list("honks") -/mob/living/simple_mob/mobs_monsters/clowns/big/c_shift/honkelemental/verb/spawn_egg() +/mob/living/simple_mob/clowns/big/c_shift/honkelemental/verb/spawn_egg() set category = "Abilities" set name = "Spawn Clown Egg" set desc = "Spawns an egg that a player can touch, which will call on ghosts to spawn as clowns." @@ -32,4 +32,4 @@ return new /obj/structure/ghost_pod/manual/clegg(get_turf(src)) - flick("he_lay",src) \ No newline at end of file + flick("he_lay",src) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/regularclowns.dm b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/regularclowns.dm index d32af4a5ab..0db552feba 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/regularclowns.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/mobs_monsters/clowns/regularclowns.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/mobs_monsters/clowns/ +/mob/living/simple_mob/clowns/ response_help = "pokes" response_disarm = "gently pushes aside" response_harm = "hits" @@ -13,7 +13,7 @@ -/mob/living/simple_mob/mobs_monsters/clowns/honkmunculus +/mob/living/simple_mob/clowns/honkmunculus name = "A Clown?" desc = "That clown has some interesting proportions." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -31,7 +31,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/cluwne +/mob/living/simple_mob/clowns/cluwne name = "A Clown?" desc = "Oh no not that thing." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -43,7 +43,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/tunnelclown +/mob/living/simple_mob/clowns/tunnelclown name = "A Clown?" desc = "Have you heard about our lord and savior, Honkus Chrust?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -55,7 +55,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/sentinel +/mob/living/simple_mob/clowns/sentinel name = "A Clown?" desc = "This guy means business..." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -68,7 +68,7 @@ -/mob/living/simple_mob/mobs_monsters/clowns/punished +/mob/living/simple_mob/clowns/punished name = "A Clown?" desc = "A clown at peak performance." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -86,7 +86,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/thicc +/mob/living/simple_mob/clowns/thicc name = "A Clown..." desc = "I mean, you see it don't you?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -104,7 +104,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/perm +/mob/living/simple_mob/clowns/perm name = "A Clown?" desc = "That clown really needs to get that hair under control." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -122,7 +122,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/wide +/mob/living/simple_mob/clowns/wide name = "A Clown?" desc = "He looks good from some angles!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -140,7 +140,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/thin +/mob/living/simple_mob/clowns/thin name = "A Clown?" desc = "Is he eating enough?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -152,7 +152,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/hulk +/mob/living/simple_mob/clowns/hulk name = "A Clown?" desc = "Just look at those muscles." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -170,7 +170,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/longface +/mob/living/simple_mob/clowns/longface name = "A Clown?" desc = "Why the long face?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -188,7 +188,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/giggles +/mob/living/simple_mob/clowns/giggles name = "A Giggles?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -200,7 +200,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/destroyer +/mob/living/simple_mob/clowns/destroyer name = "A Clown?" desc = "That clown looks like he means business." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -218,7 +218,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/chlown +/mob/living/simple_mob/clowns/chlown name = "A Clown?" desc = "No." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -236,7 +236,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/scary +/mob/living/simple_mob/clowns/scary name = "A Clown?" desc = "Hey that clown looks familiar!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -248,7 +248,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/flesh +/mob/living/simple_mob/clowns/flesh name = "A Clown?" desc = "WOOOOO STREAKING WOOOO!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -260,7 +260,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/clowns +/mob/living/simple_mob/clowns/clowns name = "Definitely a singular clown" desc = "Is it one clown, or many clowns in not a trenchcoat?" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -278,7 +278,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/mutant +/mob/living/simple_mob/clowns/mutant name = "A Clown?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -296,7 +296,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/blob +/mob/living/simple_mob/clowns/blob name = "A Clown?" desc = "Go to a gym fatty!" tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -314,7 +314,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/mayor +/mob/living/simple_mob/clowns/mayor name = "A clown?" desc = "One speaks in riddles..." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -332,7 +332,7 @@ pixel_y = 0 -/mob/living/simple_mob/mobs_monsters/clowns/honkling +/mob/living/simple_mob/clowns/honkling name = "A Clown?" desc = "Oh sweet space christ." tt_desc = "E Homo sapiens corydon horrificus" //this is a redspace clown @@ -344,7 +344,7 @@ vis_height = 32 -/mob/living/simple_mob/mobs_monsters/clowns/normal +/mob/living/simple_mob/clowns/normal name = "Clown" desc = "A regular, every tuesday Clown." tt_desc = "E Homo sapiens corydon" //this is a clown @@ -361,4 +361,4 @@ response_help = "pokes" response_disarm = "gently pushes aside" - response_harm = "hits" \ No newline at end of file + response_harm = "hits" diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm index 7308bf7f8c..83f001f04a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm @@ -1,6 +1,6 @@ #define MORPH_COOLDOWN 50 -/mob/living/simple_mob/vore/hostile/morph +/mob/living/simple_mob/vore/morph name = "morph" real_name = "morph" desc = "A revolting, pulsating pile of flesh." @@ -58,25 +58,25 @@ var/static/list/blacklist_typecache = typecacheof(list( /obj/screen, /obj/singularity, - /mob/living/simple_mob/vore/hostile/morph, + /mob/living/simple_mob/vore/morph, /obj/effect)) -/mob/living/simple_mob/vore/hostile/morph/Initialize() +/mob/living/simple_mob/vore/morph/Initialize() verbs += /mob/living/proc/ventcrawl - verbs += /mob/living/simple_mob/vore/hostile/morph/proc/take_over_prey - if(!istype(src, /mob/living/simple_mob/vore/hostile/morph/dominated_prey)) - verbs += /mob/living/simple_mob/vore/hostile/morph/proc/morph_color + verbs += /mob/living/simple_mob/vore/morph/proc/take_over_prey + if(!istype(src, /mob/living/simple_mob/vore/morph/dominated_prey)) + verbs += /mob/living/simple_mob/vore/morph/proc/morph_color return ..() -/mob/living/simple_mob/vore/hostile/morph/Destroy() +/mob/living/simple_mob/vore/morph/Destroy() form = null return ..() -/mob/living/simple_mob/vore/hostile/morph/proc/allowed(atom/movable/A) +/mob/living/simple_mob/vore/morph/proc/allowed(atom/movable/A) return !is_type_in_typecache(A, blacklist_typecache) && (isobj(A) || ismob(A)) -/mob/living/simple_mob/vore/hostile/morph/examine(mob/user) +/mob/living/simple_mob/vore/morph/examine(mob/user) if(morphed) . = form.examine(user) if(get_dist(user, src) <= 3 && !resting) @@ -84,7 +84,7 @@ else . = ..() -/mob/living/simple_mob/vore/hostile/morph/ShiftClickOn(atom/movable/A) +/mob/living/simple_mob/vore/morph/ShiftClickOn(atom/movable/A) if(Adjacent(A)) if(morph_time <= world.time && !stat) if(A == src) @@ -97,7 +97,7 @@ else ..() -/mob/living/simple_mob/vore/hostile/morph/proc/assume(atom/movable/target) +/mob/living/simple_mob/vore/morph/proc/assume(atom/movable/target) var/mob/living/carbon/human/humantarget = target if(istype(humantarget) && humantarget.resleeve_lock && ckey != humantarget.resleeve_lock) to_chat(src, "[target] cannot be impersonated!") @@ -142,7 +142,7 @@ return -/mob/living/simple_mob/vore/hostile/morph/proc/restore(var/silent = FALSE) +/mob/living/simple_mob/vore/morph/proc/restore(var/silent = FALSE) if(!morphed) to_chat(src, "You're already in your normal form!") return @@ -187,21 +187,21 @@ morph_time = world.time + MORPH_COOLDOWN -/mob/living/simple_mob/vore/hostile/morph/death(gibbed) +/mob/living/simple_mob/vore/morph/death(gibbed) if(morphed) visible_message("[src] twists and dissolves into a pile of flesh!") restore(TRUE) ..() -/mob/living/simple_mob/vore/hostile/morph/will_show_tooltip() +/mob/living/simple_mob/vore/morph/will_show_tooltip() return (!morphed) -/mob/living/simple_mob/vore/hostile/morph/resize(var/new_size, var/animate = TRUE, var/uncapped = FALSE, var/ignore_prefs = FALSE, var/aura_animation = TRUE) +/mob/living/simple_mob/vore/morph/resize(var/new_size, var/animate = TRUE, var/uncapped = FALSE, var/ignore_prefs = FALSE, var/aura_animation = TRUE) if(morphed && !ismob(form)) return return ..() -/mob/living/simple_mob/vore/hostile/morph/lay_down() +/mob/living/simple_mob/vore/morph/lay_down() if(morphed) var/temp_state = icon_state ..() @@ -225,18 +225,18 @@ else ..() -/mob/living/simple_mob/vore/hostile/morph/update_icon() +/mob/living/simple_mob/vore/morph/update_icon() if(morphed) return return ..() -/mob/living/simple_mob/vore/hostile/morph/update_icons() +/mob/living/simple_mob/vore/morph/update_icons() if(morphed) return return ..() -/mob/living/simple_mob/vore/hostile/morph/update_transform() +/mob/living/simple_mob/vore/morph/update_transform() if(morphed) var/matrix/M = matrix() M.Scale(icon_scale_x, icon_scale_y) @@ -245,7 +245,7 @@ else ..() -/mob/living/simple_mob/vore/hostile/morph/proc/morph_color() +/mob/living/simple_mob/vore/morph/proc/morph_color() set name = "Pick Color" set category = "Abilities" set desc = "You can set your color!" @@ -255,7 +255,7 @@ chosen_color = newcolor -/mob/living/simple_mob/vore/hostile/morph/proc/take_over_prey() +/mob/living/simple_mob/vore/morph/proc/take_over_prey() set name = "Take Over Prey" set category = "Abilities" set desc = "Take command of your prey's body." @@ -302,23 +302,23 @@ stop_pulling() original_ckey = ckey log_and_message_admins("[key_name_admin(src)] has swapped bodies with [key_name_admin(M)] as a morph at [get_area(src)] - [COORD(src)].") - new /mob/living/simple_mob/vore/hostile/morph/dominated_prey(M.vore_selected, M.ckey, src, M) + new /mob/living/simple_mob/vore/morph/dominated_prey(M.vore_selected, M.ckey, src, M) else to_chat(src, "\The [M] declined your request for control.") else to_chat(src, "\The [M] declined your request for control.") -/mob/living/simple_mob/vore/hostile/morph/dominated_prey +/mob/living/simple_mob/vore/morph/dominated_prey name = "subservient node" color = "#171717" digestable = 0 devourable = 0 - var/mob/living/simple_mob/vore/hostile/morph/parent_morph + var/mob/living/simple_mob/vore/morph/parent_morph var/mob/living/carbon/human/prey_body var/prey_ckey -/mob/living/simple_mob/vore/hostile/morph/dominated_prey/New(loc, pckey, parent, prey) +/mob/living/simple_mob/vore/morph/dominated_prey/New(loc, pckey, parent, prey) . = ..() if(pckey) prey_ckey = pckey @@ -336,17 +336,17 @@ else qdel(src) -/mob/living/simple_mob/vore/hostile/morph/dominated_prey/death(gibbed) +/mob/living/simple_mob/vore/morph/dominated_prey/death(gibbed) . = ..() undo_prey_takeover(FALSE) -/mob/living/simple_mob/vore/hostile/morph/dominated_prey/Destroy() +/mob/living/simple_mob/vore/morph/dominated_prey/Destroy() . = ..() parent_morph = null prey_body = null -/mob/living/simple_mob/vore/hostile/morph/dominated_prey/proc/undo_prey_takeover(ooc_escape) +/mob/living/simple_mob/vore/morph/dominated_prey/proc/undo_prey_takeover(ooc_escape) if(buckled) buckled.unbuckle_mob() if(prey_body.buckled) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/otie.dm b/code/modules/mob/living/simple_mob/subtypes/vore/otie.dm index ba3a14bccd..2ddc698837 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/otie.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/otie.dm @@ -6,7 +6,7 @@ **the catalogue entry ends here.**" value = CATALOGUER_REWARD_MEDIUM -/mob/living/simple_mob/otie //Spawn this one only if you're looking for a bad time. Not friendly. +/mob/living/simple_mob/vore/otie //Spawn this one only if you're looking for a bad time. Not friendly. name = "otie" desc = "The classic bioengineered longdog." tt_desc = "Otus robustus" @@ -57,7 +57,7 @@ // Activate Noms! -/mob/living/simple_mob/otie +/mob/living/simple_mob/vore/otie vore_active = 1 vore_capacity = 1 vore_pounce_chance = 20 @@ -68,7 +68,7 @@ vore_default_contamination_color = "black" vore_default_item_mode = IM_DIGEST -/mob/living/simple_mob/otie/feral //gets the pet2tame feature. starts out hostile tho so get gamblin' +/mob/living/simple_mob/vore/otie/feral //gets the pet2tame feature. starts out hostile tho so get gamblin' name = "mutated feral otie" desc = "The classic bioengineered longdog. No pets. Only bite. This one seems to have developed a mutation from an abnormally phoron-rich diet." //CHOMPedit tt_desc = "Otus phoronis" @@ -89,14 +89,14 @@ max_n2 = 0 has_eye_glow = TRUE -/mob/living/simple_mob/otie/feral/chubby +/mob/living/simple_mob/vore/otie/feral/chubby name = "chubby mutated feral otie" desc = "The classic bioengineered longdog. No pets. Only bite. This one seems to have developed a mutation from an abnormally phoron-rich diet. What an absolute unit." //CHOMPedit icon_state = "photiec" icon_living = "photiec" icon_rest = "photiec_rest" -/mob/living/simple_mob/otie/red +/mob/living/simple_mob/vore/otie/red name = "feral red otie" desc = "Seems this ominous looking longdog has been infused with wicked infernal forces." tt_desc = "Otus infernalis" @@ -118,13 +118,13 @@ maxbodytemp = 1000 has_eye_glow = TRUE -/mob/living/simple_mob/otie/red/friendly //gets the pet2tame feature and doesn't kill you right away +/mob/living/simple_mob/vore/otie/red/friendly //gets the pet2tame feature and doesn't kill you right away name = "red otie" desc = "Seems this ominous looking longdog has been infused with wicked infernal forces. This one seems rather peaceful though." faction = "neutral" tamed = 1 -/mob/living/simple_mob/otie/red/chubby //gets the pet2tame feature and doesn't kill you right away +/mob/living/simple_mob/vore/otie/red/chubby //gets the pet2tame feature and doesn't kill you right away name = "chubby red otie" desc = "Seems this ominous looking longdog has been infused with wicked infernal forces. What an absolute unit." icon_state = "hotiec" @@ -133,20 +133,20 @@ faction = "neutral" tamed = 1 -/mob/living/simple_mob/otie/friendly //gets the pet2tame feature and doesn't kill you right away +/mob/living/simple_mob/vore/otie/friendly //gets the pet2tame feature and doesn't kill you right away name = "otie" desc = "The classic bioengineered longdog. This one might even tolerate you!" faction = "neutral" tamed = 1 -/mob/living/simple_mob/otie/friendly/chubby +/mob/living/simple_mob/vore/otie/friendly/chubby name = "chubby otie" desc = "The classic bioengineered longdog. This one might even tolerate you! What an absolute unit" icon_state = "fotie" icon_living = "fotie" icon_rest = "fotie_rest" -/mob/living/simple_mob/otie/cotie //same as above but has a little collar :v +/mob/living/simple_mob/vore/otie/cotie //same as above but has a little collar :v name = "tamed otie" desc = "The classic bioengineered longdog. This one has a nice little collar on its neck. However a proper domesticated otie is an oxymoron and the collar is likely just a decoration." icon_state = "cotie" @@ -155,14 +155,14 @@ faction = "neutral" tamed = 1 -/mob/living/simple_mob/otie/cotie/chubby +/mob/living/simple_mob/vore/otie/cotie/chubby name = "chubby tamed otie" desc = "The classic bioengineered longdog. This one has a nice little collar on its neck. What an absolute unit." icon_state = "fcotie" icon_living = "fcotie" icon_rest = "fcotie_rest" -/mob/living/simple_mob/otie/cotie/phoron //friendly phoron pup with collar +/mob/living/simple_mob/vore/otie/cotie/phoron //friendly phoron pup with collar name = "mutated otie" desc = "Looks like someone did manage to domesticate one of those wild phoron mutants. What a badass." tt_desc = "Otus phoronis" @@ -180,7 +180,7 @@ max_n2 = 0 has_eye_glow = TRUE -/mob/living/simple_mob/otie/security //tame by default unless you're a marked crimester. can be befriended to follow with pets tho. +/mob/living/simple_mob/vore/otie/security //tame by default unless you're a marked crimester. can be befriended to follow with pets tho. name = "guard otie" desc = "The VARMAcorp bioengineering division flagship product on big mean guard dogs." icon_state = "sotie" @@ -198,7 +198,7 @@ var/check_records = 0 // If true, arrests people without a record. var/check_arrest = 1 // If true, arrests people who are set to arrest. -/mob/living/simple_mob/otie/security/chubby +/mob/living/simple_mob/vore/otie/security/chubby name = "chubby guard otie" desc = "The VARMAcorp bioengineering division flagship product on big mean guard dogs. What an absolute unit." icon_state = "fsotie" @@ -206,7 +206,7 @@ icon_rest = "fsotie_rest" icon_dead = "fsotie-dead" -/mob/living/simple_mob/otie/security/phoron +/mob/living/simple_mob/vore/otie/security/phoron name = "mutated guard otie" desc = "An extra rare phoron resistant version of the VARMAcorp trained guard dogs adapted for hostile environments." tt_desc = "Otus phoronis" @@ -223,7 +223,7 @@ min_n2 = 0 max_n2 = 0 -/mob/living/simple_mob/otie/security/phoron/red +/mob/living/simple_mob/vore/otie/security/phoron/red name = "red guard otie" desc = "An ominous looking version of the big mean VARMAcorp guard dogs." tt_desc = "Otus infernalis" @@ -233,20 +233,20 @@ icon_dead = "sechotie-dead" maxbodytemp = 1000 -/mob/living/simple_mob/otie/security/phoron/red/chubby +/mob/living/simple_mob/vore/otie/security/phoron/red/chubby name = "chubby red guard otie" desc = "An ominous looking version of the big mean VARMAcorp guard dogs. What an absolute unit." icon_state = "hotiesc" icon_living = "hotiesc" icon_rest = "hotiesc_rest" -/mob/living/simple_mob/otie/attackby(var/obj/item/O, var/mob/user) // Trade donuts for bellybrig victims. +/mob/living/simple_mob/vore/otie/attackby(var/obj/item/O, var/mob/user) // Trade donuts for bellybrig victims. if(istype(O, /obj/item/weapon/reagent_containers/food)) qdel(O) playsound(src,'sound/items/eatfood.ogg', rand(10,50), 1) if(!has_AI())//No autobarf on player control. return - if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/donut) && istype(src, /mob/living/simple_mob/otie/security)) + if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/donut) && istype(src, /mob/living/simple_mob/vore/otie/security)) to_chat(user,"The guard pup accepts your offer for their catch.") release_vore_contents() else if(prob(2)) //Small chance to get prey out from non-sec oties. @@ -255,7 +255,7 @@ return . = ..() -/mob/living/simple_mob/otie/security/feed_grabbed_to_self(var/mob/living/user, var/mob/living/prey) // Make the gut start out safe for bellybrigging. +/mob/living/simple_mob/vore/otie/security/feed_grabbed_to_self(var/mob/living/user, var/mob/living/prey) // Make the gut start out safe for bellybrigging. if(ishuman(prey)) vore_selected.digest_mode = DM_HOLD if(check_threat(prey) >= 4) @@ -264,12 +264,12 @@ vore_selected.digest_mode = DM_DIGEST . = ..() -/mob/living/simple_mob/otie/security/proc/check_threat(var/mob/living/M) +/mob/living/simple_mob/vore/otie/security/proc/check_threat(var/mob/living/M) if(!M || !ishuman(M) || M.stat == DEAD || src == M) return 0 return M.assess_perp(0, 0, 0, check_records, check_arrest) -/mob/living/simple_mob/otie/security/proc/target_name(mob/living/T) +/mob/living/simple_mob/vore/otie/security/proc/target_name(mob/living/T) if(ishuman(T)) var/mob/living/carbon/human/H = T return H.get_id_name("unidentified person") @@ -277,7 +277,7 @@ //Pet 4 friendly -/mob/living/simple_mob/otie/attack_hand(mob/living/carbon/human/M as mob) +/mob/living/simple_mob/vore/otie/attack_hand(mob/living/carbon/human/M as mob) switch(M.a_intent) if(I_HELP) @@ -314,12 +314,12 @@ else ..() -/mob/living/simple_mob/otie/death(gibbed, deathmessage = "dies!") +/mob/living/simple_mob/vore/otie/death(gibbed, deathmessage = "dies!") .=..() resting = 0 icon_state = icon_dead -/mob/living/simple_mob/otie/Login() +/mob/living/simple_mob/vore/otie/Login() . = ..() if(!riding_datum) riding_datum = new /datum/riding/simple_mob(src) @@ -327,7 +327,7 @@ verbs |= /mob/living/proc/toggle_rider_reins movement_cooldown = 0 -/mob/living/simple_mob/otie/MouseDrop_T(mob/living/M, mob/living/user) +/mob/living/simple_mob/vore/otie/MouseDrop_T(mob/living/M, mob/living/user) return /datum/say_list/otie @@ -339,7 +339,7 @@ /datum/ai_holder/simple_mob/melee/evasive/otie -/datum/ai_holder/simple_mob/melee/evasive/otie/New(var/mob/living/simple_mob/otie/new_holder) +/datum/ai_holder/simple_mob/melee/evasive/otie/New(var/mob/living/simple_mob/vore/otie/new_holder) .=..() if(new_holder.tamed) hostile = FALSE diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm b/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm index d0f63a8730..428f68e113 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm @@ -5,7 +5,7 @@ love to nip and bite at things, as well as sniffing around. They seem to mark their territory by way of scent-marking/urinating on things." value = CATALOGUER_REWARD_EASY -/mob/living/simple_mob/animal/wolf +/mob/living/simple_mob/vore/wolf name = "grey wolf" desc = "My, what big jaws it has!" tt_desc = "Canis lupus" @@ -42,7 +42,7 @@ // Activate Noms! -/mob/living/simple_mob/animal/wolf +/mob/living/simple_mob/vore/wolf vore_active = 1 vore_icons = SA_ICON_LIVING @@ -59,7 +59,7 @@ B.belly_fullscreen = "anim_belly" // CHOMPedit - Belly Fullscreen // Space edition, stronger and bitier -/mob/living/simple_mob/animal/wolf/space +/mob/living/simple_mob/vore/wolf/space name = "space wolf" tt_desc = "Canis lupus aetherius" @@ -83,10 +83,10 @@ minbodytemp = 0 maxbodytemp = 700 -/mob/living/simple_mob/animal/wolf/space/Process_Spacemove(var/check_drift = 0) +/mob/living/simple_mob/vore/wolf/space/Process_Spacemove(var/check_drift = 0) return TRUE -/mob/living/simple_mob/animal/wolf/direwolf +/mob/living/simple_mob/vore/wolf/direwolf name = "dire wolf" desc = "The biggest and baddest wolf around." tt_desc = "Canis maxdirus" @@ -116,7 +116,7 @@ buckle_lying = FALSE vore_icons = SA_ICON_LIVING | SA_ICON_REST -/mob/living/simple_mob/animal/wolf/direwolf/Login() +/mob/living/simple_mob/vore/wolf/direwolf/Login() . = ..() if(!riding_datum) riding_datum = new /datum/riding/simple_mob(src) @@ -124,10 +124,10 @@ verbs |= /mob/living/proc/toggle_rider_reins movement_cooldown = -1 -/mob/living/simple_mob/animal/wolf/direwolf/MouseDrop_T(mob/living/M, mob/living/user) +/mob/living/simple_mob/vore/wolf/direwolf/MouseDrop_T(mob/living/M, mob/living/user) return -/mob/living/simple_mob/animal/wolf/direwolf/dog +/mob/living/simple_mob/vore/wolf/direwolf/dog name = "large dog" desc = "The biggest and goodest dog around." tt_desc = "Canis maxdirus familiaris" @@ -136,7 +136,7 @@ icon_state = "diredog" icon_rest = "diredog_rest" -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec name = "large guard dog" desc = "The biggest and goodest guard dog around." icon_dead = "diredogs-dead" @@ -144,7 +144,7 @@ icon_state = "diredogs" icon_rest = "diredogs_rest" -/mob/living/simple_mob/animal/wolf/direwolf/sec +/mob/living/simple_mob/vore/wolf/direwolf/sec name = "dire guard wolf" desc = "The biggest and baddest guard wolf around." icon_dead = "direwolfs-dead" @@ -152,7 +152,7 @@ icon_state = "direwolfs" icon_rest = "direwolfs_rest" -/mob/living/simple_mob/animal/wolf/direwolf/rykka +/mob/living/simple_mob/vore/wolf/direwolf/rykka name = "Rykka" desc = "This big canine looks like a GSD. It has a collar tagged, 'Bitch'" tt_desc = "Canidae" @@ -186,7 +186,7 @@ vore_stomach_name = "Gut" vore_stomach_flavor = "A black-and-purple veined gut, pulsing warmly around you. Loud gurgles sound around you as the gut squishes inwards and attempts to crush you - Rykka seems intent on digesting you, like the meat you are." -/mob/living/simple_mob/animal/wolf/direwolf/andrews +/mob/living/simple_mob/vore/wolf/direwolf/andrews name = "andrewsarchus" desc = "That's one massive mean-looking piece of long extinct megafauna." tt_desc = "Andrewsarchus mongoliensis" diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm b/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm index 48cb351290..e65025a51f 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm @@ -223,11 +223,6 @@ response_disarm = "gently pushes aside" response_harm = "hits" - -/mob/living/simple_mob/hostile/carp/pike - vore_active = 1 - // NO VORE SPRITES - /mob/living/simple_mob/animal/space/carp/holographic vore_icons = 0 // NO VORE SPRITES vore_digest_chance = 0 diff --git a/code/modules/mob/theme_lists.dm b/code/modules/mob/theme_lists.dm new file mode 100644 index 0000000000..f93277c3c1 --- /dev/null +++ b/code/modules/mob/theme_lists.dm @@ -0,0 +1,10 @@ +//For use with various spawners! Put your selections inside of a list! +/var/global/list/theme_animal = list() +/var/global/list/theme_monster = list() +/var/global/list/theme_alien = list() +/var/global/list/theme_cold = list() +/var/global/list/theme_hot = list() +/var/global/list/theme_aquatic = list() +/var/global/list/theme_dark = list() +/var/global/list/theme_forest = list() +/var/global/list/theme_humanoid = list() diff --git a/code/modules/rogueminer_vr/controller.dm b/code/modules/rogueminer_vr/controller.dm index efff235f2e..47017c7620 100644 --- a/code/modules/rogueminer_vr/controller.dm +++ b/code/modules/rogueminer_vr/controller.dm @@ -75,17 +75,17 @@ var/datum/controller/rogue/rm_controller /mob/living/simple_mob/animal/space/bats/roguemines = 1, /mob/living/simple_mob/animal/space/carp/roguemines = 2, /mob/living/simple_mob/animal/space/goose/roguemines = 2, - /mob/living/simple_mob/animal/wolf/space/roguemines = 1), + /mob/living/simple_mob/vore/wolf/space/roguemines = 1), "tier3" = list( /mob/living/simple_mob/animal/space/carp/roguemines = 1, /mob/living/simple_mob/animal/space/goose/roguemines = 1, - /mob/living/simple_mob/animal/wolf/space/roguemines = 3, + /mob/living/simple_mob/vore/wolf/space/roguemines = 3, /mob/living/simple_mob/animal/space/carp/large/roguemines = 2, /mob/living/simple_mob/animal/space/bear/roguemines = 1), "tier4" = list( - /mob/living/simple_mob/animal/wolf/space/roguemines = 1, + /mob/living/simple_mob/vore/wolf/space/roguemines = 1, /mob/living/simple_mob/animal/space/carp/large/roguemines = 4, /mob/living/simple_mob/animal/space/bear/roguemines = 2), @@ -199,4 +199,4 @@ var/datum/controller/rogue/rm_controller var/datum/rogue/zonemaster/ZM_oldest = get_oldest_zone() if(ZM_oldest) ZM_oldest.clean_zone() - return ZM_target \ No newline at end of file + return ZM_target diff --git a/code/modules/rogueminer_vr/roguemines_mobs.dm b/code/modules/rogueminer_vr/roguemines_mobs.dm index a296c6d811..85c581d61e 100644 --- a/code/modules/rogueminer_vr/roguemines_mobs.dm +++ b/code/modules/rogueminer_vr/roguemines_mobs.dm @@ -7,7 +7,7 @@ /mob/living/simple_mob/animal/space/goose/roguemines faction = "roguemines" -/mob/living/simple_mob/animal/wolf/space/roguemines +/mob/living/simple_mob/vore/wolf/space/roguemines faction = "roguemines" /mob/living/simple_mob/animal/space/carp/large/roguemines @@ -20,4 +20,4 @@ faction = "roguemines" /mob/living/simple_mob/animal/space/carp/large/huge/roguemines - faction = "roguemines" \ No newline at end of file + faction = "roguemines" diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index 2ef55c1f03..d58956c110 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -207,12 +207,14 @@ sparks() if(telepad) var/L = get_turf(telepad) - var/blocked = list(/mob/living/simple_mob/hostile) - var/list/hostiles = typesof(/mob/living/simple_mob/hostile) - blocked + var/blocked = list(/mob/living/simple_mob/vore) + var/list/hostiles = typesof(/mob/living/simple_mob/vore) - blocked playsound(L, 'sound/effects/phasein.ogg', 100, 1, extrarange = 3, falloff = 5) for(var/i in 1 to rand(1,4)) var/chosen = pick(hostiles) - var/mob/living/simple_mob/hostile/H = new chosen + var/mob/living/simple_mob/vore/H = new chosen + if(H.ai_holder) + H.ai_holder.hostile = TRUE H.forceMove(L) return if(99) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index 79fae032e4..238d556dc2 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -700,8 +700,8 @@ if (!(M in contents)) return 0 // They weren't in this belly anyway - if(istype(M, /mob/living/simple_mob/vore/hostile/morph/dominated_prey)) - var/mob/living/simple_mob/vore/hostile/morph/dominated_prey/p = M + if(istype(M, /mob/living/simple_mob/vore/morph/dominated_prey)) + var/mob/living/simple_mob/vore/morph/dominated_prey/p = M p.undo_prey_takeover(FALSE) return 0 for(var/mob/living/L in M.contents) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 7a429a2db0..28067cb97d 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -501,8 +501,8 @@ //You're in a belly! if(isbelly(loc)) //You've been taken over by a morph - if(istype(src, /mob/living/simple_mob/vore/hostile/morph/dominated_prey)) - var/mob/living/simple_mob/vore/hostile/morph/dominated_prey/s = src + if(istype(src, /mob/living/simple_mob/vore/morph/dominated_prey)) + var/mob/living/simple_mob/vore/morph/dominated_prey/s = src s.undo_prey_takeover(TRUE) return var/obj/belly/B = loc diff --git a/code/modules/vore/mouseray.dm b/code/modules/vore/mouseray.dm index 725deaef9c..ba154ea205 100644 --- a/code/modules/vore/mouseray.dm +++ b/code/modules/vore/mouseray.dm @@ -393,18 +393,18 @@ "space bear" = /mob/living/simple_mob/animal/space/bear, "voracious lizard" = /mob/living/simple_mob/vore/aggressive/dino, "giant frog" = /mob/living/simple_mob/vore/aggressive/frog, - "jelly blob" = /mob/living/simple_mob/animal/space/jelly, - "wolf" = /mob/living/simple_mob/animal/wolf, - "direwolf" = /mob/living/simple_mob/animal/wolf/direwolf, + "jelly blob" = /mob/living/simple_mob/vore/jelly, + "wolf" = /mob/living/simple_mob/vore/wolf, + "direwolf" = /mob/living/simple_mob/vore/wolf/direwolf, "great wolf" = /mob/living/simple_mob/vore/greatwolf, "sect queen" = /mob/living/simple_mob/vore/sect_queen, "sect drone" = /mob/living/simple_mob/vore/sect_drone, "panther" = /mob/living/simple_mob/vore/aggressive/panther, "giant snake" = /mob/living/simple_mob/vore/aggressive/giant_snake, "deathclaw" = /mob/living/simple_mob/vore/aggressive/deathclaw, - "otie" = /mob/living/simple_mob/otie, - "mutated otie" =/mob/living/simple_mob/otie/feral, - "red otie" = /mob/living/simple_mob/otie/red, + "otie" = /mob/living/simple_mob/vore/otie, + "mutated otie" =/mob/living/simple_mob/vore/otie/feral, + "red otie" = /mob/living/simple_mob/vore/otie/red, "defanged xenomorph" = /mob/living/simple_mob/vore/xeno_defanged, "catslug" = /mob/living/simple_mob/vore/alienanimals/catslug, "teppi" = /mob/living/simple_mob/vore/alienanimals/teppi, @@ -471,11 +471,11 @@ /obj/item/weapon/gun/energy/mouseray/otie name = "otie ray" - tf_type = /mob/living/simple_mob/otie + tf_type = /mob/living/simple_mob/vore/otie /obj/item/weapon/gun/energy/mouseray/direwolf name = "dire wolf ray" - tf_type = /mob/living/simple_mob/animal/wolf/direwolf + tf_type = /mob/living/simple_mob/vore/wolf/direwolf /obj/item/weapon/gun/energy/mouseray/giantrat name = "giant rat ray" diff --git a/code/modules/xenoarcheaology/artifacts/replicator_vr.dm b/code/modules/xenoarcheaology/artifacts/replicator_vr.dm index 8d5fc2cb0b..31763d9adc 100644 --- a/code/modules/xenoarcheaology/artifacts/replicator_vr.dm +++ b/code/modules/xenoarcheaology/artifacts/replicator_vr.dm @@ -19,8 +19,8 @@ /mob/living/simple_mob/vore/rabbit, /mob/living/simple_mob/animal/goat, /mob/living/simple_mob/animal/sif/tymisian, - /mob/living/simple_mob/animal/wolf/direwolf, - /mob/living/simple_mob/otie/friendly, + /mob/living/simple_mob/vore/wolf/direwolf, + /mob/living/simple_mob/vore/otie/friendly, /mob/living/simple_mob/vore/alienanimals/catslug, /mob/living/simple_mob/vore/alienanimals/teppi, /mob/living/simple_mob/vore/fennec, @@ -595,4 +595,4 @@ update_use_power(USE_POWER_ACTIVE) icon_state = "borgcharger1(old)" else - visible_message(fail_message) \ No newline at end of file + visible_message(fail_message) diff --git a/maps/expedition_vr/aerostat/_aerostat.dm b/maps/expedition_vr/aerostat/_aerostat.dm index fc63ab8678..f83c068782 100644 --- a/maps/expedition_vr/aerostat/_aerostat.dm +++ b/maps/expedition_vr/aerostat/_aerostat.dm @@ -139,9 +139,17 @@ prob_fall = 30 //guard = 20 mobs_to_pick_from = list( +<<<<<<< HEAD /mob/living/simple_mob/animal/space/jelly = 1, /mob/living/simple_mob/mechanical/viscerator = 1, /mob/living/simple_mob/vore/aggressive/corrupthound = 1 +======= + /mob/living/simple_mob/vore/jelly = 6, + /mob/living/simple_mob/mechanical/viscerator = 6, + /mob/living/simple_mob/vore/aggressive/corrupthound = 3, + /mob/living/simple_mob/vore/oregrub = 2, + /mob/living/simple_mob/vore/oregrub/lava = 1 +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks ) /obj/structure/old_roboprinter diff --git a/maps/expedition_vr/aerostat/_aerostat_science_outpost.dm b/maps/expedition_vr/aerostat/_aerostat_science_outpost.dm index 329f95d0d8..c181fba6a6 100644 --- a/maps/expedition_vr/aerostat/_aerostat_science_outpost.dm +++ b/maps/expedition_vr/aerostat/_aerostat_science_outpost.dm @@ -72,7 +72,7 @@ prob_fall = 50 //guard = 20 mobs_to_pick_from = list( - /mob/living/simple_mob/animal/space/jelly = 6, + /mob/living/simple_mob/vore/jelly = 6, /mob/living/simple_mob/mechanical/viscerator = 6, /mob/living/simple_mob/vore/aggressive/corrupthound = 3, /mob/living/simple_mob/vore/oregrub = 2, diff --git a/maps/gateway_archive_vr/snow_outpost.dm b/maps/gateway_archive_vr/snow_outpost.dm index de9d70dfb1..c1e0adc8ae 100644 --- a/maps/gateway_archive_vr/snow_outpost.dm +++ b/maps/gateway_archive_vr/snow_outpost.dm @@ -17,7 +17,7 @@ power_environ = 0 mobcountmax = 100 floracountmax = 7000 - valid_mobs = list(/mob/living/simple_mob/animal/sif/savik, /mob/living/simple_mob/animal/wolf, /mob/living/simple_mob/animal/sif/shantak, + valid_mobs = list(/mob/living/simple_mob/animal/sif/savik, /mob/living/simple_mob/vore/wolf, /mob/living/simple_mob/animal/sif/shantak, /mob/living/simple_mob/animal/sif/kururak, /mob/living/simple_mob/animal/sif/frostfly) valid_flora = list(/obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/dead, /obj/structure/flora/grass/brown, /obj/structure/flora/grass/green, diff --git a/maps/gateway_vr/snow_outpost.dm b/maps/gateway_vr/snow_outpost.dm index 1814683c45..84aae8da2f 100644 --- a/maps/gateway_vr/snow_outpost.dm +++ b/maps/gateway_vr/snow_outpost.dm @@ -23,7 +23,7 @@ dynamic_lighting = 0 mobcountmax = 50 floracountmax = 300 - valid_mobs = list(/mob/living/simple_mob/animal/sif/savik, /mob/living/simple_mob/animal/wolf, /mob/living/simple_mob/animal/sif/shantak, + valid_mobs = list(/mob/living/simple_mob/animal/sif/savik, /mob/living/simple_mob/vore/wolf, /mob/living/simple_mob/animal/sif/shantak, /mob/living/simple_mob/animal/sif/kururak, /mob/living/simple_mob/animal/sif/frostfly) valid_flora = list(/obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/dead, /obj/structure/flora/grass/brown, /obj/structure/flora/grass/green, diff --git a/maps/gateway_vr/snowfield.dm b/maps/gateway_vr/snowfield.dm index 3aed3117ba..8127505ae9 100644 --- a/maps/gateway_vr/snowfield.dm +++ b/maps/gateway_vr/snowfield.dm @@ -32,7 +32,7 @@ valid_mobs = list(/mob/living/simple_mob/animal/sif/sakimm/polar, /mob/living/simple_mob/animal/sif/diyaab/polar, /mob/living/simple_mob/animal/sif/shantak/polar, /mob/living/simple_mob/animal/space/bear/polar, - /mob/living/simple_mob/animal/wolf) + /mob/living/simple_mob/vore/wolf) valid_flora = list(/obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/dead, /obj/structure/flora/grass/brown, /obj/structure/flora/grass/green, /obj/structure/flora/grass/both, /obj/structure/flora/bush, /obj/structure/flora/ausbushes/grassybush, @@ -180,4 +180,4 @@ /obj/effect/floor_decal/derelict/d16 name = "derelict16" - icon_state = "derelict16" \ No newline at end of file + icon_state = "derelict16" diff --git a/maps/gateway_vr/wildwest.dm b/maps/gateway_vr/wildwest.dm index 69c3a26f21..eaeef9426e 100644 --- a/maps/gateway_vr/wildwest.dm +++ b/maps/gateway_vr/wildwest.dm @@ -208,8 +208,8 @@ /mob/living/simple_mob/humanoid/merc/melee = 100, /mob/living/simple_mob/humanoid/merc/ranged = 50, /mob/living/simple_mob/humanoid/merc/ranged/space = 5, - /mob/living/simple_mob/otie/feral = 10, - /mob/living/simple_mob/otie/feral/chubby = 5 + /mob/living/simple_mob/vore/otie/feral = 10, + /mob/living/simple_mob/vore/otie/feral/chubby = 5 ), list( @@ -224,8 +224,8 @@ list( /mob/living/simple_mob/humanoid/pirate = 100, /mob/living/simple_mob/humanoid/pirate/ranged = 50, - /mob/living/simple_mob/animal/wolf = 10, - /mob/living/simple_mob/animal/wolf/direwolf = 5 + /mob/living/simple_mob/vore/wolf = 10, + /mob/living/simple_mob/vore/wolf/direwolf = 5 ) ) diff --git a/maps/gateway_vr/zoo.dmm b/maps/gateway_vr/zoo.dmm index 19fa7fc4da..688e547acf 100644 --- a/maps/gateway_vr/zoo.dmm +++ b/maps/gateway_vr/zoo.dmm @@ -7806,7 +7806,7 @@ /turf/simulated/floor/wood, /area/awaymission/zoo) "un" = ( -/mob/living/simple_mob/animal/wolf{ +/mob/living/simple_mob/vore/wolf{ faction = "zoo" }, /turf/simulated/floor/holofloor/snow, diff --git a/maps/stellar_delight/stellar_delight2.dmm b/maps/stellar_delight/stellar_delight2.dmm index fd6a33cfea..162ac136ba 100644 --- a/maps/stellar_delight/stellar_delight2.dmm +++ b/maps/stellar_delight/stellar_delight2.dmm @@ -1010,7 +1010,7 @@ dir = 1; pixel_y = 24 }, -/mob/living/simple_mob/otie/red/chubby/cocoa, +/mob/living/simple_mob/vore/otie/red/chubby/cocoa, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) >>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 diff --git a/maps/submaps/surface_submaps/plains/emptycabin.dmm b/maps/submaps/surface_submaps/plains/emptycabin.dmm new file mode 100644 index 0000000000..707aaa9bab --- /dev/null +++ b/maps/submaps/surface_submaps/plains/emptycabin.dmm @@ -0,0 +1,328 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/template_noop, +/area/template_noop) +"b" = ( +/obj/effect/decal/cleanable/filth, +/obj/item/weapon/bone/arm, +/obj/item/weapon/bone/skull/unathi, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"c" = ( +/obj/structure/curtain/black, +/obj/structure/simple_door/sifwood, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"d" = ( +/obj/structure/closet/wardrobe, +/obj/item/weapon/material/fishing_rod/modern, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/item/weapon/storage/toolbox/lunchbox/nymph/filled, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"e" = ( +/turf/simulated/wall/sifwood, +/area/submap/EmptyCabin) +"f" = ( +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"g" = ( +/obj/structure/bed/double/padded, +/obj/item/weapon/bedsheet/purpledouble, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"h" = ( +/obj/structure/loot_pile/surface/bones, +/turf/template_noop, +/area/template_noop) +"i" = ( +/obj/structure/bed/chair/sofa/left/blue{ + dir = 1 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"j" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_mob/vore/otie/friendly/chubby{ + desc = "The classic bioengineered longdog. This one still probably won't tolerate you. What an absolute unit"; + faction = "spiders"; + max_co2 = 0; + max_tox = 0 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"k" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/obj/structure/bed/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"l" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/obj/structure/bed/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"n" = ( +/obj/structure/table/sifwoodentable, +/obj/item/weapon/storage/fancy/candle_box, +/obj/item/weapon/paper/crumpled/bloody{ + info = "I found an otie while picking flowers today. He's so cute! I took him back home, and he seemed quite happy to share food with me. He really likes fish. Though, he never really seems to not be hungry..." + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"q" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/template_noop, +/area/submap/EmptyCabin) +"r" = ( +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"t" = ( +/obj/structure/railing/grey, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"y" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/curtain/black, +/obj/structure/grille/rustic, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"z" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"A" = ( +/obj/structure/bonfire/permanent/sifwood, +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/virgo3b_indoors, +/area/submap/EmptyCabin) +"B" = ( +/turf/template_noop, +/area/submap/EmptyCabin) +"C" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"D" = ( +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"G" = ( +/obj/structure/bed/chair/sofa/blue{ + dir = 1 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"I" = ( +/obj/structure/table/sifwoodentable, +/obj/item/pizzabox/meat, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"J" = ( +/obj/structure/bed/chair/sofa/right/blue{ + dir = 1 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"L" = ( +/obj/structure/table/sifwoodentable, +/obj/item/weapon/flame/candle/candelabra, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"M" = ( +/obj/item/weapon/bone/leg, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"O" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/obj/structure/bed/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"Q" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"T" = ( +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/template_noop, +/area/submap/EmptyCabin) +"V" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"W" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"X" = ( +/obj/item/weapon/bone, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) +"Z" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/floor/wood/sif/virgo3b, +/area/submap/EmptyCabin) + +(1,1,1) = {" +a +q +e +O +l +l +k +C +e +a +"} +(2,1,1) = {" +a +B +D +D +D +D +D +D +t +a +"} +(3,1,1) = {" +a +T +f +e +e +c +e +e +t +a +"} +(4,1,1) = {" +a +a +e +e +b +M +D +e +e +a +"} +(5,1,1) = {" +a +a +e +g +j +X +L +i +e +a +"} +(6,1,1) = {" +a +a +y +n +W +D +I +G +e +a +"} +(7,1,1) = {" +a +a +e +d +Z +r +D +J +e +a +"} +(8,1,1) = {" +a +a +e +e +z +V +Q +e +e +a +"} +(9,1,1) = {" +a +a +h +e +e +A +e +e +a +a +"} +(10,1,1) = {" +a +a +a +h +e +e +e +a +a +a +"} diff --git a/maps/submaps/surface_submaps/plains/greatwolfden.dmm b/maps/submaps/surface_submaps/plains/greatwolfden.dmm new file mode 100644 index 0000000000..d8ac2577ee --- /dev/null +++ b/maps/submaps/surface_submaps/plains/greatwolfden.dmm @@ -0,0 +1,1597 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/cleanable/blood/drip, +/mob/living/simple_mob/vore/wolf/direwolf{ + ai_holder_type = /datum/ai_holder/simple_mob/retaliate; + desc = "The biggest and baddest wolf around. Seems pretty chill, for a wolf."; + faction = "sif"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"bp" = ( +/obj/structure/cliff/automatic/corner{ + dir = 6 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"bz" = ( +/obj/structure/flora/bboulder1, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"bI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"bY" = ( +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"dM" = ( +/obj/structure/flora/bboulder2, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"dX" = ( +/obj/structure/cliff/automatic{ + dir = 4 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"eq" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"fh" = ( +/obj/structure/cliff/automatic{ + dir = 2 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"fX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"ge" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"hJ" = ( +/obj/structure/cliff/automatic{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"iX" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"jg" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/ammo_casing/a10mm{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"ju" = ( +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"kg" = ( +/obj/item/weapon/bone/skull/unathi, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"kk" = ( +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gib2_flesh" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"kL" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass3" + }, +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"lu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/a10mm, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"lL" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/landmark/loot_spawn/low, +/obj/random/projectile/scrapped_gun, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"lQ" = ( +/obj/effect/decal/cleanable/filth, +/obj/item/weapon/card/emag_broken, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"mk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/ammo_casing/a10mm{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"mm" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"nd" = ( +/obj/structure/flora/rocks2, +/obj/effect/decal/remains/lizard, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"nv" = ( +/mob/living/simple_mob/vore/greatwolf{ + dir = 8; + max_co2 = 0; + min_oxy = 0 + }, +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"pS" = ( +/turf/template_noop, +/area/template_noop) +"qb" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"rn" = ( +/obj/structure/loot_pile/mecha/gygax/dark/adv, +/obj/effect/decal/cleanable/blood/gibs/robot/down, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"rM" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "eyeplant2" + }, +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"tb" = ( +/obj/structure/flora/smallbould, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"tm" = ( +/turf/simulated/mineral/ignore_mapgen, +/area/submap/GreatWolfDen) +"tC" = ( +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"uz" = ( +/mob/living/simple_mob/vore/wolf/direwolf{ + ai_holder_type = /datum/ai_holder/simple_mob/retaliate; + desc = "The biggest and baddest wolf around. Seems pretty chill, for a wolf."; + faction = "sif"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"uY" = ( +/obj/item/ammo_casing/a10mm, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"vu" = ( +/obj/item/weapon/bone/skull/tajaran, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"wc" = ( +/obj/item/weapon/bone/skull/unathi, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"xt" = ( +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"xu" = ( +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"xK" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/under/syndicate, +/obj/random/projectile/scrapped_gun, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"yi" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle2" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"yF" = ( +/obj/structure/flora/smallbould, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"yG" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"yH" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"zl" = ( +/obj/structure/flora/bboulder1, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"zs" = ( +/obj/structure/flora/bboulder2, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"zV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"AG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/rocks/virgo3b, +/area/submap/GreatWolfDen) +"AK" = ( +/obj/structure/cliff/automatic/ramp{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"BR" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle2" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Cd" = ( +/mob/living/simple_mob/vore/otie/feral/chubby{ + ai_holder_type = /datum/ai_holder/simple_mob/retaliate; + desc = "The classic bioengineered longdog. No pets. Only bite. What an absolute unit."; + faction = "sif"; + minbodytemp = 0 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"CR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Dj" = ( +/obj/structure/cliff/automatic/corner, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"DV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/random/outcrop, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"EU" = ( +/obj/structure/flora/rocks1, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Fy" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "eyeplant1" + }, +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"GZ" = ( +/obj/structure/flora/rocks1, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Hb" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"HC" = ( +/obj/random/outcrop, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Ic" = ( +/obj/effect/decal/remains/deer, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Id" = ( +/obj/effect/decal/cleanable/dirt, +/turf/template_noop, +/area/template_noop) +"If" = ( +/obj/effect/decal/cleanable/blood/gibs/robot/limb, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Iw" = ( +/obj/effect/decal/remains/deer, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Kb" = ( +/obj/item/ammo_casing/a10mm{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Ko" = ( +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gibdown1_flesh" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Kp" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"KU" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass3" + }, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"Lx" = ( +/obj/structure/cliff/automatic{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Lz" = ( +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gib1_flesh" + }, +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"LJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/sif/subterranean{ + icon_state = "glowplant2" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"LP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"LT" = ( +/obj/structure/cliff/automatic/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Mc" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Mv" = ( +/obj/random/outcrop, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"MD" = ( +/obj/structure/flora/tree/sif{ + icon_state = "tree_sif4" + }, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"OB" = ( +/obj/item/stack/material/log{ + amount = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"OL" = ( +/obj/structure/cliff/automatic, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"OV" = ( +/obj/structure/cliff/automatic{ + dir = 6 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"OW" = ( +/obj/structure/cliff/automatic{ + dir = 5 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Pa" = ( +/obj/structure/cliff/automatic/ramp, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Pf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Pl" = ( +/obj/effect/decal/remains/lizard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"PC" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"PX" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Qb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks1, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Qv" = ( +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"QA" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass2" + }, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"QJ" = ( +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"QM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Rb" = ( +/obj/item/weapon/bone/leg, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Rf" = ( +/obj/structure/loot_pile/surface/bones, +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle" + }, +/obj/item/weapon/gun/projectile/pistol, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Rj" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"Rx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"RW" = ( +/obj/structure/flora/rocks2, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"SO" = ( +/obj/item/weapon/telecube/mated, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"SQ" = ( +/obj/structure/cliff/automatic/corner{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Tf" = ( +/obj/item/weapon/paper/card/heart{ + desc = "A gift card with a heart on the cover. This appears to be a thank-you to the.. wolves??" + }, +/obj/item/weapon/paper/crumpled{ + icon_state = "scrap_bloodied"; + info = "The wolves dragged me back to their den when they found me incapacitated, and nursed me back to health, instead of eating me. I don't know why. Anyway, they're a bunch of goodboyes. Don't let the bones strewn about their den frighten you. Just be nice to them and they won't hurt you."; + name = "survivor's note" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Tn" = ( +/obj/structure/bonfire, +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"Ty" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"UV" = ( +/obj/structure/cliff/automatic{ + dir = 10 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Vq" = ( +/obj/structure/loot_pile/surface/bones, +/obj/random/projectile/scrapped_gun, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"WH" = ( +/obj/structure/loot_pile/surface/bones, +/obj/item/weapon/storage/toolbox/syndicate, +/obj/random/projectile/scrapped_gun, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"WR" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "glowplant1" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"WY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks1, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Xx" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass1" + }, +/turf/simulated/floor/outdoors/snow/virgo3b, +/area/submap/GreatWolfDen) +"Xy" = ( +/obj/item/weapon/bone/ribs, +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Yw" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Yy" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Zj" = ( +/turf/simulated/floor/outdoors/grass/sif/virgo3b, +/area/submap/GreatWolfDen) +"Zk" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "glowplant2" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) +"Zu" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/landmark/loot_spawn/low, +/obj/effect/decal/cleanable/dirt, +/obj/random/projectile/scrapped_gun, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/GreatWolfDen) + +(1,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +(2,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Ty +pS +pS +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +(3,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +Qv +HC +Qv +Qv +Qv +Qv +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +Qv +pS +pS +"} +(4,1,1) = {" +pS +pS +pS +pS +Qv +pS +pS +Qv +Qv +Qv +bp +dX +dX +dX +dX +dX +dX +dX +Dj +Qv +HC +Qv +pS +pS +pS +pS +Qv +Qv +pS +pS +"} +(5,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +bp +dX +dX +OV +tm +tm +tm +tm +tm +tm +tm +OW +dX +dX +Dj +Qv +Qv +Qv +pS +pS +pS +pS +pS +"} +(6,1,1) = {" +pS +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +OW +dX +Dj +Qv +Qv +pS +pS +pS +pS +"} +(7,1,1) = {" +pS +pS +pS +pS +Qv +Qv +bp +OV +tm +tm +tm +tm +jg +BR +Mv +tm +tm +tm +tm +tm +tm +tm +tm +OW +Dj +Qv +pS +pS +pS +pS +"} +(8,1,1) = {" +pS +pS +pS +pS +pS +Qv +fh +tm +tm +tm +yi +CR +xK +uY +xu +Zu +zs +xu +xu +Mv +tm +tm +tm +tm +OW +Dj +Qv +pS +pS +pS +"} +(9,1,1) = {" +pS +pS +pS +pS +pS +Qv +fh +tm +tm +Mc +QJ +qb +lu +mk +uY +xu +xu +kk +xu +xu +xu +tb +tm +tm +tm +OL +Qv +Qv +pS +pS +"} +(10,1,1) = {" +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +mm +Rb +EU +lQ +BR +Kb +QM +Iw +xu +RW +Zk +xu +xu +tm +tm +tm +OL +Qv +Qv +Qv +pS +"} +(11,1,1) = {" +pS +pS +pS +Qv +Qv +Qv +fh +tm +tm +bz +Pl +bI +DV +tm +wc +xu +xu +xu +xu +xu +Cd +xu +kg +tm +tm +OW +Dj +Qv +Qv +pS +"} +(12,1,1) = {" +pS +pS +pS +Qv +HC +Qv +LT +UV +tm +tm +bI +CR +tm +tm +rn +PX +Tn +Zj +Zj +uz +xu +xu +BR +tm +tm +tm +OL +Qv +Qv +pS +"} +(13,1,1) = {" +pS +pS +Id +pS +Qv +Qv +Qv +fh +tm +tm +Tf +Ko +tm +tm +OB +uz +Zj +Xx +rM +Zj +Iw +xu +xu +tm +tm +tm +OL +Qv +Qv +pS +"} +(14,1,1) = {" +pS +pS +pS +pS +Id +Qv +Qv +fh +tm +tm +CR +CR +tm +yF +Yy +Fy +Zj +Rj +Kp +Lz +Zj +xu +uz +Xy +tm +tm +OL +Qv +Qv +Qv +"} +(15,1,1) = {" +pS +Qv +Id +fX +pS +dM +Pa +OV +tm +LJ +Pf +CR +tm +ju +aa +Lz +eq +bY +MD +yG +Zj +xu +If +xu +tm +tm +OL +Qv +HC +Qv +"} +(16,1,1) = {" +Qv +pS +Qv +Id +Rx +zV +LP +Qb +AG +CR +CR +CR +tm +SO +tC +Zj +Zj +bY +QA +Zj +kL +uz +xu +Mv +tm +tm +OL +Qv +Qv +Qv +"} +(17,1,1) = {" +pS +pS +Qv +Rx +WY +Rx +AK +UV +tm +tm +tm +tm +tm +vu +WR +GZ +nv +KU +Rj +Zj +xu +xu +xu +xu +tm +tm +OL +Qv +Qv +pS +"} +(18,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +LT +UV +tm +tm +tm +zs +xu +xK +Ic +Zj +Zj +bY +Zj +nd +xu +xu +lL +tm +tm +OL +Qv +Qv +pS +"} +(19,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +tm +tm +Hb +xu +uz +xu +Zj +Zj +Zj +xu +uz +xt +tm +tm +hJ +SQ +Qv +pS +Qv +"} +(20,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +tm +tm +PC +xu +Yy +kk +Ic +uz +xu +Vq +xt +Rf +tm +tm +OL +Qv +Qv +pS +pS +"} +(21,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +Qv +LT +UV +tm +tm +tm +tm +xu +WH +iX +yH +Yy +xu +Vq +Yw +tm +tm +tm +OL +Qv +Qv +Qv +pS +"} +(22,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +Qv +HC +fh +tm +tm +tm +tm +zl +BR +xu +ge +xu +Vq +xt +tm +tm +tm +hJ +SQ +Qv +Ty +Qv +pS +"} +(23,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +Qv +LT +UV +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +hJ +SQ +Qv +Qv +pS +pS +pS +"} +(24,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +LT +Lx +UV +tm +tm +tm +tm +tm +tm +tm +tm +tm +hJ +SQ +Qv +Qv +Qv +pS +pS +pS +"} +(25,1,1) = {" +pS +pS +pS +pS +pS +Qv +pS +pS +pS +Qv +Qv +Qv +LT +Lx +UV +tm +tm +hJ +Lx +Lx +Lx +Lx +SQ +Qv +Qv +pS +pS +pS +pS +pS +"} +(26,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +Qv +Qv +Ty +LT +Lx +Lx +SQ +Qv +Qv +Qv +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +"} +(27,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +Qv +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +(28,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +HC +Qv +Qv +pS +pS +pS +pS +pS +pS +Qv +Qv +pS +pS +pS +"} +(29,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +pS +pS +pS +pS +pS +pS +"} +(30,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} diff --git a/maps/submaps/surface_submaps/plains/leopardmanderden.dmm b/maps/submaps/surface_submaps/plains/leopardmanderden.dmm new file mode 100644 index 0000000000..006b3c6689 --- /dev/null +++ b/maps/submaps/surface_submaps/plains/leopardmanderden.dmm @@ -0,0 +1,1055 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aK" = ( +/obj/item/weapon/ore/silver, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"aT" = ( +/obj/structure/table/bench/sifwooden/padded, +/mob/living/simple_mob/animal/sif/siffet{ + faction = "neutral"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0; + minbodytemp = 0 + }, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"bj" = ( +/obj/item/weapon/bluespace_crystal, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"bO" = ( +/obj/item/stack/material/gold, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"cu" = ( +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"dA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/simple_door/sifwood, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"eD" = ( +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"eF" = ( +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/rocks/virgo3b, +/area/template_noop) +"fe" = ( +/obj/item/weapon/coin/diamond, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"fQ" = ( +/obj/effect/landmark/loot_spawn/low, +/obj/item/weapon/ore/gold, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"gg" = ( +/obj/random/obstruction, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"gC" = ( +/obj/item/weapon/flame/lighter/zippo/gold, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"gD" = ( +/obj/structure/flora/smallbould, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"gP" = ( +/obj/structure/cliff/automatic, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"gU" = ( +/obj/item/weapon/coin/gold, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"hi" = ( +/obj/structure/sign/warning/falling, +/turf/simulated/wall/gold, +/area/submap/LeopardmanderDen) +"hr" = ( +/obj/structure/flora/rocks1, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"hw" = ( +/obj/structure/cliff/automatic{ + dir = 9 + }, +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"iV" = ( +/obj/structure/cliff/automatic/corner{ + dir = 6 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"jb" = ( +/obj/machinery/crystal/ice, +/turf/template_noop, +/area/template_noop) +"jE" = ( +/obj/structure/cliff/automatic{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"ki" = ( +/obj/structure/table/bench/sifwooden/padded, +/obj/item/clothing/head/pin/flower/violet, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"kx" = ( +/obj/item/stack/material/gold, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"kO" = ( +/obj/structure/cliff/automatic{ + dir = 6 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"lb" = ( +/obj/structure/cliff/automatic{ + dir = 10 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"ll" = ( +/obj/structure/cliff/automatic/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"mi" = ( +/obj/structure/cliff/automatic/ramp{ + dir = 9 + }, +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"mu" = ( +/obj/structure/flora/rocks2, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"mW" = ( +/obj/structure/railing/grey, +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"nG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"nR" = ( +/mob/living/simple_mob/animal/sif/sakimm, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"oD" = ( +/obj/fiftyspawner/silver, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"pQ" = ( +/obj/structure/cliff/automatic/corner, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"qa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"qg" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"rn" = ( +/turf/template_noop, +/area/template_noop) +"ro" = ( +/obj/structure/flora/lily3, +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"rD" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"rG" = ( +/obj/structure/flora/pottedplant/flower, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"sl" = ( +/obj/machinery/crystal/ice, +/obj/structure/railing/grey{ + dir = 4 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"sN" = ( +/mob/living/simple_mob/vore/otie/red/chubby{ + desc = "Seems this ominous looking longdog has been infused with wicked infernal forces. What an absolute unit. It has a collar around one of its ankles that reads 'Tawny'."; + name = "Tawny" + }, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"sY" = ( +/mob/living/simple_mob/animal/sif/sakimm{ + faction = "neutral"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0; + minbodytemp = 0 + }, +/turf/template_noop, +/area/template_noop) +"tC" = ( +/obj/item/weapon/ore/diamond, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"tP" = ( +/mob/living/simple_mob/animal/sif/sakimm{ + faction = "neutral"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0; + minbodytemp = 0 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"uw" = ( +/obj/structure/ledge/ledge_stairs{ + dir = 4 + }, +/turf/simulated/floor/outdoors/rocks/virgo3b, +/area/template_noop) +"uz" = ( +/obj/structure/cliff/automatic{ + dir = 8 + }, +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"xf" = ( +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"xg" = ( +/obj/item/weapon/ore/silver, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"xL" = ( +/obj/random/outcrop, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"yl" = ( +/turf/simulated/wall/golddiamond, +/area/submap/LeopardmanderDen) +"zJ" = ( +/mob/living/simple_mob/animal/sif/siffet{ + faction = "neutral"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0; + minbodytemp = 0 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"zW" = ( +/obj/structure/cliff/automatic/corner{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Ah" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"AF" = ( +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"AP" = ( +/obj/structure/bed/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"BE" = ( +/obj/item/stack/material/diamond, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"DI" = ( +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"DJ" = ( +/obj/structure/flora/log1, +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Ez" = ( +/obj/structure/flora/bboulder2, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"EH" = ( +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Gl" = ( +/obj/structure/cliff/automatic{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Gw" = ( +/obj/item/weapon/ore/gold, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Hx" = ( +/obj/structure/sign/warning/falling, +/turf/simulated/wall/sifwood, +/area/template_noop) +"HV" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Ih" = ( +/obj/random/obstruction, +/turf/template_noop, +/area/template_noop) +"IQ" = ( +/turf/simulated/mineral/ignore_mapgen, +/area/submap/LeopardmanderDen) +"Jk" = ( +/turf/simulated/floor/outdoors/rocks/virgo3b, +/area/template_noop) +"Kd" = ( +/obj/structure/cliff/automatic, +/obj/structure/railing/grey{ + dir = 1 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Kv" = ( +/obj/random/outcrop, +/turf/template_noop, +/area/template_noop) +"KT" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/tree/bigtree, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Lb" = ( +/obj/structure/cliff/automatic{ + dir = 5 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Ls" = ( +/obj/structure/cliff/automatic{ + dir = 2 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"MQ" = ( +/obj/machinery/crystal/ice, +/obj/structure/railing/grey{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"NS" = ( +/obj/structure/cliff/automatic{ + dir = 10 + }, +/obj/structure/railing/grey, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Pc" = ( +/obj/item/stack/material/diamond, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"PO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Qa" = ( +/obj/machinery/crystal/ice, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"QQ" = ( +/obj/item/stack/material/gold, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"RA" = ( +/obj/fiftyspawner/gold, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Sk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks1, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Sm" = ( +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"SM" = ( +/obj/structure/flora/log2, +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Te" = ( +/obj/item/weapon/coin/silver, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Tj" = ( +/mob/living/simple_mob/animal/sif/tymisian{ + faction = "neutral"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0; + minbodytemp = 0 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Tt" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/item/weapon/coin/iron, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"TF" = ( +/obj/structure/bed/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Uc" = ( +/obj/item/weapon/ore/diamond, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Ul" = ( +/obj/item/weapon/ore/gold, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"UA" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/item/weapon/coin/gold, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Vi" = ( +/obj/structure/flora/lily2, +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"VM" = ( +/turf/simulated/wall/gold, +/area/submap/LeopardmanderDen) +"VV" = ( +/obj/structure/flora/lily1, +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"WB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/rocks/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Xt" = ( +/mob/living/simple_mob/vore/leopardmander{ + max_co2 = 0; + min_oxy = 0 + }, +/turf/simulated/floor/outdoors/grass/sif/forest/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"XR" = ( +/obj/effect/map_effect/interval/effect_emitter/steam, +/turf/simulated/floor/water/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Yq" = ( +/obj/structure/cliff/automatic{ + dir = 4 + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"YJ" = ( +/obj/item/weapon/ore/diamond, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) +"Zj" = ( +/mob/living/simple_mob/animal/sif/tymisian{ + faction = "neutral" + }, +/turf/simulated/floor/outdoors/grass/sif/virgo3b{ + outdoors = 0 + }, +/area/submap/LeopardmanderDen) + +(1,1,1) = {" +rn +Ih +iV +Yq +Yq +Yq +Yq +Yq +Yq +Yq +pQ +Sm +Sm +Sm +Sm +rn +rn +rn +rn +rn +"} +(2,1,1) = {" +rn +iV +kO +IQ +IQ +IQ +IQ +IQ +IQ +IQ +Lb +Yq +Yq +Yq +pQ +Sm +sY +rn +Sm +rn +"} +(3,1,1) = {" +iV +kO +IQ +IQ +Qa +yl +IQ +IQ +IQ +IQ +IQ +IQ +IQ +IQ +Lb +Yq +pQ +Sm +Ih +rn +"} +(4,1,1) = {" +Ls +IQ +IQ +cu +xf +bj +Pc +xf +IQ +cu +IQ +IQ +IQ +IQ +IQ +IQ +Lb +pQ +Sm +rn +"} +(5,1,1) = {" +Ls +IQ +IQ +xL +BE +DI +PO +DI +kx +gU +DI +Uc +xL +cu +IQ +IQ +IQ +Lb +Yq +pQ +"} +(6,1,1) = {" +Ls +IQ +IQ +xf +fe +Xt +AF +Vi +YJ +AF +Ah +xg +Zj +Qa +cu +IQ +IQ +IQ +IQ +gP +"} +(7,1,1) = {" +Ls +IQ +IQ +RA +DI +AF +SM +AF +AF +ro +AF +nR +DI +Pc +xL +IQ +IQ +IQ +IQ +gP +"} +(8,1,1) = {" +Ls +IQ +cu +xf +mu +AF +AF +AF +UA +XR +AF +DJ +hr +tC +Uc +IQ +Qa +IQ +IQ +gP +"} +(9,1,1) = {" +Ls +IQ +IQ +IQ +QQ +AF +AF +rD +KT +Tt +AF +AF +AF +fQ +xf +IQ +HV +AP +IQ +gP +"} +(10,1,1) = {" +Ls +IQ +IQ +cu +gC +nG +AF +XR +Ez +VV +AF +AF +ki +Gw +bO +cu +cu +cu +IQ +gP +"} +(11,1,1) = {" +Ls +IQ +IQ +cu +xL +DI +DI +AF +AF +AF +AF +AF +aT +Ul +qa +VM +qg +TF +IQ +gP +"} +(12,1,1) = {" +ll +lb +IQ +IQ +VM +Qa +sN +aK +Te +DJ +Ah +rG +Sk +qa +oD +IQ +IQ +IQ +IQ +gP +"} +(13,1,1) = {" +rn +ll +lb +IQ +IQ +IQ +IQ +Qa +DI +hr +DI +xf +xf +xL +cu +IQ +IQ +IQ +IQ +gP +"} +(14,1,1) = {" +rn +gg +Ls +IQ +IQ +IQ +IQ +IQ +IQ +IQ +xf +cu +cu +Qa +cu +IQ +IQ +IQ +Gl +zW +"} +(15,1,1) = {" +rn +Sm +ll +jE +lb +IQ +IQ +IQ +IQ +IQ +gD +cu +WB +IQ +IQ +IQ +IQ +Gl +zW +rn +"} +(16,1,1) = {" +rn +Sm +gg +Sm +ll +lb +IQ +IQ +IQ +IQ +IQ +hi +dA +VM +IQ +Gl +jE +zW +rn +Kv +"} +(17,1,1) = {" +rn +rn +Sm +rn +Sm +ll +jE +jE +jE +jE +jE +NS +uw +hw +jE +zW +Sm +jb +zJ +rn +"} +(18,1,1) = {" +rn +Sm +Sm +Sm +Tj +Sm +Sm +Hx +Sm +sl +eD +mW +uw +Kd +tP +rn +Tj +rn +rn +rn +"} +(19,1,1) = {" +rn +rn +Sm +rn +Sm +tP +Sm +zJ +Sm +EH +eF +eF +Jk +Kd +Sm +Ih +rn +rn +rn +rn +"} +(20,1,1) = {" +rn +rn +rn +rn +rn +Sm +Sm +Sm +Sm +MQ +mi +uz +uz +zW +rn +rn +rn +rn +rn +rn +"} diff --git a/maps/submaps/surface_submaps/plains/otieshelter.dmm b/maps/submaps/surface_submaps/plains/otieshelter.dmm new file mode 100644 index 0000000000..137930b5f8 --- /dev/null +++ b/maps/submaps/surface_submaps/plains/otieshelter.dmm @@ -0,0 +1,1095 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ag" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"aj" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/OtieShelter) +"ar" = ( +/obj/structure/closet/secure_closet/medical_wall/anesthetics, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"cq" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"cU" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"eI" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"fw" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"gr" = ( +/obj/machinery/porta_turret/poi, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/OtieShelter) +"gN" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"hh" = ( +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"hk" = ( +/obj/structure/grille/rustic, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"hD" = ( +/obj/effect/decal/cleanable/filth, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"iv" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/surgery, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"iC" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_mob/vore/otie/friendly{ + health = 0 + }, +/turf/template_noop, +/area/template_noop) +"iY" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/item/trash/bowl, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"jc" = ( +/obj/machinery/optable, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"jo" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"jy" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"jI" = ( +/obj/item/weapon/material/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/blood/tracks{ + color = "red"; + desc = "Your instincts say you shouldn't be following these."; + dir = 4; + icon = 'icons/effects/blood.dmi'; + icon_state = "tracks" + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"kF" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"kX" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"lv" = ( +/obj/structure/door_assembly, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"lP" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"lQ" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"lY" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"mu" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/mob/living/simple_mob/vore/otie/friendly/chubby, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"mC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"mJ" = ( +/obj/structure/sign/warning/secure_area, +/turf/simulated/wall/r_wall, +/area/submap/OtieShelter) +"nK" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"nR" = ( +/obj/structure/table/marble, +/obj/item/weapon/newspaper, +/obj/item/weapon/paper/card/heart, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"ob" = ( +/obj/structure/grille/rustic, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"od" = ( +/obj/machinery/door/window, +/obj/item/weapon/bone, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"op" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/OtieShelter) +"pa" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/filth, +/obj/random/handgun/sec, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"pd" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"rb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/OtieShelter) +"sJ" = ( +/obj/structure/grille/rustic, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"tt" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/cotie, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"tz" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"tP" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"uw" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/dogbed, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"uD" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"uS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"vA" = ( +/obj/item/weapon/bone, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"vB" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/item/weapon/bone, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"vV" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"wg" = ( +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"wO" = ( +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"xf" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/reagent_dispensers, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"xj" = ( +/obj/structure/table/marble, +/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"xI" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/friendly, +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"yD" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/adv, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Aa" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/cotie/phoron, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"At" = ( +/obj/structure/table/marble, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"AO" = ( +/obj/structure/table/glass, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"AQ" = ( +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"BM" = ( +/obj/item/weapon/melee/baton/cattleprod, +/obj/effect/decal/cleanable/blood/tracks{ + color = "red"; + desc = "Your instincts say you shouldn't be following these."; + dir = 4; + icon = 'icons/effects/blood.dmi'; + icon_state = "tracks" + }, +/obj/effect/decal/cleanable/filth, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Cw" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"CM" = ( +/obj/structure/closet/wardrobe, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"EE" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"EI" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Hk" = ( +/obj/machinery/door/window, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"HV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Ih" = ( +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Ij" = ( +/mob/living/simple_mob/vore/otie/cotie{ + max_co2 = 0; + max_tox = 0 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"IF" = ( +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"JY" = ( +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/OtieShelter) +"KJ" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Lr" = ( +/obj/structure/door_assembly, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/OtieShelter) +"LF" = ( +/obj/structure/ghost_pod/manual/lost_drone/dogborg, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Mc" = ( +/obj/structure/fireaxecabinet{ + pixel_y = 29 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Mg" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Mn" = ( +/mob/living/simple_mob/vore/otie/red/chubby, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Mz" = ( +/turf/simulated/wall/r_wall, +/area/submap/OtieShelter) +"MK" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"Nd" = ( +/obj/structure/table/marble, +/obj/structure/table/marble, +/obj/item/device/radio/phone, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"Nh" = ( +/obj/item/weapon/bedsheet/browndouble, +/obj/structure/bed/double/padded, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"Np" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/item/trash/bowl, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"NJ" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Of" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"OJ" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/decal/cleanable/blood/tracks/paw{ + icon_state = "paw1" + }, +/obj/item/ammo_casing/spent, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Pn" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Px" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"Qr" = ( +/turf/template_noop, +/area/template_noop) +"Ro" = ( +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"RW" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "PAPC"; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"Sn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"SD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"TP" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"UF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"UH" = ( +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"VE" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/tracks/paw{ + icon_state = "paw1" + }, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"VL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/carpet/turcarpet/virgo3b, +/area/submap/OtieShelter) +"VY" = ( +/mob/living/simple_mob/vore/otie/cotie/chubby, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Wl" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/windoor_assembly, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/turf/simulated/floor/virgo3b_indoors, +/area/submap/OtieShelter) +"WY" = ( +/obj/machinery/oxygen_pump/mobile/anesthetic, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"XB" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/virgo3b, +/area/submap/OtieShelter) +"XG" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/red/friendly, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) + +(1,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +"} +(2,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +"} +(3,1,1) = {" +Qr +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Qr +Qr +Qr +"} +(4,1,1) = {" +Qr +Mz +wO +Of +kF +Of +kF +Of +xI +Of +kF +Of +Mz +Nh +MK +gN +Mz +Qr +Qr +Qr +"} +(5,1,1) = {" +Qr +Mz +IF +VY +tt +IF +Aa +Ih +lQ +IF +lQ +IF +Mz +vV +Ro +Ro +Mz +Qr +Qr +Qr +"} +(6,1,1) = {" +Qr +Mz +hh +Hk +tP +Hk +Np +od +Np +Hk +mu +Hk +Mz +CM +Ro +Ro +Mz +gr +Qr +Qr +"} +(7,1,1) = {" +Qr +Mz +ar +Px +Px +Px +Px +Px +Px +Px +Px +Px +Mz +Mz +fw +Mz +mJ +rb +Lr +Qr +"} +(8,1,1) = {" +Qr +Mz +jo +AQ +AQ +AQ +AQ +AQ +AQ +AQ +AQ +AQ +fw +mC +nK +ag +AQ +aj +op +iC +"} +(9,1,1) = {" +Qr +Mz +Mc +AQ +AQ +AO +Cw +yD +AO +AQ +AQ +uD +Mz +Mz +lv +Mz +mJ +rb +JY +Qr +"} +(10,1,1) = {" +Qr +Mz +HV +WY +jc +AO +iv +AO +AO +vA +hD +AQ +sJ +Sn +tz +wg +Mz +gr +Qr +Qr +"} +(11,1,1) = {" +Qr +Mz +jo +AQ +AQ +AQ +AQ +AQ +hD +pa +OJ +AQ +ob +jy +Nd +nR +Mz +Qr +Qr +Qr +"} +(12,1,1) = {" +Qr +Mz +LF +UF +UF +UF +UF +UF +UF +BM +kX +EI +hk +wg +xj +cq +Mz +Qr +Qr +Qr +"} +(13,1,1) = {" +Qr +Mz +UH +NJ +Pn +vB +Pn +NJ +Mg +jI +xf +lY +Mz +VL +At +wg +Mz +Qr +Qr +Qr +"} +(14,1,1) = {" +Qr +Mz +IF +Ij +XG +IF +lQ +Mn +iY +lP +XB +pd +Wl +VE +wg +wg +Mz +Qr +Qr +Qr +"} +(15,1,1) = {" +Qr +Mz +wO +uS +kF +uS +kF +uS +uw +SD +KJ +AQ +Mz +wg +wg +wg +Mz +Qr +Qr +Qr +"} +(16,1,1) = {" +Qr +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +EE +Mz +Mz +Mz +Mz +Mz +Qr +Qr +Qr +"} +(17,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Mz +RW +cU +Mz +Qr +Qr +Qr +Qr +Qr +Qr +"} +(18,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Mz +TP +eI +Mz +Qr +Qr +Qr +Qr +Qr +Qr +"} +(19,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Mz +Mz +Mz +Mz +Qr +Qr +Qr +Qr +Qr +Qr +"} +(20,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +"} diff --git a/maps/submaps/surface_submaps/wilderness/dogbase.dmm b/maps/submaps/surface_submaps/wilderness/dogbase.dmm index 697c7da787..b837c26ce4 100644 --- a/maps/submaps/surface_submaps/wilderness/dogbase.dmm +++ b/maps/submaps/surface_submaps/wilderness/dogbase.dmm @@ -1,3 +1,4 @@ +<<<<<<< HEAD //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ab" = ( /obj/machinery/light{ @@ -1886,3 +1887,1868 @@ hp hp hp "} +======= +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/corner/red/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"ae" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"ay" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/tajaran, +/obj/random/maintenance/medical, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"aF" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/submap/DogBase) +"aX" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/tajaran, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"bl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor, +/area/submap/DogBase) +"bw" = ( +/obj/item/weapon/storage/belt/janitor, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"bx" = ( +/obj/machinery/porta_turret/poi{ + faction = "syndicate" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"bT" = ( +/obj/structure/safe, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"cS" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"ec" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"eA" = ( +/obj/machinery/vending/cola, +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"eI" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"eZ" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"fg" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"fI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/cargo, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"hl" = ( +/obj/effect/floor_decal/borderfloor/corner, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"hp" = ( +/turf/template_noop, +/area/template_noop) +"hA" = ( +/obj/structure/table/woodentable, +/obj/item/stolenpackage, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"hZ" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"ik" = ( +/obj/random/mob/merc/all, +/turf/template_noop, +/area/template_noop) +"iv" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone/ribs, +/obj/random/maintenance/research, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"jz" = ( +/obj/machinery/vending/cigarette, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"jD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"jO" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/unathi, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"kl" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/cargo, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"km" = ( +/obj/effect/decal/remains/human, +/turf/template_noop, +/area/template_noop) +"lb" = ( +/obj/random/mob/merc/all, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"lg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"lh" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"lk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"lm" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"lr" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor, +/area/submap/DogBase) +"lN" = ( +/obj/machinery/porta_turret/poi{ + faction = "syndicate" + }, +/turf/simulated/floor, +/area/submap/DogBase) +"lX" = ( +/obj/effect/floor_decal/borderfloor, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"ng" = ( +/mob/living/bot/cleanbot{ + faction = "malf_drone" + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"np" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/gun/projectile/pistol, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"oW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"pR" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qg" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qk" = ( +/obj/machinery/porta_turret/poi{ + faction = "syndicate" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qI" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"qO" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qZ" = ( +/obj/effect/decal/remains/ribcage, +/turf/template_noop, +/area/template_noop) +"re" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"rH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"se" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"tp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor, +/area/submap/DogBase) +"tt" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"tz" = ( +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"tN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"vq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"vX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"wI" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"wQ" = ( +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"wS" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/template_noop, +/area/template_noop) +"xc" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"xe" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/random/projectile/scrapped_smg, +/obj/random/projectile/scrapped_smg, +/obj/random/projectile/scrapped_smg, +/obj/random/projectile/scrapped_shotgun, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"xp" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/obj/random/contraband/nofail, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"yl" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/deer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/contraband/nofail, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"yx" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"yX" = ( +/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, +/obj/structure/table/woodentable, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Am" = ( +/obj/machinery/door/blast/gate/thin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"AJ" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/tiled, +/area/submap/DogBase) +"AY" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/random/projectile, +/obj/random/projectile, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Bk" = ( +/turf/simulated/wall/r_wall, +/area/submap/DogBase) +"Bx" = ( +/obj/structure/table/woodentable, +/obj/random/projectile/scrapped_pistol, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"BA" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"BB" = ( +/obj/structure/table/woodentable, +/obj/random/cash/big, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"BY" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ce" = ( +/obj/structure/janitorialcart, +/obj/item/weapon/storage/bag/trash, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Cz" = ( +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"CQ" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone, +/obj/random/contraband/nofail, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"Dt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/landmark/loot_spawn, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Dv" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ez" = ( +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/template_noop, +/area/template_noop) +"Fm" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled, +/area/submap/DogBase) +"FD" = ( +/obj/structure/fence, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"FO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ge" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/random/cash/huge, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Gf" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/cargo, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"GB" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"GJ" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/random/projectile, +/obj/random/projectile, +/obj/effect/landmark/loot_spawn, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Hl" = ( +/turf/simulated/floor, +/area/submap/DogBase) +"HF" = ( +/obj/random/mob/merc/all, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"HM" = ( +/obj/structure/table/woodentable, +/obj/random/contraband/nofail, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Iz" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Jm" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/research, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"Ki" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Kt" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Le" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Lm" = ( +/obj/effect/landmark/loot_spawn, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"LJ" = ( +/obj/effect/decal/remains/tajaran, +/turf/template_noop, +/area/template_noop) +"LP" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ng" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/corner/red/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ni" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ok" = ( +/obj/structure/table/woodentable, +/obj/item/device/radio/phone, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ol" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone/leg, +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"OR" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor, +/area/submap/DogBase) +"OS" = ( +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Pi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"PB" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"PJ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/obj/structure/table/rack/shelf/steel, +/obj/item/stack/material/phoron{ + amount = 10 + }, +/obj/item/stack/material/phoron{ + amount = 10; + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Qp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/template_noop, +/area/template_noop) +"Qu" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"QB" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Rz" = ( +/obj/structure/table/woodentable, +/obj/item/device/radio/phone, +/obj/random/contraband/nofail, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"RW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"SW" = ( +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"To" = ( +/obj/structure/fence/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"UW" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"UY" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"Vm" = ( +/obj/structure/loot_pile/maint/technical, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Vy" = ( +/obj/effect/decal/remains/unathi, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"VG" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Wm" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/random/curseditem, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Wq" = ( +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Wu" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"WH" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"WU" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/random/cash/huge, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Xz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Ya" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Yi" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Yr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"YJ" = ( +/obj/random/mob/merc/all, +/turf/simulated/floor, +/area/submap/DogBase) +"YX" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/deer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/medical, +/turf/simulated/floor/outdoors/dirt, +/area/submap/DogBase) +"ZK" = ( +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/super; + dir = 8; + name = "Unknown APC"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) + +(1,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +"} +(2,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(3,1,1) = {" +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Ez +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(4,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +lN +Hl +hp +hp +hp +Hl +lN +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(5,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +FD +FD +FD +FD +FD +To +Qp +hp +hp +hp +hp +Xz +hp +hp +km +hp +hp +"} +(6,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +Bk +fg +ng +Vm +Bk +iv +yl +YX +qI +jO +GB +Qp +LJ +hp +hp +Xz +Xz +Ez +hp +SW +hp +hp +"} +(7,1,1) = {" +hp +hp +hp +hp +hp +ik +wS +hp +Bk +Yi +Qu +Vm +Bk +UY +Gf +Ol +Vy +fI +Am +oW +oW +oW +oW +oW +hp +SW +hp +hp +hp +hp +"} +(8,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +Bk +lg +Qu +bw +Bk +aX +lk +ae +kl +lk +Am +oW +oW +QB +oW +hp +hp +hp +hp +SW +hp +hp +"} +(9,1,1) = {" +hp +hp +lN +Hl +hp +hp +hp +hp +Bk +eI +Qu +Ce +Bk +Jm +xp +ay +CQ +YX +GB +LJ +hp +hp +Qp +Qp +tp +lN +hp +hp +hp +hp +"} +(10,1,1) = {" +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Fm +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Hl +hp +km +hp +hp +"} +(11,1,1) = {" +hp +hp +hp +Bk +pR +RW +Wu +vq +Bk +Ng +wQ +FO +Bk +Dt +tN +tN +Dv +RW +vq +Bk +Pi +tN +qk +vq +Bk +Hl +Hl +hp +hp +hp +"} +(12,1,1) = {" +km +hp +Ez +Bk +Ge +Wq +Bx +lX +Bk +GJ +lb +OS +Bk +Yr +VG +HM +wI +Wq +lX +Bk +eZ +Wq +Wq +lX +Bk +lr +Hl +hp +hp +SW +"} +(13,1,1) = {" +hp +Ez +hp +Bk +qO +Wq +BA +lX +Bk +AY +Wq +OS +Bk +Yr +HF +Rz +wI +Wq +Ni +RW +PB +hl +se +jz +Bk +OR +Hl +SW +SW +hp +"} +(14,1,1) = {" +hp +Hl +Hl +Bk +hA +Wq +Iz +lX +Bk +xe +Wq +OS +Bk +rH +VG +HM +wI +Wq +hl +se +WH +BY +Bk +Bk +aF +bl +Hl +SW +hp +hp +"} +(15,1,1) = {" +hp +lN +Hl +Bk +qO +lb +BA +lX +LP +Cz +Wq +OS +LP +Yr +VG +Ok +wI +re +lX +Bk +Yr +lX +yx +Wq +yx +lr +YJ +SW +SW +SW +"} +(16,1,1) = {" +hp +Hl +Hl +Bk +hA +Wq +BB +lX +Bk +Wm +Wq +OS +Bk +rH +VG +np +wI +Wq +Ni +tN +PB +BY +Bk +Bk +aF +bl +Hl +SW +SW +hp +"} +(17,1,1) = {" +hp +Ez +hp +Bk +qO +Wq +BA +lX +Bk +yX +wI +OS +Bk +Yr +VG +HM +wI +lb +hl +jD +WH +Ni +tN +eA +Bk +OR +Hl +SW +SW +hp +"} +(18,1,1) = {" +hp +hp +Ez +Bk +lm +Wq +Iz +lX +Bk +WU +lb +OS +Bk +Yr +VG +HM +wI +Wq +lX +Bk +Yr +Wq +Wq +lX +Bk +lr +Hl +hp +SW +hp +"} +(19,1,1) = {" +km +hp +hp +Bk +bT +jD +se +UW +Bk +ab +tz +qg +Bk +Lm +se +se +se +jD +Ya +Bk +ec +se +bx +UW +Bk +Hl +Hl +hp +hp +hp +"} +(20,1,1) = {" +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +Bk +Bk +AJ +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Hl +hp +hp +hp +hp +"} +(21,1,1) = {" +hp +hp +lN +Hl +hp +hp +hp +hp +Bk +ZK +Le +Ki +Bk +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Hl +lN +hp +hp +hp +km +"} +(22,1,1) = {" +hp +hp +hp +hp +hp +hp +Ez +hp +Bk +PJ +xc +vX +Bk +hp +hp +hp +hp +hp +hp +hp +hp +wS +hp +hp +hp +hp +hp +hp +hp +hp +"} +(23,1,1) = {" +hp +hp +hp +hp +hp +hp +wS +hp +Bk +lh +cS +lh +Bk +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Ez +hp +hp +hp +hp +"} +(24,1,1) = {" +hp +hp +hp +hp +hp +ik +hp +hp +Bk +hZ +Kt +tt +Bk +hp +hp +km +hp +hp +km +hp +hp +hp +km +hp +hp +hp +hp +hp +km +hp +"} +(25,1,1) = {" +hp +hp +km +hp +hp +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +Hl +hp +hp +hp +Ez +hp +hp +qZ +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(26,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +lN +Hl +hp +hp +hp +Hl +lN +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(27,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Ez +hp +hp +hp +km +hp +hp +km +hp +hp +"} +(28,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(29,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(30,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks diff --git a/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm b/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm index 84bb92f974..597de56f49 100644 --- a/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm +++ b/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm @@ -5,10 +5,20 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "aB" = ( /obj/structure/safe, /obj/effect/floor_decal/borderfloor{ dir = 5 +======= +"ae" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) @@ -86,8 +96,14 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "ec" = ( /mob/living/simple_mob/animal/giant_spider/nurse{ +======= +"eZ" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm faction = "syndicate"; name = "trained giant spider" }, @@ -244,8 +260,23 @@ /obj/item/weapon/bedsheet, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "md" = ( /obj/machinery/door/airlock, +======= +"qZ" = ( +/obj/effect/decal/remains/ribcage, +/turf/template_noop, +/area/template_noop) +"re" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm /turf/simulated/floor/tiled/dark, /area/submap/DogBase) "mF" = ( @@ -307,9 +338,32 @@ /obj/effect/landmark/loot_spawn, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "pT" = ( /obj/machinery/light{ dir = 1 +======= +"wS" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/template_noop, +/area/template_noop) +"xc" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -428,9 +482,19 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "yr" = ( /obj/effect/floor_decal/borderfloor{ dir = 10 +======= +"Dv" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) @@ -575,9 +639,40 @@ /obj/random/projectile/scrapped_pistol, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "Io" = ( /obj/machinery/light, /obj/effect/floor_decal/borderfloor, +======= +"Ol" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone/leg, +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"OR" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"OS" = ( +/obj/effect/floor_decal/corner/red/border, +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm /turf/simulated/floor/tiled/dark, /area/submap/DogBase) "Ju" = ( @@ -612,7 +707,23 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm "KH" = ( +======= +"QB" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Rz" = ( +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm /obj/structure/table/woodentable, /obj/random/contraband/nofail, /turf/simulated/floor/tiled/dark, @@ -709,6 +820,7 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, +<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm /turf/simulated/floor/outdoors/dirt/sif/planetuse, /area/submap/DogBase) "QF" = ( @@ -716,6 +828,17 @@ dir = 4; icon_state = "tube1"; pixel_x = 0 +======= +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Ya" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /obj/effect/floor_decal/borderfloor{ dir = 4 diff --git a/maps/submaps/surface_submaps/wilderness/emptycabin.dmm b/maps/submaps/surface_submaps/wilderness/emptycabin.dmm index 9008166129..71f9cb72b4 100644 --- a/maps/submaps/surface_submaps/wilderness/emptycabin.dmm +++ b/maps/submaps/surface_submaps/wilderness/emptycabin.dmm @@ -117,7 +117,7 @@ /turf/simulated/floor/wood/sif, /area/submap/EmptyCabin) "F" = ( -/mob/living/simple_mob/otie/friendly/chubby{ +/mob/living/simple_mob/vore/otie/friendly/chubby{ desc = "The classic bioengineered longdog. This one still probably won't tolerate you. What an absolute unit"; faction = "spiders" }, diff --git a/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm b/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm index a029394e8b..2d2d5adb87 100644 --- a/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm +++ b/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm @@ -1,3 +1,4 @@ +<<<<<<< HEAD //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( /obj/effect/decal/cleanable/blood/drip, @@ -1553,3 +1554,1569 @@ pS pS pS "} +======= +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/cleanable/blood/drip, +/mob/living/simple_mob/vore/wolf/direwolf{ + ai_holder_type = /datum/ai_holder/simple_mob/retaliate; + desc = "The biggest and baddest wolf around. Seems pretty chill, for a wolf."; + faction = "sif"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0 + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"bp" = ( +/obj/structure/cliff/automatic/corner{ + dir = 6 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"bz" = ( +/obj/structure/flora/bboulder1, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"bI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"bY" = ( +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"dM" = ( +/obj/structure/flora/bboulder2, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"dX" = ( +/obj/structure/cliff/automatic{ + dir = 4 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"eq" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"fh" = ( +/obj/structure/cliff/automatic{ + dir = 2 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"fX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"ge" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"hJ" = ( +/obj/structure/cliff/automatic{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"iX" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"jg" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/ammo_casing/a10mm{ + dir = 8 + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"ju" = ( +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"kg" = ( +/obj/item/weapon/bone/skull/unathi, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"kk" = ( +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gib2_flesh" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"kL" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass3" + }, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"lu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/a10mm, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"lL" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/landmark/loot_spawn/low, +/obj/random/projectile/scrapped_gun, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"lQ" = ( +/obj/effect/decal/cleanable/filth, +/obj/item/weapon/card/emag_broken, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"mk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/ammo_casing/a10mm{ + dir = 8 + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"mm" = ( +/obj/random/trash_pile, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"nd" = ( +/obj/structure/flora/rocks2, +/obj/effect/decal/remains/lizard, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"nv" = ( +/mob/living/simple_mob/vore/greatwolf{ + dir = 8; + max_co2 = 0; + min_oxy = 0 + }, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"pS" = ( +/turf/template_noop, +/area/template_noop) +"qb" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"rn" = ( +/obj/structure/loot_pile/mecha/gygax/dark/adv, +/obj/effect/decal/cleanable/blood/gibs/robot/down, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"rM" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "eyeplant2" + }, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"tb" = ( +/obj/structure/flora/smallbould, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"tm" = ( +/turf/simulated/mineral/ignore_mapgen, +/area/submap/GreatWolfDen) +"tC" = ( +/obj/effect/decal/remains/mouse, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"uz" = ( +/mob/living/simple_mob/vore/wolf/direwolf{ + ai_holder_type = /datum/ai_holder/simple_mob/retaliate; + desc = "The biggest and baddest wolf around. Seems pretty chill, for a wolf."; + faction = "sif"; + max_co2 = 0; + max_tox = 0; + min_oxy = 0 + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"uY" = ( +/obj/item/ammo_casing/a10mm, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"vu" = ( +/obj/item/weapon/bone/skull/tajaran, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"wc" = ( +/obj/item/weapon/bone/skull/unathi, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"xt" = ( +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"xK" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/under/syndicate, +/obj/random/projectile/scrapped_gun, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"yi" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle2" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"yF" = ( +/obj/structure/flora/smallbould, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"yG" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"yH" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"zl" = ( +/obj/structure/flora/bboulder1, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"zs" = ( +/obj/structure/flora/bboulder2, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"zV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"AG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/rocks, +/area/submap/GreatWolfDen) +"AK" = ( +/obj/structure/cliff/automatic/ramp{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Cd" = ( +/mob/living/simple_mob/vore/otie/feral/chubby{ + ai_holder_type = /datum/ai_holder/simple_mob/retaliate; + desc = "The classic bioengineered longdog. No pets. Only bite. What an absolute unit."; + faction = "sif"; + minbodytemp = 0 + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"CR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Dj" = ( +/obj/structure/cliff/automatic/corner, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"DV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/random/outcrop, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"EU" = ( +/obj/structure/flora/rocks1, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Fy" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "eyeplant1" + }, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Hb" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"HC" = ( +/obj/random/outcrop, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Ic" = ( +/obj/effect/decal/remains/deer, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Id" = ( +/obj/effect/decal/cleanable/dirt, +/turf/template_noop, +/area/template_noop) +"If" = ( +/obj/effect/decal/cleanable/blood/gibs/robot/limb, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Iw" = ( +/obj/effect/decal/remains/deer, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Kb" = ( +/obj/item/ammo_casing/a10mm{ + dir = 8 + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Ko" = ( +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gibdown1_flesh" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Kp" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"KU" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass3" + }, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"Lx" = ( +/obj/structure/cliff/automatic{ + dir = 8 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Lz" = ( +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gib1_flesh" + }, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"LJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/sif/subterranean{ + icon_state = "glowplant2" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"LP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks2, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"LT" = ( +/obj/structure/cliff/automatic/corner{ + dir = 10 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Mc" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Mv" = ( +/obj/random/outcrop, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"MD" = ( +/obj/structure/flora/tree/sif{ + icon_state = "tree_sif4" + }, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"OB" = ( +/obj/item/stack/material/log{ + amount = 25 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"OL" = ( +/obj/structure/cliff/automatic, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"OV" = ( +/obj/structure/cliff/automatic{ + dir = 6 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"OW" = ( +/obj/structure/cliff/automatic{ + dir = 5 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Pa" = ( +/obj/structure/cliff/automatic/ramp, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Pf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Pl" = ( +/obj/effect/decal/remains/lizard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"PC" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"PX" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Qb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks1, +/obj/structure/ledge/ledge_stairs, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Qv" = ( +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"QA" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass2" + }, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"QJ" = ( +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"QM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Rb" = ( +/obj/item/weapon/bone/leg, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Rf" = ( +/obj/structure/loot_pile/surface/bones, +/obj/structure/flora/sif/subterranean{ + icon_state = "frostbelle" + }, +/obj/item/weapon/gun/projectile/pistol, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Rj" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"Rx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"RW" = ( +/obj/structure/flora/rocks2, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"SO" = ( +/obj/item/weapon/telecube/mated, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"SQ" = ( +/obj/structure/cliff/automatic/corner{ + dir = 9 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Tf" = ( +/obj/item/weapon/paper/card/heart{ + desc = "A gift card with a heart on the cover. This appears to be a thank-you to the.. wolves??" + }, +/obj/item/weapon/paper/crumpled{ + icon_state = "scrap_bloodied"; + info = "The wolves dragged me back to their den when they found me incapacitated, and nursed me back to health, instead of eating me. I don't know why. Anyway, they're a bunch of goodboyes. Don't let the bones strewn about their den frighten you. Just be nice to them and they won't hurt you."; + name = "survivor's note" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Tn" = ( +/obj/structure/bonfire, +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Ty" = ( +/obj/random/trash_pile, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"UV" = ( +/obj/structure/cliff/automatic{ + dir = 10 + }, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Vq" = ( +/obj/structure/loot_pile/surface/bones, +/obj/random/projectile/scrapped_gun, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"WH" = ( +/obj/structure/loot_pile/surface/bones, +/obj/item/weapon/storage/toolbox/syndicate, +/obj/random/projectile/scrapped_gun, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"WR" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "glowplant1" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"WY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rocks1, +/turf/simulated/floor/outdoors/dirt, +/area/template_noop) +"Xx" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "grass1" + }, +/turf/simulated/floor/outdoors/snow, +/area/submap/GreatWolfDen) +"Xy" = ( +/obj/item/weapon/bone/ribs, +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Yw" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/landmark/loot_spawn/low, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Zj" = ( +/turf/simulated/floor/outdoors/grass/sif/forest{ + outdoors = 0 + }, +/area/submap/GreatWolfDen) +"Zk" = ( +/obj/structure/flora/sif/subterranean{ + icon_state = "glowplant2" + }, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) +"Zu" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/landmark/loot_spawn/low, +/obj/effect/decal/cleanable/dirt, +/obj/random/projectile/scrapped_gun, +/turf/simulated/mineral/floor/ignore_mapgen, +/area/submap/GreatWolfDen) + +(1,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +(2,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Ty +pS +pS +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +(3,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +Qv +HC +Qv +Qv +Qv +Qv +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +Qv +pS +pS +"} +(4,1,1) = {" +pS +pS +pS +pS +Qv +pS +pS +Qv +Qv +Qv +bp +dX +dX +dX +dX +dX +dX +dX +Dj +Qv +HC +Qv +pS +pS +pS +pS +Qv +Qv +pS +pS +"} +(5,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +bp +dX +dX +OV +tm +tm +tm +tm +tm +tm +tm +OW +dX +dX +Dj +Qv +Qv +Qv +pS +pS +pS +pS +pS +"} +(6,1,1) = {" +pS +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +OW +dX +Dj +Qv +Qv +pS +pS +pS +pS +"} +(7,1,1) = {" +pS +pS +pS +pS +Qv +Qv +bp +OV +tm +tm +tm +tm +jg +yi +Mv +tm +tm +tm +tm +tm +tm +tm +tm +OW +Dj +Qv +pS +pS +pS +pS +"} +(8,1,1) = {" +pS +pS +pS +pS +pS +Qv +fh +tm +tm +tm +yi +CR +xK +uY +QJ +Zu +zs +QJ +QJ +Mv +tm +tm +tm +tm +OW +Dj +Qv +pS +pS +pS +"} +(9,1,1) = {" +pS +pS +pS +pS +pS +Qv +fh +tm +tm +Mc +QJ +qb +lu +mk +uY +QJ +QJ +kk +QJ +QJ +QJ +tb +tm +tm +tm +OL +Qv +Qv +pS +pS +"} +(10,1,1) = {" +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +mm +Rb +EU +lQ +yi +Kb +QM +Iw +QJ +RW +Zk +QJ +QJ +tm +tm +tm +OL +Qv +Qv +Qv +pS +"} +(11,1,1) = {" +pS +pS +pS +Qv +Qv +Qv +fh +tm +tm +bz +Pl +bI +DV +tm +wc +QJ +QJ +QJ +QJ +QJ +Cd +QJ +kg +tm +tm +OW +Dj +Qv +Qv +pS +"} +(12,1,1) = {" +pS +pS +pS +Qv +HC +Qv +LT +UV +tm +tm +bI +CR +tm +tm +rn +PX +Tn +Zj +Zj +uz +QJ +QJ +yi +tm +tm +tm +OL +Qv +Qv +pS +"} +(13,1,1) = {" +pS +pS +Id +pS +Qv +Qv +Qv +fh +tm +tm +Tf +Ko +tm +tm +OB +uz +Zj +Xx +rM +Zj +Iw +QJ +QJ +tm +tm +tm +OL +Qv +Qv +pS +"} +(14,1,1) = {" +pS +pS +pS +pS +Id +Qv +Qv +fh +tm +tm +CR +CR +tm +yF +qb +Fy +Zj +Rj +Kp +Lz +Zj +QJ +uz +Xy +tm +tm +OL +Qv +Qv +Qv +"} +(15,1,1) = {" +pS +Qv +Id +fX +pS +dM +Pa +OV +tm +LJ +Pf +CR +tm +ju +aa +Lz +eq +bY +MD +yG +Zj +QJ +If +QJ +tm +tm +OL +Qv +HC +Qv +"} +(16,1,1) = {" +Qv +pS +Qv +Id +Rx +zV +LP +Qb +AG +CR +CR +CR +tm +SO +tC +Zj +Zj +bY +QA +Zj +kL +uz +QJ +Mv +tm +tm +OL +Qv +Qv +Qv +"} +(17,1,1) = {" +pS +pS +Qv +Rx +WY +Rx +AK +UV +tm +tm +tm +tm +tm +vu +WR +EU +nv +KU +Rj +Zj +QJ +QJ +QJ +QJ +tm +tm +OL +Qv +Qv +pS +"} +(18,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +LT +UV +tm +tm +tm +zs +QJ +xK +Ic +Zj +Zj +bY +Zj +nd +QJ +QJ +lL +tm +tm +OL +Qv +Qv +pS +"} +(19,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +tm +tm +Hb +QJ +uz +QJ +Zj +Zj +Zj +QJ +uz +xt +tm +tm +hJ +SQ +Qv +pS +Qv +"} +(20,1,1) = {" +pS +pS +pS +pS +pS +pS +Qv +Qv +fh +tm +tm +tm +tm +PC +QJ +qb +kk +Ic +uz +QJ +Vq +xt +Rf +tm +tm +OL +Qv +Qv +pS +pS +"} +(21,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +Qv +LT +UV +tm +tm +tm +tm +QJ +WH +iX +yH +qb +QJ +Vq +Yw +tm +tm +tm +OL +Qv +Qv +Qv +pS +"} +(22,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +Qv +HC +fh +tm +tm +tm +tm +zl +yi +QJ +ge +QJ +Vq +xt +tm +tm +tm +hJ +SQ +Qv +Ty +Qv +pS +"} +(23,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +Qv +LT +UV +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +tm +hJ +SQ +Qv +Qv +pS +pS +pS +"} +(24,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +LT +Lx +UV +tm +tm +tm +tm +tm +tm +tm +tm +tm +hJ +SQ +Qv +Qv +Qv +pS +pS +pS +"} +(25,1,1) = {" +pS +pS +pS +pS +pS +Qv +pS +pS +pS +Qv +Qv +Qv +LT +Lx +UV +tm +tm +hJ +Lx +Lx +Lx +Lx +SQ +Qv +Qv +pS +pS +pS +pS +pS +"} +(26,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +Qv +Qv +Ty +LT +Lx +Lx +SQ +Qv +Qv +Qv +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +"} +(27,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +Qv +Qv +Qv +Qv +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +(28,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +Qv +HC +Qv +Qv +pS +pS +pS +pS +pS +pS +Qv +Qv +pS +pS +pS +"} +(29,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +Qv +pS +pS +pS +pS +pS +pS +"} +(30,1,1) = {" +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +pS +"} +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks diff --git a/maps/submaps/surface_submaps/wilderness/leopardmanderden.dmm b/maps/submaps/surface_submaps/wilderness/leopardmanderden.dmm index 305a26567d..f0fd28901d 100644 --- a/maps/submaps/surface_submaps/wilderness/leopardmanderden.dmm +++ b/maps/submaps/surface_submaps/wilderness/leopardmanderden.dmm @@ -242,7 +242,7 @@ /turf/simulated/floor/outdoors/dirt, /area/template_noop) "sN" = ( -/mob/living/simple_mob/otie/red/chubby{ +/mob/living/simple_mob/vore/otie/red/chubby{ desc = "Seems this ominous looking longdog has been infused with wicked infernal forces. What an absolute unit. It has a collar around one of its ankles that reads 'Tawny'."; name = "Tawny" }, diff --git a/maps/submaps/surface_submaps/wilderness/otieshelter.dmm b/maps/submaps/surface_submaps/wilderness/otieshelter.dmm index be1981d224..5bbdc2cedc 100644 --- a/maps/submaps/surface_submaps/wilderness/otieshelter.dmm +++ b/maps/submaps/surface_submaps/wilderness/otieshelter.dmm @@ -1,3 +1,4 @@ +<<<<<<< HEAD //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ag" = ( /obj/machinery/light{ @@ -1067,3 +1068,1075 @@ Qr Qr Qr "} +======= +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ag" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"aj" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"ar" = ( +/obj/structure/closet/secure_closet/medical_wall/anesthetics, +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"cq" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"cU" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"eI" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"fw" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"gr" = ( +/obj/machinery/porta_turret/poi, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"gN" = ( +/obj/structure/undies_wardrobe, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"hh" = ( +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"hk" = ( +/obj/structure/grille/rustic, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"hD" = ( +/obj/effect/decal/cleanable/filth, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"iv" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/surgery, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"iC" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_mob/vore/otie/friendly{ + health = 0 + }, +/turf/template_noop, +/area/template_noop) +"iY" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/item/trash/bowl, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"jc" = ( +/obj/machinery/optable, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"jo" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"jy" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"jI" = ( +/obj/item/weapon/material/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/blood/tracks{ + color = "red"; + desc = "Your instincts say you shouldn't be following these."; + dir = 4; + icon = 'icons/effects/blood.dmi'; + icon_state = "tracks" + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"kF" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"kX" = ( +/obj/effect/floor_decal/industrial/warning/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"lv" = ( +/obj/structure/door_assembly, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"lP" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"lQ" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"lY" = ( +/obj/machinery/light, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"mu" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/mob/living/simple_mob/vore/otie/friendly/chubby, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"mC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -28 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"mJ" = ( +/obj/structure/sign/warning/secure_area, +/turf/simulated/wall/r_wall, +/area/submap/OtieShelter) +"nK" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"nR" = ( +/obj/structure/table/marble, +/obj/item/weapon/newspaper, +/obj/item/weapon/paper/card/heart, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"ob" = ( +/obj/structure/grille/rustic, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"od" = ( +/obj/machinery/door/window, +/obj/item/weapon/bone, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"op" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"pa" = ( +/obj/structure/loot_pile/surface/bones, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/filth, +/obj/random/handgun/sec, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"pd" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"rb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"sJ" = ( +/obj/structure/grille/rustic, +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/structure/window/phoronreinforced, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"tt" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/cotie, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"tz" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"tP" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"uD" = ( +/obj/machinery/light, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"uS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"vA" = ( +/obj/item/weapon/bone, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"vB" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/item/weapon/bone, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"vV" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"wO" = ( +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"xf" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/reagent_dispensers, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"xj" = ( +/obj/structure/table/marble, +/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"xI" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/friendly, +/obj/structure/dogbed, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"yD" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid/adv, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Aa" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/cotie/phoron, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"At" = ( +/obj/structure/table/marble, +/obj/item/weapon/paper_bin, +/obj/item/weapon/pen, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"AO" = ( +/obj/structure/table/glass, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"BM" = ( +/obj/item/weapon/melee/baton/cattleprod, +/obj/effect/decal/cleanable/blood/tracks{ + color = "red"; + desc = "Your instincts say you shouldn't be following these."; + dir = 4; + icon = 'icons/effects/blood.dmi'; + icon_state = "tracks" + }, +/obj/effect/decal/cleanable/filth, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Cw" = ( +/obj/structure/table/glass, +/obj/item/weapon/storage/firstaid, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"CM" = ( +/obj/structure/closet/wardrobe, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"EE" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"EI" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Hk" = ( +/obj/machinery/door/window, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"HV" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Ih" = ( +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Ij" = ( +/mob/living/simple_mob/vore/otie/cotie{ + max_co2 = 0; + max_tox = 0 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"IF" = ( +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"JY" = ( +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"KJ" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Lr" = ( +/obj/structure/door_assembly, +/turf/simulated/floor/plating, +/area/submap/OtieShelter) +"LF" = ( +/obj/structure/ghost_pod/manual/lost_drone/dogborg, +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Mc" = ( +/obj/structure/fireaxecabinet{ + pixel_y = 29 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Mg" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Mn" = ( +/mob/living/simple_mob/vore/otie/red/chubby, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Mz" = ( +/turf/simulated/wall/r_wall, +/area/submap/OtieShelter) +"MK" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"Nd" = ( +/obj/structure/table/marble, +/obj/structure/table/marble, +/obj/item/device/radio/phone, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"Nh" = ( +/obj/item/weapon/bedsheet/browndouble, +/obj/structure/bed/double/padded, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"Np" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 4 + }, +/obj/item/trash/bowl, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"NJ" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Of" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"OJ" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/decal/cleanable/blood/tracks/paw{ + icon_state = "paw1" + }, +/obj/item/ammo_casing/spent, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Pn" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Px" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 8 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Qr" = ( +/turf/template_noop, +/area/template_noop) +"Ro" = ( +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"RW" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "PAPC"; + pixel_y = 24 + }, +/obj/structure/cable/green{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"TP" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"UF" = ( +/obj/effect/floor_decal/industrial/warning{ + dir = 4 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"UH" = ( +/obj/structure/window/phoronreinforced{ + dir = 8 + }, +/obj/item/trash/bowl, +/obj/item/weapon/reagent_containers/food/snacks/meat/human, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"VE" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/tracks/paw{ + icon_state = "paw1" + }, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"VL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "2" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/carpet/turcarpet, +/area/submap/OtieShelter) +"VY" = ( +/mob/living/simple_mob/vore/otie/cotie/chubby, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"Wl" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/windoor_assembly, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/turf/simulated/floor/tiled/techfloor/grid, +/area/submap/OtieShelter) +"WY" = ( +/obj/machinery/oxygen_pump/mobile/anesthetic, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"XB" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/obj/structure/table/rack/shelf/steel, +/obj/item/weapon/storage/toolbox/mechanical, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) +"XG" = ( +/obj/structure/window/phoronreinforced{ + dir = 1 + }, +/mob/living/simple_mob/vore/otie/red/friendly, +/turf/simulated/floor/tiled, +/area/submap/OtieShelter) + +(1,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +"} +(2,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +"} +(3,1,1) = {" +Qr +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Qr +Qr +Qr +"} +(4,1,1) = {" +Qr +Mz +wO +Of +kF +Of +kF +Of +xI +Of +kF +Of +Mz +Nh +MK +gN +Mz +Qr +Qr +Qr +"} +(5,1,1) = {" +Qr +Mz +IF +VY +tt +IF +Aa +Ih +lQ +IF +lQ +IF +Mz +vV +Ro +Ro +Mz +Qr +Qr +Qr +"} +(6,1,1) = {" +Qr +Mz +hh +Hk +tP +Hk +Np +od +Np +Hk +mu +Hk +Mz +CM +Ro +Ro +Mz +gr +Qr +Qr +"} +(7,1,1) = {" +Qr +Mz +ar +Px +Px +Px +Px +Px +Px +Px +Px +Px +Mz +Mz +fw +Mz +mJ +rb +Lr +Qr +"} +(8,1,1) = {" +Qr +Mz +jo +IF +IF +IF +IF +IF +IF +IF +IF +IF +fw +mC +nK +ag +IF +aj +op +iC +"} +(9,1,1) = {" +Qr +Mz +Mc +IF +IF +AO +Cw +yD +AO +IF +IF +uD +Mz +Mz +lv +Mz +mJ +rb +JY +Qr +"} +(10,1,1) = {" +Qr +Mz +HV +WY +jc +AO +iv +AO +AO +vA +hD +IF +sJ +MK +tz +Ro +Mz +gr +Qr +Qr +"} +(11,1,1) = {" +Qr +Mz +jo +IF +IF +IF +IF +IF +hD +pa +OJ +IF +ob +jy +Nd +nR +Mz +Qr +Qr +Qr +"} +(12,1,1) = {" +Qr +Mz +LF +UF +UF +UF +UF +UF +UF +BM +kX +EI +hk +Ro +xj +cq +Mz +Qr +Qr +Qr +"} +(13,1,1) = {" +Qr +Mz +UH +NJ +Pn +vB +Pn +NJ +Mg +jI +xf +lY +Mz +VL +At +Ro +Mz +Qr +Qr +Qr +"} +(14,1,1) = {" +Qr +Mz +IF +Ij +XG +IF +lQ +Mn +iY +lP +XB +pd +Wl +VE +Ro +Ro +Mz +Qr +Qr +Qr +"} +(15,1,1) = {" +Qr +Mz +wO +uS +kF +uS +kF +uS +kF +uS +KJ +IF +Mz +Ro +Ro +Ro +Mz +Qr +Qr +Qr +"} +(16,1,1) = {" +Qr +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +Mz +EE +Mz +Mz +Mz +Mz +Mz +Qr +Qr +Qr +"} +(17,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Mz +RW +cU +Mz +Qr +Qr +Qr +Qr +Qr +Qr +"} +(18,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Mz +TP +eI +Mz +Qr +Qr +Qr +Qr +Qr +Qr +"} +(19,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Mz +Mz +Mz +Mz +Qr +Qr +Qr +Qr +Qr +Qr +"} +(20,1,1) = {" +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +Qr +"} +>>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks diff --git a/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm b/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm index 65b4b5135c..dfe8845755 100644 --- a/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm +++ b/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm @@ -7,7 +7,7 @@ /area/mine/explored/underdark) "c" = ( /obj/structure/dogbed, -/mob/living/simple_mob/animal/wolf/direwolf/rykka{ +/mob/living/simple_mob/vore/wolf/direwolf/rykka{ attacktext = list("attacked, bites, gnaws"); friendly = list("nuzzles, cuddles, rubs against") }, diff --git a/maps/tether/submaps/underdark_pois/underdark_things.dm b/maps/tether/submaps/underdark_pois/underdark_things.dm index 499d5a924c..210fad46b9 100644 --- a/maps/tether/submaps/underdark_pois/underdark_things.dm +++ b/maps/tether/submaps/underdark_pois/underdark_things.dm @@ -15,7 +15,7 @@ poison_chance = 20 // Adds Phoron Wolf -/mob/living/simple_mob/animal/wolf/phoron +/mob/living/simple_mob/vore/wolf/phoron faction = "underdark" movement_cooldown = -1.5 diff --git a/maps/tether/submaps/underdark_pois/wolf_den.dmm b/maps/tether/submaps/underdark_pois/wolf_den.dmm index 59b5e79aec..efcaf437d2 100644 --- a/maps/tether/submaps/underdark_pois/wolf_den.dmm +++ b/maps/tether/submaps/underdark_pois/wolf_den.dmm @@ -23,7 +23,7 @@ /turf/simulated/mineral/floor/ignore_cavegen/virgo3b, /area/mine/explored/underdark) "g" = ( -/mob/living/simple_mob/animal/wolf/phoron, +/mob/living/simple_mob/vore/wolf/phoron, /turf/simulated/mineral/floor/ignore_cavegen/virgo3b, /area/mine/explored/underdark) "h" = ( @@ -36,7 +36,7 @@ /turf/simulated/mineral/floor/ignore_cavegen/virgo3b, /area/mine/explored/underdark) "j" = ( -/mob/living/simple_mob/otie/feral{ +/mob/living/simple_mob/vore/otie/feral{ faction = "underdark" }, /turf/simulated/mineral/floor/ignore_cavegen/virgo3b, diff --git a/maps/yw/submaps/gateway/snowfield.dm b/maps/yw/submaps/gateway/snowfield.dm index 6d6f7b1b2d..6548ca6f0d 100644 --- a/maps/yw/submaps/gateway/snowfield.dm +++ b/maps/yw/submaps/gateway/snowfield.dm @@ -28,7 +28,7 @@ valid_mobs = list(/mob/living/simple_mob/animal/sif/sakimm/polar, /mob/living/simple_mob/animal/sif/diyaab/polar, /mob/living/simple_mob/animal/sif/shantak/polar, /mob/living/simple_mob/animal/space/bear/polar, - /mob/living/simple_mob/animal/wolf) + /mob/living/simple_mob/vore/wolf) valid_flora = list(/obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/pine, /obj/structure/flora/tree/dead, /obj/structure/flora/grass/brown, /obj/structure/flora/grass/green, /obj/structure/flora/grass/both, /obj/structure/flora/bush, /obj/structure/flora/ausbushes/grassybush, @@ -176,4 +176,4 @@ /obj/effect/floor_decal/derelict/d16 name = "derelict16" - icon_state = "derelict16" \ No newline at end of file + icon_state = "derelict16" diff --git a/vorestation.dme b/vorestation.dme index 90ea5ab8ab..06f7d6020a 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2894,6 +2894,7 @@ #include "code\modules\mob\say_ch.dm" #include "code\modules\mob\say_vr.dm" #include "code\modules\mob\skillset.dm" +#include "code\modules\mob\theme_lists.dm" #include "code\modules\mob\transform_procs.dm" #include "code\modules\mob\typing_indicator.dm" #include "code\modules\mob\update_icons.dm" From df938de65e857daa0af2e740e54fbc813cb831cf Mon Sep 17 00:00:00 2001 From: Fluff Date: Mon, 3 Jul 2023 09:41:40 -0400 Subject: [PATCH 05/21] Rebalancing spiders again Making the spider event actually varied with it's spawns, while toning it down a bit, while also fixing my typos and dumb mistakes when adjusting spiders the first time. --- code/modules/events/spider_infestation.dm | 7 +-- .../simple_mob/subtypes/animal/spider.dm | 51 +++++++++++-------- 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/code/modules/events/spider_infestation.dm b/code/modules/events/spider_infestation.dm index cccf1485a6..58fc5e3298 100644 --- a/code/modules/events/spider_infestation.dm +++ b/code/modules/events/spider_infestation.dm @@ -11,7 +11,7 @@ kill() return announceWhen = rand(announceWhen, announceWhen + 60) - spawncount = rand(6 * severity, 14 * severity) //spiderlings only have a 50% chance to grow big and strong //CHOMP Edit: old: 2/4 new: 6/14 + spawncount = rand(4 * severity, 10 * severity) //spiderlings only have a 50% chance to grow big and strong //CHOMP Edit: old: 2/4 new: 6/14 new: 4/10 sent_spiders_to_station = 0 /datum/event/spider_infestation/announce() @@ -35,8 +35,9 @@ var/obj/vent = pick(vents) //CHOMPEDIT START adding spider EGGS to the possible spawns instead of singular spiderling spawns. var/spawn_spiderlings = pickweight(list( - /obj/effect/spider/spiderling = 90, - /obj/effect/spider/eggcluster = 10 + /obj/effect/spider/spiderling = 85, + /obj/effect/spider/eggcluster = 10, + /obj/effect/spider/eggcluster/royal = 5 )) new spawn_spiderlings(vent.loc) //VOREStation Edit - No nurses //Oh my JESUS CHRIST, this slipped past me. Literally no nurses. Well guess what, nurses are back. //CHOMPEDIT END diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/animal/spider.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/animal/spider.dm index 0d24d4e28a..2fa6c9dcac 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/animal/spider.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/animal/spider.dm @@ -1,45 +1,52 @@ //Unfiying spider health, into two catagories. Disrupters and tanks. /mob/living/simple_mob/animal/giant_spider/carrier //Disrupter, old 100 - maxHealth = 70 - health = 70 + maxHealth = 60 + health = 60 /mob/living/simple_mob/animal/giant_spider/electric //disrupter, old 210 - maxHealth = 70 - health = 70 + maxHealth = 60 + health = 60 projectiletype = /obj/item/projectile/energy/mob/electric_spider /mob/living/simple_mob/animal/giant_spider/frost //tank, old 175 - maxHealth = 130 - health = 130 + maxHealth = 120 + health = 120 + +/mob/living/simple_mob/animal/giant_spider //tank, old 200 + maxHealth = 120 + health = 120 /mob/living/simple_mob/animal/giant_spider/ion //disrupter, old 90 - maxHealth = 70 - health = 70 + maxHealth = 60 + health = 60 /mob/living/simple_mob/animal/giant_spider/hunter //disrupter, old 120 - maxHealth = 70 - health = 70 + maxHealth = 60 + health = 60 /mob/living/simple_mob/animal/giant_spider/lurker //disrupter, old 100 - maxHealth = 70 - health = 70 + maxHealth = 60 + health = 60 /mob/living/simple_mob/animal/giant_spider/pepper //tank, old 210 - maxHealth = 130 - health = 130 + maxHealth = 120 + health = 120 /mob/living/simple_mob/animal/giant_spider/phorogenic //tank, old 225 - maxHealth = 130 - health = 130 + maxHealth = 120 + health = 120 /mob/living/simple_mob/animal/giant_spider/thermic //tank, old 175 - maxHealth = 130 - health = 130 + maxHealth = 120 + health = 120 /mob/living/simple_mob/animal/giant_spider/tunneler_spider //disrupter, old 120 - maxHealth = 70 - health = 70 + maxHealth = 60 + health = 60 /mob/living/simple_mob/animal/giant_spider/webslinger //disrupter, old 90 - maxHealth = 70 - health = 70 \ No newline at end of file + maxHealth = 60 + health = 60 + +/obj/effect/spider/eggcluster + spider_type = /obj/effect/spider/spiderling/varied \ No newline at end of file From e2fb4081d0d06d54cac2fc841e278e51fe18d66b Mon Sep 17 00:00:00 2001 From: Casey Date: Tue, 4 Jul 2023 19:20:19 -0400 Subject: [PATCH 06/21] Medical Guidance --- .../objects/items/devices/scanners/guide.dm | 99 +++++ .../objects/items/devices/scanners/health.dm | 358 ++++++++++++++++++ icons/obj/device.dmi | Bin 91352 -> 91710 bytes maps/groundbase/gb-z2.dmm | 3 + maps/stellar_delight/stellar_delight2.dmm | 2 + maps/tether/tether-03-surface3.dmm | 4 + vorestation.dme | 1 + 7 files changed, 467 insertions(+) create mode 100644 code/game/objects/items/devices/scanners/guide.dm diff --git a/code/game/objects/items/devices/scanners/guide.dm b/code/game/objects/items/devices/scanners/guide.dm new file mode 100644 index 0000000000..d41116754a --- /dev/null +++ b/code/game/objects/items/devices/scanners/guide.dm @@ -0,0 +1,99 @@ +/obj/item/device/healthanalyzer/verb/toggle_guide() + name = "Toggle Guidance" + desc = "Toggles whether or not \the [src] will provide guidance and instruction in addition to scanning." + guide = !guide + to_chat(usr, "You toggle \the [src]'s guidance system.") + + +/obj/item/device/healthanalyzer/guide + name = "Instructional health analyzer" + desc = "A hand-held body scanner able to distinguish vital signs of the subject. It shows extra information to medical personnel!" + guide = TRUE + icon_state = "health-g" + +/obj/item/device/healthanalyzer/proc/guide(var/mob/living/carbon/human/M, mob/living/user) + + var/obj/item/weapon/card/id/ourid = user?.GetIdCard() + if(!ourid) + return + if(access_change_ids in ourid.access) + playsound(src, 'sound/machines/defib_failed.ogg', 50, 0) + return + if(access_medical in ourid.access) + playsound(src, 'sound/effects/pop.ogg', 50, FALSE) + else + playsound(src, 'sound/machines/defib_failed.ogg', 50, 0) + return + if(!ishuman(M)) + return + + var/dat = "" + + var/bleeding_external = FALSE + var/bleeding_internal = FALSE + var/infection = FALSE + var/organ = FALSE + var/bone = FALSE + var/bloodloss = FALSE + var/robotparts = FALSE + + for(var/obj/item/organ/org in M.organs) + if(org.robotic >= ORGAN_ROBOT) + robotparts = TRUE + continue + if(istype(org,/obj/item/organ/external)) + var/obj/item/organ/external/e = org + if(e.status & ORGAN_BLEEDING) + bleeding_external = TRUE + if(e.status & ORGAN_BROKEN && (!e.splinted)) + bone = TRUE + if(istype(org,/obj/item/organ/internal)) + if(org.status & ORGAN_BLEEDING) + bleeding_internal = TRUE + if(org.damage) + organ = TRUE + if(org.germ_level > INFECTION_LEVEL_ONE) + infection = TRUE + + var/blood_volume = M.vessel.get_reagent_amount("blood") + if(blood_volume <= M.species.blood_volume*M.species.blood_level_safe) + bloodloss = TRUE + + if(bleeding_external) + dat += "Surface bleeding - Bandage immediately or apply brute-damage fixing chemicals (i.e. Bicaridine) if no bandages available.
" + if(bleeding_internal && (advscan >= 1 && showadvscan == 1)) + dat += "Internal bleeding - Commence internal vein repair surgery or apply clotting chemicals (i.e. Myelamine).
" + if(M.getOxyLoss()) + dat += "Suffociation - Give Dexalin or Dexaline Plus. Check for heart or lung damage.
" + if(infection) + dat += "Infection - Give Spaceacilin. If severe, overdose on Spaceacilin and monitor until well.
" + if((M.getBrainLoss() >= 1 && advscan >= 2 && showadvscan == 1) || M.getBrainLoss() >= 10) + dat += "Brain damage - Commence brain repair surgery, apply Alkysine, or universal organ-repair chemicals. (i.e. Peridaxon)
" + if(M.radiation || M.accumulated_rads) + dat += "Radiation - Give Hyroanlin or Arithazine. Monitor for genetic damage.
" + if(organ && (advscan >= 1 && showadvscan == 1)) + dat += "Organ damage - Give Peridaxon. Perform full body scan for targetted organ repair surgery.
" + if(bloodloss) + dat += "Low blood volume - Commence blood transfusion via IV drip or provide blood-restorative chemicals (i.e. Iron)." + if(M.getToxLoss()) + dat += "Toxins - Give Dylovene or Cartholine. Vomitting is normal and helpful. Tends to be a symptom of larger issues, such as infection.
" + if(M.getBruteLoss()) + dat += "Brute Trauma - Bandage wounded body part. Give Bicaridine or Vermicetol.
" + if(M.getFireLoss()) + dat += "Surface burn - Salve wounded body part in ointment. Give Kelotane or Dermaline. Check for infections.
" + if(M.getCloneLoss()) + dat += "Genetic damage - Utilize cryogenic pod with appropriate chemicals (i.e. Cryoxadone) and below 70 K, or give Rezadone.
" + if(bone) + dat += "Bone fracture - Splint damaged area. Treat with bone repair surgery or Osteodaxon after treating brute damage.
" + if(M.virus2.len) + dat += "Viral infection - Proceed with virology pathogen curing procedures or apply antiviral chemicals (i.e. Corophizine)
" + if(robotparts) + dat += "Robotic body parts - Should not be repaired by medical personnel, refer to robotics if damaged." + + var/peeb + if(dat) + peeb +="GUIDANCE SYSTEM BEGIN
" + peeb += dat + peeb += "For more detailed information about patient condition, use the stationary scanner in medbay." + + user.show_message(peeb, 1) diff --git a/code/game/objects/items/devices/scanners/health.dm b/code/game/objects/items/devices/scanners/health.dm index a747dc5f09..c88d17fead 100644 --- a/code/game/objects/items/devices/scanners/health.dm +++ b/code/game/objects/items/devices/scanners/health.dm @@ -1,3 +1,4 @@ +<<<<<<< HEAD #define DEFIB_TIME_LIMIT (10 MINUTES) //VOREStation addition- past this many seconds, defib is useless. /obj/item/device/healthanalyzer @@ -348,3 +349,360 @@ icon_state = "health3" #undef DEFIB_TIME_LIMIT //VOREStation addition +======= +#define DEFIB_TIME_LIMIT (10 MINUTES) //VOREStation addition- past this many seconds, defib is useless. + +/obj/item/device/healthanalyzer + name = "health analyzer" + desc = "A hand-held body scanner able to distinguish vital signs of the subject." + icon_state = "health" + item_state = "healthanalyzer" + slot_flags = SLOT_BELT + throwforce = 3 + w_class = ITEMSIZE_SMALL + throw_speed = 5 + throw_range = 10 + matter = list(MAT_STEEL = 200) + origin_tech = list(TECH_MAGNET = 1, TECH_BIO = 1) + var/mode = 1; + var/advscan = 0 + var/showadvscan = 1 + var/guide = FALSE + +/obj/item/device/healthanalyzer/New() + if(advscan >= 1) + verbs += /obj/item/device/healthanalyzer/proc/toggle_adv + ..() + +/obj/item/device/healthanalyzer/examine(mob/user) + . = ..() + if(guide) + . += "Guidance is currently enabled." + else + . += "Guidance is currently disabled." + +/obj/item/device/healthanalyzer/do_surgery(mob/living/M, mob/living/user) + if(user.a_intent != I_HELP) //in case it is ever used as a surgery tool + return ..() + scan_mob(M, user) //default surgery behaviour is just to scan as usual + return 1 + +/obj/item/device/healthanalyzer/attack(mob/living/M, mob/living/user) + scan_mob(M, user) + +/obj/item/device/healthanalyzer/proc/scan_mob(mob/living/M, mob/living/user) + var/dat = "" + if ((CLUMSY in user.mutations) && prob(50)) + user.visible_message("\The [user] has analyzed the floor's vitals!", "You try to analyze the floor's vitals!") + dat += "Analyzing Results for the floor:
" + dat += "Overall Status: Healthy
" + dat += "\tDamage Specifics: 0-0-0-0
" + dat += "Key: Suffocation/Toxin/Burns/Brute
" + dat += "Body Temperature: ???" + user.show_message("[dat]", 1) + return + if (!user.IsAdvancedToolUser()) + to_chat(user, "You don't have the dexterity to do this!") + return + + flick("[icon_state]-scan", src) //makes it so that it plays the scan animation on a succesful scan + user.visible_message("[user] has analyzed [M]'s vitals.","You have analyzed [M]'s vitals.") + + if (!ishuman(M) || M.isSynthetic()) + //these sensors are designed for organic life + dat += "Analyzing Results for ERROR:\n\tOverall Status: ERROR
" + dat += "\tKey: Suffocation/Toxin/Burns/Brute
" + dat += "\tDamage Specifics: ? - ? - ? - ?
" + dat += "Body Temperature: [M.bodytemperature-T0C]°C ([M.bodytemperature*1.8-459.67]°F)

" + dat += "Warning: Blood Level ERROR: --% --cl. Type: ERROR
" + dat += "Subject's pulse: -- bpm." + user.show_message(dat, 1) + return + + var/fake_oxy = max(rand(1,40), M.getOxyLoss(), (300 - (M.getToxLoss() + M.getFireLoss() + M.getBruteLoss()))) + var/OX = M.getOxyLoss() > 50 ? "[M.getOxyLoss()]" : M.getOxyLoss() + var/TX = M.getToxLoss() > 50 ? "[M.getToxLoss()]" : M.getToxLoss() + var/BU = M.getFireLoss() > 50 ? "[M.getFireLoss()]" : M.getFireLoss() + var/BR = M.getBruteLoss() > 50 ? "[M.getBruteLoss()]" : M.getBruteLoss() + if(M.status_flags & FAKEDEATH) + OX = fake_oxy > 50 ? "[fake_oxy]" : fake_oxy + dat += "Analyzing Results for [M]:
" + dat += "Overall Status: dead
" + else + dat += "Analyzing Results for [M]:\n\t Overall Status: [M.stat > 1 ? "dead" : "[round((M.health/M.getMaxHealth())*100) ]% healthy"]
" + dat += "\tKey: Suffocation/Toxin/Burns/Brute
" + dat += "\tDamage Specifics: [OX] - [TX] - [BU] - [BR]
" + dat += "Body Temperature: [M.bodytemperature-T0C]°C ([M.bodytemperature*1.8-459.67]°F)

" + //VOREStation edit/addition starts + if(M.timeofdeath && (M.stat == DEAD || (M.status_flags & FAKEDEATH))) + dat += "Time of Death: [worldtime2stationtime(M.timeofdeath)]
" + var/tdelta = round(world.time - M.timeofdeath) + if(tdelta < (DEFIB_TIME_LIMIT * 10)) + dat += "Subject died [DisplayTimeText(tdelta)] ago - resuscitation may be possible!
" + //VOREStation edit/addition ends + if(istype(M, /mob/living/carbon/human) && mode == 1) + var/mob/living/carbon/human/H = M + var/list/damaged = H.get_damaged_organs(1,1) + dat += "Localized Damage, Brute/Burn:
" + if(length(damaged)>0) + for(var/obj/item/organ/external/org in damaged) + if(org.robotic >= ORGAN_ROBOT) + continue + else + dat += " [capitalize(org.name)]: [(org.brute_dam > 0) ? "[org.brute_dam]" : 0]" + dat += "[(org.status & ORGAN_BLEEDING)?"\[Bleeding\]":""] - " + dat += "[(org.burn_dam > 0) ? "[org.burn_dam]" : 0]
" + else + dat += " Limbs are OK.
" + + OX = M.getOxyLoss() > 50 ? "Severe oxygen deprivation detected" : "Subject bloodstream oxygen level normal" + TX = M.getToxLoss() > 50 ? "Dangerous amount of toxins detected" : "Subject bloodstream toxin level minimal" + BU = M.getFireLoss() > 50 ? "Severe burn damage detected" : "Subject burn injury status O.K" + BR = M.getBruteLoss() > 50 ? "Severe anatomical damage detected" : "Subject brute-force injury status O.K" + if(M.status_flags & FAKEDEATH) + OX = fake_oxy > 50 ? "Severe oxygen deprivation detected" : "Subject bloodstream oxygen level normal" + dat += "[OX] | [TX] | [BU] | [BR]
" + if(M.radiation) + if(advscan >= 2 && showadvscan == 1) + var/severity = "" + if(M.radiation >= 1500) + severity = "Lethal" + else if(M.radiation >= 600) + severity = "Critical" + else if(M.radiation >= 400) + severity = "Severe" + else if(M.radiation >= 300) + severity = "Moderate" + else if(M.radiation >= 100) + severity = "Low" + dat += "[severity] levels of acute radiation sickness detected. [round(M.radiation/50)]Gy. [(severity == "Critical" || severity == "Lethal") ? " Immediate treatment advised." : ""]
" + else + dat += "Acute radiation sickness detected.
" + if(M.accumulated_rads) + if(advscan >= 2 && showadvscan == 1) + var/severity = "" + if(M.accumulated_rads >= 1500) + severity = "Critical" + else if(M.accumulated_rads >= 600) + severity = "Severe" + else if(M.accumulated_rads >= 400) + severity = "Moderate" + else if(M.accumulated_rads >= 300) + severity = "Mild" + else if(M.accumulated_rads >= 100) + severity = "Low" + dat += "[severity] levels of chronic radiation sickness detected. [round(M.accumulated_rads/50)]Gy.
" + else + dat += "Chronic radiation sickness detected.
" + if(iscarbon(M)) + var/mob/living/carbon/C = M + if(C.reagents.total_volume) + var/unknown = 0 + var/reagentdata[0] + var/unknownreagents[0] + for(var/datum/reagent/R as anything in C.reagents.reagent_list) + if(R.scannable) + reagentdata["[R.id]"] = "\t[round(C.reagents.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" + else + unknown++ + unknownreagents["[R.id]"] = "\t[round(C.reagents.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" + if(reagentdata.len) + dat += "Beneficial reagents detected in subject's blood:
" + for(var/d in reagentdata) + dat += reagentdata[d] + if(unknown) + if(advscan >= 3 && showadvscan == 1) + dat += "Warning: Non-medical reagent[(unknown>1)?"s":""] detected in subject's blood:
" + for(var/d in unknownreagents) + dat += unknownreagents[d] + else + dat += "Warning: Unknown substance[(unknown>1)?"s":""] detected in subject's blood.
" + if(C.ingested && C.ingested.total_volume) + var/unknown = 0 + var/stomachreagentdata[0] + var/stomachunknownreagents[0] + for(var/datum/reagent/R as anything in C.ingested.reagent_list) + if(R.scannable) + stomachreagentdata["[R.id]"] = "\t[round(C.ingested.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" + if (advscan == 0 || showadvscan == 0) + dat += "[R.name] found in subject's stomach.
" + else + ++unknown + stomachunknownreagents["[R.id]"] = "\t[round(C.ingested.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" + if(advscan >= 1 && showadvscan == 1) + dat += "Beneficial reagents detected in subject's stomach:
" + for(var/d in stomachreagentdata) + dat += stomachreagentdata[d] + if(unknown) + if(advscan >= 3 && showadvscan == 1) + dat += "Warning: Non-medical reagent[(unknown > 1)?"s":""] found in subject's stomach:
" + for(var/d in stomachunknownreagents) + dat += stomachunknownreagents[d] + else + dat += "Unknown substance[(unknown > 1)?"s":""] found in subject's stomach.
" + if(C.touching && C.touching.total_volume) + var/unknown = 0 + var/touchreagentdata[0] + var/touchunknownreagents[0] + for(var/datum/reagent/R as anything in C.touching.reagent_list) + if(R.scannable) + touchreagentdata["[R.id]"] = "\t[round(C.touching.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.can_overdose_touch && R.volume > R.overdose) ? " - Overdose" : ""]
" + if (advscan == 0 || showadvscan == 0) + dat += "[R.name] found in subject's dermis.
" + else + ++unknown + touchunknownreagents["[R.id]"] = "\t[round(C.ingested.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.can_overdose_touch && R.volume > R.overdose) ? " - Overdose" : ""]
" + if(advscan >= 1 && showadvscan == 1) + dat += "Beneficial reagents detected in subject's dermis:
" + for(var/d in touchreagentdata) + dat += touchreagentdata[d] + if(unknown) + if(advscan >= 3 && showadvscan == 1) + dat += "Warning: Non-medical reagent[(unknown > 1)?"s":""] found in subject's dermis:
" + for(var/d in touchunknownreagents) + dat += touchunknownreagents[d] + else + dat += "Unknown substance[(unknown > 1)?"s":""] found in subject's dermis.
" + if(C.virus2.len) + for (var/ID in C.virus2) + if (ID in virusDB) + var/datum/data/record/V = virusDB[ID] + dat += "Warning: Pathogen [V.fields["name"]] detected in subject's blood. Known antigen : [V.fields["antigen"]]
" + else + dat += "Warning: Unknown pathogen detected in subject's blood.
" + if (M.getCloneLoss()) + dat += "Subject appears to have been imperfectly cloned.
" +// if (M.reagents && M.reagents.get_reagent_amount("inaprovaline")) +// user.show_message("Bloodstream Analysis located [M.reagents:get_reagent_amount("inaprovaline")] units of rejuvenation chemicals.") + if (M.has_brain_worms()) + dat += "Subject suffering from aberrant brain activity. Recommend further scanning.
" + else if (M.getBrainLoss() >= 60 || !M.has_brain()) + dat += "Subject is brain dead.
" + else if (M.getBrainLoss() >= 25) + dat += "Severe brain damage detected. Subject likely to have a traumatic brain injury.
" + else if (M.getBrainLoss() >= 10) + dat += "Significant brain damage detected. Subject may have had a concussion.
" + else if (M.getBrainLoss() >= 1 && advscan >= 2 && showadvscan == 1) + dat += "Minor brain damage detected.
" + if(ishuman(M)) + var/mob/living/carbon/human/H = M + for(var/obj/item/organ/internal/appendix/a in H.internal_organs) + var/severity = "" + if(a.inflamed > 3) + severity = "Severe" + else if(a.inflamed > 2) + severity = "Moderate" + else if(a.inflamed >= 1) + severity = "Mild" + if(severity) + dat += "[severity] inflammation detected in subject [a.name].
" + // Infections, fractures, and IB + var/basic_fracture = 0 // If it's a basic scanner + var/basic_ib = 0 // If it's a basic scanner + var/fracture_dat = "" // All the fractures + var/infection_dat = "" // All the infections + var/ib_dat = "" // All the IB + for(var/obj/item/organ/external/e in H.organs) + if(!e) + continue + // Broken limbs + if(e.status & ORGAN_BROKEN) + if((e.name in list(BP_L_ARM, BP_R_ARM, BP_L_LEG, BP_R_LEG, BP_HEAD, BP_TORSO, BP_GROIN)) && (!e.splinted)) + fracture_dat += "Unsecured fracture in subject [e.name]. Splinting recommended for transport.
" + else if(advscan >= 1 && showadvscan == 1) + fracture_dat += "Bone fractures detected in subject [e.name].
" + else + basic_fracture = 1 + // Infections + if(e.has_infected_wound()) + dat += "Infected wound detected in subject [e.name]. Disinfection recommended.
" + // IB + for(var/datum/wound/W in e.wounds) + if(W.internal) + if(advscan >= 1 && showadvscan == 1) + ib_dat += "Internal bleeding detected in subject [e.name].
" + else + basic_ib = 1 + if(basic_fracture) + fracture_dat += "Bone fractures detected. Advanced scanner required for location.
" + if(basic_ib) + ib_dat += "Internal bleeding detected. Advanced scanner required for location.
" + dat += fracture_dat + dat += infection_dat + dat += ib_dat + + // Blood level + if(M:vessel) + var/blood_volume = H.vessel.get_reagent_amount("blood") + var/blood_percent = round((blood_volume / H.species.blood_volume)*100) + var/blood_type = H.dna.b_type + if(blood_volume <= H.species.blood_volume*H.species.blood_level_danger) + dat += "Warning: Blood Level CRITICAL: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" + else if(blood_volume <= H.species.blood_volume*H.species.blood_level_warning) + dat += "Warning: Blood Level VERY LOW: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" + else if(blood_volume <= H.species.blood_volume*H.species.blood_level_safe) + dat += "Warning: Blood Level LOW: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" + else + dat += "Blood Level Normal: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" + dat += "Subject's pulse: [H.get_pulse(GETPULSE_TOOL)] bpm.
" // VORE Edit: Missed a linebreak here. + if(istype(H.species, /datum/species/xenochimera)) // VOREStation Edit Start: Visible feedback for medmains on Xenochimera. + if(H.stat == DEAD && H.revive_ready == REVIVING_READY && !H.hasnutriment()) + dat += "WARNING: Protein levels low. Subject incapable of reconstitution." + else if(H.revive_ready == REVIVING_NOW) + dat += "Subject is undergoing form reconstruction. Estimated time to finish is in: [round((H.revive_finished - world.time) / 10)] seconds." + else if(H.revive_ready == REVIVING_DONE) + dat += "Subject is ready to hatch. Transfer to dark room for holding with food available." + else if(H.stat == DEAD) + dat+= "WARNING: Defib will cause extreme pain and set subject feral. Sedation recommended prior to defibrillation." + else // If they bop them and they're not dead or reviving, give 'em a little notice. + dat += "Subject is a Xenochimera. Treat accordingly." + // VOREStation Edit End + user.show_message(dat, 1) + if(guide) + guide(M, user) + +/obj/item/device/healthanalyzer/verb/toggle_mode() + set name = "Switch Verbosity" + set category = "Object" + + mode = !mode + switch (mode) + if(1) + to_chat(usr, "The scanner now shows specific limb damage.") + if(0) + to_chat(usr, "The scanner no longer shows limb damage.") + +/obj/item/device/healthanalyzer/proc/toggle_adv() + set name = "Toggle Advanced Scan" + set category = "Object" + + showadvscan = !showadvscan + switch (showadvscan) + if(1) + to_chat(usr, "The scanner will now perform an advanced analysis.") + if(0) + to_chat(usr, "The scanner will now perform a basic analysis.") + +/obj/item/device/healthanalyzer/improved //reports bone fractures, IB, quantity of beneficial reagents in stomach; also regular health analyzer stuff + name = "improved health analyzer" + desc = "A miracle of medical technology, this handheld scanner can produce an accurate and specific report of a patient's biosigns." + advscan = 1 + origin_tech = list(TECH_MAGNET = 5, TECH_BIO = 6) + icon_state = "health1" + +/obj/item/device/healthanalyzer/advanced //reports all of the above, as well as radiation severity and minor brain damage + name = "advanced health analyzer" + desc = "An even more advanced handheld health scanner, complete with a full biosign monitor and on-board radiation and neurological analysis suites." + advscan = 2 + origin_tech = list(TECH_MAGNET = 6, TECH_BIO = 7) + icon_state = "health2" + +/obj/item/device/healthanalyzer/phasic //reports all of the above, as well as name and quantity of nonmed reagents in stomach + name = "phasic health analyzer" + desc = "Possibly the most advanced health analyzer to ever have existed, utilising bluespace technology to determine almost everything worth knowing about a patient." + advscan = 3 + origin_tech = list(TECH_MAGNET = 7, TECH_BIO = 8) + icon_state = "health3" + +#undef DEFIB_TIME_LIMIT //VOREStation addition +>>>>>>> 167cb9c2aa... Merge pull request #15109 from Very-Soft/fancyscanner diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index 9672e0feb1199654eb2de7bb964d58ff5e289d17..35911a76e862e3afa611d81492e87b183f6ca7ed 100644 GIT binary patch literal 91710 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

WgKpYDw3%x4yd)a&;lWhWq^^Vh8?jt^P{ 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 Date: Wed, 5 Jul 2023 10:12:39 +0200 Subject: [PATCH 07/21] big resync + merge conflicts --- .../crates_lockers/largecrate_vr.dm | 15 - .../objects/structures/ghost_pods/event_vr.dm | 27 +- maps/expedition_vr/aerostat/_aerostat.dm | 6 - .../surface_submaps/plains/dogbase.dmm | 1855 ++++++++++++++++ .../surface_submaps/wilderness/dogbase.dmm | 1891 ----------------- .../surface_submaps/wilderness/dogbaseAlt.dmm | 49 - .../wilderness/greatwolfden.dmm | 1558 -------------- .../wilderness/otieshelter.dmm | 1072 ---------- 8 files changed, 1861 insertions(+), 4612 deletions(-) create mode 100644 maps/submaps/surface_submaps/plains/dogbase.dmm diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index a52a729e0b..6a9d9cbc1a 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -56,11 +56,7 @@ /mob/living/simple_mob/otie/zorgoia, //CHOMPstation edit /mob/living/simple_mob/vore/rabbit, /mob/living/simple_mob/vore/weretiger;0.5, -<<<<<<< HEAD - /mob/living/simple_mob/otie;0.5 -======= // /mob/living/simple_mob/vore/otie;0.5 ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks )) return ..() @@ -76,11 +72,6 @@ /mob/living/simple_mob/animal/space/alien/drone, /mob/living/simple_mob/animal/space/alien/sentinel, /mob/living/simple_mob/animal/space/alien/queen, -<<<<<<< HEAD - /mob/living/simple_mob/otie/feral, - /mob/living/simple_mob/otie/feral/chubby, - /mob/living/simple_mob/otie/red, -======= // /mob/living/simple_mob/vore/otie/feral, // /mob/living/simple_mob/vore/otie/red, >>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks @@ -131,14 +122,8 @@ starts_with = list(/mob/living/simple_mob/vore/otie/cotie/phoron) /obj/structure/largecrate/animal/otie/phoron/Initialize() -<<<<<<< HEAD - starts_with = list(pick(/mob/living/simple_mob/otie/cotie/phoron;2, - /mob/living/simple_mob/otie/red/friendly;0.5, - /mob/living/simple_mob/otie/red/chubby;0.5)) -======= starts_with = list(pick(/mob/living/simple_mob/vore/otie/cotie/phoron;2, /mob/living/simple_mob/vore/otie/red/friendly;0.5)) ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks return ..() /obj/structure/largecrate/animal/otie/attack_hand(mob/living/carbon/human/M as mob)//I just couldn't decide between the icons lmao diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index 32e673a7d2..e194f22f5c 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -29,16 +29,11 @@ "Lizardman" = /mob/living/simple_mob/vore/aggressive/lizardman,//CHOMPedit: more mobs "Giant Frog" = /mob/living/simple_mob/vore/aggressive/frog, "Giant Rat" = /mob/living/simple_mob/vore/aggressive/rat, -<<<<<<< HEAD - "Jelly Blob" = /mob/living/simple_mob/animal/space/jelly, - "Wolf" = /mob/living/simple_mob/animal/wolf, + "Jelly Blob" = /mob/living/simple_mob/vore/jelly, + "Wolf" = /mob/living/simple_mob/vore/wolf, "Dire Wolf" = /mob/living/simple_mob/animal/wolf/direwolf,//CHOMPedit: more mobs "Large Dog" = /mob/living/simple_mob/animal/wolf/direwolf/dog,//CHOMPedit: more mobs "Hyena" = /mob/living/simple_mob/animal/hyena,//CHOMPedit: more mobs -======= - "Jelly Blob" = /mob/living/simple_mob/vore/jelly, - "Wolf" = /mob/living/simple_mob/vore/wolf, ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks "Juvenile Solargrub" = /mob/living/simple_mob/vore/solargrub, "Sect Queen" = /mob/living/simple_mob/vore/sect_queen, "Sect Drone" = /mob/living/simple_mob/vore/sect_drone, @@ -46,19 +41,13 @@ "Panther" = /mob/living/simple_mob/vore/aggressive/panther, "Giant Snake" = /mob/living/simple_mob/vore/aggressive/giant_snake, "Deathclaw" = /mob/living/simple_mob/vore/aggressive/deathclaw, -<<<<<<< HEAD - "Otie" = /mob/living/simple_mob/otie, + "Otie" = /mob/living/simple_mob/vore/otie, "Chubby Otie" = /mob/living/simple_mob/otie/friendly/chubby,//CHOMPedit: more mobs - "Mutated Otie" = /mob/living/simple_mob/otie/feral, + "Mutated Otie" =/mob/living/simple_mob/vore/otie/feral, "Chubby Mutated Otie" = /mob/living/simple_mob/otie/feral/chubby,//CHOMPedit: more mobs - "Red Otie" = /mob/living/simple_mob/otie/red, + "Red Otie" = /mob/living/simple_mob/vore/otie/red, "Chubby Red Otie" = /mob/living/simple_mob/otie/red/chubby,//CHOMPedit: more mobs "Zorgoia" = /mob/living/simple_mob/otie/zorgoia,//CHOMPedit: more mobs -======= - "Otie" = /mob/living/simple_mob/vore/otie, - "Mutated Otie" =/mob/living/simple_mob/vore/otie/feral, - "Red Otie" = /mob/living/simple_mob/vore/otie/red, ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks "Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound, "Corrupt Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound/prettyboi, "Hunter Giant Spider" = /mob/living/simple_mob/animal/giant_spider/hunter, @@ -136,13 +125,9 @@ /obj/structure/ghost_pod/ghost_activated/morphspawn/create_occupant(var/mob/M) ..() -<<<<<<< HEAD - var/mob/living/simple_mob/vore/hostile/morph/newMorph = new /mob/living/simple_mob/vore/hostile/morph(get_turf(src)) + var/mob/living/simple_mob/vore/morph/newMorph = new /mob/living/simple_mob/vore/morph(get_turf(src)) newMorph.voremob_loaded = TRUE //CHOMPedit: On-demand belly loading. newMorph.init_vore() //CHOMPedit: On-demand belly loading. -======= - var/mob/living/simple_mob/vore/morph/newMorph = new /mob/living/simple_mob/vore/morph(get_turf(src)) ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks if(M.mind) M.mind.transfer_to(newMorph) to_chat(M, "You are a Morph, somehow having gotten aboard the station in your wandering. \ diff --git a/maps/expedition_vr/aerostat/_aerostat.dm b/maps/expedition_vr/aerostat/_aerostat.dm index f83c068782..6626fbe2e9 100644 --- a/maps/expedition_vr/aerostat/_aerostat.dm +++ b/maps/expedition_vr/aerostat/_aerostat.dm @@ -139,17 +139,11 @@ prob_fall = 30 //guard = 20 mobs_to_pick_from = list( -<<<<<<< HEAD - /mob/living/simple_mob/animal/space/jelly = 1, - /mob/living/simple_mob/mechanical/viscerator = 1, - /mob/living/simple_mob/vore/aggressive/corrupthound = 1 -======= /mob/living/simple_mob/vore/jelly = 6, /mob/living/simple_mob/mechanical/viscerator = 6, /mob/living/simple_mob/vore/aggressive/corrupthound = 3, /mob/living/simple_mob/vore/oregrub = 2, /mob/living/simple_mob/vore/oregrub/lava = 1 ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks ) /obj/structure/old_roboprinter diff --git a/maps/submaps/surface_submaps/plains/dogbase.dmm b/maps/submaps/surface_submaps/plains/dogbase.dmm new file mode 100644 index 0000000000..b652282219 --- /dev/null +++ b/maps/submaps/surface_submaps/plains/dogbase.dmm @@ -0,0 +1,1855 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/coffee, +/obj/effect/floor_decal/corner/red/border{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"ae" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"ay" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/tajaran, +/obj/random/maintenance/medical, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"aF" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/submap/DogBase) +"aX" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/tajaran, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"bl" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"bw" = ( +/obj/item/weapon/storage/belt/janitor, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"bx" = ( +/obj/machinery/porta_turret/poi{ + faction = "syndicate" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"bT" = ( +/obj/structure/safe, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"cS" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"ec" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/obj/machinery/vending/cola, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"eA" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"eI" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"eZ" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"fg" = ( +/obj/structure/closet/l3closet/janitor, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"fI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/cargo, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"hl" = ( +/obj/effect/floor_decal/borderfloor/corner, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"hp" = ( +/turf/template_noop, +/area/template_noop) +"hA" = ( +/obj/structure/table/woodentable, +/obj/item/stolenpackage, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"hZ" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"ik" = ( +/obj/random/mob/merc/all, +/turf/template_noop, +/area/template_noop) +"iv" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone/ribs, +/obj/random/maintenance/research, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"jz" = ( +/obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/phoronlock, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"jD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"jO" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/unathi, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"kl" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/cargo, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"km" = ( +/obj/effect/decal/remains/human, +/turf/template_noop, +/area/template_noop) +"lb" = ( +/obj/random/mob/merc/all, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"lg" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"lh" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + d2 = 8; + icon_state = "0-8" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"lk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"lm" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"lr" = ( +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"lN" = ( +/obj/machinery/porta_turret/poi{ + faction = "syndicate" + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"lX" = ( +/obj/effect/floor_decal/borderfloor, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"ng" = ( +/mob/living/bot/cleanbot{ + faction = "malf_drone" + }, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"np" = ( +/obj/structure/table/woodentable, +/obj/item/weapon/gun/projectile/pistol, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"oW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"pR" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qg" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qk" = ( +/obj/machinery/porta_turret/poi{ + faction = "syndicate" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qI" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"qO" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"qZ" = ( +/obj/effect/decal/remains/ribcage, +/turf/template_noop, +/area/template_noop) +"re" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"rH" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"se" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"tp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"tt" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"tz" = ( +/obj/effect/floor_decal/corner/red/border{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"tN" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"vq" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"vX" = ( +/obj/structure/cable{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"wI" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"wQ" = ( +/obj/effect/floor_decal/corner/red/border{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"wS" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/template_noop, +/area/template_noop) +"xc" = ( +/obj/structure/cable/green{ + d1 = 4; + d2 = 8; + icon_state = "4-8" + }, +/obj/structure/cable{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"xe" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/random/projectile/scrapped_smg, +/obj/random/projectile/scrapped_smg, +/obj/random/projectile/scrapped_smg, +/obj/random/projectile/scrapped_shotgun, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"xp" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/obj/random/contraband/nofail, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"yl" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/deer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/contraband/nofail, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"yx" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"yX" = ( +/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, +/obj/structure/table/woodentable, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Am" = ( +/obj/machinery/door/blast/gate/thin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"AJ" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/tiled, +/area/submap/DogBase) +"AY" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/random/projectile, +/obj/random/projectile, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Bk" = ( +/turf/simulated/wall/r_wall, +/area/submap/DogBase) +"Bx" = ( +/obj/structure/table/woodentable, +/obj/random/projectile/scrapped_pistol, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"BA" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"BB" = ( +/obj/structure/table/woodentable, +/obj/random/cash/big, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ce" = ( +/obj/structure/janitorialcart, +/obj/item/weapon/storage/bag/trash, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Cz" = ( +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"CQ" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone, +/obj/random/contraband/nofail, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"Dt" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/effect/landmark/loot_spawn, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Dv" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ez" = ( +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/template_noop, +/area/template_noop) +"Fm" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled, +/area/submap/DogBase) +"FD" = ( +/obj/structure/fence, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"FO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/corner/red/border{ + dir = 10 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ge" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/obj/random/cash/huge, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Gf" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/filth, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/cargo, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"GB" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"GJ" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/random/projectile, +/obj/random/projectile, +/obj/effect/landmark/loot_spawn, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Hl" = ( +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"HF" = ( +/obj/random/mob/merc/all, +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"HM" = ( +/obj/structure/table/woodentable, +/obj/random/contraband/nofail, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Iz" = ( +/obj/structure/table/woodentable, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Jm" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/research, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"Ki" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + d2 = 4; + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Kt" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 8; + icon_state = "1-8" + }, +/obj/structure/cable/green{ + d1 = 2; + d2 = 8; + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 4 + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Le" = ( +/obj/structure/cable/green{ + d1 = 1; + d2 = 4; + icon_state = "1-4" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Lm" = ( +/obj/effect/landmark/loot_spawn, +/obj/effect/floor_decal/borderfloor{ + dir = 5 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"LJ" = ( +/obj/effect/decal/remains/tajaran, +/turf/template_noop, +/area/template_noop) +"LP" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ng" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/security, +/obj/effect/floor_decal/corner/red/border{ + dir = 9 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ni" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ok" = ( +/obj/structure/table/woodentable, +/obj/item/device/radio/phone, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Ol" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/bone/leg, +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"OR" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/industrial/danger{ + dir = 1 + }, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"OS" = ( +/obj/effect/floor_decal/corner/red/border, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Pi" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 9 + }, +/obj/machinery/vending/cigarette, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"PB" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"PJ" = ( +/obj/structure/cable{ + d1 = 2; + d2 = 4; + icon_state = "2-4" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/obj/structure/table/rack/shelf/steel, +/obj/item/stack/material/phoron{ + amount = 10 + }, +/obj/item/stack/material/phoron{ + amount = 10; + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/submap/DogBase) +"Qp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/template_noop, +/area/template_noop) +"Qu" = ( +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"QB" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Rz" = ( +/obj/structure/table/woodentable, +/obj/item/device/radio/phone, +/obj/random/contraband/nofail, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"RW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"SW" = ( +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"To" = ( +/obj/structure/fence/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"UW" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"UY" = ( +/obj/structure/dogbed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/security, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"Vm" = ( +/obj/structure/loot_pile/maint/technical, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Vy" = ( +/obj/effect/decal/remains/unathi, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"VG" = ( +/obj/structure/bed/chair, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Wm" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/random/curseditem, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Wq" = ( +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Wu" = ( +/obj/structure/bed, +/obj/item/weapon/bedsheet, +/obj/effect/floor_decal/borderfloor{ + dir = 8 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"WH" = ( +/obj/effect/floor_decal/borderfloor/corner{ + dir = 4 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"WU" = ( +/obj/structure/table/woodentable, +/obj/effect/floor_decal/corner/red/border{ + dir = 1 + }, +/obj/random/cash/huge, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Xz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/template_noop) +"Ya" = ( +/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ + desc = "The biggest and baddest guard dog around."; + faction = "syndicate"; + max_co2 = 0; + max_tox = 0; + name = "syndicate guard dog" + }, +/obj/effect/floor_decal/borderfloor{ + dir = 6 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Yi" = ( +/obj/structure/table/rack/shelf/steel, +/obj/effect/floor_decal/corner/purple/diagonal, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"Yr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/submap/DogBase) +"YJ" = ( +/obj/random/mob/merc/all, +/turf/simulated/floor/plating/external/virgo3b, +/area/submap/DogBase) +"YX" = ( +/obj/structure/dogbed, +/obj/effect/decal/remains/deer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/random/maintenance/medical, +/turf/simulated/floor/outdoors/dirt/virgo3b, +/area/submap/DogBase) +"ZK" = ( +/obj/machinery/power/apc{ + cell_type = /obj/item/weapon/cell/super; + dir = 8; + name = "Unknown APC"; + pixel_x = -24 + }, +/obj/structure/cable/green{ + d2 = 2; + icon_state = "0-2" + }, +/mob/living/simple_mob/mechanical/viscerator/mercenary, +/turf/simulated/floor/plating, +/area/submap/DogBase) + +(1,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +"} +(2,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(3,1,1) = {" +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Ez +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(4,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +lN +Hl +hp +hp +hp +Hl +lN +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(5,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +FD +FD +FD +FD +FD +To +Qp +hp +hp +hp +hp +Xz +hp +hp +km +hp +hp +"} +(6,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +Bk +fg +ng +Vm +Bk +iv +yl +YX +qI +jO +GB +Qp +LJ +hp +hp +Xz +Xz +Ez +hp +SW +hp +hp +"} +(7,1,1) = {" +hp +hp +hp +hp +hp +ik +wS +hp +Bk +Yi +Qu +Vm +Bk +UY +Gf +Ol +Vy +fI +Am +oW +oW +oW +oW +oW +hp +SW +hp +hp +hp +hp +"} +(8,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +Bk +lg +Qu +bw +Bk +aX +lk +ae +kl +lk +Am +oW +oW +QB +oW +hp +hp +hp +hp +SW +hp +hp +"} +(9,1,1) = {" +hp +hp +lN +Hl +hp +hp +hp +hp +Bk +eI +Qu +Ce +Bk +Jm +xp +ay +CQ +YX +GB +LJ +hp +hp +Qp +Qp +tp +lN +hp +hp +hp +hp +"} +(10,1,1) = {" +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Fm +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Hl +hp +km +hp +hp +"} +(11,1,1) = {" +hp +hp +hp +Bk +pR +RW +Wu +vq +Bk +Ng +wQ +FO +Bk +Dt +tN +tN +Dv +RW +vq +Bk +Pi +tN +qk +vq +Bk +Hl +Hl +hp +hp +hp +"} +(12,1,1) = {" +km +hp +Ez +Bk +Ge +Wq +Bx +lX +Bk +GJ +lb +OS +Bk +Yr +VG +HM +wI +Wq +lX +Bk +eZ +hl +se +UW +Bk +lr +Hl +hp +hp +SW +"} +(13,1,1) = {" +hp +Ez +hp +Bk +qO +Wq +BA +lX +Bk +AY +Wq +OS +Bk +Yr +HF +Rz +wI +Wq +Ni +RW +PB +eA +Bk +Bk +Bk +OR +Hl +SW +SW +hp +"} +(14,1,1) = {" +hp +Hl +Hl +Bk +hA +Wq +Iz +lX +Bk +xe +Wq +OS +Bk +rH +VG +HM +wI +Wq +hl +se +WH +lX +Bk +jz +aF +bl +Hl +SW +hp +hp +"} +(15,1,1) = {" +hp +lN +Hl +Bk +qO +lb +BA +lX +LP +Cz +Wq +OS +LP +Yr +VG +Ok +wI +re +lX +Bk +Yr +lX +yx +Wq +yx +lr +YJ +SW +SW +SW +"} +(16,1,1) = {" +hp +Hl +Hl +Bk +hA +Wq +BB +lX +Bk +Wm +Wq +OS +Bk +rH +VG +np +wI +Wq +Ni +tN +PB +lX +Bk +jz +aF +bl +Hl +SW +SW +hp +"} +(17,1,1) = {" +hp +Ez +hp +Bk +qO +Wq +BA +lX +Bk +yX +wI +OS +Bk +Yr +VG +HM +wI +lb +hl +jD +WH +eA +Bk +Bk +Bk +OR +Hl +SW +SW +hp +"} +(18,1,1) = {" +hp +hp +Ez +Bk +lm +Wq +Iz +lX +Bk +WU +lb +OS +Bk +Yr +VG +HM +wI +Wq +lX +Bk +Yr +Ni +tN +vq +Bk +lr +Hl +hp +SW +hp +"} +(19,1,1) = {" +km +hp +hp +Bk +bT +jD +se +UW +Bk +ab +tz +qg +Bk +Lm +se +se +se +jD +Ya +Bk +ec +se +bx +UW +Bk +Hl +Hl +hp +hp +hp +"} +(20,1,1) = {" +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +Bk +Bk +AJ +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Bk +Hl +hp +hp +hp +hp +"} +(21,1,1) = {" +hp +hp +lN +Hl +hp +hp +hp +hp +Bk +ZK +Le +Ki +Bk +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Hl +lN +hp +hp +hp +km +"} +(22,1,1) = {" +hp +hp +hp +hp +hp +hp +Ez +hp +Bk +PJ +xc +vX +Bk +hp +hp +hp +hp +hp +hp +hp +hp +wS +hp +hp +hp +hp +hp +hp +hp +hp +"} +(23,1,1) = {" +hp +hp +hp +hp +hp +hp +wS +hp +Bk +lh +cS +lh +Bk +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Ez +hp +hp +hp +hp +"} +(24,1,1) = {" +hp +hp +hp +hp +hp +ik +hp +hp +Bk +hZ +Kt +tt +Bk +hp +hp +km +hp +hp +km +hp +hp +hp +km +hp +hp +hp +hp +hp +km +hp +"} +(25,1,1) = {" +hp +hp +km +hp +hp +hp +hp +Hl +Bk +Bk +Bk +Bk +Bk +Hl +hp +hp +hp +Ez +hp +hp +qZ +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(26,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +lN +Hl +hp +hp +hp +Hl +lN +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(27,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +Ez +hp +hp +hp +km +hp +hp +km +hp +hp +"} +(28,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(29,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} +(30,1,1) = {" +hp +hp +hp +hp +hp +hp +hp +hp +km +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +hp +"} diff --git a/maps/submaps/surface_submaps/wilderness/dogbase.dmm b/maps/submaps/surface_submaps/wilderness/dogbase.dmm index b837c26ce4..3a6416cc1b 100644 --- a/maps/submaps/surface_submaps/wilderness/dogbase.dmm +++ b/maps/submaps/surface_submaps/wilderness/dogbase.dmm @@ -1,1893 +1,3 @@ -<<<<<<< HEAD -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_x = 0 - }, -/obj/machinery/vending/coffee, -/obj/effect/floor_decal/corner/red/border{ - dir = 5; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"ae" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"ay" = ( -/obj/structure/dogbed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/tajaran, -/obj/random/maintenance/medical, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"aF" = ( -/obj/structure/sign/securearea, -/turf/simulated/wall/r_wall, -/area/submap/DogBase) -"aX" = ( -/obj/structure/dogbed, -/obj/effect/decal/remains/tajaran, -/obj/effect/decal/cleanable/filth, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/bone, -/obj/random/maintenance/security, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"bl" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 1 - }, -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"bw" = ( -/obj/item/weapon/storage/belt/janitor, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"bx" = ( -/obj/machinery/porta_turret/poi{ - faction = "syndicate" - }, -/obj/effect/floor_decal/borderfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"bT" = ( -/obj/structure/safe, -/obj/effect/floor_decal/borderfloor{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"cS" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"ec" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"eA" = ( -/obj/machinery/vending/cola, -/obj/effect/floor_decal/borderfloor{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"eI" = ( -/obj/structure/closet/crate/trashcart, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"eZ" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"fg" = ( -/obj/structure/closet/l3closet/janitor, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"fI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/cargo, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"hl" = ( -/obj/effect/floor_decal/borderfloor/corner, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"hp" = ( -/turf/template_noop, -/area/template_noop) -"hA" = ( -/obj/structure/table/woodentable, -/obj/item/stolenpackage, -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"hZ" = ( -/obj/machinery/power/smes/buildable/point_of_interest, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"ik" = ( -/obj/random/mob/merc/all, -/turf/template_noop, -/area/template_noop) -"iv" = ( -/obj/structure/dogbed, -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/filth, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/bone/ribs, -/obj/random/maintenance/research, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"jz" = ( -/obj/machinery/vending/cigarette, -/obj/effect/floor_decal/borderfloor{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"jD" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_x = 0 - }, -/obj/effect/floor_decal/borderfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"jO" = ( -/obj/structure/dogbed, -/obj/effect/decal/remains/unathi, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/security, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"kl" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/cargo, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"km" = ( -/obj/effect/decal/remains/human, -/turf/template_noop, -/area/template_noop) -"la" = ( -/obj/effect/map_helper/no_phaseshift, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"lb" = ( -/obj/random/mob/merc/all, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"lg" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"lh" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"lk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"lm" = ( -/obj/structure/table/woodentable, -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"lr" = ( -/obj/effect/floor_decal/industrial/danger{ - dir = 1 - }, -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"lN" = ( -/obj/machinery/porta_turret/poi{ - faction = "syndicate" - }, -/turf/simulated/floor, -/area/submap/DogBase) -"lX" = ( -/obj/effect/floor_decal/borderfloor, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"ng" = ( -/mob/living/bot/cleanbot{ - faction = "syndicate" - }, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"np" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/gun/projectile/pistol, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"oW" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/template_noop) -"pR" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/obj/effect/floor_decal/borderfloor{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"qg" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_x = 0 - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"qk" = ( -/obj/machinery/porta_turret/poi{ - faction = "syndicate" - }, -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"qI" = ( -/obj/structure/dogbed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/bone, -/obj/random/maintenance/security, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"qO" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"qZ" = ( -/obj/effect/decal/remains/ribcage, -/turf/template_noop, -/area/template_noop) -"re" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"rH" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"se" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"tp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"tt" = ( -/obj/machinery/power/smes/buildable/point_of_interest, -/obj/structure/cable/green, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"tz" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 4; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"tN" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"vq" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 10 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"vX" = ( -/obj/structure/cable{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"wI" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"wQ" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 8; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"wS" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/turf/template_noop, -/area/template_noop) -"xc" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2"; - pixel_y = 0 - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"xe" = ( -/obj/structure/closet/secure_closet/guncabinet, -/obj/random/projectile/scrapped_smg, -/obj/random/projectile/scrapped_smg, -/obj/random/projectile/scrapped_smg, -/obj/random/projectile/scrapped_shotgun, -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"xp" = ( -/obj/structure/dogbed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains/human, -/obj/random/contraband/nofail, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"yl" = ( -/obj/structure/dogbed, -/obj/effect/decal/remains/deer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/contraband/nofail, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"yx" = ( -/obj/machinery/door/airlock/external, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"yX" = ( -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/obj/structure/table/woodentable, -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Am" = ( -/obj/machinery/door/blast/gate/thin, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"AJ" = ( -/obj/machinery/door/airlock/engineering, -/turf/simulated/floor/tiled, -/area/submap/DogBase) -"AY" = ( -/obj/structure/closet/secure_closet/guncabinet, -/obj/random/projectile, -/obj/random/projectile, -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Bk" = ( -/turf/simulated/wall/r_wall, -/area/submap/DogBase) -"Bx" = ( -/obj/structure/table/woodentable, -/obj/random/projectile/scrapped_pistol, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"BA" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"BB" = ( -/obj/structure/table/woodentable, -/obj/random/cash/big, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"BY" = ( -/obj/machinery/light, -/obj/effect/floor_decal/borderfloor, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ce" = ( -/obj/structure/janitorialcart, -/obj/item/weapon/storage/bag/trash, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Cz" = ( -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"CQ" = ( -/obj/structure/dogbed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/bone, -/obj/random/contraband/nofail, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"Dt" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 9 - }, -/obj/effect/landmark/loot_spawn, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Dv" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ez" = ( -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/template_noop, -/area/template_noop) -"Fm" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled, -/area/submap/DogBase) -"FD" = ( -/obj/structure/fence, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"FO" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/obj/effect/floor_decal/corner/red/border{ - dir = 10; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ge" = ( -/obj/structure/table/woodentable, -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/obj/random/cash/huge, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Gf" = ( -/obj/effect/decal/remains/human, -/obj/effect/decal/cleanable/filth, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/cargo, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"GB" = ( -/obj/structure/fence{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"GJ" = ( -/obj/structure/closet/secure_closet/guncabinet, -/obj/random/projectile, -/obj/random/projectile, -/obj/effect/landmark/loot_spawn, -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Hl" = ( -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"HF" = ( -/obj/random/mob/merc/all, -/obj/structure/bed/chair, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"HM" = ( -/obj/structure/table/woodentable, -/obj/random/contraband/nofail, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Iz" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"IE" = ( -/obj/machinery/porta_turret/poi{ - faction = "syndicate" - }, -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"Jm" = ( -/obj/structure/dogbed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/research, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"Ki" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"Kt" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_x = 0 - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"KG" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Le" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"Lm" = ( -/obj/effect/landmark/loot_spawn, -/obj/effect/floor_decal/borderfloor{ - dir = 5 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"LJ" = ( -/obj/effect/decal/remains/tajaran, -/turf/template_noop, -/area/template_noop) -"LP" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ng" = ( -/obj/machinery/light{ - dir = 8; - icon_state = "tube1" - }, -/obj/machinery/vending/security, -/obj/effect/floor_decal/corner/red/border{ - dir = 9; - icon_state = "bordercolor" - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ni" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ok" = ( -/obj/structure/table/woodentable, -/obj/item/device/radio/phone, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Ol" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/bone/leg, -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"OR" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 1 - }, -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"OS" = ( -/obj/effect/floor_decal/corner/red/border, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Pi" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 9 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"PB" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"PJ" = ( -/obj/structure/cable{ - d1 = 2; - d2 = 4; - icon_state = "2-4" - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/obj/structure/table/rack/shelf/steel, -/obj/item/stack/material/phoron{ - amount = 10 - }, -/obj/item/stack/material/phoron{ - amount = 10; - pixel_x = 1; - pixel_y = 6 - }, -/turf/simulated/floor/plating, -/area/submap/DogBase) -"Qp" = ( -/obj/effect/decal/cleanable/dirt, -/turf/template_noop, -/area/template_noop) -"Qu" = ( -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"QB" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/template_noop) -"Rz" = ( -/obj/structure/table/woodentable, -/obj/item/device/radio/phone, -/obj/random/contraband/nofail, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"RW" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"SW" = ( -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/template_noop) -"To" = ( -/obj/structure/fence/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"UW" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"UY" = ( -/obj/structure/dogbed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/security, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"Vm" = ( -/obj/structure/loot_pile/maint/technical, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Vy" = ( -/obj/effect/decal/remains/unathi, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"VG" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Wm" = ( -/obj/structure/table/woodentable, -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/obj/random/curseditem, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Wq" = ( -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Wu" = ( -/obj/structure/bed, -/obj/item/weapon/bedsheet, -/obj/effect/floor_decal/borderfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"WH" = ( -/obj/effect/floor_decal/borderfloor/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"WU" = ( -/obj/structure/table/woodentable, -/obj/effect/floor_decal/corner/red/border{ - dir = 1; - icon_state = "bordercolor" - }, -/obj/random/cash/huge, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Xz" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/template_noop) -"Ya" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - name = "syndicate guard dog" - }, -/obj/effect/floor_decal/borderfloor{ - dir = 6 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Yi" = ( -/obj/structure/table/rack/shelf/steel, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"Yr" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/submap/DogBase) -"YJ" = ( -/obj/random/mob/merc/all, -/turf/simulated/floor/plating/sif/planetuse, -/area/submap/DogBase) -"YX" = ( -/obj/structure/dogbed, -/obj/effect/decal/remains/deer, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/random/maintenance/medical, -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"ZK" = ( -/obj/machinery/power/apc{ - cell_type = /obj/item/weapon/cell/super; - dir = 8; - name = "Unknown APC"; - pixel_x = -24 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/mob/living/simple_mob/mechanical/viscerator/mercenary, -/turf/simulated/floor/plating, -/area/submap/DogBase) - -(1,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -km -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -km -hp -"} -(2,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(3,1,1) = {" -hp -km -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -Ez -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(4,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -IE -Hl -hp -hp -hp -Hl -IE -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(5,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -Hl -Bk -Bk -Bk -Bk -Bk -FD -FD -FD -FD -FD -To -Qp -hp -hp -hp -hp -Xz -hp -hp -km -hp -hp -"} -(6,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -Bk -fg -ng -Vm -Bk -iv -yl -YX -qI -jO -GB -Qp -LJ -hp -hp -Xz -Xz -Ez -hp -SW -hp -hp -"} -(7,1,1) = {" -hp -hp -hp -hp -hp -ik -wS -hp -Bk -Yi -Qu -Vm -Bk -UY -Gf -Ol -Vy -fI -Am -oW -oW -oW -oW -oW -hp -SW -hp -hp -hp -hp -"} -(8,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -Bk -lg -Qu -bw -Bk -aX -lk -ae -kl -lk -Am -oW -oW -QB -oW -hp -hp -hp -hp -SW -hp -hp -"} -(9,1,1) = {" -hp -hp -lN -Hl -hp -hp -hp -hp -Bk -eI -Qu -Ce -Bk -Jm -xp -ay -CQ -YX -GB -LJ -hp -hp -Qp -Qp -tp -IE -hp -hp -hp -hp -"} -(10,1,1) = {" -hp -hp -Hl -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Fm -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Hl -hp -km -hp -hp -"} -(11,1,1) = {" -hp -hp -hp -Bk -pR -RW -Wu -vq -Bk -Ng -wQ -FO -Bk -Dt -tN -tN -Dv -RW -vq -Bk -Pi -tN -qk -vq -Bk -Hl -Hl -hp -hp -hp -"} -(12,1,1) = {" -km -hp -Ez -Bk -Ge -Wq -Bx -lX -Bk -GJ -lb -OS -Bk -Yr -VG -HM -wI -Wq -lX -Bk -eZ -Wq -Wq -lX -Bk -lr -Hl -hp -hp -SW -"} -(13,1,1) = {" -hp -Ez -hp -Bk -qO -Wq -BA -lX -Bk -AY -Wq -OS -Bk -Yr -HF -Rz -wI -Wq -Ni -KG -PB -hl -se -jz -Bk -OR -Hl -SW -SW -hp -"} -(14,1,1) = {" -hp -Hl -Hl -Bk -hA -Wq -Iz -lX -Bk -xe -Wq -OS -Bk -rH -VG -HM -wI -Wq -hl -se -WH -BY -Bk -Bk -aF -bl -Hl -SW -hp -hp -"} -(15,1,1) = {" -hp -IE -Hl -Bk -qO -lb -BA -lX -LP -Cz -Wq -OS -LP -Yr -VG -Ok -wI -re -lX -Bk -Yr -lX -yx -Wq -yx -lr -YJ -SW -SW -SW -"} -(16,1,1) = {" -hp -Hl -Hl -Bk -hA -Wq -BB -lX -Bk -Wm -Wq -OS -Bk -rH -VG -np -wI -la -Ni -tN -PB -BY -Bk -Bk -aF -bl -Hl -SW -SW -hp -"} -(17,1,1) = {" -hp -Ez -hp -Bk -qO -Wq -BA -lX -Bk -yX -wI -OS -Bk -Yr -VG -HM -wI -lb -hl -jD -WH -Ni -tN -eA -Bk -OR -Hl -SW -SW -hp -"} -(18,1,1) = {" -hp -hp -Ez -Bk -lm -Wq -Iz -lX -Bk -WU -lb -OS -Bk -Yr -VG -HM -wI -Wq -lX -Bk -Yr -Wq -Wq -lX -Bk -lr -Hl -hp -SW -hp -"} -(19,1,1) = {" -km -hp -hp -Bk -bT -jD -se -UW -Bk -ab -tz -qg -Bk -Lm -se -se -se -jD -Ya -Bk -ec -se -bx -UW -Bk -Hl -Hl -hp -hp -hp -"} -(20,1,1) = {" -hp -hp -Hl -Bk -Bk -Bk -Bk -Bk -Bk -Bk -AJ -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Bk -Hl -hp -hp -hp -hp -"} -(21,1,1) = {" -hp -hp -IE -Hl -hp -hp -hp -hp -Bk -ZK -Le -Ki -Bk -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -Hl -IE -hp -hp -hp -km -"} -(22,1,1) = {" -hp -hp -hp -hp -hp -hp -Ez -hp -Bk -PJ -xc -vX -Bk -hp -hp -hp -hp -hp -hp -hp -hp -wS -hp -hp -hp -hp -hp -hp -hp -hp -"} -(23,1,1) = {" -hp -hp -hp -hp -hp -hp -wS -hp -Bk -lh -cS -lh -Bk -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -Ez -hp -hp -hp -hp -"} -(24,1,1) = {" -hp -hp -hp -hp -hp -ik -hp -hp -Bk -hZ -Kt -tt -Bk -hp -hp -km -hp -hp -km -hp -hp -hp -km -hp -hp -hp -hp -hp -km -hp -"} -(25,1,1) = {" -hp -hp -km -hp -hp -hp -hp -Hl -Bk -Bk -Bk -Bk -Bk -Hl -hp -hp -hp -Ez -hp -hp -qZ -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(26,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -IE -Hl -hp -hp -hp -Hl -IE -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(27,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -Ez -hp -hp -hp -km -hp -hp -km -hp -hp -"} -(28,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -km -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(29,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -km -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -(30,1,1) = {" -hp -hp -hp -hp -hp -hp -hp -hp -km -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -hp -"} -======= //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ab" = ( /obj/machinery/light{ @@ -3751,4 +1861,3 @@ hp hp hp "} ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks diff --git a/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm b/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm index 597de56f49..028f1b2409 100644 --- a/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm +++ b/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm @@ -5,12 +5,6 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"aB" = ( -/obj/structure/safe, -/obj/effect/floor_decal/borderfloor{ - dir = 5 -======= "ae" = ( /mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ desc = "The biggest and baddest guard dog around."; @@ -18,7 +12,6 @@ max_co2 = 0; max_tox = 0; name = "syndicate guard dog" ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) @@ -96,14 +89,9 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"ec" = ( -/mob/living/simple_mob/animal/giant_spider/nurse{ -======= "eZ" = ( /mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ desc = "The biggest and baddest guard dog around."; ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm faction = "syndicate"; name = "trained giant spider" }, @@ -260,10 +248,6 @@ /obj/item/weapon/bedsheet, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"md" = ( -/obj/machinery/door/airlock, -======= "qZ" = ( /obj/effect/decal/remains/ribcage, /turf/template_noop, @@ -276,7 +260,6 @@ max_tox = 0; name = "syndicate guard dog" }, ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm /turf/simulated/floor/tiled/dark, /area/submap/DogBase) "mF" = ( @@ -338,11 +321,6 @@ /obj/effect/landmark/loot_spawn, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"pT" = ( -/obj/machinery/light{ - dir = 1 -======= "wS" = ( /mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ desc = "The biggest and baddest guard dog around."; @@ -363,7 +341,6 @@ d1 = 1; d2 = 2; icon_state = "1-2" ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -482,11 +459,6 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"yr" = ( -/obj/effect/floor_decal/borderfloor{ - dir = 10 -======= "Dv" = ( /mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ desc = "The biggest and baddest guard dog around."; @@ -494,7 +466,6 @@ max_co2 = 0; max_tox = 0; name = "syndicate guard dog" ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) @@ -639,11 +610,6 @@ /obj/random/projectile/scrapped_pistol, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"Io" = ( -/obj/machinery/light, -/obj/effect/floor_decal/borderfloor, -======= "Ol" = ( /obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt, @@ -672,7 +638,6 @@ /area/submap/DogBase) "OS" = ( /obj/effect/floor_decal/corner/red/border, ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm /turf/simulated/floor/tiled/dark, /area/submap/DogBase) "Ju" = ( @@ -707,9 +672,6 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -"KH" = ( -======= "QB" = ( /mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ desc = "The biggest and baddest guard dog around."; @@ -723,7 +685,6 @@ /turf/simulated/floor/outdoors/dirt/virgo3b, /area/template_noop) "Rz" = ( ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm /obj/structure/table/woodentable, /obj/random/contraband/nofail, /turf/simulated/floor/tiled/dark, @@ -820,15 +781,6 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, -<<<<<<< HEAD:maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm -/turf/simulated/floor/outdoors/dirt/sif/planetuse, -/area/submap/DogBase) -"QF" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1"; - pixel_x = 0 -======= /turf/simulated/floor/outdoors/dirt/virgo3b, /area/template_noop) "Ya" = ( @@ -838,7 +790,6 @@ max_co2 = 0; max_tox = 0; name = "syndicate guard dog" ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks:maps/submaps/surface_submaps/plains/dogbase.dmm }, /obj/effect/floor_decal/borderfloor{ dir = 4 diff --git a/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm b/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm index 2d2d5adb87..738bac8d6e 100644 --- a/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm +++ b/maps/submaps/surface_submaps/wilderness/greatwolfden.dmm @@ -1,1560 +1,3 @@ -<<<<<<< HEAD -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/obj/effect/decal/cleanable/blood/drip, -/mob/living/simple_mob/animal/wolf/direwolf{ - ai_holder_type = /datum/ai_holder/simple_mob/retaliate; - desc = "The biggest and baddest wolf around. Seems pretty chill, for a wolf."; - faction = "sif" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"bp" = ( -/obj/structure/cliff/automatic/corner{ - dir = 6 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"bz" = ( -/obj/structure/flora/bboulder1, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"bI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"bY" = ( -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"dM" = ( -/obj/structure/flora/bboulder2, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"dX" = ( -/obj/structure/cliff/automatic{ - dir = 4 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"eq" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"fh" = ( -/obj/structure/cliff/automatic{ - dir = 2 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"fX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/rocks2, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"ge" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "frostbelle" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"hJ" = ( -/obj/structure/cliff/automatic{ - dir = 9 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"iX" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"jg" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/ammo_casing/a10mm{ - dir = 8 - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"ju" = ( -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"kg" = ( -/obj/item/weapon/bone/skull/unathi, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"kk" = ( -/obj/effect/decal/cleanable/blood/gibs{ - color = "red"; - icon_state = "gib2_flesh" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"kL" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "grass3" - }, -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"lu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/ammo_casing/a10mm, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"lL" = ( -/obj/structure/loot_pile/surface/bones, -/obj/effect/landmark/loot_spawn/low, -/obj/random/projectile/scrapped_gun, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"lQ" = ( -/obj/effect/decal/cleanable/filth, -/obj/item/weapon/card/emag_broken, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"mk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "3" - }, -/obj/item/ammo_casing/a10mm{ - dir = 8 - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"mm" = ( -/obj/random/trash_pile, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"nd" = ( -/obj/structure/flora/rocks2, -/obj/effect/decal/remains/lizard, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"nv" = ( -/mob/living/simple_mob/vore/greatwolf{ - dir = 8 - }, -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"pS" = ( -/turf/template_noop, -/area/template_noop) -"qb" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"rn" = ( -/obj/structure/loot_pile/mecha/gygax/dark/adv, -/obj/effect/decal/cleanable/blood/gibs/robot/down, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"rM" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "eyeplant2" - }, -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"tb" = ( -/obj/structure/flora/smallbould, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"tm" = ( -/turf/simulated/mineral/ignore_mapgen, -/area/submap/GreatWolfDen) -"tC" = ( -/obj/effect/decal/remains/mouse, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"uz" = ( -/mob/living/simple_mob/animal/wolf/direwolf{ - ai_holder_type = /datum/ai_holder/simple_mob/retaliate; - desc = "The biggest and baddest wolf around. Seems pretty chill, for a wolf."; - faction = "sif" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"uY" = ( -/obj/item/ammo_casing/a10mm, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"vu" = ( -/obj/item/weapon/bone/skull/tajaran, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"wc" = ( -/obj/item/weapon/bone/skull/unathi, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"xt" = ( -/obj/effect/landmark/loot_spawn/low, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"xK" = ( -/obj/effect/decal/remains/human, -/obj/item/clothing/under/syndicate, -/obj/random/projectile/scrapped_gun, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"yi" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "frostbelle2" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"yF" = ( -/obj/structure/flora/smallbould, -/obj/effect/decal/cleanable/cobweb, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"yG" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"yH" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "3" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"zl" = ( -/obj/structure/flora/bboulder1, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"zs" = ( -/obj/structure/flora/bboulder2, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"zV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/ledge/ledge_stairs, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"AG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/rocks2, -/obj/structure/ledge/ledge_stairs, -/turf/simulated/floor/outdoors/rocks, -/area/submap/GreatWolfDen) -"AK" = ( -/obj/structure/cliff/automatic/ramp{ - dir = 9 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Cd" = ( -/mob/living/simple_mob/otie/feral/chubby{ - ai_holder_type = /datum/ai_holder/simple_mob/retaliate; - desc = "The classic bioengineered longdog. No pets. Only bite. What an absolute unit."; - faction = "sif" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"CR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Dj" = ( -/obj/structure/cliff/automatic/corner, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"DV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/outcrop, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"EU" = ( -/obj/structure/flora/rocks1, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Fy" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "eyeplant1" - }, -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"Hb" = ( -/obj/structure/closet/crate/secure/loot, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"HC" = ( -/obj/random/outcrop, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Ic" = ( -/obj/effect/decal/remains/deer, -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Id" = ( -/obj/effect/decal/cleanable/dirt, -/turf/template_noop, -/area/template_noop) -"If" = ( -/obj/effect/decal/cleanable/blood/gibs/robot/limb, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Iw" = ( -/obj/effect/decal/remains/deer, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Kb" = ( -/obj/item/ammo_casing/a10mm{ - dir = 8 - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Ko" = ( -/obj/effect/decal/cleanable/blood/gibs{ - color = "red"; - icon_state = "gibdown1_flesh" - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Kp" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"KU" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "grass3" - }, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"Lx" = ( -/obj/structure/cliff/automatic{ - dir = 8 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Lz" = ( -/obj/effect/decal/cleanable/blood/gibs{ - color = "red"; - icon_state = "gib1_flesh" - }, -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"LJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/sif/subterranean{ - icon_state = "glowplant2" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"LP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/rocks2, -/obj/structure/ledge/ledge_stairs, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"LT" = ( -/obj/structure/cliff/automatic/corner{ - dir = 10 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Mc" = ( -/obj/effect/decal/cleanable/ash, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Mv" = ( -/obj/random/outcrop, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"MD" = ( -/obj/structure/flora/tree/sif{ - icon_state = "tree_sif4" - }, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"OB" = ( -/obj/item/stack/material/log{ - amount = 25 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"OL" = ( -/obj/structure/cliff/automatic, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"OV" = ( -/obj/structure/cliff/automatic{ - dir = 6 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"OW" = ( -/obj/structure/cliff/automatic{ - dir = 5 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Pa" = ( -/obj/structure/cliff/automatic/ramp, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Pf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Pl" = ( -/obj/effect/decal/remains/lizard, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"PC" = ( -/obj/structure/closet/crate/secure/loot, -/obj/effect/decal/cleanable/cobweb2, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"PX" = ( -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Qb" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/rocks1, -/obj/structure/ledge/ledge_stairs, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Qv" = ( -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"QA" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "grass2" - }, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"QJ" = ( -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"QM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood/drip, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Rb" = ( -/obj/item/weapon/bone/leg, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Rf" = ( -/obj/structure/loot_pile/surface/bones, -/obj/structure/flora/sif/subterranean{ - icon_state = "frostbelle" - }, -/obj/item/weapon/gun/projectile/pistol, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Rj" = ( -/obj/structure/flora/grass/both, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"Rx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"RW" = ( -/obj/structure/flora/rocks2, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"SO" = ( -/obj/item/weapon/telecube/mated, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"SQ" = ( -/obj/structure/cliff/automatic/corner{ - dir = 9 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Tf" = ( -/obj/item/weapon/paper/card/heart{ - desc = "A gift card with a heart on the cover. This appears to be a thank-you to the.. wolves??" - }, -/obj/item/weapon/paper/crumpled{ - icon_state = "scrap_bloodied"; - info = "The wolves dragged me back to their den when they found me incapacitated, and nursed me back to health, instead of eating me. I don't know why. Anyway, they're a bunch of goodboyes. Don't let the bones strewn about their den frighten you. Just be nice to them and they won't hurt you."; - name = "survivor's note" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Tn" = ( -/obj/structure/bonfire, -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"Ty" = ( -/obj/random/trash_pile, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"UV" = ( -/obj/structure/cliff/automatic{ - dir = 10 - }, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Vq" = ( -/obj/structure/loot_pile/surface/bones, -/obj/random/projectile/scrapped_gun, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"WH" = ( -/obj/structure/loot_pile/surface/bones, -/obj/item/weapon/storage/toolbox/syndicate, -/obj/random/projectile/scrapped_gun, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"WR" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "glowplant1" - }, -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"WY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/rocks1, -/turf/simulated/floor/outdoors/dirt, -/area/template_noop) -"Xx" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "grass1" - }, -/turf/simulated/floor/outdoors/snow, -/area/submap/GreatWolfDen) -"Xy" = ( -/obj/item/weapon/bone/ribs, -/obj/effect/landmark/loot_spawn/low, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Yw" = ( -/obj/structure/loot_pile/surface/bones, -/obj/effect/landmark/loot_spawn/low, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Zj" = ( -/turf/simulated/floor/outdoors/grass/sif/forest{ - outdoors = 0 - }, -/area/submap/GreatWolfDen) -"Zk" = ( -/obj/structure/flora/sif/subterranean{ - icon_state = "glowplant2" - }, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) -"Zu" = ( -/obj/structure/loot_pile/surface/bones, -/obj/effect/landmark/loot_spawn/low, -/obj/effect/decal/cleanable/dirt, -/obj/random/projectile/scrapped_gun, -/turf/simulated/mineral/floor/ignore_mapgen, -/area/submap/GreatWolfDen) - -(1,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -"} -(2,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -Ty -pS -pS -Qv -Qv -Qv -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -"} -(3,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -Qv -Qv -Qv -HC -Qv -Qv -Qv -Qv -Qv -Qv -Qv -pS -pS -pS -pS -pS -pS -Qv -pS -pS -"} -(4,1,1) = {" -pS -pS -pS -pS -Qv -pS -pS -Qv -Qv -Qv -bp -dX -dX -dX -dX -dX -dX -dX -Dj -Qv -HC -Qv -pS -pS -pS -pS -Qv -Qv -pS -pS -"} -(5,1,1) = {" -pS -pS -pS -pS -pS -pS -Qv -bp -dX -dX -OV -tm -tm -tm -tm -tm -tm -tm -OW -dX -dX -Dj -Qv -Qv -Qv -pS -pS -pS -pS -pS -"} -(6,1,1) = {" -pS -pS -pS -pS -pS -Qv -Qv -fh -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -OW -dX -Dj -Qv -Qv -pS -pS -pS -pS -"} -(7,1,1) = {" -pS -pS -pS -pS -Qv -Qv -bp -OV -tm -tm -tm -tm -jg -yi -Mv -tm -tm -tm -tm -tm -tm -tm -tm -OW -Dj -Qv -pS -pS -pS -pS -"} -(8,1,1) = {" -pS -pS -pS -pS -pS -Qv -fh -tm -tm -tm -yi -CR -xK -uY -QJ -Zu -zs -QJ -QJ -Mv -tm -tm -tm -tm -OW -Dj -Qv -pS -pS -pS -"} -(9,1,1) = {" -pS -pS -pS -pS -pS -Qv -fh -tm -tm -Mc -QJ -qb -lu -mk -uY -QJ -QJ -kk -QJ -QJ -QJ -tb -tm -tm -tm -OL -Qv -Qv -pS -pS -"} -(10,1,1) = {" -pS -pS -pS -pS -Qv -Qv -fh -tm -tm -mm -Rb -EU -lQ -yi -Kb -QM -Iw -QJ -RW -Zk -QJ -QJ -tm -tm -tm -OL -Qv -Qv -Qv -pS -"} -(11,1,1) = {" -pS -pS -pS -Qv -Qv -Qv -fh -tm -tm -bz -Pl -bI -DV -tm -wc -QJ -QJ -QJ -QJ -QJ -Cd -QJ -kg -tm -tm -OW -Dj -Qv -Qv -pS -"} -(12,1,1) = {" -pS -pS -pS -Qv -HC -Qv -LT -UV -tm -tm -bI -CR -tm -tm -rn -PX -Tn -Zj -Zj -uz -QJ -QJ -yi -tm -tm -tm -OL -Qv -Qv -pS -"} -(13,1,1) = {" -pS -pS -Id -pS -Qv -Qv -Qv -fh -tm -tm -Tf -Ko -tm -tm -OB -uz -Zj -Xx -rM -Zj -Iw -QJ -QJ -tm -tm -tm -OL -Qv -Qv -pS -"} -(14,1,1) = {" -pS -pS -pS -pS -Id -Qv -Qv -fh -tm -tm -CR -CR -tm -yF -qb -Fy -Zj -Rj -Kp -Lz -Zj -QJ -uz -Xy -tm -tm -OL -Qv -Qv -Qv -"} -(15,1,1) = {" -pS -Qv -Id -fX -pS -dM -Pa -OV -tm -LJ -Pf -CR -tm -ju -aa -Lz -eq -bY -MD -yG -Zj -QJ -If -QJ -tm -tm -OL -Qv -HC -Qv -"} -(16,1,1) = {" -Qv -pS -Qv -Id -Rx -zV -LP -Qb -AG -CR -CR -CR -tm -SO -tC -Zj -Zj -bY -QA -Zj -kL -uz -QJ -Mv -tm -tm -OL -Qv -Qv -Qv -"} -(17,1,1) = {" -pS -pS -Qv -Rx -WY -Rx -AK -UV -tm -tm -tm -tm -tm -vu -WR -EU -nv -KU -Rj -Zj -QJ -QJ -QJ -QJ -tm -tm -OL -Qv -Qv -pS -"} -(18,1,1) = {" -pS -pS -pS -pS -pS -pS -Qv -LT -UV -tm -tm -tm -zs -QJ -xK -Ic -Zj -Zj -bY -Zj -nd -QJ -QJ -lL -tm -tm -OL -Qv -Qv -pS -"} -(19,1,1) = {" -pS -pS -pS -pS -pS -pS -Qv -Qv -fh -tm -tm -tm -tm -Hb -QJ -uz -QJ -Zj -Zj -Zj -QJ -uz -xt -tm -tm -hJ -SQ -Qv -pS -Qv -"} -(20,1,1) = {" -pS -pS -pS -pS -pS -pS -Qv -Qv -fh -tm -tm -tm -tm -PC -QJ -qb -kk -Ic -uz -QJ -Vq -xt -Rf -tm -tm -OL -Qv -Qv -pS -pS -"} -(21,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -Qv -LT -UV -tm -tm -tm -tm -QJ -WH -iX -yH -qb -QJ -Vq -Yw -tm -tm -tm -OL -Qv -Qv -Qv -pS -"} -(22,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -Qv -HC -fh -tm -tm -tm -tm -zl -yi -QJ -ge -QJ -Vq -xt -tm -tm -tm -hJ -SQ -Qv -Ty -Qv -pS -"} -(23,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -Qv -LT -UV -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -tm -hJ -SQ -Qv -Qv -pS -pS -pS -"} -(24,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -Qv -Qv -LT -Lx -UV -tm -tm -tm -tm -tm -tm -tm -tm -tm -hJ -SQ -Qv -Qv -Qv -pS -pS -pS -"} -(25,1,1) = {" -pS -pS -pS -pS -pS -Qv -pS -pS -pS -Qv -Qv -Qv -LT -Lx -UV -tm -tm -hJ -Lx -Lx -Lx -Lx -SQ -Qv -Qv -pS -pS -pS -pS -pS -"} -(26,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -Qv -Qv -Qv -Qv -Ty -LT -Lx -Lx -SQ -Qv -Qv -Qv -Qv -Qv -Qv -pS -pS -pS -pS -pS -pS -"} -(27,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -Qv -Qv -Qv -Qv -Qv -Qv -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -"} -(28,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -Qv -Qv -HC -Qv -Qv -pS -pS -pS -pS -pS -pS -Qv -Qv -pS -pS -pS -"} -(29,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -Qv -pS -pS -pS -pS -pS -pS -"} -(30,1,1) = {" -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -pS -"} -======= //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( /obj/effect/decal/cleanable/blood/drip, @@ -3119,4 +1562,3 @@ pS pS pS "} ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks diff --git a/maps/submaps/surface_submaps/wilderness/otieshelter.dmm b/maps/submaps/surface_submaps/wilderness/otieshelter.dmm index 5bbdc2cedc..9bf07c817e 100644 --- a/maps/submaps/surface_submaps/wilderness/otieshelter.dmm +++ b/maps/submaps/surface_submaps/wilderness/otieshelter.dmm @@ -1,1074 +1,3 @@ -<<<<<<< HEAD -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ag" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "5" - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"aj" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "5" - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"ar" = ( -/obj/structure/closet/secure_closet/medical_wall/anesthetics, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"cq" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"cU" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"eI" = ( -/obj/machinery/power/terminal{ - dir = 1; - icon_state = "term" - }, -/obj/structure/cable{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"fw" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"gr" = ( -/obj/machinery/porta_turret/poi, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"gN" = ( -/obj/structure/undies_wardrobe, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"hh" = ( -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/obj/item/trash/bowl, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"hk" = ( -/obj/structure/grille/rustic, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/obj/structure/window/phoronreinforced, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"hD" = ( -/obj/effect/decal/cleanable/filth, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"iv" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid/surgery, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"iC" = ( -/obj/effect/decal/cleanable/blood, -/mob/living/simple_mob/otie/friendly{ - health = 0 - }, -/turf/template_noop, -/area/template_noop) -"iY" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/item/trash/bowl, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"jc" = ( -/obj/machinery/optable, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"jo" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"jy" = ( -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"jI" = ( -/obj/item/weapon/material/shard{ - icon_state = "medium" - }, -/obj/effect/decal/cleanable/blood/tracks{ - color = "red"; - desc = "Your instincts say you shouldn't be following these."; - dir = 4; - icon = 'icons/effects/blood.dmi'; - icon_state = "tracks" - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"kF" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/dogbed, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"kX" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"lv" = ( -/obj/structure/door_assembly, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"lP" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "4" - }, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"lQ" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"lY" = ( -/obj/machinery/light, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "4" - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"mu" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/mob/living/simple_mob/otie/friendly/chubby, -/obj/item/trash/bowl, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"mC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"mJ" = ( -/obj/structure/sign/warning/secure_area, -/turf/simulated/wall/r_wall, -/area/submap/OtieShelter) -"nK" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "3" - }, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "4" - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"nR" = ( -/obj/structure/table/marble, -/obj/item/weapon/newspaper, -/obj/item/weapon/paper/card/heart, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"ob" = ( -/obj/structure/grille/rustic, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"od" = ( -/obj/machinery/door/window, -/obj/item/weapon/bone, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"op" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "4" - }, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"pa" = ( -/obj/structure/loot_pile/surface/bones, -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/filth, -/obj/effect/decal/cleanable/filth, -/obj/random/handgun/sec, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"pd" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "5" - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"rb" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"sJ" = ( -/obj/structure/grille/rustic, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/obj/structure/window/phoronreinforced, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"tt" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/mob/living/simple_mob/otie/cotie, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"tz" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"tP" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/obj/item/trash/bowl, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"uD" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"uS" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"vA" = ( -/obj/item/weapon/bone, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"vB" = ( -/obj/machinery/door/window{ - dir = 8 - }, -/obj/item/weapon/bone, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"vV" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"wO" = ( -/obj/structure/dogbed, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"xf" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/reagent_dispensers, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"xj" = ( -/obj/structure/table/marble, -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"xI" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/mob/living/simple_mob/otie/friendly, -/obj/structure/dogbed, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"yD" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid/adv, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Aa" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/mob/living/simple_mob/otie/cotie/phoron, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"At" = ( -/obj/structure/table/marble, -/obj/item/weapon/paper_bin, -/obj/item/weapon/pen, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"AO" = ( -/obj/structure/table/glass, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"BM" = ( -/obj/item/weapon/melee/baton/cattleprod, -/obj/effect/decal/cleanable/blood/tracks{ - color = "red"; - desc = "Your instincts say you shouldn't be following these."; - dir = 4; - icon = 'icons/effects/blood.dmi'; - icon_state = "tracks" - }, -/obj/effect/decal/cleanable/filth, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Cw" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"CM" = ( -/obj/structure/closet/wardrobe, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"EE" = ( -/obj/machinery/door/airlock/engineering, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"EI" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Hk" = ( -/obj/machinery/door/window, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"HV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Ih" = ( -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Ij" = ( -/mob/living/simple_mob/otie/cotie, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"IF" = ( -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"JY" = ( -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"KJ" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Lr" = ( -/obj/structure/door_assembly, -/turf/simulated/floor/plating, -/area/submap/OtieShelter) -"LF" = ( -/obj/structure/ghost_pod/manual/lost_drone/dogborg, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Mc" = ( -/obj/structure/fireaxecabinet{ - pixel_y = 29 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Mg" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Mn" = ( -/mob/living/simple_mob/otie/red/chubby, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Mz" = ( -/turf/simulated/wall/r_wall, -/area/submap/OtieShelter) -"MK" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"Nd" = ( -/obj/structure/table/marble, -/obj/structure/table/marble, -/obj/item/device/radio/phone, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"Nh" = ( -/obj/item/weapon/bedsheet/browndouble, -/obj/structure/bed/double/padded, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"Np" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/obj/item/trash/bowl, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"NJ" = ( -/obj/machinery/door/window{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Of" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"OJ" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "5" - }, -/obj/effect/decal/cleanable/blood/tracks/paw{ - icon_state = "paw1" - }, -/obj/item/ammo_casing/spent, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Pn" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/obj/item/trash/bowl, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Px" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Qr" = ( -/turf/template_noop, -/area/template_noop) -"Ro" = ( -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"RW" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "PAPC"; - pixel_x = 0; - pixel_y = 24 - }, -/obj/structure/cable/green{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"TP" = ( -/obj/machinery/power/smes/buildable/point_of_interest, -/obj/structure/cable/green{ - d2 = 8; - icon_state = "0-8" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"UF" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"UH" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/obj/item/trash/bowl, -/obj/item/weapon/reagent_containers/food/snacks/meat/human, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"VE" = ( -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "3" - }, -/obj/effect/decal/cleanable/blood/tracks/paw{ - icon_state = "paw1" - }, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"VL" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/obj/effect/decal/cleanable/blood/drip{ - icon_state = "2" - }, -/obj/effect/decal/cleanable/blood/drip, -/turf/simulated/floor/carpet/turcarpet, -/area/submap/OtieShelter) -"VY" = ( -/mob/living/simple_mob/otie/cotie/chubby, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"Wl" = ( -/obj/effect/decal/cleanable/blood, -/obj/structure/windoor_assembly, -/obj/structure/windoor_assembly{ - dir = 2 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/submap/OtieShelter) -"WY" = ( -/obj/machinery/oxygen_pump/mobile/anesthetic, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"XB" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) -"XG" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/mob/living/simple_mob/otie/red/friendly, -/turf/simulated/floor/tiled, -/area/submap/OtieShelter) - -(1,1,1) = {" -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -"} -(2,1,1) = {" -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -"} -(3,1,1) = {" -Qr -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Qr -Qr -Qr -"} -(4,1,1) = {" -Qr -Mz -wO -Of -kF -Of -kF -Of -xI -Of -kF -Of -Mz -Nh -MK -gN -Mz -Qr -Qr -Qr -"} -(5,1,1) = {" -Qr -Mz -IF -VY -tt -IF -Aa -Ih -lQ -IF -lQ -IF -Mz -vV -Ro -Ro -Mz -Qr -Qr -Qr -"} -(6,1,1) = {" -Qr -Mz -hh -Hk -tP -Hk -Np -od -Np -Hk -mu -Hk -Mz -CM -Ro -Ro -Mz -gr -Qr -Qr -"} -(7,1,1) = {" -Qr -Mz -ar -Px -Px -Px -Px -Px -Px -Px -Px -Px -Mz -Mz -fw -Mz -mJ -rb -Lr -Qr -"} -(8,1,1) = {" -Qr -Mz -jo -IF -IF -IF -IF -IF -IF -IF -IF -IF -fw -mC -nK -ag -IF -aj -op -iC -"} -(9,1,1) = {" -Qr -Mz -Mc -IF -IF -AO -Cw -yD -AO -IF -IF -uD -Mz -Mz -lv -Mz -mJ -rb -JY -Qr -"} -(10,1,1) = {" -Qr -Mz -HV -WY -jc -AO -iv -AO -AO -vA -hD -IF -sJ -MK -tz -Ro -Mz -gr -Qr -Qr -"} -(11,1,1) = {" -Qr -Mz -jo -IF -IF -IF -IF -IF -hD -pa -OJ -IF -ob -jy -Nd -nR -Mz -Qr -Qr -Qr -"} -(12,1,1) = {" -Qr -Mz -LF -UF -UF -UF -UF -UF -UF -BM -kX -EI -hk -Ro -xj -cq -Mz -Qr -Qr -Qr -"} -(13,1,1) = {" -Qr -Mz -UH -NJ -Pn -vB -Pn -NJ -Mg -jI -xf -lY -Mz -VL -At -Ro -Mz -Qr -Qr -Qr -"} -(14,1,1) = {" -Qr -Mz -IF -Ij -XG -IF -lQ -Mn -iY -lP -XB -pd -Wl -VE -Ro -Ro -Mz -Qr -Qr -Qr -"} -(15,1,1) = {" -Qr -Mz -wO -uS -kF -uS -kF -uS -kF -uS -KJ -IF -Mz -Ro -Ro -Ro -Mz -Qr -Qr -Qr -"} -(16,1,1) = {" -Qr -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -Mz -EE -Mz -Mz -Mz -Mz -Mz -Qr -Qr -Qr -"} -(17,1,1) = {" -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Mz -RW -cU -Mz -Qr -Qr -Qr -Qr -Qr -Qr -"} -(18,1,1) = {" -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Mz -TP -eI -Mz -Qr -Qr -Qr -Qr -Qr -Qr -"} -(19,1,1) = {" -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Mz -Mz -Mz -Mz -Qr -Qr -Qr -Qr -Qr -Qr -"} -(20,1,1) = {" -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -Qr -"} -======= //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "ag" = ( /obj/machinery/light{ @@ -2139,4 +1068,3 @@ Qr Qr Qr "} ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks From 0e680b38a50316bdfe9fbf8f4f571e8d22c83494 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 10:14:43 +0200 Subject: [PATCH 08/21] missed conflict --- code/game/objects/structures/crates_lockers/largecrate_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index 6a9d9cbc1a..b3e86775b6 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -74,7 +74,6 @@ /mob/living/simple_mob/animal/space/alien/queen, // /mob/living/simple_mob/vore/otie/feral, // /mob/living/simple_mob/vore/otie/red, ->>>>>>> c60995d1f4... Merge pull request #15106 from Very-Soft/tidying_and_tweaks /mob/living/simple_mob/vore/aggressive/corrupthound)) return ..() From 740a877f89151742d9e02ecced29ff0384a40361 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 10:18:45 +0200 Subject: [PATCH 09/21] readd some chompedited stuff --- .../objects/structures/crates_lockers/largecrate_vr.dm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index b3e86775b6..7b5e7fecaf 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -72,8 +72,9 @@ /mob/living/simple_mob/animal/space/alien/drone, /mob/living/simple_mob/animal/space/alien/sentinel, /mob/living/simple_mob/animal/space/alien/queen, -// /mob/living/simple_mob/vore/otie/feral, -// /mob/living/simple_mob/vore/otie/red, + /mob/living/simple_mob/vore/otie/feral, //ChompEDIT uncomment + /mob/living/simple_mob/vore/otie/feral/chubby, //ChompEDIT add + /mob/living/simple_mob/vore/otie/red, //ChompEDIT uncomment /mob/living/simple_mob/vore/aggressive/corrupthound)) return ..() @@ -122,7 +123,8 @@ /obj/structure/largecrate/animal/otie/phoron/Initialize() starts_with = list(pick(/mob/living/simple_mob/vore/otie/cotie/phoron;2, - /mob/living/simple_mob/vore/otie/red/friendly;0.5)) + /mob/living/simple_mob/vore/otie/red/friendly;0.5 + /mob/living/simple_mob/vore/otie/red/chubby;0.5)) //ChompEDIT add return ..() /obj/structure/largecrate/animal/otie/attack_hand(mob/living/carbon/human/M as mob)//I just couldn't decide between the icons lmao From 1e2deb86ed02b6c0015523923122ac250bb6a055 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 10:21:45 +0200 Subject: [PATCH 10/21] missing comma --- code/game/objects/structures/crates_lockers/largecrate_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index 7b5e7fecaf..f063d0bd02 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -123,7 +123,7 @@ /obj/structure/largecrate/animal/otie/phoron/Initialize() starts_with = list(pick(/mob/living/simple_mob/vore/otie/cotie/phoron;2, - /mob/living/simple_mob/vore/otie/red/friendly;0.5 + /mob/living/simple_mob/vore/otie/red/friendly;0.5, /mob/living/simple_mob/vore/otie/red/chubby;0.5)) //ChompEDIT add return ..() From 2c9b7b1a592e578248e86b31346991d3437f4171 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 10:33:37 +0200 Subject: [PATCH 11/21] mass renaming everything is a good thing right??? --- code/_helpers/global_lists_ch.dm | 4 +- .../weapons/grenades/spawnergrenade_ch.dm | 6 +- code/game/objects/mob_spawner_ch.dm | 2 +- .../objects/structures/ghost_pods/event_vr.dm | 8 +- .../simple_mob/subtypes/vore/goia_ch.dm | 8 +- maps/stellar_delight/stellar_delight2.dmm | 23740 +--------------- 6 files changed, 38 insertions(+), 23730 deletions(-) diff --git a/code/_helpers/global_lists_ch.dm b/code/_helpers/global_lists_ch.dm index 89048a1169..b8ca9300db 100644 --- a/code/_helpers/global_lists_ch.dm +++ b/code/_helpers/global_lists_ch.dm @@ -58,7 +58,7 @@ var/global/list/vr_mob_tf_options = list( "Construct Artificer" = /mob/living/simple_mob/construct/artificer, "Tech golem" = /mob/living/simple_mob/mechanical/technomancer_golem, "Metroid" = /mob/living/simple_mob/metroid/juvenile/baby, - "Otie" = /mob/living/simple_mob/otie/cotie/chubby, + "Otie" = /mob/living/simple_mob/vore/otie/cotie/chubby, "Shadekin" = /mob/living/simple_mob/shadekin, "Slime" = /mob/living/simple_mob/slime/xenobio/metal, "Corrupt hound" = /mob/living/simple_mob/vore/aggressive/corrupthound, @@ -73,7 +73,7 @@ var/global/list/vr_mob_tf_options = list( //"Dragon" = /mob/living/simple_mob/vore/bigdragon/friendly, //Currently adds 12 bellies to the user when transformed into. Do not uncomment without fixing this. "Riftwalker" = /mob/living/simple_mob/vore/demon/wendigo, "Horse" = /mob/living/simple_mob/vore/horse/big, - "Morph" = /mob/living/simple_mob/vore/hostile/morph, + "Morph" = /mob/living/simple_mob/vore/morph, "Leopardmander" = /mob/living/simple_mob/vore/leopardmander, "Rabbit" = /mob/living/simple_mob/vore/rabbit, "Red panda" = /mob/living/simple_mob/vore/redpanda, diff --git a/code/game/objects/items/weapons/grenades/spawnergrenade_ch.dm b/code/game/objects/items/weapons/grenades/spawnergrenade_ch.dm index 30f8369353..4e64813ece 100644 --- a/code/game/objects/items/weapons/grenades/spawnergrenade_ch.dm +++ b/code/game/objects/items/weapons/grenades/spawnergrenade_ch.dm @@ -102,17 +102,17 @@ /obj/item/weapon/grenade/spawnergrenade/casino/otie desc = "It is set to detonate in 5 seconds. It will release a otie that has been won from the golden goose casino!" name = "Casino Creature Container (Otie)" - spawner_type = /mob/living/simple_mob/otie/friendly + spawner_type = /mob/living/simple_mob/vore/otie/friendly /obj/item/weapon/grenade/spawnergrenade/casino/otie/chubby desc = "It is set to detonate in 5 seconds. It will release a chonker otie that has been won from the golden goose casino!" name = "Casino Creature Container (Well feed Otie)" - spawner_type = /mob/living/simple_mob/otie/friendly/chubby + spawner_type = /mob/living/simple_mob/vore/otie/friendly/chubby /obj/item/weapon/grenade/spawnergrenade/casino/zorgoia desc = "It is set to detonate in 5 seconds. It will release a zorgoia that has been won from the golden goose casino!" name = "Casino Creature Container (Zorgoia)" - spawner_type = /mob/living/simple_mob/otie/zorgoia/friendly + spawner_type = /mob/living/simple_mob/vore/otie/zorgoia/friendly /obj/item/weapon/grenade/spawnergrenade/casino/gygax desc = "You feel great power inside this small round sphere, with great powers comes great responsibilities!" diff --git a/code/game/objects/mob_spawner_ch.dm b/code/game/objects/mob_spawner_ch.dm index 38e5b27e7d..242d57e1a2 100644 --- a/code/game/objects/mob_spawner_ch.dm +++ b/code/game/objects/mob_spawner_ch.dm @@ -13,7 +13,7 @@ /mob/living/simple_mob/animal/space/carp = 10, /obj/structure/closet/crate/mimic = 2, /mob/living/simple_mob/animal/space/bats = 70, - /mob/living/simple_mob/animal/space/jelly = 25, + /mob/living/simple_mob/animal/vore/jelly = 25, /mob/living/simple_mob/animal/space/bear = 1, /mob/living/simple_mob/vore/aggressive/deathclaw = 1, /mob/living/simple_mob/animal/space/goose = 60, diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index e194f22f5c..0400d376a3 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -42,12 +42,12 @@ "Giant Snake" = /mob/living/simple_mob/vore/aggressive/giant_snake, "Deathclaw" = /mob/living/simple_mob/vore/aggressive/deathclaw, "Otie" = /mob/living/simple_mob/vore/otie, - "Chubby Otie" = /mob/living/simple_mob/otie/friendly/chubby,//CHOMPedit: more mobs + "Chubby Otie" = /mob/living/simple_mob/vore/otie/friendly/chubby,//CHOMPedit: more mobs "Mutated Otie" =/mob/living/simple_mob/vore/otie/feral, - "Chubby Mutated Otie" = /mob/living/simple_mob/otie/feral/chubby,//CHOMPedit: more mobs + "Chubby Mutated Otie" = /mob/living/simple_mob/vore/otie/feral/chubby,//CHOMPedit: more mobs "Red Otie" = /mob/living/simple_mob/vore/otie/red, - "Chubby Red Otie" = /mob/living/simple_mob/otie/red/chubby,//CHOMPedit: more mobs - "Zorgoia" = /mob/living/simple_mob/otie/zorgoia,//CHOMPedit: more mobs + "Chubby Red Otie" = /mob/living/simple_mob/vore/otie/red/chubby,//CHOMPedit: more mobs + "Zorgoia" = /mob/living/simple_mob/vore/otie/zorgoia,//CHOMPedit: more mobs "Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound, "Corrupt Corrupt Hound" = /mob/living/simple_mob/vore/aggressive/corrupthound/prettyboi, "Hunter Giant Spider" = /mob/living/simple_mob/animal/giant_spider/hunter, diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/goia_ch.dm b/code/modules/mob/living/simple_mob/subtypes/vore/goia_ch.dm index b4a63adb93..f6db5841c4 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/goia_ch.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/goia_ch.dm @@ -1,4 +1,4 @@ -/mob/living/simple_mob/otie/zorgoia //Yes im basing the goias on oties for now, sue me....please dont sue me - Jack +/mob/living/simple_mob/vore/otie/zorgoia //Yes im basing the goias on oties for now, sue me....please dont sue me - Jack name = "zorgoia" desc = "It's a a reptilian mammal hybrid, known for its voracious nature and love for fruits. By more popular terms its refered to as the furry slinky!" tt_desc = "Zorgoyuh slinkus" @@ -33,7 +33,7 @@ pain_emote_1p = list("yelp", "whine", "bark", "growl") pain_emote_3p = list("yelps", "whines", "barks", "growls") -/mob/living/simple_mob/otie/zorgoia/New() +/mob/living/simple_mob/vore/otie/zorgoia/New() ..() switch(rand(9)) if(0) @@ -57,7 +57,7 @@ if(9) color = "#393939" -/mob/living/simple_mob/otie/zorgoia/feral //gets the pet2tame feature. starts out hostile tho so get gamblin' +/mob/living/simple_mob/vore/otie/zorgoia/feral //gets the pet2tame feature. starts out hostile tho so get gamblin' name = "agressive zorgoia" desc = "It's a a reptilian mammal hybrid, known for its voracious nature and love for fruits. By more popular terms its refered to as the furry slinky! This one seems quite hungry and in a bad mood!" faction = "virgo3b" @@ -71,7 +71,7 @@ min_n2 = 0 max_n2 = 0 -/mob/living/simple_mob/otie/zorgoia/friendly //gets the pet2tame feature and doesn't kill you right away +/mob/living/simple_mob/vore/otie/zorgoia/friendly //gets the pet2tame feature and doesn't kill you right away name = "friendly zorgoia" desc = "It's a a reptilian mammal hybrid, known for its voracious nature and love for fruits. By more popular terms its refered to as the furry slinky! This one seems harmless and friendly!" faction = "neutral" diff --git a/maps/stellar_delight/stellar_delight2.dmm b/maps/stellar_delight/stellar_delight2.dmm index 162ac136ba..4d0c51c494 100644 --- a/maps/stellar_delight/stellar_delight2.dmm +++ b/maps/stellar_delight/stellar_delight2.dmm @@ -1,7 +1,3 @@ -<<<<<<< HEAD -<<<<<<< HEAD -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( /obj/structure/cable/orange{ @@ -173,10 +169,7 @@ dir = 1 }, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "aq" = ( @@ -222,8 +215,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) -<<<<<<< HEAD -======= "av" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, /mob/living/simple_mob/animal/goat{ @@ -231,7 +222,6 @@ }, /turf/simulated/floor/tiled/freezer/cold, /area/crew_quarters/kitchen) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "aw" = ( /obj/structure/table/standard, /obj/random/tech_supply, @@ -279,12 +269,9 @@ }, /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/engine_eva) -<<<<<<< HEAD -======= "aA" = ( /turf/simulated/floor/tiled/monotile, /area/stellardelight/deck2/fore) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "aB" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -340,12 +327,9 @@ dir = 8 }, /obj/effect/floor_decal/milspec/color/white/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "aG" = ( @@ -356,8 +340,6 @@ }, /turf/simulated/floor/tiled, /area/hydroponics) -<<<<<<< HEAD -======= "aH" = ( /obj/effect/floor_decal/milspec/color/black/corner, /obj/effect/floor_decal/milspec/color/silver/corner{ @@ -369,7 +351,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "aI" = ( /obj/structure/cable{ icon_state = "1-2" @@ -386,8 +367,6 @@ }, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/starboardsolars) -<<<<<<< HEAD -======= "aJ" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -396,7 +375,6 @@ /mob/living/simple_mob/animal/passive/cow, /turf/simulated/floor/grass, /area/hydroponics) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "aK" = ( /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 @@ -432,8 +410,6 @@ /obj/random/tech_supply, /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/engine_eva) -<<<<<<< HEAD -======= "aP" = ( /obj/effect/floor_decal/milspec/color/black/corner{ dir = 1 @@ -447,7 +423,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "aQ" = ( /obj/structure/grille, /turf/simulated/floor/airless, @@ -484,8 +459,6 @@ /obj/structure/low_wall/bay/reinforced/steel, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/portfore) -<<<<<<< HEAD -======= "aU" = ( /turf/simulated/floor/tiled/monotile, /area/stellardelight/deck2/aftport) @@ -493,7 +466,6 @@ /obj/structure/reagent_dispensers/watertank, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/portaft) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "aW" = ( /obj/structure/cable/orange{ icon_state = "4-8" @@ -533,8 +505,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/engineering/atmos/monitoring) -<<<<<<< HEAD -======= "ba" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -551,7 +521,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bb" = ( /obj/machinery/light/floortube{ dir = 4; @@ -657,15 +626,6 @@ pixel_x = 32; pixel_y = 6 }, -<<<<<<< HEAD -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - name = "\improper Shuttle Bay"; - pixel_x = 32; - pixel_y = -6 - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/structure/sign/directions/security{ pixel_x = 32; pixel_y = 12 @@ -677,13 +637,10 @@ /obj/structure/railing/grey{ dir = 4 }, -<<<<<<< HEAD -======= /obj/structure/sign/directions/shuttle_bay{ pixel_x = 32; pixel_y = -6 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/stellardelight/deck2/aftport) "bn" = ( @@ -726,10 +683,7 @@ /obj/effect/floor_decal/milspec/color/green/half{ dir = 8 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "br" = ( @@ -740,15 +694,6 @@ pixel_x = -32; pixel_y = 6 }, -<<<<<<< HEAD -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - name = "\improper Shuttle Bay"; - pixel_x = -32; - pixel_y = -6 - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/structure/sign/directions/security{ pixel_x = -32; pixel_y = 12 @@ -760,13 +705,10 @@ /obj/structure/railing/grey{ dir = 8 }, -<<<<<<< HEAD -======= /obj/structure/sign/directions/shuttle_bay{ pixel_x = -32; pixel_y = -6 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/stellardelight/deck2/aftstarboard) "bs" = ( @@ -790,10 +732,7 @@ /obj/effect/floor_decal/milspec/color/green/half{ dir = 8 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "bu" = ( @@ -811,12 +750,9 @@ }, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/stellardelight/deck2/triage) -<<<<<<< HEAD -======= "bv" = ( /turf/simulated/floor/tiled/monotile, /area/stellardelight/deck2/aftstarboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bw" = ( /obj/machinery/power/pointdefense{ id_tag = "sd_pd" @@ -893,8 +829,6 @@ /obj/machinery/atmospherics/pipe/simple/visible/black, /turf/simulated/wall/bay/r_wall/orange, /area/engineering/atmos/storage) -<<<<<<< HEAD -======= "bG" = ( /obj/structure/cable/yellow{ icon_state = "32-8" @@ -904,7 +838,6 @@ }, /turf/simulated/floor/tiled/monotile, /area/quartermaster/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bH" = ( /obj/structure/cable/orange{ icon_state = "4-8" @@ -971,8 +904,6 @@ }, /turf/simulated/floor, /area/stellardelight/deck2/central) -<<<<<<< HEAD -======= "bM" = ( /obj/structure/cable/orange{ icon_state = "1-2" @@ -987,7 +918,6 @@ /mob/living/simple_mob/animal/passive/opossum/poppy, /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/engineering/workshop) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bN" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -1003,8 +933,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) -<<<<<<< HEAD -======= "bO" = ( /obj/item/device/radio/intercom{ dir = 1; @@ -1013,7 +941,6 @@ /mob/living/simple_mob/vore/otie/red/chubby/cocoa, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bP" = ( /obj/structure/disposalpipe/segment{ dir = 2; @@ -1023,10 +950,6 @@ dir = 6 }, /obj/machinery/alarm/angled, -<<<<<<< HEAD -/turf/simulated/floor, -/area/maintenance/stellardelight/deck2/portfore) -======= /obj/machinery/space_heater, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/portfore) @@ -1041,7 +964,6 @@ }, /turf/simulated/floor/wood, /area/quartermaster/qm) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bR" = ( /obj/machinery/door/firedoor/glass, /obj/structure/cable/orange{ @@ -1074,14 +996,6 @@ /turf/simulated/wall/bay/r_wall/steel, /area/engineering/storage) "bU" = ( -<<<<<<< HEAD -/mob/living/simple_mob/vore/alienanimals/teppi/baby, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -======= /obj/structure/filingcabinet, /obj/machinery/light, /obj/machinery/alarm/angled{ @@ -1089,7 +1003,6 @@ }, /turf/simulated/floor/wood, /area/quartermaster/qm) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "bV" = ( /obj/structure/table/woodentable, /obj/item/weapon/book/manual/bar_guide, @@ -1150,8 +1063,6 @@ /obj/structure/table/fancyblack, /turf/simulated/floor/carpet/sblucarpet, /area/stellardelight/deck2/briefingroom) -<<<<<<< HEAD -======= "cc" = ( /obj/machinery/power/smes/buildable{ RCon_tag = "Engine - Core"; @@ -1173,7 +1084,6 @@ /obj/machinery/floodlight, /turf/simulated/floor/plating, /area/engineering/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "ce" = ( /obj/machinery/vending/wardrobe/cargodrobe, /obj/machinery/status_display/supply_display{ @@ -1257,8 +1167,6 @@ /obj/effect/floor_decal/steeldecal/steel_decals_central5, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) -<<<<<<< HEAD -======= "cp" = ( /obj/machinery/light/small{ dir = 1 @@ -1266,7 +1174,6 @@ /obj/machinery/power/thermoregulator, /turf/simulated/floor/plating, /area/engineering/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "cq" = ( /obj/machinery/air_sensor{ frequency = 1438; @@ -1437,11 +1344,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "cL" = ( /obj/structure/cable/cyan{ icon_state = "2-8" @@ -1521,13 +1424,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/cmostore) -<<<<<<< HEAD -======= "cS" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "cT" = ( /obj/structure/cable/green{ icon_state = "1-4" @@ -1552,10 +1452,7 @@ /obj/effect/landmark{ name = "morphspawn" }, -<<<<<<< HEAD -======= /obj/structure/reagent_dispensers/fueltank, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor, /area/maintenance/stellardelight/deck2/portaft) "cW" = ( @@ -1588,11 +1485,6 @@ /area/stellardelight/deck2/fore) "cZ" = ( /obj/item/device/flashlight/lamp/green{ -<<<<<<< HEAD - pixel_y = 7 - }, -/obj/item/weapon/folder/blue_captain, -======= pixel_x = 7; pixel_y = 16 }, @@ -1600,7 +1492,6 @@ pixel_x = -6; pixel_y = 7 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/structure/table/darkglass, /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 @@ -1608,13 +1499,10 @@ /obj/machinery/requests_console/preset/captain{ pixel_x = -30 }, -<<<<<<< HEAD -======= /obj/item/weapon/melee/chainofcommand, /obj/item/weapon/folder/blue_captain{ pixel_x = -6 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/carpet/blucarpet, /area/crew_quarters/captain) "da" = ( @@ -1632,19 +1520,6 @@ /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/locker_room) "db" = ( -<<<<<<< HEAD -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -======= /obj/structure/table/reinforced, /obj/item/weapon/paper{ info = "For those who didn't know yet, the big blue box in here is a 'grid checker' which will shut off the power if a dangerous power spike erupts into the powernet, shutting everything down protects everything from electrical damage, however the outages can be disruptive to ship operations, so it is designed to restore power after a somewhat significant delay, up to fifteen minutes or so. The grid checker can be manually hacked in order to end the outage sooner. To do that, you must cut three specific wires which do not cause a red light to shine, then pulse a fourth wire. Electrical protection is highly recommended when doing maintenance on the grid checker."; @@ -1657,7 +1532,6 @@ /obj/item/weapon/storage/box/lights/mixed, /turf/simulated/floor/plating, /area/engineering/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "dc" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /obj/structure/cable/white{ @@ -1687,8 +1561,6 @@ }, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/starboardfore) -<<<<<<< HEAD -======= "df" = ( /obj/structure/cable{ icon_state = "0-2" @@ -1697,7 +1569,6 @@ /obj/machinery/power/grid_checker, /turf/simulated/floor/plating, /area/engineering/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "dg" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -1750,13 +1621,10 @@ }, /turf/simulated/floor/airless, /area/stellardelight/deck2/exterior) -<<<<<<< HEAD -======= "dl" = ( /obj/structure/reagent_dispensers/fueltank, /turf/simulated/floor/plating, /area/engineering/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "dm" = ( /obj/item/device/radio/intercom{ dir = 1; @@ -1766,8 +1634,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/eris/cafe, /area/crew_quarters/kitchen) -<<<<<<< HEAD -======= "dn" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 @@ -1776,7 +1642,6 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "do" = ( /turf/simulated/wall/bay/brown, /area/quartermaster/storage) @@ -1790,12 +1655,6 @@ /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "dq" = ( -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -1866,12 +1725,9 @@ dir = 1 }, /obj/effect/floor_decal/steeldecal/steel_decals5, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "dz" = ( @@ -1946,10 +1802,7 @@ /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 }, -<<<<<<< HEAD -======= /obj/structure/closet/walllocker_double/emergency_engi/north, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) "dH" = ( @@ -2317,32 +2170,16 @@ name = "Bridge Lockdown"; pixel_y = 2 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/blue/corner, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "ex" = ( /obj/structure/closet/hydrant{ -<<<<<<< HEAD - pixel_x = -32 - }, -/obj/effect/floor_decal/milspec/color/black/corner{ - dir = 1 - }, -/obj/effect/floor_decal/milspec/color/silver/corner{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/stellardelight/deck2/fore) -======= dir = 4; pixel_x = 27 }, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/stellardelight/deck2/triage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "ey" = ( /obj/machinery/door/firedoor/glass, /obj/structure/window/bay/reinforced, @@ -2601,10 +2438,7 @@ dir = 1; req_one_access = list(35,28) }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/grass, /area/hydroponics) "fb" = ( @@ -2775,12 +2609,9 @@ dir = 1 }, /obj/effect/floor_decal/steeldecal/steel_decals5, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "fw" = ( @@ -2848,8 +2679,6 @@ }, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) -<<<<<<< HEAD -======= "fC" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 4 @@ -2884,7 +2713,6 @@ /obj/structure/closet/walllocker_double/misc_civ/north, /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "fF" = ( /obj/machinery/atmospherics/pipe/simple/hidden/cyan, /obj/structure/cable/white{ @@ -2895,22 +2723,6 @@ /obj/effect/floor_decal/steeldecal/steel_decals4{ dir = 4 }, -<<<<<<< HEAD -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/medical/cmostore) -"fG" = ( -/obj/machinery/atmospherics/portables_connector{ - dir = 1 - }, -/obj/machinery/camera/network/engineering{ - dir = 1 - }, -/turf/simulated/floor, -/area/engineering/atmos/monitoring) -======= /obj/effect/floor_decal/steeldecal/steel_decals4{ dir = 9 }, @@ -2965,17 +2777,13 @@ /obj/structure/closet/walllocker_double/misc_civ/north, /turf/simulated/floor/tiled, /area/storage/art) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "fI" = ( /obj/effect/floor_decal/milspec/color/white/corner{ dir = 8 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "fJ" = ( @@ -2992,13 +2800,6 @@ /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) "fL" = ( -<<<<<<< HEAD -/obj/machinery/computer/arcade/battle, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/eris/dark/cargo, -/area/crew_quarters/recreation_area) -======= /obj/machinery/atmospherics/unary/vent_pump/on, /obj/effect/landmark/vermin, /obj/machinery/station_slot_machine, @@ -3022,7 +2823,6 @@ /obj/structure/closet/walllocker_double/command/east, /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "fN" = ( /obj/machinery/door/firedoor/glass, /obj/structure/window/bay/reinforced, @@ -3083,8 +2883,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) -<<<<<<< HEAD -======= "fS" = ( /obj/structure/cable/blue{ icon_state = "4-8" @@ -3096,7 +2894,6 @@ /obj/structure/closet/walllocker_double/command/north, /turf/simulated/floor/wood, /area/crew_quarters/captain) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "fT" = ( /obj/structure/table/reinforced, /obj/fiftyspawner/steel, @@ -3104,14 +2901,6 @@ /obj/fiftyspawner/steel, /obj/fiftyspawner/steel, /obj/fiftyspawner/steel, -<<<<<<< HEAD -/obj/structure/closet/walllocker_double/north{ - dir = 4; - pixel_x = 32; - pixel_y = 0 - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/fiftyspawner/wood, /obj/item/stack/material/glass/phoronrglass{ amount = 20 @@ -3123,12 +2912,9 @@ /obj/item/stack/material/plasteel{ amount = 30 }, -<<<<<<< HEAD -======= /obj/structure/closet/walllocker_double/engineering/east{ name = "material sheets" }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/workshop) "fU" = ( @@ -3189,14 +2975,6 @@ /turf/simulated/floor/tiled/eris/steel/cargo, /area/quartermaster/storage) "gc" = ( -<<<<<<< HEAD -/mob/living/simple_mob/animal/passive/cow, -/obj/machinery/atmospherics/pipe/simple/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/grass, -/area/hydroponics) -======= /obj/structure/cable/cyan{ icon_state = "1-2" }, @@ -3205,7 +2983,6 @@ /obj/structure/closet/walllocker_double/engineering/west, /turf/simulated/floor/tiled/eris/dark/techfloor_grid, /area/engineering/engine_room) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "gd" = ( /obj/machinery/door/firedoor/glass, /obj/machinery/atmospherics/pipe/simple/hidden/supply{ @@ -3385,8 +3162,6 @@ }, /turf/simulated/floor/reinforced/airless, /area/stellardelight/deck2/combustionworkshop) -<<<<<<< HEAD -======= "gt" = ( /obj/item/weapon/storage/box/lights/mixed, /obj/item/weapon/tape_roll, @@ -3396,7 +3171,6 @@ /obj/structure/closet/walllocker_double/cargo/east, /turf/simulated/floor/tiled/eris/steel/cargo, /area/quartermaster/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "gu" = ( /obj/machinery/firealarm/angled, /obj/item/device/defib_kit/loaded, @@ -3437,8 +3211,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/engineering/atmos/monitoring) -<<<<<<< HEAD -======= "gz" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 4 @@ -3446,7 +3218,6 @@ /obj/structure/closet/walllocker_double/emergency_engi/east, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "gA" = ( /obj/structure/railing/grey{ dir = 4 @@ -3483,8 +3254,6 @@ }, /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) -<<<<<<< HEAD -======= "gD" = ( /obj/structure/table/reinforced, /obj/random/powercell, @@ -3492,7 +3261,6 @@ /obj/item/device/t_scanner, /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/workshop) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "gE" = ( /obj/structure/cable{ icon_state = "1-8" @@ -3515,14 +3283,6 @@ /turf/simulated/floor/airless, /area/stellardelight/deck2/exterior) "gG" = ( -<<<<<<< HEAD -/obj/structure/sign/poster{ - dir = 8 - }, -/obj/effect/floor_decal/milspec/color/green/half{ - dir = 8 - }, -======= /obj/effect/floor_decal/milspec/color/green/half{ dir = 8 }, @@ -3534,7 +3294,6 @@ pixel_x = -24; plane = -34 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "gH" = ( @@ -3552,8 +3311,6 @@ }, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/reception) -<<<<<<< HEAD -======= "gI" = ( /obj/machinery/atmospherics/pipe/simple/hidden{ dir = 4 @@ -3563,7 +3320,6 @@ /obj/structure/closet/walllocker_double/engineering/north, /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/engine_eva) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "gJ" = ( /obj/structure/medical_stand, /turf/simulated/floor/tiled/white, @@ -3599,12 +3355,6 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos/storage) "gN" = ( -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 8 }, @@ -3745,20 +3495,15 @@ }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos/storage) -<<<<<<< HEAD -======= "hf" = ( /obj/structure/disposalpipe/segment, /turf/simulated/wall/bay/r_wall/green, /area/hydroponics) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hg" = ( /obj/structure/shuttle/window, /obj/structure/grille, /turf/simulated/floor, /area/stellardelight/deck2/portescape) -<<<<<<< HEAD -======= "hh" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -3768,7 +3513,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled/monotile, /area/hydroponics) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hi" = ( /obj/structure/closet/walllocker_double/medical/north, /obj/item/weapon/storage/box/body_record_disk, @@ -3876,8 +3620,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/stellardelight/deck2/o2production) -<<<<<<< HEAD -======= "hv" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 4 @@ -3885,7 +3627,6 @@ /obj/structure/closet/walllocker_double/emergency_engi/east, /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hw" = ( /obj/structure/table/standard, /obj/machinery/alarm/angled, @@ -3913,21 +3654,6 @@ /turf/simulated/floor/airless, /area/stellardelight/deck2/exterior) "hA" = ( -<<<<<<< HEAD -/obj/structure/closet/walllocker_double/south{ - dir = 2; - pixel_y = 30 - }, -/obj/item/weapon/storage/pill_bottle/dice_nerd, -/obj/item/weapon/storage/pill_bottle/dice, -/obj/item/weapon/storage/dicecup, -/obj/item/weapon/deck/cah, -/obj/item/weapon/deck/cah/black, -/obj/item/weapon/deck/cards, -/obj/item/weapon/deck/cards/casino, -/turf/simulated/floor/tiled/eris/dark/cargo, -/area/crew_quarters/recreation_area) -======= /obj/structure/closet/walllocker_double/emergency_engi/south, /turf/simulated/floor/tiled/eris/white/cargo, /area/stellardelight/deck2/triage) @@ -3938,7 +3664,6 @@ /obj/structure/closet/walllocker_double/emergency_engi/east, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hC" = ( /obj/structure/filingcabinet/chestdrawer{ name = "Medical Forms" @@ -3952,8 +3677,6 @@ /obj/effect/landmark/start/visitor, /turf/simulated/floor/carpet/turcarpet, /area/crew_quarters/recreation_area) -<<<<<<< HEAD -======= "hE" = ( /obj/effect/floor_decal/milspec/color/green/half{ dir = 8 @@ -3961,7 +3684,6 @@ /obj/structure/closet/walllocker_double/emergency_engi/west, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hF" = ( /obj/machinery/vending/wallmed1{ dir = 1; @@ -3969,8 +3691,29 @@ }, /turf/simulated/floor/tiled/white, /area/medical/surgery2) -<<<<<<< HEAD -======= +"hG" = ( +/obj/effect/floor_decal/industrial/outline, +/obj/effect/floor_decal/steeldecal/steel_decals9, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 4 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 1 + }, +/obj/effect/floor_decal/steeldecal/steel_decals9{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/disposal/wall/cleaner{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/tiled/dark, +/area/crew_quarters/locker) "hH" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -3983,7 +3726,6 @@ }, /turf/simulated/floor/tiled/monotile, /area/hydroponics) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hI" = ( /obj/machinery/atmospherics/pipe/simple/hidden/green{ dir = 6 @@ -4043,26 +3785,6 @@ /obj/structure/low_wall/bay/reinforced/steel, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/portfore) -"hP" = ( -/obj/effect/floor_decal/industrial/outline, -/obj/effect/floor_decal/steeldecal/steel_decals9, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals9{ - dir = 8 - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/disposal/wall/cleaner{ - dir = 4 - }, -/turf/simulated/floor/tiled/dark, -/area/crew_quarters/locker) "hQ" = ( /obj/structure/table/standard, /obj/item/weapon/storage/firstaid/surgery, @@ -4085,19 +3807,6 @@ /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/quartermaster/storage) "hT" = ( -<<<<<<< HEAD -<<<<<<< HEAD -/obj/structure/railing/grey{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "32-1" - }, -/turf/simulated/open, -/area/stellardelight/deck2/triage) -======= -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/structure/disposalpipe/tagger{ dir = 2; @@ -4106,10 +3815,6 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -<<<<<<< HEAD ->>>>>>> 76e61a485c... Merge pull request #12764 from Very-Soft/timeforblue -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "hU" = ( /obj/structure/disposalpipe/tagger/partial{ dir = 8; @@ -4272,15 +3977,6 @@ /obj/structure/low_wall/bay/reinforced/white, /turf/simulated/floor, /area/medical/psych) -<<<<<<< HEAD -"iq" = ( -/obj/structure/closet/hydrant{ - pixel_x = 32 - }, -/turf/simulated/floor/tiled/eris/white/bluecorner, -/area/stellardelight/deck2/triage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "ir" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -4405,10 +4101,7 @@ cur_coils = 4; input_attempt = 1; input_level = 500000; -<<<<<<< HEAD -======= name = "Main"; ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 output_level = 1e+006 }, /turf/simulated/floor/plating, @@ -4464,20 +4157,6 @@ }, /turf/simulated/floor, /area/stellardelight/deck2/starboardescape) -<<<<<<< HEAD -"iM" = ( -/obj/structure/cable/blue{ - icon_state = "4-8" - }, -/obj/item/weapon/book/manual/command_guide, -/obj/item/weapon/book/manual/standard_operating_procedure, -/obj/item/weapon/book/manual/security_space_law, -/obj/structure/closet/walllocker_double/north, -/obj/item/weapon/book/manual/sd_guide, -/turf/simulated/floor/wood, -/area/crew_quarters/captain) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "iN" = ( /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/angled_bay/standard/glass{ @@ -4911,11 +4590,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "jO" = ( /obj/machinery/door/firedoor/glass, /obj/structure/window/bay/reinforced, @@ -5030,10 +4705,7 @@ /area/stellardelight/deck2/triage) "kc" = ( /obj/machinery/computer/power_monitor, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/orange/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "kd" = ( @@ -5321,10 +4993,7 @@ /obj/structure/cable/blue{ icon_state = "1-2" }, -<<<<<<< HEAD -======= /obj/machinery/door/firedoor/glass, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/steel_ridged, /area/stellardelight/deck2/briefingroom) "kE" = ( @@ -5385,12 +5054,9 @@ dir = 8; pixel_x = -6 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/blue/half{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "kK" = ( @@ -5695,11 +5361,7 @@ }, /obj/item/device/radio/beacon, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "lo" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -5866,16 +5528,6 @@ }, /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) -<<<<<<< HEAD -"lE" = ( -/obj/machinery/floodlight, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "lF" = ( /obj/effect/landmark{ name = "lightsout" @@ -5892,13 +5544,6 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/carpet/turcarpet, /area/crew_quarters/recreation_area) -<<<<<<< HEAD -"lH" = ( -/obj/machinery/power/thermoregulator, -/turf/simulated/floor/plating, -/area/engineering/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "lI" = ( /obj/structure/table/steel_reinforced, /obj/machinery/door/window/westleft{ @@ -5944,15 +5589,12 @@ }, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/cmostore) -<<<<<<< HEAD -======= "lM" = ( /obj/effect/floor_decal/milspec/color/blue/half{ dir = 4 }, /turf/space, /area/space) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "lN" = ( /obj/structure/cable/cyan{ icon_state = "1-2" @@ -5998,19 +5640,6 @@ pixel_x = 32; pixel_y = 6 }, -<<<<<<< HEAD -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to the shuttle bay."; - dir = 1; - name = "\improper Shuttle Bay"; - pixel_x = 32; - pixel_y = -12 - }, -/obj/structure/sign/directions/stairs_down{ - dir = 1; - pixel_x = 32; - pixel_y = 12 -======= /obj/structure/sign/directions/stairs_down{ dir = 1; pixel_x = 32; @@ -6020,7 +5649,6 @@ dir = 1; pixel_x = 32; pixel_y = -12 ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 }, /turf/simulated/open, /area/stellardelight/deck2/fore) @@ -6030,12 +5658,9 @@ /obj/machinery/status_display{ pixel_y = 32 }, -<<<<<<< HEAD -======= /obj/machinery/light{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/cmostore) "lS" = ( @@ -6184,20 +5809,8 @@ }, /obj/machinery/vending/loadout/loadout_misc, /obj/machinery/atmospherics/unary/vent_pump/on, -<<<<<<< HEAD -<<<<<<< HEAD -/obj/effect/landmark{ - name = "vinestart" - }, -/turf/simulated/floor/holofloor/tiled/dark, -======= /obj/effect/landmark/vines, /turf/simulated/floor/tiled/dark, ->>>>>>> c527964372... Merge pull request #13346 from Heroman3003/doubleclosets -======= -/obj/effect/landmark/vines, -/turf/simulated/floor/tiled/dark, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /area/crew_quarters/locker) "me" = ( /obj/structure/cable/white{ @@ -6212,10 +5825,7 @@ "mg" = ( /obj/random/vendordrink, /obj/machinery/atmospherics/unary/vent_pump/on, -<<<<<<< HEAD -======= /obj/effect/landmark/vines, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/steel_ridged, /area/stellardelight/deck2/port) "mh" = ( @@ -6272,10 +5882,7 @@ /obj/structure/cable/green{ icon_state = "1-4" }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "mn" = ( @@ -6352,16 +5959,6 @@ /obj/machinery/portable_atmospherics/canister/nitrogen, /turf/simulated/floor/tiled/techfloor, /area/engineering/atmos/monitoring) -<<<<<<< HEAD -"my" = ( -/mob/living/simple_mob/animal/goat{ - name = "Ted" - }, -/obj/machinery/atmospherics/pipe/simple/hidden/supply, -/turf/simulated/floor/tiled/freezer/cold, -/area/crew_quarters/kitchen) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "mz" = ( /obj/machinery/portable_atmospherics/hydroponics, /obj/effect/floor_decal/milspec/color/green/half{ @@ -7183,18 +6780,6 @@ }, /turf/simulated/floor/tiled/techfloor, /area/engineering/atmos/monitoring) -<<<<<<< HEAD -"or" = ( -/obj/structure/closet/walllocker_double/east, -/obj/item/weapon/storage/box/lights/mixed, -/obj/item/weapon/tape_roll, -/obj/item/weapon/storage/belt/utility, -/obj/item/device/multitool, -/obj/fiftyspawner/steel, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/quartermaster/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "os" = ( /obj/machinery/door/firedoor/glass/hidden/steel{ dir = 8 @@ -7528,17 +7113,6 @@ }, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/starboardaft) -<<<<<<< HEAD -"pi" = ( -/obj/item/device/radio/intercom{ - dir = 1; - pixel_y = 24 - }, -/mob/living/simple_mob/otie/red/chubby/cocoa, -/turf/simulated/floor/tiled/eris/steel/brown_platform, -/area/crew_quarters/bar) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "pj" = ( /obj/machinery/light/small{ dir = 8 @@ -7574,18 +7148,6 @@ }, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/quartermaster/storage) -<<<<<<< HEAD -"pm" = ( -/obj/structure/closet/hydrant{ - pixel_x = 32 - }, -/obj/effect/floor_decal/steeldecal/steel_decals5{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/stellardelight/deck2/starboard) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "pn" = ( /obj/machinery/alarm/angled{ dir = 4 @@ -7943,11 +7505,7 @@ dir = 8 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "qd" = ( /obj/item/device/radio/intercom{ dir = 1; @@ -8419,12 +7977,9 @@ dir = 5 }, /obj/effect/floor_decal/milspec/color/white/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "rd" = ( @@ -8443,26 +7998,10 @@ "re" = ( /obj/effect/floor_decal/industrial/warning{ dir = 8 -<<<<<<< HEAD }, /obj/effect/landmark/start/cargo, /turf/simulated/floor/tiled/eris/steel/cargo, /area/quartermaster/storage) -"rf" = ( -/obj/structure/cable/cyan{ - icon_state = "1-2" - }, -/obj/structure/closet/walllocker_double/west, -/obj/item/weapon/book/manual/engineering_particle_accelerator, -/obj/item/weapon/book/manual/tesla_engine, -/turf/simulated/floor/tiled/eris/dark/techfloor_grid, -/area/engineering/engine_room) -======= - }, -/obj/effect/landmark/start/cargo, -/turf/simulated/floor/tiled/eris/steel/cargo, -/area/quartermaster/storage) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "rg" = ( /obj/structure/bed/chair/sofa/corp/corner{ dir = 8 @@ -8549,10 +8088,7 @@ /area/engineering/engineering_monitoring) "rr" = ( /obj/structure/closet/walllocker_double/south{ -<<<<<<< HEAD -======= color = "#8da4a6"; ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 pixel_x = -5 }, /obj/structure/table/standard, @@ -8677,23 +8213,6 @@ }, /turf/simulated/floor/tiled, /area/crew_quarters/locker) -<<<<<<< HEAD -"rA" = ( -/mob/living/simple_mob/animal/passive/opossum/poppy, -/obj/structure/cable/orange{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ - dir = 4 - }, -/turf/simulated/floor/tiled/eris/dark/gray_platform, -/area/engineering/workshop) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "rB" = ( /obj/structure/particle_accelerator/particle_emitter/right{ dir = 4 @@ -8729,10 +8248,7 @@ dir = 4; pixel_x = 24 }, -<<<<<<< HEAD -======= /obj/effect/landmark/vines, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/techmaint, /area/storage/primary) "rF" = ( @@ -8799,13 +8315,10 @@ /obj/item/device/retail_scanner/civilian, /turf/simulated/floor/tiled, /area/hydroponics) -<<<<<<< HEAD -======= "rP" = ( /obj/structure/disposalpipe/segment, /turf/simulated/floor/grass, /area/hydroponics) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "rQ" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -8831,14 +8344,6 @@ "rT" = ( /turf/simulated/wall/bay/r_wall/steel, /area/storage/tech) -<<<<<<< HEAD -"rU" = ( -/obj/structure/filingcabinet, -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/quartermaster/qm) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "rV" = ( /obj/machinery/door/firedoor/glass, /obj/structure/window/bay/reinforced, @@ -8969,12 +8474,6 @@ /area/stellardelight/deck2/fore) "sk" = ( /obj/machinery/door/firedoor/glass, -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/door/airlock/angled_bay/standard/glass{ @@ -9540,11 +9039,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "tB" = ( /obj/machinery/firealarm/angled, /obj/structure/frame, @@ -9582,17 +9077,6 @@ }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos/storage) -<<<<<<< HEAD -"tG" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/item/weapon/storage/backpack/dufflebag, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/quartermaster/qm) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "tI" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 @@ -9668,17 +9152,6 @@ }, /turf/simulated/floor/plating, /area/maintenance/stellardelight/substation/engineering) -<<<<<<< HEAD -"tS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/machinery/power/grid_checker, -/turf/simulated/floor/plating, -/area/engineering/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "tT" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 @@ -9795,10 +9268,7 @@ /obj/effect/floor_decal/milspec/color/green/half{ dir = 8 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "ug" = ( @@ -9941,10 +9411,7 @@ "us" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, /obj/machinery/recharge_station, -<<<<<<< HEAD -======= /obj/effect/landmark/vines, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/steel_ridged, /area/stellardelight/deck2/starboard) "ut" = ( @@ -10332,18 +9799,6 @@ }, /turf/simulated/floor, /area/stellardelight/deck2/combustionworkshop) -<<<<<<< HEAD -"vm" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/structure/closet/walllocker_double/north, -/obj/item/weapon/circuitboard/tesla_coil, -/obj/item/weapon/circuitboard/tesla_coil, -/turf/simulated/floor/tiled/eris/dark/orangecorner, -/area/engineering/engine_eva) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "vn" = ( /obj/machinery/atmospherics/pipe/simple/hidden/yellow{ dir = 10 @@ -10377,12 +9832,9 @@ /obj/machinery/door/airlock/angled_bay/hatch/engineering{ dir = 4 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/steel_ridged, /area/stellardelight/deck2/starboard) "vq" = ( @@ -10498,12 +9950,9 @@ /area/medical/cmostore) "vH" = ( /obj/effect/floor_decal/milspec/color/white/corner, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "vI" = ( @@ -10556,14 +10005,11 @@ /area/medical/chemistry) "vP" = ( /obj/machinery/atmospherics/unary/vent_scrubber/on, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4; icon_state = "pipe-c" }, /obj/effect/landmark/vermin, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "vQ" = ( @@ -10580,12 +10026,9 @@ "vR" = ( /obj/machinery/light, /obj/effect/floor_decal/steeldecal/steel_decals5, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "vS" = ( @@ -10594,12 +10037,6 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/recreation_area) -<<<<<<< HEAD -"vT" = ( -/turf/simulated/open, -/area/maintenance/stellardelight/deck2/starboardaft) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "vU" = ( /obj/machinery/alarm/angled{ dir = 4 @@ -10673,13 +10110,10 @@ /obj/structure/cable/green{ icon_state = "1-2" }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "wd" = ( @@ -10742,12 +10176,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/effect/floor_decal/milspec/color/white/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "wm" = ( @@ -10918,12 +10349,6 @@ /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) "wH" = ( -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, /turf/simulated/floor/tiled/eris/steel/brown_platform, @@ -11001,10 +10426,7 @@ /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 1 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "wR" = ( @@ -11122,8 +10544,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) -<<<<<<< HEAD -======= "xh" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 4 @@ -11134,7 +10554,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "xi" = ( /obj/machinery/atmospherics/omni/atmos_filter{ name = "N2O Filter"; @@ -11181,15 +10600,12 @@ dir = 1 }, /obj/effect/floor_decal/milspec/color/white/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, /obj/effect/landmark{ name = "vinestart" }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "xo" = ( @@ -11229,16 +10645,6 @@ /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos/storage) "xv" = ( -<<<<<<< HEAD -/obj/item/weapon/melee/chainofcommand, -/obj/item/weapon/coin/phoron{ - desc = "The face of the coin shows a portrait of the explorer who discovered the Virgo-Erigone system. The back depicts a Zodiac symbol that represents Virgo."; - name = "limited edition phoron coin" - }, -/obj/item/weapon/folder/blue_captain, -/obj/item/weapon/stamp/captain, -/obj/structure/table/darkglass, -======= /obj/structure/table/darkglass, /obj/machinery/computer/skills{ pixel_x = 9 @@ -11247,7 +10653,6 @@ pixel_x = -7; pixel_y = -2 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/carpet/blucarpet, /area/crew_quarters/captain) "xw" = ( @@ -11317,10 +10722,7 @@ /obj/structure/panic_button{ pixel_y = 32 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/orange/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "xC" = ( @@ -11329,11 +10731,7 @@ }, /obj/effect/floor_decal/steeldecal/steel_decals5, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "xD" = ( /obj/structure/bed/chair/backed_red{ dir = 4 @@ -11354,12 +10752,6 @@ /turf/simulated/floor/carpet/turcarpet, /area/crew_quarters/recreation_area) "xG" = ( -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 4 }, @@ -11420,12 +10812,9 @@ /obj/random/tech_supply, /obj/random/tech_supply, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -<<<<<<< HEAD -======= /obj/machinery/recharger{ pixel_y = 5 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/techmaint, /area/storage/primary) "xL" = ( @@ -11546,12 +10935,9 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply{ dir = 9 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "xY" = ( @@ -11844,21 +11230,6 @@ }, /turf/simulated/floor/tiled/eris/steel/cargo, /area/quartermaster/storage) -<<<<<<< HEAD -"yD" = ( -/obj/structure/closet/hydrant{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/floor_decal/steeldecal/steel_decals5{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/stellardelight/deck2/aftport) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "yE" = ( /obj/structure/medical_stand, /turf/simulated/floor/tiled/eris/white/bluecorner, @@ -12057,10 +11428,7 @@ /area/engineering/engine_room) "zb" = ( /obj/machinery/atmospherics/pipe/simple/hidden/supply, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "zc" = ( @@ -12073,12 +11441,9 @@ /obj/effect/floor_decal/steeldecal/steel_decals4{ dir = 6 }, -<<<<<<< HEAD -======= /obj/machinery/light{ dir = 1 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/white/bluecorner, /area/stellardelight/deck2/triage) "zd" = ( @@ -12392,13 +11757,10 @@ /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 4 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 2; icon_state = "pipe-c" }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "zT" = ( @@ -12471,10 +11833,7 @@ /obj/structure/cable/blue{ icon_state = "1-2" }, -<<<<<<< HEAD -======= /obj/machinery/papershredder, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/wood, /area/stellardelight/deck2/briefingroom) "Ae" = ( @@ -12725,33 +12084,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) -<<<<<<< HEAD -"AJ" = ( -/obj/structure/sign/directions/science{ - pixel_x = 32 - }, -/obj/structure/sign/directions/dorms{ - pixel_x = 32; - pixel_y = 6 - }, -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to Exploration."; - name = "\improper Exploration Department"; - pixel_x = 32; - pixel_y = -6 - }, -/obj/structure/sign/directions/security{ - pixel_x = 32; - pixel_y = 12 - }, -/obj/structure/sign/directions/stairs_down{ - pixel_x = 32; - pixel_y = 18 - }, -/turf/simulated/open, -/area/stellardelight/deck2/aftport) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "AK" = ( /obj/machinery/power/sensor{ name = "Powernet Sensor - Master Grid"; @@ -12813,20 +12145,6 @@ /turf/simulated/floor/lino, /area/crew_quarters/bar) "AO" = ( -<<<<<<< HEAD -/obj/machinery/computer/skills{ - pixel_y = 7 - }, -/obj/machinery/button/remote/blast_door{ - id = "captaindoor"; - name = "Door Remote"; - pixel_x = -15; - pixel_y = 2 - }, -/obj/structure/table/darkglass, -/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ - dir = 9 -======= /obj/structure/table/darkglass, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -12845,7 +12163,6 @@ name = "limited edition phoron coin"; pixel_x = 11; pixel_y = -3 ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 }, /turf/simulated/floor/carpet/blucarpet, /area/crew_quarters/captain) @@ -13141,15 +12458,6 @@ /obj/effect/floor_decal/steeldecal/steel_decals5, /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) -<<<<<<< HEAD -"By" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "BA" = ( /obj/structure/railing/grey{ dir = 8 @@ -13236,11 +12544,7 @@ /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/effect/floor_decal/steeldecal/steel_decals5, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "BM" = ( /obj/structure/table/standard, /obj/item/weapon/folder/yellow, @@ -13314,8 +12618,6 @@ }, /turf/simulated/floor/tiled/eris/white/cargo, /area/stellardelight/deck2/triage) -<<<<<<< HEAD -======= "BV" = ( /obj/structure/table/marble, /obj/machinery/door/blast/shutters{ @@ -13326,7 +12628,6 @@ /obj/item/weapon/material/ashtray/glass, /turf/simulated/floor/lino, /area/crew_quarters/bar) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "BW" = ( /obj/machinery/door/firedoor/glass, /obj/machinery/door/airlock/angled_bay/external/glass{ @@ -13374,10 +12675,6 @@ /obj/structure/cable{ icon_state = "1-8" }, -<<<<<<< HEAD -/obj/structure/disposalpipe/segment, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/manifold/hidden/supply{ dir = 4 }, @@ -13387,10 +12684,7 @@ /obj/structure/cable{ icon_state = "4-8" }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/junction, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor, /area/maintenance/stellardelight/deck2/starboardsolars) "Cd" = ( @@ -13635,10 +12929,7 @@ /area/crew_quarters/locker) "CG" = ( /obj/machinery/computer/ship/helm, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/green/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "CH" = ( @@ -13703,33 +12994,6 @@ /obj/effect/landmark/vermin, /turf/simulated/floor/tiled/techfloor, /area/engineering/atmos/monitoring) -<<<<<<< HEAD -"CN" = ( -/obj/structure/sign/directions/science{ - pixel_x = -32 - }, -/obj/structure/sign/directions/dorms{ - pixel_x = -32; - pixel_y = 6 - }, -/obj/structure/sign/directions{ - desc = "A direction sign, pointing out the way to Exploration."; - name = "\improper Exploration Department"; - pixel_x = -32; - pixel_y = -6 - }, -/obj/structure/sign/directions/security{ - pixel_x = -32; - pixel_y = 12 - }, -/obj/structure/sign/directions/stairs_down{ - pixel_x = -32; - pixel_y = 18 - }, -/turf/simulated/open, -/area/stellardelight/deck2/aftstarboard) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "CO" = ( /obj/structure/cable/orange{ icon_state = "4-8" @@ -13867,19 +13131,12 @@ /turf/simulated/floor/tiled/techmaint, /area/storage/primary) "De" = ( -<<<<<<< HEAD -/obj/structure/flora/pottedplant/decorative, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/item/device/radio/intercom{ dir = 8; pixel_x = -24 }, -<<<<<<< HEAD -======= /obj/structure/flora/pottedplant/decorative, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) "Df" = ( @@ -13900,10 +13157,7 @@ /obj/machinery/status_display{ pixel_y = 32 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/white/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "Di" = ( @@ -13951,10 +13205,7 @@ "Dq" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "Dr" = ( @@ -13980,10 +13231,6 @@ /turf/simulated/floor/airless, /area/stellardelight/deck2/exterior) "Du" = ( -<<<<<<< HEAD -/obj/structure/closet/secure_closet/personal, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/effect/floor_decal/industrial/outline, /obj/effect/floor_decal/steeldecal/steel_decals9, /obj/effect/floor_decal/steeldecal/steel_decals9{ @@ -13995,26 +13242,12 @@ /obj/effect/floor_decal/steeldecal/steel_decals9{ dir = 8 }, -<<<<<<< HEAD -/obj/item/clothing/shoes/black, -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 1 - }, -<<<<<<< HEAD -/turf/simulated/floor/holofloor/tiled/dark, -======= -/obj/structure/undies_wardrobe, -/obj/effect/landmark/vermin, -/turf/simulated/floor/tiled/dark, ->>>>>>> c527964372... Merge pull request #13346 from Heroman3003/doubleclosets -======= /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 1 }, /obj/structure/undies_wardrobe, /obj/effect/landmark/vermin, /turf/simulated/floor/tiled/dark, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /area/crew_quarters/locker) "Dv" = ( /obj/structure/cable/white{ @@ -14161,22 +13394,6 @@ }, /turf/simulated/floor, /area/medical/cryo) -<<<<<<< HEAD -"DK" = ( -/obj/machinery/power/smes/buildable{ - RCon_tag = "Engine - Core"; - charge = 2e+006; - input_attempt = 1; - input_level = 100000; - output_level = 200000 - }, -/obj/structure/cable/cyan{ - icon_state = "0-8" - }, -/turf/simulated/floor/plating, -/area/engineering/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "DL" = ( /turf/simulated/floor/carpet/turcarpet, /area/crew_quarters/recreation_area) @@ -14202,19 +13419,12 @@ /turf/simulated/floor/glass/reinforced, /area/stellardelight/deck2/fore) "DO" = ( -<<<<<<< HEAD -/obj/structure/flora/pottedplant/decorative, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/item/device/radio/intercom{ dir = 4; pixel_x = 24 }, -<<<<<<< HEAD -======= /obj/structure/flora/pottedplant/decorative, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) "DP" = ( @@ -14337,13 +13547,6 @@ }, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/starboardsolars) -<<<<<<< HEAD -"Eb" = ( -/obj/effect/floor_decal/steeldecal/steel_decals5, -/turf/simulated/floor/tiled, -/area/quartermaster/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Ec" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 @@ -14570,10 +13773,7 @@ pixel_x = -6 }, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "EC" = ( @@ -14872,15 +14072,6 @@ /obj/structure/cable/orange{ icon_state = "2-4" }, -<<<<<<< HEAD -/obj/structure/cable/orange{ - icon_state = "2-4" - }, -/obj/structure/cable/orange{ - icon_state = "2-4" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/airless, /area/stellardelight/deck2/exterior) "Fi" = ( @@ -14938,7 +14129,6 @@ /area/quartermaster/qm) "Fo" = ( /obj/machinery/power/solar_control{ -<<<<<<< HEAD dir = 4 }, /obj/structure/cable{ @@ -14949,40 +14139,6 @@ }, /turf/simulated/floor, /area/maintenance/stellardelight/deck2/portsolars) -"Fp" = ( -/obj/machinery/atmospherics/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/table/steel_reinforced, -/obj/machinery/photocopier/faxmachine{ - department = "Bridge" - }, -/obj/machinery/light/floortube{ - dir = 4; - pixel_x = 6 - }, -/obj/structure/closet/walllocker_double/north{ - dir = 4; - pixel_x = 32; - pixel_y = 0 - }, -/obj/item/weapon/paper/dockingcodes/sd, -/obj/item/device/radio, -/obj/item/device/radio, -/turf/simulated/floor/tiled/eris/dark/monofloor, -/area/bridge) -======= - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck2/portsolars) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Fq" = ( /obj/structure/table/standard, /obj/item/device/healthanalyzer, @@ -15033,10 +14189,7 @@ /obj/machinery/light/floortube{ pixel_y = -6 }, -<<<<<<< HEAD -======= /obj/item/weapon/material/ashtray/glass, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/carpet, /area/crew_quarters/recreation_area) "Fx" = ( @@ -15246,12 +14399,9 @@ "FP" = ( /obj/machinery/light, /obj/effect/floor_decal/steeldecal/steel_decals5, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) "FQ" = ( @@ -15859,10 +15009,7 @@ "Hb" = ( /obj/item/modular_computer/console/preset/command, /obj/machinery/camera/network/command, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/blue/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "Hc" = ( @@ -15934,11 +15081,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Hk" = ( /obj/machinery/camera/network/halls{ dir = 4 @@ -16323,12 +15466,9 @@ dir = 1 }, /obj/effect/floor_decal/milspec/color/white/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "Id" = ( @@ -16443,11 +15583,8 @@ }, /obj/random/vendordrink, /obj/machinery/atmospherics/unary/vent_pump/on, -<<<<<<< HEAD -======= /obj/machinery/firealarm/angled, /obj/effect/landmark/vermin, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/aftstarboard) "Il" = ( @@ -16544,10 +15681,7 @@ }, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/supply, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "It" = ( @@ -16606,17 +15740,6 @@ }, /turf/simulated/floor/airless, /area/engineering/engine_room) -<<<<<<< HEAD -"Iy" = ( -/obj/structure/table/reinforced, -/obj/random/powercell, -/obj/random/tech_supply, -/obj/structure/closet/walllocker_double/west, -/obj/item/device/t_scanner, -/turf/simulated/floor/tiled/eris/dark/orangecorner, -/area/engineering/workshop) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Iz" = ( /obj/item/stack/cable_coil/yellow, /turf/simulated/floor/airless, @@ -16723,12 +15846,9 @@ /obj/machinery/keycard_auth{ pixel_y = 2 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/blue/half{ dir = 10 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "IN" = ( @@ -16743,13 +15863,6 @@ }, /turf/simulated/floor/tiled/eris/steel/cargo, /area/quartermaster/storage) -<<<<<<< HEAD -"IP" = ( -/obj/machinery/shield_gen/external, -/turf/simulated/floor/plating, -/area/engineering/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "IQ" = ( /obj/structure/table/glass, /obj/machinery/door/window/southright{ @@ -17085,8 +16198,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) -<<<<<<< HEAD -======= "JG" = ( /obj/effect/floor_decal/steeldecal/steel_decals5, /obj/structure/disposalpipe/segment{ @@ -17094,7 +16205,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "JH" = ( /obj/effect/floor_decal/industrial/outline/yellow, /obj/structure/cable/green{ @@ -17111,10 +16221,7 @@ /area/maintenance/stellardelight/deck2/portfore) "JI" = ( /obj/effect/floor_decal/milspec/color/green/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "JJ" = ( @@ -17217,8 +16324,6 @@ /obj/effect/landmark/start/chemist, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/chemistry) -<<<<<<< HEAD -======= "JW" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -17229,7 +16334,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "JX" = ( /obj/machinery/shield_gen, /turf/simulated/floor/plating, @@ -17504,46 +16608,6 @@ }, /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/engine_eva) -<<<<<<< HEAD -"KC" = ( -/obj/structure/closet/walllocker_double{ - pixel_y = 28 - }, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/nineteen_nineteen, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_nineteen, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/item/canvas/twentythree_twentythree, -/obj/structure/table/standard, -/obj/machinery/recharger, -/obj/machinery/atmospherics/unary/vent_pump/on, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/storage/art) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "KD" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -17655,12 +16719,6 @@ /turf/simulated/floor/tiled/techfloor, /area/engineering/atmos/monitoring) "KR" = ( -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 8 }, @@ -17764,12 +16822,9 @@ /obj/item/modular_computer/console/preset/medical{ dir = 4 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/white/half{ dir = 6 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "Le" = ( @@ -17929,12 +16984,9 @@ /area/engineering/engine_eva) "Lx" = ( /obj/structure/flora/pottedplant/orientaltree, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/orange/corner{ dir = 8 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "Ly" = ( @@ -18026,12 +17078,9 @@ /obj/effect/floor_decal/steeldecal/steel_decals_central5{ dir = 4 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "LI" = ( @@ -18105,10 +17154,7 @@ pixel_x = 2; pixel_y = 7 }, -<<<<<<< HEAD -======= /obj/item/weapon/material/ashtray/glass, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) "LQ" = ( @@ -18348,12 +17394,6 @@ dir = 1 }, /obj/effect/floor_decal/steeldecal/steel_decals5, -<<<<<<< HEAD -/turf/simulated/floor/tiled, -/area/stellardelight/deck2/port) -"Mp" = ( -/obj/machinery/computer/arcade/orion_trail, -======= /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" @@ -18362,7 +17402,6 @@ /area/stellardelight/deck2/port) "Mp" = ( /obj/machinery/computer/arcade/battle, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) "Mq" = ( @@ -18384,8 +17423,6 @@ /obj/structure/low_wall/bay/reinforced/orange, /turf/simulated/floor, /area/engineering/storage) -<<<<<<< HEAD -======= "Ms" = ( /obj/structure/cable/green{ icon_state = "4-8" @@ -18402,7 +17439,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Mt" = ( /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 9 @@ -18444,12 +17480,9 @@ /obj/item/device/radio/intercom{ dir = 1 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/blue/corner{ dir = 8 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "Mx" = ( @@ -18622,11 +17655,7 @@ dir = 8 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "MS" = ( /obj/structure/cable/white{ icon_state = "4-8" @@ -18731,8 +17760,6 @@ }, /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) -<<<<<<< HEAD -======= "Nd" = ( /obj/structure/cable/green{ icon_state = "1-2" @@ -18740,7 +17767,6 @@ /obj/structure/disposalpipe/segment, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Ne" = ( /obj/structure/lattice, /obj/structure/disposalpipe/down{ @@ -18815,10 +17841,7 @@ /area/engineering/locker_room) "Nn" = ( /obj/machinery/computer/ship/engines, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/green/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "No" = ( @@ -18905,16 +17928,6 @@ /area/maintenance/stellardelight/deck2/starboardsolars) "Nw" = ( /obj/effect/floor_decal/industrial/outline/yellow, -<<<<<<< HEAD -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/zpipe/up/supply, -/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor, -/area/maintenance/stellardelight/deck2/portfore) -======= /obj/machinery/atmospherics/pipe/zpipe/up/supply, /obj/machinery/atmospherics/pipe/zpipe/up/scrubbers, /obj/machinery/door/firedoor/glass, @@ -18935,7 +17948,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Ny" = ( /obj/machinery/atmospherics/portables_connector{ dir = 1 @@ -19482,22 +18494,10 @@ /turf/simulated/floor/tiled/eris/cafe, /area/crew_quarters/kitchen) "OP" = ( -<<<<<<< HEAD -/obj/machinery/power/apc/angled{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -======= /obj/machinery/atmospherics/unary/vent_pump/on{ dir = 4 }, /obj/effect/landmark/vines, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/quartermaster/storage) "OQ" = ( @@ -19664,12 +18664,9 @@ /obj/structure/cable/green{ icon_state = "1-2" }, -<<<<<<< HEAD -======= /obj/machinery/recharger{ pixel_y = 5 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/steel/brown_platform, /area/crew_quarters/bar) "Pf" = ( @@ -19784,8 +18781,6 @@ }, /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/reception) -<<<<<<< HEAD -======= "Ps" = ( /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 @@ -19794,18 +18789,13 @@ /obj/structure/disposalpipe/trunk, /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Pt" = ( /obj/machinery/alarm/angled, /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Pu" = ( /obj/machinery/atmospherics/pipe/simple/heat_exchanging{ dir = 4 @@ -20139,12 +19129,9 @@ pixel_x = -32; pixel_y = -32 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/junction{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "Qe" = ( @@ -20161,11 +19148,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Qg" = ( /obj/structure/cable/orange{ icon_state = "1-8" @@ -20459,19 +19442,6 @@ }, /turf/simulated/floor/tiled/techmaint, /area/engineering/atmos/storage) -<<<<<<< HEAD -"QM" = ( -/obj/structure/closet/hydrant{ - pixel_x = 32 - }, -/obj/effect/floor_decal/milspec/color/black/corner, -/obj/effect/floor_decal/milspec/color/silver/corner{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/stellardelight/deck2/fore) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "QN" = ( /obj/structure/extinguisher_cabinet{ dir = 4; @@ -20675,12 +19645,9 @@ "Rf" = ( /obj/structure/table/steel_reinforced, /obj/item/weapon/book/manual/sd_guide, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/blue/half{ dir = 6 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "Rh" = ( @@ -21010,15 +19977,6 @@ }, /turf/simulated/wall/bay/r_wall/steel, /area/engineering/engine_room) -<<<<<<< HEAD -<<<<<<< HEAD -"RZ" = ( -/turf/simulated/open, -/area/maintenance/stellardelight/deck2/portaft) -======= ->>>>>>> 6ca04ed009... Merge pull request #14219 from Heroman3003/stellar-fixes-s -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Sb" = ( /turf/simulated/floor/tiled/eris/dark/danger, /area/engineering/engine_room) @@ -21169,12 +20127,6 @@ /turf/simulated/floor/tiled/techfloor, /area/stellardelight/deck2/fuelstorage) "Sv" = ( -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ dir = 4 }, @@ -21272,11 +20224,7 @@ /turf/simulated/wall/bay/r_wall/steel, /area/maintenance/stellardelight/deck2/portfore) "SF" = ( -<<<<<<< HEAD -/obj/machinery/computer/arcade/battle, -======= /obj/machinery/computer/arcade/clawmachine, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) "SG" = ( @@ -21435,12 +20383,9 @@ /area/engineering/locker_room) "SX" = ( /obj/effect/floor_decal/steeldecal/steel_decals5, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/port) "SY" = ( @@ -21743,13 +20688,10 @@ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ dir = 6 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 1; icon_state = "pipe-c" }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "TJ" = ( @@ -21760,11 +20702,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "TK" = ( /obj/structure/closet/secure_closet/cargotech, /obj/item/weapon/stamp/cargo, @@ -21817,14 +20755,11 @@ }, /turf/simulated/floor/tiled/eris/dark/orangecorner, /area/engineering/engine_eva) -<<<<<<< HEAD -======= "TP" = ( /obj/structure/flora/pottedplant/orientaltree, /obj/effect/floor_decal/milspec/color/white/corner, /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "TQ" = ( /obj/structure/bed/chair/bay/shuttle{ dir = 4 @@ -21896,11 +20831,7 @@ }, /obj/effect/floor_decal/steeldecal/steel_decals5, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Ub" = ( /obj/structure/cable/green{ icon_state = "1-8" @@ -22016,12 +20947,6 @@ /obj/structure/cable/yellow{ icon_state = "4-8" }, -<<<<<<< HEAD -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /turf/simulated/floor/tiled/eris/steel/brown_platform, @@ -22125,10 +21050,7 @@ /obj/effect/landmark{ name = "lightsout" }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/monotile, /area/hydroponics) "Uz" = ( @@ -22150,12 +21072,9 @@ name = "lightsout" }, /obj/machinery/hologram/holopad, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "UB" = ( @@ -22338,15 +21257,6 @@ }, /turf/simulated/floor/tiled/eris/dark/techfloor_grid, /area/storage/tech) -<<<<<<< HEAD -"UW" = ( -/obj/structure/sign/poster{ - dir = 1 - }, -/turf/simulated/floor/tiled/eris/dark/cargo, -/area/crew_quarters/recreation_area) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "UX" = ( /obj/structure/table/gamblingtable, /turf/simulated/floor/carpet, @@ -22467,11 +21377,7 @@ dir = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/quartermaster/storage) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Vl" = ( /obj/machinery/atmospherics/pipe/simple/hidden/fuel{ dir = 4 @@ -22501,13 +21407,6 @@ "Vm" = ( /turf/simulated/floor/airless, /area/stellardelight/deck2/fuelstorage) -<<<<<<< HEAD -"Vn" = ( -/mob/living/simple_mob/vore/alienanimals/teppi/baby, -/turf/simulated/floor/grass, -/area/hydroponics) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Vo" = ( /turf/simulated/wall/bay/r_wall/orange, /area/engineering/workshop) @@ -22660,10 +21559,7 @@ req_one_access = list(19); stripe_color = "#f7d35c" }, -<<<<<<< HEAD -======= /obj/machinery/door/firedoor/glass, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/steel_ridged, /area/stellardelight/deck2/briefingroom) "VG" = ( @@ -22824,12 +21720,9 @@ /area/stellardelight/deck2/fore) "VZ" = ( /obj/effect/floor_decal/milspec/color/white/half, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment{ dir = 4 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/central) "Wa" = ( @@ -22889,10 +21782,7 @@ /area/engineering/workshop) "Wi" = ( /obj/machinery/computer/crew, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/white/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "Wj" = ( @@ -23028,10 +21918,7 @@ /obj/effect/floor_decal/steeldecal/steel_decals5{ dir = 4 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/stellardelight/deck2/starboard) "Wz" = ( @@ -24042,10 +22929,7 @@ /obj/effect/floor_decal/steeldecal/steel_decals4{ dir = 1 }, -<<<<<<< HEAD -======= /obj/structure/disposalpipe/segment, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "YK" = ( @@ -24058,12 +22942,9 @@ /obj/effect/floor_decal/steeldecal/steel_decals4{ dir = 9 }, -<<<<<<< HEAD -======= /obj/structure/sign/poster{ dir = 8 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled, /area/hydroponics) "YL" = ( @@ -24091,8 +22972,6 @@ }, /turf/simulated/floor/tiled/eris/dark/cargo, /area/crew_quarters/recreation_area) -<<<<<<< HEAD -======= "YO" = ( /obj/structure/table/gamblingtable, /obj/machinery/recharger{ @@ -24100,7 +22979,6 @@ }, /turf/simulated/floor/carpet, /area/crew_quarters/recreation_area) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "YP" = ( /obj/structure/disposalpipe/junction{ dir = 8 @@ -24278,12 +23156,9 @@ pixel_x = -2; pixel_y = -2 }, -<<<<<<< HEAD -======= /obj/machinery/light{ dir = 8 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/white/bluecorner, /area/medical/cmostore) "Zj" = ( @@ -24322,18 +23197,6 @@ }, /turf/simulated/floor/tiled, /area/stellardelight/deck2/fore) -<<<<<<< HEAD -"Zn" = ( -/obj/structure/cable/yellow{ - icon_state = "32-8" - }, -/obj/structure/sign/department/miner_dock{ - pixel_y = 32 - }, -/turf/simulated/open, -/area/quartermaster/storage) -======= ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "Zo" = ( /obj/machinery/light{ dir = 8 @@ -24414,12 +23277,9 @@ /obj/item/modular_computer/console/preset/engineering{ dir = 8 }, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/orange/half{ dir = 10 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/monofloor, /area/bridge) "Zy" = ( @@ -24458,12 +23318,9 @@ /obj/item/roller{ pixel_y = 16 }, -<<<<<<< HEAD -======= /obj/machinery/light{ dir = 8 }, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/white/bluecorner, /area/stellardelight/deck2/triage) "ZE" = ( @@ -24482,11 +23339,7 @@ pixel_y = 1 }, /turf/simulated/floor/tiled, -<<<<<<< HEAD -/area/stellardelight/deck2/aftstarboard) -======= /area/stellardelight/deck2/aftport) ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "ZG" = ( /obj/structure/cable/orange{ icon_state = "4-8" @@ -24622,10 +23475,7 @@ /area/engineering/atmos/monitoring) "ZU" = ( /obj/machinery/computer/ship/sensors, -<<<<<<< HEAD -======= /obj/effect/floor_decal/milspec/color/green/half, ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 /turf/simulated/floor/tiled/eris/dark/gray_platform, /area/bridge) "ZV" = ( @@ -24676,22547 +23526,6 @@ }, /turf/simulated/floor/carpet/turcarpet, /area/crew_quarters/recreation_area) -<<<<<<< HEAD - -(1,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(2,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(3,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(4,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(5,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(6,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(7,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(8,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(9,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(10,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(11,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(12,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(13,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(14,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(15,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(16,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(17,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(18,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(19,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(20,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(21,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(22,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(23,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(24,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(25,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Tt -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(26,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(27,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(28,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(29,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(30,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(31,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(32,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(33,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(34,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(35,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(36,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -iU -SO -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -CQ -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(37,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Sk -Le -Le -Le -Le -Le -hI -Dt -Jm -Jm -Jm -Jm -Jm -sR -Jm -Jm -Jm -Jm -Jm -Jm -Us -Jm -nI -kL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(38,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Ds -uu -oy -ov -ov -ov -Ff -xR -ov -ov -Ff -Ff -ov -ov -Wb -Au -QI -tZ -QI -tZ -QI -eW -QI -Pu -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(39,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Ds -Le -Le -Le -wg -Le -Le -Le -Le -Le -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Ds -kL -ov -ub -VB -vV -NH -Zs -QO -kz -dH -zu -IF -vk -UI -ui -Pu -Pu -Pu -Pu -Pu -Pu -wu -Pu -Pu -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(40,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Pp -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -iU -Le -Le -Le -Le -Le -Vc -Le -Fh -Le -kL -NL -NL -NL -NL -NL -NL -Iz -NL -NL -CP -MX -Le -Sj -Jh -Jh -Jh -Jh -Jh -NL -ZG -NL -ov -cq -ub -yN -gZ -aq -Zs -lF -op -Tr -pB -sF -Jd -Kp -Pu -Pu -Pu -Pu -Pu -Pu -wu -Pu -Pu -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(41,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -ZG -yH -yH -yH -yH -yH -yH -NL -yH -yH -yH -yH -yH -ZG -NL -Wb -Wb -Wb -Wb -Wb -NL -NL -ZG -tc -ov -Pw -gs -If -VO -kP -kP -kP -Sg -YT -Ap -AD -ov -Qw -ma -Qw -ma -Qw -ma -Pu -wu -Pu -Pu -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(42,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -ZG -iH -Uh -Uh -Uh -Uh -Uh -NL -Ig -Ig -Ig -Ig -BE -CP -Le -Le -Le -Le -Le -rW -GJ -GJ -vJ -mI -ov -wp -wp -wp -Fx -zi -BG -Kd -VI -DX -Fa -jE -uk -IU -IU -uk -uk -uk -NL -Pu -wu -Pu -Pu -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(43,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -se -dk -dk -dk -dk -dk -dk -dk -bw -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -yy -uK -bH -mZ -Mx -Cq -Cq -Cq -Cq -NL -Cq -Cq -Cq -Cq -Cq -NL -Jh -Jh -Jh -Jh -mI -sx -DB -rs -DB -DB -Hm -Hm -Hm -wp -wp -aD -wp -MQ -vW -Ny -vw -nA -EF -In -hu -BZ -TF -uk -uk -Qw -ms -Qw -ma -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(44,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -NL -jx -NL -NL -NL -NL -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -CP -Le -SO -qG -Uh -Uh -Uh -NL -Ig -Ig -Ig -Ig -BE -Wb -Wb -Jh -Jh -mI -mI -uR -DB -DB -St -Wo -bR -xr -Gh -nW -RL -DY -Hm -Hm -Hm -Hm -Hm -mu -oE -eU -TH -qO -pO -Pm -uk -uk -ZG -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(45,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -Ar -NL -jx -NL -NL -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -CP -SO -Mx -Mx -Mx -NL -Mx -Mx -Mx -Mx -Mx -Wb -Wb -Wb -mI -mI -fQ -th -Wo -XW -Qg -eq -eq -iA -eq -eq -be -ZT -Hm -Em -Am -Et -Am -nR -Rw -od -UY -WJ -pO -HI -Av -dV -mh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(46,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -se -dk -dk -dk -dk -dk -dk -UT -cT -nP -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -CP -SO -NL -NL -Cf -NL -NL -NL -NL -Jh -Jh -Wb -BT -BT -eq -eq -eq -eq -eq -eq -eq -nE -JS -NK -eq -sz -to -dT -Ag -Fl -sp -hK -Pq -oE -Kq -ge -IA -eG -Ei -js -uk -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(47,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -bD -yK -NL -NL -Jh -Jh -Jh -Jh -NL -jx -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -ZG -Wb -ie -zI -ie -Jh -Wb -Wb -Jh -Jh -Jh -BT -cx -ez -QH -eq -ql -ez -mB -eq -nE -JS -NK -eq -XS -kM -ZS -VA -km -Na -Ul -Fv -GD -Ck -Jt -ut -XG -PJ -Kk -rb -mR -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(48,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -jx -Wb -Jh -Jh -Jh -Jh -Jh -Wb -jx -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -ZG -Jh -aa -eb -Fz -Fz -Fz -jL -Wb -Jh -FD -BT -cx -JS -QH -eq -ql -JS -mB -eq -ny -xu -oA -oo -Er -la -la -tz -eu -ig -tN -mx -oE -tD -UY -OK -pO -Qu -fj -Sz -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(49,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -KL -hO -SE -KL -aT -aT -aT -KL -aT -KL -SE -KL -aT -aT -aT -KL -aT -aT -KL -aT -aT -aT -KL -KL -KL -KL -KL -WP -Br -hg -WP -rR -rR -rR -rR -QY -QY -rR -rR -rR -rR -rR -ie -Tw -Fz -Pk -Px -sa -Fo -Te -CO -ux -ux -MC -BT -Yv -xu -oA -oo -xW -xu -oA -mA -kW -eI -WS -Un -Ab -Ab -Ek -QC -uN -gy -SS -Dg -oE -ZN -pY -DE -sT -WM -fq -Sz -QW -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(50,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -KL -KL -Md -Qx -Gv -Gv -Gv -Gv -Gv -Gv -Gv -KD -Gv -Gv -Gv -Gv -Gv -Gv -Gv -Gv -Gv -Gv -Gv -Gv -Uv -VD -yz -KL -WP -Zc -fX -WP -rR -rR -RE -um -iz -sn -kg -RZ -dC -cV -iz -qC -zv -Xm -eE -pk -Fe -PU -GO -GK -ZJ -My -PW -eq -Wv -xi -oQ -oQ -zM -Mf -oQ -oQ -wA -ah -ue -As -Tq -oU -xN -Zq -VV -et -Ca -Yo -UG -UG -Od -UG -UG -cv -cv -cv -CP -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(51,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -Wb -Jh -Jh -hO -Md -Ub -ch -ch -ch -ch -ch -ch -ch -KK -KK -KK -kR -kR -kR -KK -kR -kR -KK -kR -kR -kR -KK -KK -OQ -Ev -KL -WP -yp -bI -WP -rR -EG -Yh -Yh -Yh -AP -FI -Yh -Yh -uL -Yh -Ym -qY -fw -uc -JP -DH -CA -NB -Lf -dO -AU -dx -lh -gM -oe -AX -Dc -he -CR -AX -AX -he -AX -ao -AX -Qr -ag -XK -qN -CM -qw -iJ -Xu -UG -di -Iq -EQ -Zt -qM -Vm -mq -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(52,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -CZ -dk -dk -dk -dk -Vd -Zy -oD -ch -ch -Bk -Wa -vh -Wa -OM -hl -rO -sV -ZW -Wp -LO -rt -Lz -bb -kG -sd -Vz -oz -pd -uA -KK -Gq -Cu -hO -WP -VT -fX -WP -QY -Kb -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -Bw -bh -wB -Bw -Bw -Bw -Bw -bg -bF -Wx -hN -qg -ac -Wx -ez -ac -QK -ff -nG -CH -AW -LU -ja -Eq -VW -Cn -mD -vD -qL -UG -JM -GU -Su -LG -AV -Vm -Vm -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -"} -(53,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -se -nP -NL -Jh -Jh -Xk -Xk -kX -Gi -wL -ch -DD -my -AC -DP -BF -hl -pN -yv -Uo -iZ -ES -ea -Qo -pX -iZ -ej -WN -ok -dP -AR -KK -si -pS -hO -WP -LM -LM -WP -QY -Kb -Bw -YQ -Gc -dX -fr -MD -ox -MD -zp -eL -fr -vU -WV -MD -fR -IC -TZ -cn -TZ -dR -WK -eq -RN -gY -qg -ac -vB -Nl -wI -Ai -RN -tF -IN -Ki -Ya -vF -An -uB -XI -im -vn -qF -UG -Bd -No -zY -yg -AV -cv -cv -Ds -kL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(54,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -se -nP -NL -Jh -Jh -Xk -Xk -Fm -ki -Yp -uW -ch -gQ -cu -VH -LW -Ha -hl -af -dQ -Do -iZ -GM -lf -mz -sA -iZ -ii -WN -bU -LS -Jp -KK -JH -Fc -KL -wn -sW -sW -wn -rR -Rz -Bw -vX -Ec -kI -ti -ti -ti -ti -IB -ti -ti -ti -ti -qI -xe -MY -ti -ti -ti -Es -te -eq -Mu -xu -oA -TA -sU -xu -oA -NX -xl -HX -OH -zd -YE -ly -go -UD -Lk -oq -om -IH -WU -zV -Tu -Js -Sc -PB -NL -NL -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(55,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -se -nP -NL -Wb -Jh -Xk -Xk -rn -oO -CE -IW -VL -hl -hl -hl -hl -Zb -hl -hl -Mn -oj -if -vP -Uy -ap -zb -EA -wP -JI -fa -gc -Vn -dP -KK -Nw -Iw -KL -Bw -BW -BW -Bw -rR -Kb -Bw -mg -pL -CJ -hr -Cj -Cj -Cj -Cj -Cj -Cj -ZQ -Cj -tP -tU -jd -Cj -Bf -NG -cO -Bx -eq -CT -JS -BY -eq -cE -JS -Ch -eq -mf -sb -wZ -eq -OT -ty -lt -OY -nZ -Dm -CB -qF -UG -Rl -Sd -ZE -MP -PB -cv -cv -CP -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(56,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -bD -yK -NL -Wb -Wb -Wb -Xk -OA -dm -YC -lz -hZ -lr -iN -YK -gG -bq -YJ -uf -bt -Dq -Is -iY -iY -iY -Yw -iZ -iZ -iZ -Kc -WN -ok -dP -AR -KK -bP -kK -Hz -gm -PG -PG -Cb -Rp -Ws -Bw -Bw -Ec -wF -Mo -xp -xp -QB -QB -QB -xp -Hr -Hr -Hr -Hr -Hr -Hr -Hr -Ec -cO -Bx -eq -CT -kQ -BY -eq -cE -uO -Ch -eq -mf -oL -wZ -eq -Cz -Hs -kn -Zp -dt -Ov -al -qF -UG -ot -MG -Su -ay -wm -Vm -mq -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(57,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -jx -Wb -Wb -Jh -Jh -Xk -nC -Ta -Bn -yf -IW -Yj -Bj -ml -BH -BH -jM -BH -YH -Ro -sE -bc -Ue -SY -zr -bS -aS -aG -RA -qp -dF -sh -mS -KK -mY -qy -UR -Aa -sg -sg -pr -Bw -FS -yP -Bw -Ko -wF -SX -xp -qn -hC -Dx -yo -XZ -Hr -Oj -Ht -Fq -Qy -wd -Hr -Gs -yd -pv -eq -eq -eq -eq -eq -eq -eq -eq -eq -eq -nr -yl -yl -WA -cl -pT -vx -FL -gB -HC -fG -UG -DF -RU -Wj -DR -AV -Vm -Vm -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(58,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -jx -Jh -Jh -Jh -Jh -Zl -QG -Bm -Ak -Pg -IW -rr -hl -MU -jo -jo -aj -jo -MU -MU -MU -jo -jo -MU -Sy -MU -gx -lI -MU -jo -jo -yX -jo -KK -Bw -Bw -UR -pw -Yk -Ce -pw -Bw -Bw -Bw -Bw -Ec -wF -SX -ip -so -Nu -EC -ws -va -Hr -hw -hV -RM -Om -zt -Hr -jt -gK -eP -yY -fn -HG -bk -Mc -Mc -yD -SQ -nX -SQ -ym -Qn -nw -xx -TW -Hm -BQ -FL -gB -yB -qF -UG -UG -Jo -eg -eg -tk -cv -cv -Ds -kL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(59,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -lZ -Di -Jh -Jh -Jh -Zl -gr -Ta -OO -Vv -IW -pI -Gy -Zo -ND -ND -au -ND -Sr -zO -Qe -Qe -Qe -Qe -PZ -GY -Qe -Qe -Hk -Qe -Qe -Qe -Qe -nS -Vw -eL -zP -VP -VP -VP -MD -eL -pA -EI -MD -WF -wF -SX -ip -Gr -dh -Fr -ws -tv -Hr -zU -Ee -Bh -iD -ca -Hr -xm -dj -YS -YS -YS -ul -YS -YS -YS -YS -YS -dz -YS -EW -gf -DQ -QR -zR -Hm -wM -FL -eH -cM -XV -Tf -aZ -xU -jV -KQ -ey -Le -Le -gF -Ii -Sj -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(60,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -lZ -Di -Wb -Xk -Xk -cW -gj -pz -Bo -cw -Ta -Gy -Gj -jC -XC -XC -XC -XC -XC -XC -XC -ih -ZM -bN -MV -XO -XO -XO -XO -XO -hd -uT -uT -jw -RR -YV -VP -VP -VP -Ve -Ve -Ve -Ve -Ve -Ve -wF -SX -ip -mP -Tp -HB -fb -jI -Hr -dD -sK -Ge -yU -xj -Hr -nB -cj -FX -CD -CD -eD -CD -CD -FX -FX -gw -ci -FX -JC -zf -CD -pq -cz -Hm -vx -bo -Uk -xt -tI -ga -qx -MJ -Gl -FK -qq -Wb -Wb -NL -CP -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(61,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -jx -NL -Xk -iC -Ta -Ta -Ta -GB -zJ -ZL -Ng -gl -aB -TM -HR -of -cP -yh -QM -Xe -qo -ek -mN -kV -Zr -Zr -Zr -Zr -sO -Xi -ua -Rj -Vw -mi -bA -MA -tL -VP -bA -bA -bA -mb -bA -BP -wF -FP -xp -ke -lc -Dn -RW -jX -Hr -Dy -uv -EL -IZ -OC -Hr -Hr -Oi -bY -Ef -kt -wY -Ip -ZV -bY -FX -FX -ci -Hl -do -do -do -Vj -do -Hm -Hm -Hm -Hm -Hm -Hm -Hm -Hm -pK -Hm -Hm -SK -LE -LE -LE -LE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(62,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -jx -NL -Xk -iF -Pn -Pn -Pn -Yu -nU -Pn -HJ -RD -KH -zz -nt -nt -nt -nt -nt -kE -QV -nt -nt -nt -DN -xP -Wq -Vr -Wk -Xi -RT -nK -nK -nK -Rd -xd -xd -ug -ug -ug -ug -xd -xd -oH -SD -fv -xp -xp -xH -xp -xp -xp -Hr -Hr -Hr -Hr -Bl -Hr -Hr -Hr -Gx -DA -AJ -Ef -wY -dL -qT -AL -sI -FX -zl -Ao -do -ME -bl -hU -do -vC -UO -PC -PL -PC -UO -Pj -sG -pb -Jr -Ur -EH -yT -UZ -yC -LE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(63,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -jx -HQ -HQ -YD -EV -EV -EV -ZC -FM -EV -Sx -po -td -jF -nt -Ji -YN -De -QZ -Ho -aE -QJ -WR -nt -Rq -Rq -Rq -Rq -Jq -Xi -RT -nK -fV -nK -zH -xd -mH -Ad -rF -GV -GV -OD -xd -Mj -Da -vH -PE -Qh -bi -Nh -Vb -ZD -HM -FH -bu -Qp -Ih -KV -jK -Vb -QP -QP -QP -QP -QP -QP -QP -QP -QP -ei -Bt -eB -do -Zn -Lm -YP -do -Az -NN -qu -re -pc -NN -NN -Yg -Fi -EK -eR -EK -qt -Wf -ID -bE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(64,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -bD -dk -dM -ir -pn -QS -QS -QS -BJ -Fb -TC -DI -Sx -jr -KH -zz -nt -Mp -dY -cC -iO -mt -Cy -mt -Yc -nt -Rq -Rq -lQ -Jq -Xi -kF -nK -nK -nK -Rd -xd -Pl -OL -cJ -cb -Al -Fk -Uu -Mj -Da -Ib -PE -pM -Xb -hp -Dk -ds -hx -hx -Ay -LZ -bJ -Ll -hx -EU -QP -QN -Zi -tM -ko -Ia -XY -pg -QP -cs -ci -eB -do -WG -Hu -ak -Me -ar -uI -Sn -wk -Cm -Qj -AZ -ht -ye -DZ -DZ -DZ -DZ -DZ -in -bE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(65,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -oJ -Gn -MK -YU -Nc -Nc -dU -TC -YU -rV -VG -KH -HO -nt -GL -mt -mt -mt -mt -Cy -mt -SI -nt -nt -nt -nt -nt -PA -Xi -cY -nK -nK -So -lD -xd -xd -xd -cg -CK -cb -Fk -Uu -ll -xZ -xn -PE -dK -me -gH -kb -iW -uh -Ox -fO -Jy -nT -yk -Mb -ww -QP -Uq -Kf -Kf -XF -VS -XY -pg -QP -Rv -ci -eB -do -WG -gb -kx -Rx -Jj -PH -wE -es -Rx -Vi -pD -jQ -jQ -jQ -Eu -jQ -jQ -jQ -Qa -bE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(66,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -oJ -wG -MK -YU -Gn -CY -Gn -TC -YU -rV -lT -KH -Ct -nt -WC -mt -mt -mt -mt -jv -ct -Lq -ct -HE -xE -yG -nt -kr -Mi -RT -nK -xB -Zj -Sp -Io -kJ -xd -dZ -er -Gg -PP -xd -dp -Da -VZ -PE -PE -kZ -ya -Vb -Vb -KS -Vb -KT -wz -ZK -Ze -nj -Qi -Pv -lL -cR -ee -cR -yI -XY -pg -QP -Qf -MR -Ua -do -do -do -do -Ti -DM -JN -hS -hS -zj -dN -pD -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(67,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -oJ -Gn -MK -YU -ic -ls -oF -TC -aY -bx -VG -KH -zz -nt -UW -Bp -oS -oS -oS -Bp -mt -mt -mt -DL -Lb -ix -nt -rH -QX -RT -jU -kc -ru -Xs -Cw -Cw -kD -Mt -it -SH -Vg -xd -AB -Da -VZ -Wz -Lv -RF -YI -Kt -EJ -WQ -Vb -wh -wz -RQ -Ze -Eo -Ze -QP -gu -Kf -Kf -Kf -Kf -XY -pg -QP -jN -db -Eb -OP -TS -XN -NN -ou -vy -mw -mw -jD -zj -PS -cU -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(68,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -HQ -Nk -YU -YU -YU -qe -YU -TC -YU -Sx -VG -KH -zz -nt -yc -Dl -UX -UX -UX -vS -mt -mt -mt -DL -Lb -sc -nt -yF -uE -RT -jU -Lx -Zx -UL -BX -Vy -xd -xd -xd -xd -VF -xd -rk -Da -VZ -xQ -lW -RF -mo -IQ -ef -xO -Vb -fP -ve -TL -QD -Ba -jp -QP -QP -tV -Id -yV -Kf -XY -pg -QP -tA -db -Eb -dq -zj -We -Lu -CS -vq -Rh -gO -vq -hS -dN -LX -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(69,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -TU -oJ -Gn -MK -YU -Nc -Ux -xD -Pc -fB -iX -UQ -kS -PK -JR -xA -DS -UX -Bp -Ob -ts -Ut -Ut -Ut -DL -tb -rg -nt -dG -wK -GS -jU -ew -Rf -Uj -ZU -JQ -nK -nK -bL -wi -VN -sS -Mj -Da -VZ -vN -RF -RF -Xt -eS -jG -iP -Vb -Kg -wz -fx -zC -fx -MH -LZ -Vb -Vb -Vb -Vb -hi -XY -pg -QP -TJ -db -Eb -dq -zj -GE -NN -BM -RO -pl -LF -oC -hS -dN -pD -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -CP -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(70,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Xc -oJ -LP -zw -Jl -Gn -CI -iT -TC -ku -Sx -Je -DW -JL -nt -BS -Dl -UX -BK -Fw -vS -Ut -IE -Ut -Xx -NS -mL -nt -HY -GI -UM -jU -Hb -HL -nD -CG -wo -nK -nK -uQ -xy -Hg -os -em -PO -wl -Ci -zG -wX -Pr -qj -ld -rC -Vb -HA -wz -TR -Kl -vi -Ze -Ay -qZ -hT -bf -Vb -Zv -Kf -sZ -QP -Hj -ln -xC -xG -zj -GE -do -iB -vq -XJ -MM -nz -hS -dN -su -jQ -jQ -jQ -jQ -jQ -jQ -jQ -FW -bE -Jh -AF -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(71,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -TU -oJ -Gn -MK -oB -wq -wq -WI -LR -by -FJ -OW -pG -co -BD -ud -Ep -UX -Bp -UX -ts -Ut -Ut -Ut -DL -hD -wf -nt -pa -rj -EN -jU -Mw -IL -Uj -Nn -JQ -rN -rN -rN -rN -rN -rN -Mj -Wr -VZ -vN -RF -RF -wa -eS -WB -rC -Vb -Ol -FG -ZK -Ks -ZK -Ze -hx -Vb -Vb -Vb -Vb -vG -Kf -wC -QP -cK -Vk -BL -KR -wH -Sv -sk -gN -Um -wR -wR -fz -bB -OR -fY -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(72,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -HQ -pi -YU -lU -as -as -Rr -AY -YU -Sx -Ls -KH -zz -nt -yc -Dl -UX -UX -UX -vS -mt -mt -mt -DL -Lb -sc -nt -yF -uE -RT -jU -Lx -Ld -Uj -<<<<<<< HEAD -Zj -======= -fy ->>>>>>> 6ca04ed009... Merge pull request #14219 from Heroman3003/stellar-fixes-s -Zj -rN -ry -sB -cZ -lC -rN -zo -Wr -VZ -xQ -wS -RF -sv -Ud -gg -HH -Vb -wT -BU -RQ -Ze -FE -La -QP -QP -kk -xV -jW -Kf -Kf -AG -QP -Pt -db -Eb -rv -zj -DV -do -EM -uY -hS -hS -bW -zj -ZY -ET -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(73,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -oJ -Gn -MK -fi -VC -XU -sr -Xq -qS -Sx -EE -KH -zz -nt -hA -Bp -io -io -io -Bp -mt -mt -mt -DL -Lb -ix -nt -Yy -Hy -RT -jU -Wi -hc -GP -nv -JK -nu -RH -ky -AO -WX -rN -Hh -Wr -VZ -Wz -Qq -Km -Mq -xL -LC -yQ -Vb -wT -zD -ik -Ze -og -Ze -QP -sJ -nJ -kj -Pb -Vq -kO -yE -QP -jN -db -Eb -gq -HZ -Nj -NN -ae -or -WE -Ui -BO -Ui -dN -pD -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -Wb -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(74,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -oJ -wG -MK -fi -dw -On -rd -AN -sL -rV -lT -KH -Ct -nt -Yl -mt -mt -mt -mt -hm -VM -uJ -VM -BC -lG -ZZ -nt -ys -IK -RT -nK -Dh -lo -lB -GW -Fp -rN -VE -oc -xv -Ow -rN -IG -AA -rc -Xa -Xa -Rc -tf -Xa -Xa -NQ -Vb -qm -Wu -GF -hR -fu -dc -zQ -fF -aX -Qc -Tm -hn -pf -hn -hn -Qf -qb -Ua -YY -Nf -Nf -YY -le -YY -YY -xk -BO -Ui -dN -pD -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -Wb -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(75,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -oJ -Gn -zw -fi -dw -On -py -fp -mn -rV -VG -KH -HO -nt -XP -mt -mt -mt -mt -lO -mt -mt -nt -nt -nt -nt -nt -PA -IK -cY -nK -nK -oZ -gC -rN -rN -rN -iM -uP -IV -IV -rN -uF -dB -aF -Xa -eJ -JV -Yn -Hc -Xa -zc -uj -Ll -dr -hx -hx -tT -Iu -QP -IT -LQ -nV -ft -hn -zL -PY -Ex -ZF -Jn -zh -cX -ed -du -dJ -mE -tG -YY -ce -BO -Ui -dN -pD -jQ -jQ -jQ -jQ -jQ -jQ -jQ -Qa -bE -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(76,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -bD -dk -Di -HQ -LT -as -uX -dw -On -hY -fp -MZ -Sx -Xl -KH -zz -nt -SF -Fy -cC -iO -mt -lO -Ri -sH -nt -Rq -Rq -lY -Jq -IK -kF -nK -nK -nK -yJ -rN -SN -DG -vK -uP -IV -sX -rN -mk -eZ -VZ -sq -vO -Ft -Dv -ol -Dz -rm -hj -kC -vI -NP -Cd -OE -EU -QP -lR -jq -Zw -Df -hn -DJ -Pz -hn -eO -Jn -zh -cX -Oa -tt -BI -PD -ed -cX -nF -BO -Ui -cy -tu -HN -HN -HN -HN -HN -HN -HN -nm -bE -Wb -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(77,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -jx -HQ -HQ -pW -sP -dw -On -py -fp -Dj -Sx -po -AI -jF -nt -fL -mU -DO -kp -GA -fK -ij -sH -nt -Rq -Rq -Rq -Rq -Jq -IK -RT -nK -fV -nK -uC -rN -lg -EO -ED -fo -XR -gn -rN -we -dB -fI -sq -xJ -fh -MS -NF -qQ -iq -zX -vf -LV -GT -lP -WY -Vb -QP -QP -QP -QP -QP -hn -hn -hn -hn -Oz -KA -XQ -JZ -Hp -Sq -XX -Dr -Fn -JZ -PM -wN -rK -Vl -qk -Eh -SZ -Jv -jZ -pp -yR -HF -IO -bE -Wb -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(78,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -tj -dk -PR -Pe -bp -dw -On -py -fp -ZO -Sx -VY -KH -zz -nt -nt -nt -nt -nt -kE -lJ -nt -nt -nt -dv -Im -Gb -kl -Wk -IK -RT -nK -nK -nK -yJ -rN -rN -rN -rN -rN -rN -rN -rN -oH -Nr -fv -sq -jf -jc -dg -Sh -Xa -qf -nd -nd -nd -mK -nd -nd -nd -uz -Bg -CN -fJ -yW -NW -iE -Aw -Yx -ON -Jn -LK -cX -xo -NO -cH -kY -rU -YY -Sf -TK -kq -vA -Vp -Wc -kB -He -aR -IR -xw -ZI -hW -LE -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(79,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -jx -NL -oJ -mJ -sP -dw -On -wV -aK -nQ -Sx -aC -KH -jP -Tl -pH -eX -Ga -ex -zs -lS -eV -Kn -US -ND -ND -ND -ND -sO -IK -jy -Bc -yr -oi -Gd -Pf -wW -Ru -nL -WL -WL -Iv -iu -ec -YX -vR -Xa -Tn -Xg -Ky -Ft -vO -qf -xY -oh -bs -OU -OX -nd -nd -jz -Ml -fJ -en -yW -ab -Uc -Ml -ON -ON -Jn -Vu -ta -ta -ta -ta -ta -ta -ta -ta -LY -LY -uM -LY -oa -oa -oa -oa -BN -LE -LE -LE -LE -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(80,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -se -nP -Wb -HQ -HQ -vg -Ax -LL -GX -uZ -Hi -Sx -iy -mV -XC -rQ -xT -xT -xT -xT -xT -kd -SU -xT -WH -xT -xT -xT -xg -jJ -lj -ji -ji -Xv -En -jk -Ru -Ru -Ru -CC -CC -CC -CC -CC -CC -YX -Ka -sq -Or -Ft -Ky -RI -Ys -qf -hM -Xh -vL -Hw -fg -nd -Ik -TN -dI -eN -eN -Ej -eN -eN -dI -dI -eT -nN -up -dA -Lt -Xf -Lc -kA -Iy -CL -To -jm -yq -TO -FY -Gf -XH -UB -np -BN -Wb -Wb -NL -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(81,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -se -nP -Jh -Jh -Jh -HQ -Sx -Sx -Sx -Vh -Sx -Sx -Sx -FA -Zr -sj -FU -Zr -Zr -vj -pZ -DC -Zr -OV -Zr -Ye -Zr -Zr -Zm -OV -Zr -Zr -sj -Zr -yr -Mm -lv -Ru -Ru -Ru -Mk -Mk -lv -Mk -Mk -uq -YX -Ka -sq -Ln -ck -Ky -ad -mW -qf -OG -ho -Lh -Gw -gJ -nd -qD -Cx -hJ -hJ -hJ -hy -hJ -hJ -hJ -fW -hJ -bX -jS -dA -RP -At -bd -UK -At -Wh -To -eF -tl -Il -no -Hq -tQ -vM -kN -SA -Le -Le -uG -Le -Sj -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(82,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -jx -Jh -Jh -Jh -Jh -Yf -rG -bV -LN -KG -Rn -FC -fl -fl -HW -fl -rX -fl -HW -fl -fl -eC -Ke -HP -hq -mT -mT -AM -mT -JB -oM -mT -mT -JY -Hd -an -Hd -rZ -zN -Ew -rZ -Hd -Hd -Hd -Hd -Xd -YX -Ka -sq -BR -Ft -Ky -Ft -vY -qf -VK -Op -Bv -cD -hF -nd -Py -PF -ON -Td -Ou -Lr -Ou -Ou -Rk -kv -ZH -OS -gL -dA -LD -Zd -YG -YL -GH -vo -To -TG -Sm -pU -Yd -Gf -Gf -Gf -uo -BN -nq -nq -CP -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(83,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -se -yK -Wb -Wb -Jh -Jh -Yf -UC -TY -Og -FB -UC -JT -fl -Ae -Rm -WZ -CF -wt -hT -hP -fl -ZA -zm -GG -gR -mT -qs -RX -tn -Ok -KE -NJ -YF -JY -zK -RS -Hd -rM -Bq -Bq -zk -Hd -pJ -EX -Hd -IY -YX -Ka -Xa -KY -jc -Bb -UH -hL -qf -oK -hQ -Ss -Vt -Kw -nd -XL -wO -XL -LI -QU -ZR -QT -QU -LI -HK -HK -II -HK -To -tB -Eg -qH -rA -Fd -jY -hs -nb -fA -xa -Ug -lm -WW -QE -cF -Jk -VJ -Dw -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(84,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -Wn -jx -NL -Wb -Wb -Wb -Yi -cB -UC -yM -Ly -NY -YM -fl -CV -Wm -tW -eY -tW -RK -ev -fl -vu -Xy -wv -ra -mT -mX -Ns -Ns -Zu -wJ -mT -cI -JY -GQ -SV -Zk -XM -HD -HD -Gt -Zk -SM -Hd -Hd -Xd -YX -dy -Xa -Xa -sq -sq -sq -Xa -qf -nd -nd -nd -nd -nd -nd -Xd -FQ -Ka -QU -Th -Ph -rq -GZ -LI -ai -MF -gT -Zf -To -xM -qz -Uz -vc -oV -Af -To -UU -TX -Qm -aO -Nq -Sm -SP -Nt -Lw -VJ -VJ -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(85,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -jx -NL -NL -Wb -Jh -Yi -Yi -IJ -Kx -Ez -gP -pR -fl -FR -Wm -HV -tJ -HV -RK -ev -fl -EZ -SL -wv -mF -mT -TB -Ns -Ns -pP -wJ -mT -cI -JY -Tg -Ot -Hd -Hd -ST -Po -Hd -Hd -SR -Hd -YW -rh -xX -Qd -CW -CW -CW -CW -CW -CW -Yz -CW -cA -CW -zZ -CW -JF -rY -FQ -yx -QU -Nz -rq -iv -Ed -LI -fk -SW -AE -QQ -rw -jY -eQ -uU -fT -yw -iI -To -xq -oX -aW -Xz -Nq -Sm -SP -lk -Lw -nq -nq -Ds -kL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(86,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -lZ -dk -dk -Di -Jh -Jh -Yi -Yi -Yi -Yi -cQ -Yi -aN -xI -Wm -HV -eY -HV -RK -mG -fl -Wl -Xy -wv -NE -mT -Ma -Ns -Ns -Zu -wJ -mT -cI -JY -at -Yb -iQ -fe -KJ -KJ -fe -YB -un -Hd -KU -Xd -UA -wb -wb -wb -wb -mm -CC -CC -CC -CC -CC -TI -Co -Co -Co -Co -Gp -dE -QU -ns -rq -NZ -Ku -Re -OI -da -iw -dW -To -To -Vo -Vo -Vo -Vo -Vo -Vo -qr -nH -BB -tE -qP -Sm -mv -qW -Kr -NL -NL -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(87,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -jx -NL -Jh -Jh -iQ -iQ -YZ -de -oG -aN -VU -yn -eM -rz -Rm -pV -ev -fl -OJ -Xy -wv -oT -mT -mQ -UN -UN -wy -wJ -mT -cI -JY -Ne -Ot -Bu -Ts -Ah -rD -Ts -XT -SR -Hd -us -aL -zS -Wy -<<<<<<< HEAD -Mk -Mk -======= -xh -XE ->>>>>>> d8fddf3331... Merge pull request #13606 from Very-Soft/micro_structures -Mk -fs -Tk -yu -IX -Mk -Mk -LH -Mk -pm -Mk -XE -lv -Aj -LI -Gz -Tc -uD -YR -LI -fm -Kv -dS -vb -Nm -eo -OF -Oq -rf -RG -lN -is -OF -vm -KB -gX -lK -JJ -PI -jA -Lw -nq -nq -CP -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(88,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -ur -dk -dk -dk -dk -TV -TV -gk -oG -aN -md -iV -Tj -Cv -Kj -rI -Du -fl -rE -xK -aw -Dd -mT -KC -Bi -XD -jj -uy -uy -Cg -JY -gv -UJ -Bu -Ts -GN -pQ -Ts -XT -SR -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -Hd -vp -Hd -Hd -Hd -Hd -Hd -Hd -mO -bZ -rq -iS -Qk -LI -Be -mM -nx -fU -Mv -OZ -tg -xb -Sb -xz -Mg -qJ -tg -cf -TX -KN -jg -Zh -FV -lX -yA -VJ -Dw -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(89,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -Wb -Jh -Jh -Bu -Oo -Nb -aN -aN -aN -HW -HW -HW -sD -aN -aN -rx -Ey -sN -rx -JY -JY -AM -AM -JY -AM -AM -JY -JY -fd -Pi -iQ -Ts -TQ -bC -Ts -YB -Ir -Tv -Tv -Tv -ph -Tv -Tv -Tv -vQ -Tv -aI -qh -Ie -HS -am -Cc -Jw -aM -FT -pj -Np -Np -yi -KW -nf -kh -JD -LI -qd -na -oY -rp -Fs -Ww -ka -RJ -ng -Pd -Ry -cL -Qz -tm -az -nO -nO -kT -nO -nO -nq -VJ -VJ -Wb -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(90,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -iQ -iQ -hb -ri -WO -WO -WO -WO -WO -WO -WO -FZ -WO -WO -ax -oG -oG -oG -oG -oG -oG -oG -oG -oG -yS -rl -ep -iQ -Ts -fc -pQ -Ts -YB -YB -PV -jB -pJ -Xp -Za -vT -Jf -zW -qa -gd -mj -ha -Xr -tw -VX -gp -tp -PT -vt -jn -Wg -mO -mO -mO -oI -mO -mO -Mr -qr -ER -qr -qr -qr -qr -kf -Sb -uw -Sb -hX -OF -OF -lV -OF -il -Qt -on -SG -rT -rT -rT -Ds -kL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(91,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -iQ -Bu -eA -iQ -iQ -Bu -Bu -Bu -iQ -iQ -eA -iQ -Bu -Bu -iQ -iQ -iQ -Bu -Bu -iQ -Bu -Bu -iQ -iQ -iQ -iQ -iQ -Ts -iL -YA -Ts -YB -YB -YB -YB -XT -XT -YB -YB -YB -YB -YB -xc -Fg -CU -El -Kz -PQ -LB -ZX -Nv -jT -jT -xc -tK -cm -pe -Yr -Hx -lH -DK -HT -qV -Se -NM -qv -qr -vz -Qv -FF -rB -sw -OF -sm -bz -OF -Ql -zq -NC -NC -TD -Ja -rT -qi -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(92,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -jx -Wb -Jh -Jh -Jh -Jh -Jh -Wb -jx -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Wb -ZG -Jh -sM -Ea -CU -CU -CU -GR -Wb -Jh -NL -tK -zT -cm -Yr -AK -tS -iG -HT -It -oP -QA -Xj -fZ -ZP -RV -zy -JE -Lp -OF -cN -Yq -OF -Ij -sl -Jg -Jg -AT -iK -rT -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(93,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -bD -yZ -NL -NL -Jh -Jh -Jh -Jh -NL -jx -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -hz -Wb -xc -NA -xc -Jh -Wb -Wb -Jh -Jh -Jh -tK -el -el -tX -Os -dd -dd -WT -gE -qr -qr -qr -qr -bj -yj -za -yj -fN -OF -OF -Sw -OF -qX -eK -li -tC -vd -UV -Ra -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(94,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -lZ -dk -dk -dk -dk -dk -dk -hk -gi -Di -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Ds -kL -NL -NL -Cf -NL -NL -NL -NL -Jh -Jh -Wb -tK -tK -gS -wD -eh -DT -gU -lu -nM -qr -Vf -Vf -Xo -Vf -Vf -EP -Vf -Vf -Xo -pu -UE -OF -ow -ow -ow -Mh -vd -lw -Ra -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(95,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -Wn -NL -jx -NL -NL -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Ds -kL -yH -yH -yH -NL -yH -yH -yH -yH -yH -Wb -Wb -Wb -tK -tK -Li -By -oR -oR -gV -IP -qr -Vf -Vf -ib -UF -lx -sQ -iR -UF -Vx -Vf -Gu -OF -MW -Cr -ow -qA -vd -bK -Ra -ZG -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(96,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -NL -jx -NL -NL -NL -NL -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Ds -Le -kL -wr -Uh -Uh -Uh -NL -Ig -Ig -Ig -Ig -BE -Wb -Wb -Jh -Jh -tK -sy -lE -px -px -Jb -JX -qr -Rs -Vf -EP -Bs -Vf -Vf -Vf -Bs -EP -Vf -mC -OF -gh -kH -Mz -Jg -pC -ks -rT -ZG -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(97,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -lZ -dk -dk -dk -dk -dk -dk -dk -bw -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -yy -uK -Go -Kh -yH -Cp -Cp -Cp -Cp -NL -Cp -Cp -Cp -Cp -Cp -NL -Jh -Jh -Jh -Jh -KX -MB -px -KI -Jb -Jb -qr -Gu -Vf -gW -Vf -Vf -Vf -Vf -Vf -gW -Vf -Gu -OF -XB -Tx -ow -AS -FN -rT -rT -ZG -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(98,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -ZG -iH -Uh -Uh -Uh -Uh -Uh -NL -MN -MN -MN -MN -sC -Ds -Le -Le -Le -Le -kL -Cl -bT -bT -bT -bT -MB -sY -Vf -EP -Vf -Vf -KM -Vf -Vf -EP -Vf -Ix -ni -Ra -Ra -rT -rT -rT -rT -NL -ZG -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(99,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -NL -ZG -Mx -Mx -Mx -Mx -Mx -Mx -NL -Mx -Mx -Mx -Mx -Mx -ZG -NL -Wb -Wb -Wb -Wb -Wb -NL -NL -NL -tc -RY -Gu -Vf -Rb -Vf -Vf -Vf -Vf -Vf -Rb -Vf -Gu -ni -NL -NL -NL -NL -NL -NL -NL -ZG -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(100,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Pp -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -iU -Le -Le -Le -Le -Le -Uf -Le -cG -Le -SO -NL -NL -NL -NL -NL -NL -NL -NL -NL -Ds -Up -Le -Sj -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -RY -Hf -Vf -Vf -Bs -Vf -Vf -Vf -Bs -Vf -Vf -mC -ni -NL -NL -NL -NL -NL -NL -NL -ZG -NL -NL -Jh -Jh -Pp -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(101,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -CP -Le -Le -Le -NU -Le -Le -Le -Le -Le -kL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -RY -KP -MT -cr -cr -cr -cr -cr -cr -cr -MT -lA -ni -Wb -NL -NL -NL -NL -NL -NL -ZG -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(102,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -RY -ni -ni -Hv -aQ -aQ -mr -aQ -aQ -jO -ni -ni -ni -Wb -Wb -NL -NL -NL -NL -NL -ZG -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(103,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jx -Le -Le -Le -Le -Le -Le -Le -Le -Le -Le -Le -lq -Le -Le -Le -Le -Le -Le -Le -Lg -Le -Le -SO -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(104,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -NL -NL -NL -NL -AF -NL -NL -Jh -Jh -Jh -Jh -Jh -Jh -Jh -NL -AF -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(105,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(106,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(107,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(108,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(109,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(110,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(111,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(112,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(113,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(114,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(115,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(116,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(117,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -ob -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(118,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(119,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(120,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Oh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(121,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(122,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(123,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(124,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(125,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(126,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(127,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(128,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(129,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(130,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(131,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(132,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(133,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(134,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(135,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(136,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(137,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(138,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(139,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -"} -(140,1,1) = {" -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -Jh -======= -"aa" = (/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"ab" = (/obj/structure/stairs/spawner/north,/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/aftstarboard) -"ac" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"ad" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"ae" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"af" = (/obj/item/bee_pack,/obj/item/honey_frame,/obj/item/honey_frame,/obj/item/honey_frame,/obj/item/honey_frame,/obj/item/honey_frame,/obj/item/weapon/tool/crowbar,/obj/item/bee_smoker,/obj/item/beehive_assembly,/obj/structure/closet/crate/hydroponics{desc = "All you need to start your own honey farm."; name = "beekeeping crate"},/obj/item/beehive_assembly,/obj/item/beehive_assembly,/obj/item/beehive_assembly,/obj/item/beehive_assembly,/obj/item/bee_pack,/obj/item/bee_pack,/obj/item/bee_pack,/obj/item/honey_frame,/obj/item/honey_frame,/obj/item/honey_frame,/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/green{icon_state = "0-2"},/obj/effect/floor_decal/milspec/color/green/half{dir = 1},/turf/simulated/floor/tiled,/area/hydroponics) -"ag" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 9},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"ah" = (/obj/machinery/atmospherics/omni/atmos_filter{name = "CO2 Filter"; tag_north = 2; tag_south = 1; tag_west = 5},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"ai" = (/obj/machinery/vending/tool,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"aj" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "Hydroponics/Kitchen Access"; req_one_access = list(35,28)},/turf/simulated/floor/tiled/steel_ridged,/area/hydroponics) -"ak" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/yellow{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"al" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/green,/obj/machinery/meter,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"am" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"an" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"ao" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"ap" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"aq" = (/obj/effect/landmark/start/atmostech,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"ar" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/cable/yellow{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"as" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"at" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "16-0"},/obj/structure/disposalpipe/up{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"au" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"av" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/mob/living/simple_mob/animal/goat{name = "Ted"},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"aw" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/symbol/sa{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"ax" = (/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"ay" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"az" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/cyan{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/camera/network/engineering{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"aA" = (/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/fore) -"aB" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"aC" = (/obj/machinery/computer/guestpass{pixel_y = 24},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"aD" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#e6ab22"; fill_color = "#877242"; name = "Combustion Workshop"; req_access = list(24); stripe_color = "#2ebfbd"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/combustionworkshop) -"aE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 8},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"aF" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/milspec/color/white/half,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"aG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"aH" = (/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/structure/closet/hydrant{dir = 4; pixel_x = 27},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"aI" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/door/airlock/angled_bay/double{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"aJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment,/mob/living/simple_mob/animal/passive/cow,/turf/simulated/floor/grass,/area/hydroponics) -"aK" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"aL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"aM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"aN" = (/turf/simulated/wall/bay/r_wall/steel,/area/crew_quarters/locker) -"aO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/table/reinforced,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"aP" = (/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/obj/structure/closet/hydrant{dir = 8; pixel_x = -27},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"aQ" = (/obj/structure/grille,/turf/simulated/floor/airless,/area/engineering/engine_room) -"aR" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/vehicle/train/trolley{dir = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"aS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/effect/landmark/start/botanist,/turf/simulated/floor/tiled,/area/hydroponics) -"aT" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 4; id = "botanylockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"aU" = (/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/aftport) -"aV" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"aW" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"aX" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"aY" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"aZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera/network/engineering{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ba" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"bb" = (/obj/machinery/light/floortube{dir = 4; pixel_x = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"bc" = (/obj/machinery/seed_extractor,/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"bd" = (/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"be" = (/obj/machinery/computer/station_alert,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"bf" = (/turf/simulated/open,/area/stellardelight/deck2/triage) -"bg" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/port) -"bh" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/door/airlock/angled_bay/hatch/engineering{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"bi" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"bj" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "\improper HIGH VOLTAGE"; pixel_y = 32},/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/engine_room) -"bk" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"bl" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/noticeboard{pixel_x = -32},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"bm" = (/obj/structure/sign/directions/science{pixel_x = 32},/obj/structure/sign/directions/dorms{pixel_x = 32; pixel_y = 6},/obj/structure/sign/directions{desc = "A direction sign, pointing out the way to the shuttle bay."; name = "\improper Shuttle Bay"; pixel_x = 32; pixel_y = -6},/obj/structure/sign/directions/security{pixel_x = 32; pixel_y = 12},/obj/structure/sign/directions/stairs_down{pixel_x = 32; pixel_y = 18},/obj/structure/railing/grey{dir = 4},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/aftport) -"bn" = (/obj/structure/railing/grey{dir = 8},/obj/structure/cable/white{icon_state = "32-1"},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/triage) -"bo" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 9},/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/orange{icon_state = "0-8"},/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"bp" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"bq" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/hydroponics) -"br" = (/obj/structure/sign/directions/science{pixel_x = -32},/obj/structure/sign/directions/dorms{pixel_x = -32; pixel_y = 6},/obj/structure/sign/directions{desc = "A direction sign, pointing out the way to the shuttle bay."; name = "\improper Shuttle Bay"; pixel_x = -32; pixel_y = -6},/obj/structure/sign/directions/security{pixel_x = -32; pixel_y = 12},/obj/structure/sign/directions/stairs_down{pixel_x = -32; pixel_y = 18},/obj/structure/railing/grey{dir = 8},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/aftstarboard) -"bs" = (/obj/structure/table/standard,/obj/item/device/healthanalyzer,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"bt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/button/remote/blast_door{dir = 4; id = "botanylockdown"; name = "Window Lockdown"; pixel_x = -25},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/hydroponics) -"bu" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/gloves{pixel_x = 4; pixel_y = 4},/obj/item/weapon/storage/box/masks,/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/white{icon_state = "0-4"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"bv" = (/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/aftstarboard) -"bw" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"bx" = (/obj/structure/sign/double/barsign,/turf/simulated/wall/bay/steel,/area/crew_quarters/bar) -"by" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"bz" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/cyan{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/machinery/camera/network/engine{dir = 1},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/engineering/engine_room) -"bA" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"bB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"bC" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/obj/item/device/radio/intercom{pixel_y = -24},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/starboardescape) -"bD" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{icon_state = "0-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"bE" = (/obj/machinery/door/blast/angled,/turf/simulated/floor,/area/quartermaster/storage) -"bF" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/storage) -"bG" = (/obj/structure/cable/yellow{icon_state = "32-8"},/obj/structure/sign/department/miner_dock{pixel_y = 32},/turf/simulated/floor/tiled/monotile,/area/quartermaster/storage) -"bH" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"bI" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/obj/item/device/radio/intercom{pixel_y = -24},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/portescape) -"bJ" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"bK" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/sleeper{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/sleeper_console{pixel_x = -2; pixel_y = 2},/obj/item/weapon/circuitboard/body_scanner{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/scanner_console,/obj/item/weapon/circuitboard/grinder{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/bioprinter{pixel_x = 2; pixel_y = -2},/obj/item/weapon/circuitboard/chem_master{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"bL" = (/obj/structure/stairs/spawner/north,/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/central) -"bM" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/mob/living/simple_mob/animal/passive/opossum/poppy,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"bN" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"bO" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/mob/living/simple_mob/otie/red/chubby/cocoa,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"bP" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/alarm/angled,/obj/machinery/space_heater,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"bQ" = (/obj/structure/closet/secure_closet/quartermaster,/obj/item/weapon/storage/backpack/dufflebag,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/wood,/area/quartermaster/qm) -"bR" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/door/airlock/angled_bay/hatch{door_color = "#e6ab22"; name = "maintenance access"; req_one_access = list(24); stripe_color = "#e6ab22"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/atmos/monitoring) -"bS" = (/obj/machinery/biogenerator,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"bT" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/storage) -"bU" = (/obj/structure/filingcabinet,/obj/machinery/light,/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor/wood,/area/quartermaster/qm) -"bV" = (/obj/structure/table/woodentable,/obj/item/weapon/book/manual/bar_guide,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"bW" = (/obj/effect/floor_decal/milspec/cargo,/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"bX" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"bY" = (/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/aftport) -"bZ" = (/obj/machinery/computer/atmoscontrol,/obj/machinery/light/floortube{dir = 1; pixel_y = 6},/obj/machinery/requests_console/preset/engineering{pixel_y = 30},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"ca" = (/obj/structure/medical_stand,/turf/simulated/floor/tiled/white,/area/medical/surgery) -"cb" = (/obj/structure/table/fancyblack,/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"cc" = (/obj/machinery/power/smes/buildable{RCon_tag = "Engine - Core"; charge = 2e+006; input_attempt = 1; input_level = 200000; name = "Engine"; output_level = 250000},/obj/structure/cable/cyan{icon_state = "0-8"},/turf/simulated/floor/plating,/area/engineering/storage) -"cd" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/floodlight,/turf/simulated/floor/plating,/area/engineering/storage) -"ce" = (/obj/machinery/vending/wardrobe/cargodrobe,/obj/machinery/status_display/supply_display{pixel_y = 32},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"cf" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"cg" = (/obj/structure/bed/chair/comfy/blue,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/requests_console/preset/bridge{pixel_y = 30},/obj/structure/cable/blue{icon_state = "4-8"},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"ch" = (/turf/simulated/wall/bay/r_wall/green,/area/crew_quarters/kitchen) -"ci" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"cj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"ck" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; name = "Chemistry Cleaner"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"cl" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/monitoring) -"cm" = (/obj/machinery/shieldgen,/turf/simulated/floor/plating,/area/engineering/storage) -"cn" = (/obj/structure/sign/painting/public{pixel_x = -30},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"co" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/effect/floor_decal/steeldecal/steel_decals_central5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"cp" = (/obj/machinery/light/small{dir = 1},/obj/machinery/power/thermoregulator,/turf/simulated/floor/plating,/area/engineering/storage) -"cq" = (/obj/machinery/air_sensor{frequency = 1438; id_tag = "burn_chamber"; output = 63},/obj/machinery/camera/network/engine,/turf/simulated/floor/reinforced/airless,/area/stellardelight/deck2/combustionworkshop) -"cr" = (/obj/structure/cable/cyan{icon_state = "1-2"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"cs" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/machinery/newscaster{pixel_y = 28},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"ct" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"cu" = (/obj/structure/closet/secure_closet/freezer/meat,/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"cv" = (/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/fuelstorage) -"cw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"cx" = (/obj/machinery/atmospherics/pipe/tank/nitrous_oxide,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"cy" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/sortjunction/flipped{dir = 8; name = "Void"; sortType = "Void"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"cz" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/sign/department/cargo{pixel_x = 32},/obj/structure/closet/emcloset,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"cA" = (/obj/structure/sign/poster{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"cB" = (/obj/structure/closet/crate/bin,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"cC" = (/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"cD" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/white{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"cE" = (/obj/machinery/atmospherics/pipe/tank/oxygen,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"cF" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"cG" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "2-8"},/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"cH" = (/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; dir = 8; pixel_x = 28},/turf/simulated/floor/wood,/area/quartermaster/qm) -"cI" = (/obj/structure/sign/painting/public{pixel_y = 30},/obj/structure/sign/painting/public{pixel_y = -30},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/storage/art) -"cJ" = (/obj/structure/bed/chair/comfy/blue,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/cable/blue{icon_state = "4-8"},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"cK" = (/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"cL" = (/obj/structure/cable/cyan{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"cM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"cN" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "engine_airlock"; pixel_y = 24; req_one_access = list(10,11); tag_airpump = "engine_airpump"; tag_chamber_sensor = "engine_sensor"; tag_exterior_door = "engine_exterior"; tag_interior_door = "engine_interior"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "engine_airpump"},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/engineering/engine_room) -"cO" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"cP" = (/obj/machinery/alarm/angled{dir = 8},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"cQ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; name = "maintenance access"; req_access = list(25); stripe_color = "#454545"},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/barbackroom) -"cR" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"cS" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"cT" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "2-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"cU" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/conveyor{dir = 1; id = "cargounload"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"cV" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/landmark{name = "morphspawn"},/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"cW" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/button/remote/blast_door{id = "kitchenlockdown"; name = "Window Lockdown"; pixel_x = 2; pixel_y = 26},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"cX" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "qmwindows"; name = "Privacy Shutters"},/obj/structure/low_wall/bay/reinforced/brown,/turf/simulated/floor,/area/quartermaster/qm) -"cY" = (/obj/machinery/light,/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"cZ" = (/obj/item/device/flashlight/lamp/green{pixel_x = 7; pixel_y = 16},/obj/item/weapon/folder/blue_captain{pixel_x = -6; pixel_y = 7},/obj/structure/table/darkglass,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/requests_console/preset/captain{pixel_x = -30},/obj/item/weapon/melee/chainofcommand,/obj/item/weapon/folder/blue_captain{pixel_x = -6},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"da" = (/obj/structure/cable/orange{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"db" = (/obj/structure/table/reinforced,/obj/item/weapon/paper{info = "For those who didn't know yet, the big blue box in here is a 'grid checker' which will shut off the power if a dangerous power spike erupts into the powernet, shutting everything down protects everything from electrical damage, however the outages can be disruptive to ship operations, so it is designed to restore power after a somewhat significant delay, up to fifteen minutes or so. The grid checker can be manually hacked in order to end the outage sooner. To do that, you must cut three specific wires which do not cause a red light to shine, then pulse a fourth wire. Electrical protection is highly recommended when doing maintenance on the grid checker."; name = "grid checker info"},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box/lights/mixed,/turf/simulated/floor/plating,/area/engineering/storage) -"dc" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"dd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"de" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"df" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/machinery/power/grid_checker,/turf/simulated/floor/plating,/area/engineering/storage) -"dg" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"dh" = (/obj/structure/table/woodentable,/obj/machinery/computer/med_data/laptop{dir = 8},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"di" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/sign/poster{dir = 1},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"dj" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"dk" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"dl" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/plating,/area/engineering/storage) -"dm" = (/obj/item/device/radio/intercom{dir = 1; pixel_x = -32; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"dn" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/machinery/disposal/wall,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"do" = (/turf/simulated/wall/bay/brown,/area/quartermaster/storage) -"dp" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"dq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"dr" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"ds" = (/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"dt" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 1},/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"du" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/wood,/area/quartermaster/qm) -"dv" = (/obj/structure/window/reinforced{dir = 8; pixel_x = -4},/obj/machinery/light{dir = 1},/obj/structure/bed/chair/comfy/brown,/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"dw" = (/obj/item/weapon/stool/padded,/obj/effect/floor_decal/spline/plain{dir = 1},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"dx" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 8},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"dy" = (/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"dz" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"dA" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/workshop) -"dB" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"dC" = (/obj/structure/railing/grey,/obj/structure/railing/grey{dir = 4},/turf/simulated/open,/area/maintenance/stellardelight/deck2/portaft) -"dD" = (/obj/structure/table/standard,/obj/item/stack/nanopaste,/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"dE" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"dF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/grass,/area/hydroponics) -"dG" = (/obj/effect/floor_decal/emblem/stellardelight{dir = 9},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/structure/closet/walllocker_double/emergency_engi/north,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"dH" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 1},/obj/machinery/camera/network/engine{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"dI" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"dJ" = (/obj/machinery/status_display/supply_display{pixel_x = -32},/turf/simulated/floor/wood,/area/quartermaster/qm) -"dK" = (/obj/machinery/computer/transhuman/designer{dir = 8},/obj/structure/sign/painting/library_secure{pixel_y = 30},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"dL" = (/obj/structure/stairs/spawner/north,/obj/structure/railing/grey{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/aftport) -"dM" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"dN" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"dO" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"dP" = (/turf/simulated/floor/grass,/area/hydroponics) -"dQ" = (/obj/structure/cable/green{icon_state = "1-4"},/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"dR" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"dS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"dT" = (/obj/machinery/computer/atmos_alert{dir = 1},/obj/machinery/camera/network/engineering{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"dU" = (/obj/structure/bed/chair/backed_red{dir = 4},/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"dV" = (/obj/structure/disposalpipe/segment,/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/o2production) -"dW" = (/obj/structure/closet/secure_closet/engineering_electrical/double{anchored = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"dX" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"dY" = (/obj/item/weapon/stool/padded{dir = 1},/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"dZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/sign/painting/library_secure{pixel_y = 30},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"ea" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"eb" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1379; id_tag = "d2_portmaint_airpump"},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "d2_portmaint_airlock"; pixel_y = 24; req_one_access = list(13); tag_airpump = "d2_portmaint_airpump"; tag_chamber_sensor = "d2_portmaint_sensor"; tag_exterior_door = "d2_portmaint_exterior"; tag_interior_door = "d2_portmaint_interior"},/obj/machinery/airlock_sensor{dir = 1; id_tag = "d2_portmaint_sensor"; pixel_y = -24; req_access = list(13)},/obj/machinery/light/small,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"ec" = (/obj/effect/floor_decal/milspec/color/blue/corner{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"ed" = (/turf/simulated/floor/wood,/area/quartermaster/qm) -"ee" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"ef" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer W"; name = "Medbay Doors Control"; pixel_x = -6; pixel_y = 32},/obj/effect/landmark/start/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"eg" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/fuelstorage) -"eh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"ei" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"ej" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half,/turf/simulated/floor/tiled,/area/hydroponics) -"ek" = (/obj/structure/sign/directions/recreation{dir = 4; pixel_x = 32},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"el" = (/obj/machinery/shieldwallgen,/turf/simulated/floor/plating,/area/engineering/storage) -"em" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/obj/item/device/radio/beacon,/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"en" = (/obj/structure/window/reinforced{dir = 4},/turf/simulated/open,/area/stellardelight/deck2/aftstarboard) -"eo" = (/obj/structure/closet/secure_closet/engineering_welding/double,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"ep" = (/obj/machinery/power/apc/angled{dir = 4; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"eq" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/storage) -"er" = (/obj/structure/bed/chair/comfy/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"es" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Sorting Office"; sortType = "Sorting Office"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"et" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"eu" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/red,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ev" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/item/clothing/shoes/black,/obj/item/device/communicator,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"ew" = (/obj/structure/table/steel_reinforced,/obj/machinery/button/remote/blast_door{id = "bridgelockdown"; name = "Bridge Lockdown"; pixel_y = 2},/obj/effect/floor_decal/milspec/color/blue/corner,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"ex" = (/obj/structure/closet/hydrant{dir = 4; pixel_x = 27},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"ey" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "atmoswindowlockdown"},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/engineering/atmos/monitoring) -"ez" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"eA" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardfore) -"eB" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"eC" = (/turf/simulated/wall/bay/steel,/area/storage/primary) -"eD" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/sign/directions/stairs_up{pixel_x = 32},/obj/structure/sign/directions/stairs_down{dir = 1; pixel_x = 32; pixel_y = 6},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"eE" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"eF" = (/obj/structure/table/reinforced,/obj/machinery/alarm/angled,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/weapon/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 6},/obj/item/weapon/storage/briefcase/inflatable{pixel_y = 3},/obj/item/weapon/storage/briefcase/inflatable{pixel_x = -3},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"eG" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"eH" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"eI" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"eJ" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/full,/obj/machinery/firealarm/angled{dir = 8},/obj/machinery/camera/network/medbay,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"eK" = (/obj/structure/table/steel,/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"eL" = (/obj/machinery/camera/network/halls{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"eM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"eN" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"eO" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"eP" = (/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"eQ" = (/obj/structure/cable/orange{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/requests_console/preset/engineering{pixel_x = 30},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"eR" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"eS" = (/obj/structure/table/glass,/obj/structure/window/reinforced{dir = 1},/obj/machinery/computer/med_data/laptop,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"eT" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"eU" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"eV" = (/obj/structure/sign/directions/recreation{dir = 8; pixel_x = -32},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"eW" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"eX" = (/obj/machinery/alarm/angled{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"eY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"eZ" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"fa" = (/obj/machinery/door/window/westright{dir = 1; req_one_access = list(35,28)},/obj/structure/disposalpipe/segment,/turf/simulated/floor/grass,/area/hydroponics) -"fb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/wood,/area/medical/psych) -"fc" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{frequency = 1380; id_tag = "starboard_escape_pod"; pixel_y = 24},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/starboardescape) -"fd" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/random/trash_pile,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"fe" = (/obj/structure/shuttle/engine/propulsion{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/starboardescape) -"ff" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/obj/machinery/atmospherics/binary/pump/high_power/on,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"fg" = (/obj/machinery/camera/network/medbay{dir = 1},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"fh" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"fi" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"fj" = (/obj/structure/closet/secure_closet/engineering_electrical,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"fk" = (/obj/machinery/vending/engivend,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"fl" = (/turf/simulated/wall/bay/steel,/area/crew_quarters/locker) -"fm" = (/obj/machinery/vending/wardrobe/engidrobe,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"fn" = (/obj/structure/sign/directions/evac{dir = 6; pixel_x = -32},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"fo" = (/obj/machinery/recharger{pixel_y = 4},/obj/item/device/perfect_tele{name = "manager's translocator"},/obj/structure/table/darkglass,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/landmark/vermin,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"fp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"fq" = (/obj/structure/closet/secure_closet/engineering_welding,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"fr" = (/obj/structure/sign/painting/public{pixel_x = -30},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"fs" = (/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/green{icon_state = "0-8"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"ft" = (/obj/machinery/vitals_monitor,/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"fu" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"fv" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"fw" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"fx" = (/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"fy" = (/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/weapon/tank/emergency/oxygen/engi,/obj/item/weapon/tank/emergency/oxygen/engi,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/structure/closet/crate/medical{desc = "A crate full of emergency supplies to help with response and rescue operations. A logo of NanoTrasen with a checkmark is stamped on the crate."; name = "NanoTrasen Emergency Supply Crate"},/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/firstaid/adv,/obj/item/weapon/storage/firstaid/regular,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"fz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"fA" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"fB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"fC" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/closet/hydrant{dir = 4; pixel_x = 27},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"fD" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/closet/hydrant{dir = 8; pixel_x = -27},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"fE" = (/obj/item/weapon/storage/pill_bottle/dice_nerd,/obj/item/weapon/storage/pill_bottle/dice,/obj/item/weapon/storage/dicecup,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cards,/obj/item/weapon/deck/cards/casino,/obj/structure/closet/walllocker_double/misc_civ/north,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"fF" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"fG" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/camera/network/engineering{dir = 1},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"fH" = (/obj/item/canvas,/obj/item/canvas,/obj/item/canvas,/obj/item/canvas,/obj/item/canvas,/obj/item/canvas/nineteen_nineteen,/obj/item/canvas/nineteen_nineteen,/obj/item/canvas/nineteen_nineteen,/obj/item/canvas/nineteen_nineteen,/obj/item/canvas/nineteen_nineteen,/obj/item/canvas/twentyfour_twentyfour,/obj/item/canvas/twentyfour_twentyfour,/obj/item/canvas/twentyfour_twentyfour,/obj/item/canvas/twentyfour_twentyfour,/obj/item/canvas/twentyfour_twentyfour,/obj/item/canvas/twentythree_nineteen,/obj/item/canvas/twentythree_nineteen,/obj/item/canvas/twentythree_nineteen,/obj/item/canvas/twentythree_nineteen,/obj/item/canvas/twentythree_nineteen,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/structure/table/standard,/obj/machinery/recharger,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light{dir = 4},/obj/item/paint_palette,/obj/item/paint_palette,/obj/item/paint_brush,/obj/item/paint_brush,/obj/effect/landmark/vines,/obj/structure/closet/walllocker_double/misc_civ/north,/turf/simulated/floor/tiled,/area/storage/art) -"fI" = (/obj/effect/floor_decal/milspec/color/white/corner{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"fJ" = (/turf/simulated/open,/area/stellardelight/deck2/aftstarboard) -"fK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals6,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"fL" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/landmark/vermin,/obj/machinery/station_slot_machine,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"fM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/steel_reinforced,/obj/machinery/photocopier/faxmachine{department = "Bridge"},/obj/machinery/light/floortube{dir = 4; pixel_x = 6},/obj/item/weapon/paper/dockingcodes/sd,/obj/item/device/radio,/obj/item/device/radio,/obj/structure/closet/walllocker_double/command/east,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"fN" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "\improper HIGH VOLTAGE"; pixel_y = -32},/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/engine_room) -"fO" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"fP" = (/obj/structure/closet/crate/bin{anchored = 1},/obj/structure/sign/painting/library_secure{pixel_y = 30},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"fQ" = (/obj/structure/lattice,/obj/structure/cable/orange{icon_state = "32-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/open,/area/maintenance/stellardelight/deck2/atmos) -"fR" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"fS" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/item/weapon/book/manual/command_guide,/obj/item/weapon/book/manual/standard_operating_procedure,/obj/item/weapon/book/manual/security_space_law,/obj/item/weapon/book/manual/sd_guide,/obj/structure/closet/walllocker_double/command/north,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"fT" = (/obj/structure/table/reinforced,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/wood,/obj/item/stack/material/glass/phoronrglass{amount = 20},/obj/fiftyspawner/rods,/obj/fiftyspawner/rods,/obj/fiftyspawner/plastic,/obj/fiftyspawner/plastic,/obj/item/stack/material/plasteel{amount = 30},/obj/structure/closet/walllocker_double/engineering/east{name = "material sheets"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"fU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"fV" = (/turf/simulated/floor,/area/bridge) -"fW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"fX" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/portescape) -"fY" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/conveyor_switch/oneway{id = "cargoload"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"fZ" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/storage) -"ga" = (/obj/machinery/alarm/angled{dir = 8},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"gb" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/smartfridge/sheets/persistent_lossy,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"gc" = (/obj/structure/cable/cyan{icon_state = "1-2"},/obj/item/weapon/book/manual/engineering_particle_accelerator,/obj/item/weapon/book/manual/tesla_engine,/obj/structure/closet/walllocker_double/engineering/west,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"gd" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"ge" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"gf" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"gg" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer W"; name = "Medbay Doors Control"; pixel_x = -6; pixel_y = 32},/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/landmark/start/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"gh" = (/obj/structure/table/rack{dir = 8; layer = 2.9},/obj/item/weapon/circuitboard/robotics{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/mecha_control,/obj/item/weapon/circuitboard/aifixer{pixel_x = 3; pixel_y = -3},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"gi" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"gj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"gk" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/table/rack,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance/engineering,/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"gl" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"gm" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 4; frequency = 1380; id_tag = "port_escape_berth"; pixel_x = -24},/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/port) -"gn" = (/obj/structure/displaycase,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"go" = (/obj/machinery/atmospherics/binary/pump/on{dir = 8; name = "Air to Ports"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"gp" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"gq" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/status_display/supply_display{pixel_x = 32},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"gr" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"gs" = (/obj/machinery/atmospherics/unary/vent_pump/engine{external_pressure_bound = 100; external_pressure_bound_default = 0; frequency = 1438; icon_state = "map_vent_in"; id_tag = "cooling_out"; initialize_directions = 4; pump_direction = 0; use_power = 1},/turf/simulated/floor/reinforced/airless,/area/stellardelight/deck2/combustionworkshop) -"gt" = (/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/tape_roll,/obj/item/weapon/storage/belt/utility,/obj/item/device/multitool,/obj/fiftyspawner/steel,/obj/structure/closet/walllocker_double/cargo/east,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"gu" = (/obj/machinery/firealarm/angled,/obj/item/device/defib_kit/loaded,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"gv" = (/obj/structure/lattice,/obj/structure/cable{icon_state = "32-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/open,/area/maintenance/stellardelight/deck2/starboardfore) -"gw" = (/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"gx" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/westright{req_one_access = list(35,28)},/obj/effect/floor_decal/milspec/color/green,/turf/simulated/floor/tiled,/area/hydroponics) -"gy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"gz" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/closet/walllocker_double/emergency_engi/east,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"gA" = (/obj/structure/railing/grey{dir = 4},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/fore) -"gB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"gC" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/command{dir = 10},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"gD" = (/obj/structure/table/reinforced,/obj/random/powercell,/obj/random/tech_supply,/obj/item/device/t_scanner,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"gE" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/camera/network/engineering{dir = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"gF" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"gG" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/structure/disposalpipe/trunk{dir = 2},/obj/machinery/disposal/wall{dir = 4; pixel_x = -24; plane = -34},/turf/simulated/floor/tiled,/area/hydroponics) -"gH" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"gI" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/item/weapon/circuitboard/tesla_coil,/obj/item/weapon/circuitboard/tesla_coil,/obj/structure/closet/walllocker_double/engineering/north,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"gJ" = (/obj/structure/medical_stand,/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"gK" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"gL" = (/obj/effect/floor_decal/milspec/color/orange/half{dir = 6},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"gM" = (/obj/machinery/atmospherics/pipe/manifold/visible/green{dir = 1},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"gN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"gO" = (/obj/structure/table/standard,/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/obj/item/weapon/packageWrap,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"gP" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"gQ" = (/obj/machinery/gibber,/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"gR" = (/obj/structure/closet/firecloset,/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/green,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"gS" = (/obj/structure/dispenser,/turf/simulated/floor/plating,/area/engineering/storage) -"gT" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"gU" = (/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"gV" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/plating,/area/engineering/storage) -"gW" = (/obj/machinery/power/tesla_coil,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/structure/cable/yellow{icon_state = "0-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"gX" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"gY" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"gZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"ha" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"hb" = (/obj/structure/cable/green{icon_state = "2-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"hc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/bed/chair/bay/comfy/blue{dir = 1},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"hd" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"he" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/green,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"hf" = (/obj/structure/disposalpipe/segment,/turf/simulated/wall/bay/r_wall/green,/area/hydroponics) -"hg" = (/obj/structure/shuttle/window,/obj/structure/grille,/turf/simulated/floor,/area/stellardelight/deck2/portescape) -"hh" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"hi" = (/obj/structure/closet/walllocker_double/medical/north,/obj/item/weapon/storage/box/body_record_disk,/obj/item/device/retail_scanner/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"hj" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"hk" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"hl" = (/turf/simulated/wall/bay/green,/area/crew_quarters/kitchen) -"hm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"hn" = (/turf/simulated/wall/bay/white,/area/medical/cryo) -"ho" = (/obj/machinery/optable,/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"hp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"hq" = (/obj/structure/sign/department/ass,/turf/simulated/wall/bay/brown,/area/storage/primary) -"hr" = (/obj/structure/sign/directions/evac{pixel_x = 32; pixel_y = -32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"hs" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "Engineering EVA Storage"; req_access = null; req_one_access = list(11,24); stripe_color = "#913013"},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/engineering/workshop) -"ht" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"hu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"hv" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/closet/walllocker_double/emergency_engi/east,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"hw" = (/obj/structure/table/standard,/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/white,/area/medical/surgery) -"hx" = (/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"hy" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 1},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"hz" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/item/stack/cable_coil/yellow,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"hA" = (/obj/structure/closet/walllocker_double/emergency_engi/south,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"hB" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/closet/walllocker_double/emergency_engi/east,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"hC" = (/obj/structure/filingcabinet/chestdrawer{name = "Medical Forms"},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"hD" = (/obj/structure/bed/chair/sofa/corp/left{dir = 4},/obj/effect/landmark/start/visitor,/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"hE" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/structure/closet/walllocker_double/emergency_engi/west,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"hF" = (/obj/machinery/vending/wallmed1{dir = 1; pixel_y = -30},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"hH" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"hI" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 6},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"hJ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"hK" = (/obj/machinery/atmospherics/pipe/manifold/hidden/red{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"hL" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/white,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"hM" = (/obj/structure/table/standard,/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"hN" = (/obj/machinery/atmospherics/omni/atmos_filter{name = "N2/O2 Filter"; tag_east = 4; tag_north = 2; tag_south = 3; tag_west = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"hO" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"hP" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/disposal/wall/cleaner{dir = 4},/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"hQ" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 24},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"hR" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"hS" = (/obj/effect/floor_decal/milspec/cargo,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"hT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/tagger{dir = 2; name = "package tagger - Resleeving"; sort_tag = "Resleeving"},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"hU" = (/obj/structure/disposalpipe/tagger/partial{dir = 8; name = "partial tagger - Sorting Office"; sort_tag = "Sorting Office"},/obj/structure/cable/yellow{icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"hV" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"hW" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"hX" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"hY" = (/obj/item/weapon/stool/padded{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/start/bartender,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"hZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"ib" = (/obj/machinery/power/grounding_rod,/obj/structure/cable/yellow{icon_state = "2-4"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"ic" = (/obj/structure/bed/chair/backed_red{dir = 8},/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"ie" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"if" = (/obj/machinery/vending/hydronutrients,/obj/effect/floor_decal/milspec/color/green,/turf/simulated/floor/tiled,/area/hydroponics) -"ig" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ih" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"ii" = (/obj/structure/closet/crate/bin{anchored = 1},/obj/effect/floor_decal/milspec/color/green/half,/turf/simulated/floor/tiled,/area/hydroponics) -"ij" = (/obj/machinery/computer/ship/navigation/telescreen{pixel_x = 32; pixel_y = -32},/obj/structure/table/bench/steel,/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"ik" = (/obj/effect/floor_decal/corner_steel_grid{dir = 10},/obj/machinery/bodyscanner{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"il" = (/obj/machinery/vending/assist,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"im" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"in" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"io" = (/obj/structure/bed/chair/bay/comfy/brown{dir = 8},/obj/effect/landmark/start/intern,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"ip" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{id = "psychshutter"; name = "Privacy Shutter"},/obj/structure/low_wall/bay/reinforced/white,/turf/simulated/floor,/area/medical/psych) -"ir" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/crew_quarters/bar) -"is" = (/obj/structure/cable/cyan{icon_state = "1-4"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"it" = (/obj/machinery/alarm/angled{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"iu" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"iv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"iw" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"ix" = (/obj/structure/bed/chair/sofa/corp{dir = 1},/obj/effect/landmark/start/visitor,/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"iy" = (/obj/machinery/atm{pixel_y = 30},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"iz" = (/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"iA" = (/obj/machinery/atmospherics/pipe/simple/hidden/black{dir = 4},/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/storage) -"iB" = (/obj/structure/filingcabinet/filingcabinet,/obj/machinery/requests_console/preset/cargo{pixel_y = 30},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"iC" = (/obj/structure/sink/kitchen{pixel_y = 20},/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"iD" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"iE" = (/obj/structure/railing/grey{dir = 8},/obj/structure/sign/directions/evac{dir = 1; pixel_x = -32},/obj/structure/sign/directions/stairs_up{dir = 1; pixel_x = -32; pixel_y = 6},/turf/simulated/floor,/area/stellardelight/deck2/aftstarboard) -"iF" = (/obj/machinery/door/window/brigdoor/northleft{dir = 4; name = "Kitchen"; req_access = list(28)},/obj/machinery/camera/network/civilian,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"iG" = (/obj/structure/cable,/obj/machinery/power/smes/buildable{RCon_tag = "Power - Main"; charge = 2e+007; cur_coils = 4; input_attempt = 1; input_level = 500000; name = "Main"; output_level = 1e+006},/turf/simulated/floor/plating,/area/engineering/storage) -"iH" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"iI" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/obj/item/weapon/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"iJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"iK" = (/obj/item/weapon/stock_parts/manipulator,/obj/item/weapon/stock_parts/matter_bin,/obj/item/weapon/stock_parts/matter_bin,/obj/item/weapon/stock_parts/manipulator,/obj/structure/table/rack/steel,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/circuitboard/autolathe,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"iL" = (/obj/structure/grille,/obj/structure/shuttle/window,/obj/effect/shuttle_landmark{base_area = /area/stellardelight/deck2/exterior; base_turf = /turf/simulated/floor/airless; docking_controller = "starboard_escape_berth"; landmark_tag = "starboard_ship_berth"; name = "Stellar Delight Escape Pod Starboard"},/turf/simulated/floor,/area/stellardelight/deck2/starboardescape) -"iN" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{name = "Hydroponics/Kitchen Access"; req_one_access = list(35,28)},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/kitchen) -"iO" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 4},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"iP" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/requests_console/preset/medical{pixel_y = -30},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"iQ" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardfore) -"iR" = (/obj/machinery/power/tesla_coil,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable/yellow,/turf/simulated/floor/airless,/area/engineering/engine_room) -"iS" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"iT" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"iU" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"iV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"iW" = (/obj/machinery/button/remote/airlock{desc = "A remote control switch for the medbay foyer."; dir = 8; id = "MedbayFoyer W"; name = "Medbay Doors Control"; pixel_x = 25},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"iX" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#9c9c9c"; name = "Bar"; stripe_color = "#89bd66"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/bar) -"iY" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"iZ" = (/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"ja" = (/obj/machinery/atmospherics/pipe/simple/visible/supply{dir = 5},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"jc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"jd" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/structure/closet/emergsuit_wall{dir = 4; pixel_x = 27},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"jf" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/dropper,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/injector_maker{pixel_y = 21},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"jg" = (/obj/structure/table/reinforced,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"ji" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"jj" = (/obj/structure/easel,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled,/area/storage/art) -"jk" = (/obj/structure/cable/blue{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"jm" = (/obj/structure/table/reinforced,/obj/item/device/gps/engineering{pixel_x = 3; pixel_y = 6},/obj/item/device/gps/engineering{pixel_y = 3},/obj/item/device/gps/engineering{pixel_x = -3},/obj/machinery/camera/network/engineering{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"jn" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"jo" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/green,/turf/simulated/floor,/area/hydroponics) -"jp" = (/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"jq" = (/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/white{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"jr" = (/obj/structure/closet/emergsuit_wall{pixel_y = 29},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"js" = (/obj/structure/closet/secure_closet/atmos_personal,/obj/machinery/light/small,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"jt" = (/obj/machinery/vending/nifsoft_shop,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"jv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"jw" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{name = "glass airlock"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"jx" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"jy" = (/obj/structure/sign/directions/cargo{pixel_x = -32; pixel_y = -35},/obj/structure/sign/directions/medical{pixel_x = -32; pixel_y = -29},/obj/effect/floor_decal/milspec/color/blue/corner{dir = 8},/obj/structure/sign/directions/engineering{pixel_x = -32; pixel_y = -41},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"jz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/machinery/station_map{pixel_y = 32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"jA" = (/obj/structure/table/rack{dir = 8; layer = 2.6},/obj/machinery/door/window/northleft{name = "Atmospherics Hardsuits"; req_access = list(24)},/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/suit/space/void/atmos,/obj/item/clothing/suit/space/void/atmos,/obj/item/clothing/head/helmet/space/void/atmos,/obj/item/clothing/head/helmet/space/void/atmos,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"jB" = (/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"jC" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"jD" = (/obj/structure/cable/yellow{icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"jE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/light,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"jF" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 1},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"jG" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin{pixel_y = 5},/obj/item/weapon/pen,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"jI" = (/obj/structure/table/woodentable,/obj/structure/plushie/ian{dir = 8; pixel_y = 6},/turf/simulated/floor/wood,/area/medical/psych) -"jJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"jK" = (/obj/structure/table/glass,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"jL" = (/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"jM" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals4,/turf/simulated/floor/tiled,/area/hydroponics) -"jN" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"jO" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "\improper HIGH VOLTAGE"; pixel_y = -32},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/engineering/engine_room) -"jP" = (/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"jQ" = (/turf/simulated/floor/reinforced,/area/quartermaster/storage) -"jS" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/milspec/color/orange/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"jT" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"jU" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "bridgelockdown"},/obj/structure/low_wall/bay/reinforced/blue,/turf/simulated/floor,/area/bridge) -"jV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"jW" = (/obj/machinery/light{dir = 8},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"jX" = (/obj/structure/flora/pottedplant/minitree,/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor/wood,/area/medical/psych) -"jY" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"jZ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"ka" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "Particle Accelerator"; req_access = list(10); stripe_color = "#913013"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engine_room) -"kb" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/triage) -"kc" = (/obj/machinery/computer/power_monitor,/obj/effect/floor_decal/milspec/color/orange/half,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"kd" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"ke" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/obj/item/device/radio/intercom/department/medbay{dir = 4; pixel_x = 24},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/wood,/area/medical/psych) -"kf" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"kg" = (/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"kh" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"ki" = (/obj/structure/extinguisher_cabinet{pixel_x = -32; pixel_y = 32},/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"kj" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"kk" = (/obj/machinery/vending/blood,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"kl" = (/obj/structure/window/reinforced{dir = 8; pixel_x = -4},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"km" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"kn" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/wall{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ko" = (/obj/item/weapon/storage/secure/briefcase/ml3m_pack_med,/obj/structure/table/reinforced,/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"kp" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 4},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"kq" = (/obj/structure/closet/secure_closet/cargotech,/obj/item/weapon/stamp/cargo,/obj/item/weapon/storage/backpack/dufflebag,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"kr" = (/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/green{icon_state = "0-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"ks" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/mech_recharger{pixel_x = -4; pixel_y = 4},/obj/item/weapon/circuitboard/cell_charger{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/recharger{pixel_x = -2; pixel_y = 2},/obj/item/weapon/circuitboard/recharge_station{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/arcade/battle,/obj/item/weapon/circuitboard/arcade/clawmachine{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/arcade/orion_trail{pixel_x = 2; pixel_y = -2},/obj/item/weapon/circuitboard/jukebox{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"kt" = (/obj/structure/window/reinforced{dir = 8},/turf/simulated/open,/area/stellardelight/deck2/aftport) -"ku" = (/obj/machinery/computer/ship/navigation/telescreen{pixel_y = -32},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"kv" = (/obj/machinery/alarm/angled{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/effect/floor_decal/milspec/color/orange/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"kx" = (/obj/structure/disposalpipe/sortjunction/wildcard/flipped{dir = 1},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"ky" = (/obj/structure/bed/chair/comfy/brown,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"kz" = (/obj/machinery/firealarm/angled{dir = 8},/obj/machinery/atmospherics/binary/pump{dir = 1; name = "cold loop pump"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"kA" = (/obj/structure/table/reinforced,/obj/random/toolbox,/obj/item/device/geiger,/obj/machinery/alarm/angled{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"kB" = (/obj/structure/table/standard,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/head/pizzaguy,/obj/item/clothing/head/pizzaguy,/obj/item/clothing/head/pizzaguy,/obj/machinery/status_display/supply_display{pixel_x = 32},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"kC" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"kD" = (/obj/machinery/door/airlock/angled_bay/standard/color{door_color = "#323d80"; name = "Bridge"; req_access = list(19); req_one_access = list(19); stripe_color = "#f7d35c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/blue{icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/briefingroom) -"kE" = (/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/recreation_area) -"kF" = (/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"kG" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"kH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"kI" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"kJ" = (/obj/machinery/computer/card{dir = 4},/obj/machinery/light/floortube{dir = 8; pixel_x = -6},/obj/effect/floor_decal/milspec/color/blue/half{dir = 4},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"kK" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Bar"; sortType = "Bar"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"kL" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"kM" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 10},/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"kN" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/plating,/area/maintenance/stellardelight/substation/engineering) -"kO" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/structure/cable/white{icon_state = "1-4"},/obj/effect/floor_decal/steeldecal/steel_decals4,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"kP" = (/obj/machinery/atmospherics/pipe/simple/hidden/red,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"kQ" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"kR" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/green,/obj/machinery/door/blast/angled/open{dir = 4; id = "botanylockdown"},/turf/simulated/floor,/area/hydroponics) -"kS" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"kT" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#e6ab22"; fill_color = "#877242"; name = "Tech Storage"; req_access = list(23); stripe_color = "#913013"},/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engine_eva) -"kV" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/structure/sign/directions/bar{dir = 1; pixel_x = 32},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"kW" = (/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"kX" = (/obj/machinery/vending/dinnerware,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"kY" = (/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/yellow{icon_state = "0-8"},/turf/simulated/floor/wood,/area/quartermaster/qm) -"kZ" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 28},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"la" = (/obj/effect/floor_decal/industrial/danger{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"lc" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood,/area/medical/psych) -"ld" = (/obj/structure/table/glass,/obj/machinery/photocopier/faxmachine{department = "Medical"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"le" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#a6753d"; fill_color = "#75736f"; name = "Quartermaster"; req_access = list(41); stripe_color = "#3b2b1a"},/turf/simulated/floor/tiled/steel_ridged,/area/quartermaster/qm) -"lf" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"lg" = (/obj/structure/closet/secure_closet/captains,/obj/item/clothing/glasses/omnihud/all,/obj/item/weapon/disk/nuclear,/obj/item/weapon/paper/dockingcodes/sd,/obj/item/device/retail_scanner/command,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"lh" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{door_color = "#e6ab22"; name = "maintenance access"; req_one_access = list(24); stripe_color = "#e6ab22"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/atmos/storage) -"li" = (/obj/structure/table/steel,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"lj" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"lk" = (/obj/structure/table/rack{dir = 8; layer = 2.6},/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/machinery/door/window/southright{dir = 1; name = "Engineering Hardsuits"; req_one_access = list(11)},/obj/structure/window/reinforced{dir = 4},/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/suit/space/void/engineering,/obj/item/clothing/suit/space/void/engineering,/obj/item/clothing/head/helmet/space/void/engineering,/obj/item/clothing/head/helmet/space/void/engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"ll" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"lm" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"ln" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/item/device/radio/beacon,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"lo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"lq" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "\improper RADIOACTIVE AREA"; pixel_x = -32},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"lr" = (/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"ls" = (/obj/structure/bed/chair/backed_red{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"lt" = (/obj/effect/floor_decal/industrial/danger{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"lu" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"lv" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"lw" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/powermonitor{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/stationalert_engineering{pixel_x = -2; pixel_y = 2},/obj/item/weapon/circuitboard/atmos_alert{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/rcon_console,/obj/item/weapon/circuitboard/atmoscontrol{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/drone_control{pixel_x = 2; pixel_y = -2},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"lx" = (/obj/machinery/power/tesla_coil,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable/yellow{icon_state = "0-2"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"ly" = (/obj/machinery/atmospherics/pipe/simple/visible/supply{dir = 4},/obj/machinery/meter,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"lz" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/landmark/start/chef,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"lA" = (/obj/structure/cable/cyan{icon_state = "1-8"},/obj/machinery/light/small,/turf/simulated/floor/airless,/area/engineering/engine_room) -"lB" = (/obj/structure/cable/blue{icon_state = "2-4"},/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"lC" = (/obj/machinery/computer/communications{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"lD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/camera/network/command{dir = 10},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"lF" = (/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"lG" = (/obj/structure/bed/chair/sofa/corp/right{dir = 8},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"lI" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/westleft{req_one_access = list(35,28)},/obj/effect/floor_decal/milspec/color/green,/turf/simulated/floor/tiled,/area/hydroponics) -"lJ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/door/airlock/angled_bay/double/glass{dir = 8; door_color = "#9c9c9c"; name = "Commons"; stripe_color = "#89bd66"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/recreation_area) -"lK" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"lL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"lM" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 4},/turf/space,/area/space) -"lN" = (/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"lO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"lP" = (/obj/structure/table/glass,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/recharger,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"lQ" = (/obj/structure/sign/directions/chapel{dir = 1; pixel_x = 32},/obj/structure/sign/directions/dorms{dir = 1; pixel_x = 32; pixel_y = -6},/obj/structure/sign/directions/security{dir = 1; pixel_x = 32; pixel_y = 6},/obj/structure/sign/directions{desc = "A direction sign, pointing out the way to the shuttle bay."; dir = 1; name = "\improper Shuttle Bay"; pixel_x = 32; pixel_y = -12},/obj/structure/sign/directions/stairs_down{dir = 1; pixel_x = 32; pixel_y = 12},/turf/simulated/open,/area/stellardelight/deck2/fore) -"lR" = (/obj/machinery/vending/wardrobe/virodrobe,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/status_display{pixel_y = 32},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"lS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"lT" = (/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/structure/sign/department/bar{pixel_y = 32; plane = -34},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"lU" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"lV" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/cyan{icon_state = "4-8"},/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4; frequency = 1379; id_tag = "engine_interior"; locked = 1; name = "Engine Airlock"},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1379; master_tag = "engine_airlock"; name = "interior access button"; pixel_y = 32; req_access = list(10,11)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engine_room) -"lW" = (/obj/machinery/medical_kiosk{pixel_y = 6},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"lX" = (/obj/machinery/door/window/southright{dir = 1; name = "Jetpack Storage"; req_one_access = list(11,24)},/obj/structure/table/rack{dir = 8; layer = 2.6},/obj/item/weapon/tank/jetpack/carbondioxide,/obj/item/weapon/tank/jetpack/carbondioxide,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"lY" = (/obj/structure/sign/directions/library{dir = 1; pixel_x = -32},/obj/structure/sign/directions/dorms{dir = 1; pixel_x = -32; pixel_y = -6},/obj/structure/sign/directions/security{dir = 1; pixel_x = -32; pixel_y = 6},/obj/structure/sign/directions/science{dir = 1; pixel_x = -32; pixel_y = -12},/obj/structure/sign/directions/stairs_down{dir = 1; pixel_x = -32; pixel_y = 12},/turf/simulated/open,/area/stellardelight/deck2/fore) -"lZ" = (/obj/structure/cable/green{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"ma" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"mb" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 4},/obj/machinery/station_map{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"md" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/vending/loadout/loadout_misc,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/landmark/vines,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"me" = (/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"mf" = (/obj/machinery/atmospherics/pipe/tank/air,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"mg" = (/obj/random/vendordrink,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/landmark/vines,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"mh" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"mi" = (/obj/structure/sign/department/bridge{pixel_x = 32},/obj/effect/floor_decal/milspec/color/blue/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"mj" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/machinery/power/apc/angled{cell_type = /obj/item/weapon/cell/super; dir = 4; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable{icon_state = "0-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"mk" = (/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/green{icon_state = "0-2"},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"ml" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 5},/turf/simulated/floor/tiled,/area/hydroponics) -"mm" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"mn" = (/turf/simulated/floor/lino,/area/crew_quarters/bar) -"mo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"mq" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/simulated/floor/airless,/area/stellardelight/deck2/fuelstorage) -"mr" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/engineering/engine_room) -"ms" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 9},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"mt" = (/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"mu" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#e6ab22"; fill_color = "#877242"; name = "Combustion Workshop"; req_access = list(24); stripe_color = "#2ebfbd"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/atmos/monitoring) -"mv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 10},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"mw" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/effect/landmark/start/cargo,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"mx" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"mz" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"mA" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/camera/network/engineering{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"mB" = (/obj/machinery/atmospherics/pipe/tank/phoron{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"mC" = (/obj/machinery/power/emitter{anchored = 1; dir = 1; icon_state = "emitter1"; state = 1},/obj/structure/cable/cyan{icon_state = "0-8"},/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"mD" = (/obj/machinery/atmospherics/binary/pump,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"mE" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/wood,/area/quartermaster/qm) -"mF" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"mG" = (/obj/structure/closet/secure_closet/personal,/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/item/clothing/shoes/black,/obj/machinery/light,/obj/item/device/communicator,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"mH" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/weapon/book/manual/security_space_law,/obj/item/weapon/folder/red,/obj/item/weapon/folder/blue,/obj/machinery/power/apc/angled{dir = 8; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable/blue{icon_state = "0-2"},/obj/machinery/light{dir = 1},/obj/effect/landmark/vermin,/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"mI" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/atmos) -"mJ" = (/obj/structure/table/woodentable,/obj/random/paicard,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"mK" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/angled_bay/standard/color{dir = 8; door_color = "#ffffff"; name = "Operating Theatre 2"; req_access = list(45); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/surgery2) -"mL" = (/obj/structure/flora/pottedplant/small,/obj/machinery/camera/network/civilian{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/recreation_area) -"mM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"mN" = (/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/machinery/station_map{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"mO" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/engineering_monitoring) -"mP" = (/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/wood,/area/medical/psych) -"mQ" = (/obj/structure/table/standard,/obj/item/weapon/packageWrap,/obj/item/weapon/packageWrap,/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/green{icon_state = "0-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/storage/art) -"mR" = (/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "1-8"},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"mS" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/landmark{name = "verminstart"},/turf/simulated/floor/grass,/area/hydroponics) -"mT" = (/turf/simulated/wall/bay/steel,/area/storage/art) -"mU" = (/obj/item/weapon/stool/padded{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/camera/network/civilian{dir = 8},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"mV" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"mW" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/dropper,/obj/item/device/radio/intercom{pixel_y = -24},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"mX" = (/obj/structure/table/standard,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/weapon/pen/red{pixel_x = -1; pixel_y = 3},/obj/item/weapon/pen/blue{pixel_x = -5; pixel_y = -1},/obj/machinery/alarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/storage/art) -"mY" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/closet/emcloset,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"mZ" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"na" = (/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/camera/network/engineering{dir = 8},/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"nb" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"nd" = (/turf/simulated/wall/bay/white,/area/medical/surgery2) -"nf" = (/obj/machinery/firealarm/angled{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"ng" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"ni" = (/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_room) -"nj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals10,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"nm" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"no" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"np" = (/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange,/obj/machinery/power/apc/angled{dir = 8},/obj/machinery/power/sensor{name = "Powernet Sensor - Engineering Subgrid"; name_tag = "Engineering Subgrid"},/turf/simulated/floor/plating,/area/maintenance/stellardelight/substation/engineering) -"nq" = (/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_eva) -"nr" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 10},/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/storage) -"ns" = (/obj/structure/table/reinforced,/obj/machinery/photocopier/faxmachine{department = "Engineering"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"nt" = (/turf/simulated/wall/bay/brown,/area/crew_quarters/recreation_area) -"nu" = (/obj/structure/cable/blue{icon_state = "1-2"},/obj/machinery/door/airlock/angled_bay/standard/color{door_color = "#323d80"; fill_color = "#c9892e"; id_tag = "captaindoor"; name = "Captain's Office"; req_access = list(20); stripe_color = "#f7d35c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/captain) -"nv" = (/obj/structure/cable/blue{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"nw" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/milspec/color/orange/half{dir = 8},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"nx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"ny" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 6},/obj/structure/sign/atmos/co2{pixel_y = 26},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"nz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"nA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"nB" = (/obj/random/vendorfood,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"nC" = (/obj/machinery/appliance/cooker/grill,/obj/machinery/requests_console{department = "Service"; pixel_y = 26},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"nD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/hologram/holopad,/obj/structure/cable/blue{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"nE" = (/obj/machinery/atmospherics/pipe/tank/carbon_dioxide,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"nF" = (/obj/structure/table/standard,/obj/item/clothing/head/soft,/obj/item/clothing/head/soft,/obj/item/weapon/stamp{pixel_x = -3; pixel_y = 3},/obj/machinery/camera/network/cargo,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"nG" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 5},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"nH" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/closet/walllocker_double/medical/north,/obj/item/weapon/storage/firstaid/regular,/obj/item/weapon/storage/firstaid/regular,/obj/random/medical/lite,/obj/random/medical/lite,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"nI" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"nJ" = (/obj/structure/cable/white{icon_state = "2-4"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"nK" = (/turf/simulated/wall/bay/r_wall/blue,/area/bridge) -"nL" = (/obj/structure/sign/painting/public{pixel_x = -30},/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"nM" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"nN" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"nO" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/engine_eva) -"nP" = (/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"nQ" = (/obj/structure/table/marble,/obj/machinery/chemical_dispenser/bar_soft/full{dir = 1},/obj/machinery/requests_console{department = "Service"; dir = 1; pixel_y = -26},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/landmark/vermin,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"nR" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"nS" = (/obj/effect/floor_decal/milspec/color/green/corner{dir = 1},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"nT" = (/obj/structure/cable/white{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"nU" = (/obj/structure/table/steel_reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/angled_shutter{dir = 4; id = "kitchen"; layer = 3.3; name = "Kitchen Shutters"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"nV" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 10},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"nW" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"nX" = (/obj/machinery/alarm/angled{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"nZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"oa" = (/turf/simulated/wall/bay/brown,/area/maintenance/stellardelight/substation/engineering) -"ob" = (/obj/effect/shuttle_landmark/premade/sd/deck2/starboard,/turf/space,/area/space) -"oc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"od" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"oe" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"of" = (/obj/structure/sign/directions/evac{pixel_x = 32},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/structure/sign/directions/medical{pixel_x = 32; pixel_y = -6},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"og" = (/obj/machinery/sleeper{dir = 4},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"oh" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"oi" = (/obj/structure/sign/department/bridge{pixel_x = -32},/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"oj" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"ok" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/grass,/area/hydroponics) -"ol" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"om" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"on" = (/obj/machinery/firealarm/angled{dir = 8},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"oo" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"op" = (/obj/machinery/power/generator{anchored = 1; dir = 4},/obj/structure/cable{icon_state = "0-2"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"oq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"os" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/effect/floor_decal/milspec/color/blue,/obj/structure/sign/deck2{pixel_x = 32},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/central) -"ot" = (/obj/machinery/alarm/angled,/obj/machinery/atmospherics/portables_connector/fuel,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"ou" = (/obj/machinery/computer/supplycomp/control{dir = 4},/obj/item/device/radio/intercom{dir = 1; name = "Station Intercom (General)"; pixel_y = 24},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"ov" = (/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/combustionworkshop) -"ow" = (/turf/simulated/wall/bay/r_wall/orange,/area/storage/tech) -"ox" = (/obj/structure/sign/poster{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"oy" = (/obj/machinery/door/blast/angled{dir = 4; id = "burnchamberlockvent"},/turf/simulated/floor/reinforced/airless,/area/stellardelight/deck2/combustionworkshop) -"oz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/grass,/area/hydroponics) -"oA" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"oB" = (/obj/structure/cable/green{icon_state = "2-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"oC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"oD" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; name = "maintenance access"; req_access = list(28); stripe_color = "#454545"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/kitchen) -"oE" = (/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/o2production) -"oF" = (/obj/structure/bed/chair/backed_red{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"oG" = (/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"oH" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 2},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"oI" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#e6ab22"; name = "Engineering Hard Storage"; req_access = list(11); stripe_color = "#913013"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engineering_monitoring) -"oJ" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "barlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/crew_quarters/bar) -"oK" = (/obj/structure/table/standard,/obj/item/device/defib_kit/loaded,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; name = "Surgery Cleaner"; pixel_x = 2; pixel_y = 2},/obj/item/device/radio/intercom/department/medbay{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"oL" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/orange{icon_state = "0-8"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"oM" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double/glass{dir = 8; name = "Art Storage"},/turf/simulated/floor/tiled/steel_ridged,/area/storage/art) -"oO" = (/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"oP" = (/obj/machinery/firealarm/angled{dir = 4},/obj/structure/cable/yellow{icon_state = "1-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage) -"oQ" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"oR" = (/turf/simulated/floor/plating,/area/engineering/storage) -"oS" = (/obj/structure/bed/chair/bay/comfy/brown{dir = 4},/obj/effect/landmark/start/entertainer,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"oT" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"oU" = (/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 5},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"oV" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"oX" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"oY" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable/cyan{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"oZ" = (/obj/machinery/computer/ship/navigation/telescreen{pixel_y = 32},/obj/machinery/firealarm/angled{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/landmark/start/commandsecretary,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"pa" = (/obj/effect/floor_decal/emblem/stellardelight{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/machinery/station_map{pixel_y = 32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"pb" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"pc" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort1"},/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"pd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grass,/area/hydroponics) -"pe" = (/obj/machinery/shieldgen,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/plating,/area/engineering/storage) -"pf" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; door_color = "#ffffff"; name = "Gas Storage"; req_one_access = list(5); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/cryo) -"pg" = (/obj/structure/closet/secure_closet/medical3,/obj/item/weapon/soap/nanotrasen,/obj/item/weapon/storage/belt/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"ph" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"pj" = (/obj/machinery/light/small{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"pk" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/power/sensor{name = "Powernet Sensor - Port Solar Array"; name_tag = "Port Solar Array"},/obj/structure/cable{icon_state = "0-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"pl" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "Cargo"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"pn" = (/obj/machinery/alarm/angled{dir = 4},/obj/machinery/recharge_station,/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"po" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 2},/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"pp" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"pq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"pr" = (/obj/machinery/light/small,/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/port) -"pu" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/airless,/area/engineering/engine_room) -"pv" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "glass airlock"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/aftport) -"pw" = (/obj/structure/sign/pods,/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/port) -"px" = (/obj/machinery/power/emitter,/turf/simulated/floor/plating,/area/engineering/storage) -"py" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"pz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/landmark/start/chef,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"pA" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"pB" = (/obj/machinery/atmospherics/binary/pump{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"pC" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"pD" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"pG" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"pH" = (/obj/structure/sign/directions/evac{pixel_x = -32},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/obj/structure/sign/directions/medical{pixel_x = -32; pixel_y = -6},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"pI" = (/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"pJ" = (/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"pK" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/door/firedoor/glass,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; door_color = "#e6ab22"; locked = 1; name = "maintenance access"; req_one_access = list(19); stripe_color = "#e6ab22"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/atmos/monitoring) -"pL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"pM" = (/obj/structure/bed/chair{dir = 4},/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"pN" = (/obj/structure/reagent_dispensers/watertank,/obj/item/weapon/reagent_containers/glass/bucket,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/milspec/color/green/half{dir = 1},/turf/simulated/floor/tiled,/area/hydroponics) -"pO" = (/obj/machinery/atmospherics/binary/algae_farm/filled{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"pP" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/storage/art) -"pQ" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/starboardescape) -"pR" = (/obj/structure/closet/gmcloset{name = "formal wardrobe"},/obj/item/glass_jar,/obj/item/device/retail_scanner/civilian,/obj/item/device/retail_scanner/civilian,/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/obj/item/weapon/packageWrap,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"pS" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"pT" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 9},/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/monitoring) -"pU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"pV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"pW" = (/obj/machinery/media/jukebox,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"pX" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half{dir = 10},/turf/simulated/floor/tiled,/area/hydroponics) -"pY" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"pZ" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/machinery/station_map{dir = 8; pixel_x = 32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"qa" = (/obj/structure/table/rack,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance,/obj/random/contraband,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"qb" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"qd" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable/cyan{icon_state = "2-4"},/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"qe" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"qf" = (/turf/simulated/wall/bay/r_wall/white,/area/medical/surgery2) -"qg" = (/obj/machinery/atmospherics/binary/pump/high_power/on,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"qh" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"qi" = (/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-8"},/obj/structure/cable/orange{icon_state = "0-4"},/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"qj" = (/obj/structure/table/glass,/obj/structure/window/reinforced{dir = 1},/obj/item/device/flashlight/lamp/green{pixel_y = -6},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"qk" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"ql" = (/obj/machinery/atmospherics/pipe/tank/phoron,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"qm" = (/obj/machinery/vending/medical,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"qn" = (/obj/structure/filingcabinet/medical{desc = "A large cabinet with hard copy medical records."; name = "Medical Records"},/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/white{icon_state = "0-4"},/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"qo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals6,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"qp" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/grass,/area/hydroponics) -"qq" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "atmoswindowlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/engineering/atmos/monitoring) -"qr" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/storage) -"qs" = (/obj/structure/table/standard,/obj/item/weapon/storage/fancy/crayons,/obj/item/weapon/storage/fancy/crayons,/obj/item/weapon/storage/fancy/crayons,/obj/item/weapon/storage/fancy/crayons,/obj/item/weapon/storage/fancy/crayons,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/newscaster{pixel_y = 28},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled,/area/storage/art) -"qt" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate/freezer,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"qu" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"qv" = (/obj/machinery/power/port_gen/pacman{anchored = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/yellow{icon_state = "1-4"},/turf/simulated/floor/plating,/area/engineering/storage) -"qw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"qx" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"qy" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/closet/firecloset,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"qz" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"qA" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/skills{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/med_data{pixel_x = -2; pixel_y = 2},/obj/item/weapon/circuitboard/secure_data{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/security,/obj/item/weapon/circuitboard/security/engineering{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/security/mining{pixel_x = 2; pixel_y = -2},/obj/item/weapon/circuitboard/stationalert_security{pixel_x = 3; pixel_y = -3},/obj/machinery/camera/network/engineering,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"qC" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"qD" = (/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/green{icon_state = "0-8"},/obj/machinery/recharge_station,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"qF" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"qG" = (/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"qH" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/hologram/holopad,/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"qI" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"qJ" = (/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"qL" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/light,/turf/simulated/floor,/area/engineering/atmos/monitoring) -"qM" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/fuelstorage) -"qN" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 5},/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"qO" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 6},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"qP" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"qQ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/smartfridge/chemistry,/turf/simulated/floor/plating,/area/medical/chemistry) -"qS" = (/obj/item/weapon/stool/padded{dir = 4},/obj/effect/floor_decal/spline/plain{dir = 8},/obj/machinery/light,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"qT" = (/obj/structure/lattice,/obj/structure/railing/grey{dir = 4},/obj/structure/sign/directions/evac{dir = 1; pixel_x = 32},/obj/structure/sign/directions/stairs_up{dir = 1; pixel_x = 32; pixel_y = 6},/turf/simulated/floor,/area/stellardelight/deck2/aftport) -"qV" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"qW" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/dispenser{phorontanks = 0},/obj/machinery/camera/network/engineering{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"qX" = (/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/random/tech_supply/component/nofail,/obj/item/device/flash,/obj/item/device/flash,/obj/item/device/integrated_electronics/debugger{pixel_x = -5},/obj/item/device/integrated_electronics/wirer{pixel_x = 5},/obj/item/device/integrated_circuit_printer,/obj/structure/table/steel,/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"qY" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"qZ" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/sign/deck2{pixel_x = 32},/obj/structure/sign/directions/medical/morgue{pixel_x = -32},/obj/structure/sign/directions/medical/resleeving{pixel_x = -32; pixel_y = -6},/obj/structure/sign/directions/medical/virology{pixel_x = -32; pixel_y = -12},/obj/structure/sign/directions/stairs_down{pixel_x = -32; pixel_y = 6},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"ra" = (/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"rb" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/o2production) -"rc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/effect/floor_decal/milspec/color/white/half,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"rd" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters{dir = 8; id = "bar"; layer = 3.3; name = "Bar Shutters"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"re" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/effect/landmark/start/cargo,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"rg" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 8},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"rh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"ri" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"rj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/emblem/stellardelight{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"rk" = (/obj/structure/sign/directions/command{dir = 1; pixel_y = 32},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"rl" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/mouse_hole_spawner{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"rm" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"rn" = (/obj/machinery/appliance/cooker/fryer,/obj/machinery/camera/network/civilian{dir = 5},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"rp" = (/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"rq" = (/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"rr" = (/obj/structure/closet/walllocker_double/south{color = "#8da4a6"; pixel_x = -5},/obj/structure/table/standard,/obj/machinery/button/remote/blast_door{dir = 1; id = "kitchen"; name = "Kitchen shutters"; pixel_x = 9; pixel_y = -25},/obj/machinery/light_switch{dir = 1; pixel_x = -1; pixel_y = -42},/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/spacespice,/obj/item/weapon/reagent_containers/food/condiment/spacespice,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill,/obj/machinery/button/remote/blast_door{dir = 1; id = "kitchenhallway"; name = "Kitchen shutters"; pixel_x = 9; pixel_y = -36},/obj/random/donkpocketbox,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"rs" = (/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"rt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/effect/landmark/start/botanist,/turf/simulated/floor/tiled,/area/hydroponics) -"ru" = (/obj/structure/bed/chair/bay/comfy/yellow{dir = 1},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"rv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"rw" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "Engineering Workshop"; req_access = null; req_one_access = list(11,24); stripe_color = "#913013"},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/steel_ridged,/area/engineering/workshop) -"rx" = (/turf/simulated/wall/bay/r_wall/steel,/area/storage/primary) -"ry" = (/obj/structure/table/rack,/obj/item/weapon/tank/jetpack,/obj/item/clothing/mask/gas,/obj/item/clothing/suit/space/void/captain,/obj/item/clothing/head/helmet/space/void/captain,/obj/structure/window/reinforced,/obj/machinery/door/window/brigdoor/westright{dir = 4; name = "Captain's Storage"; req_access = list(20)},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/item/weapon/card/id/gold/captain/spare{name = "\improper Captain's spare ID"},/turf/simulated/floor/wood,/area/crew_quarters/captain) -"rz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"rB" = (/obj/structure/particle_accelerator/particle_emitter/right{dir = 4},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"rC" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"rD" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4},/obj/effect/map_helper/airlock/door/simple,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboardescape) -"rE" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/paicard,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/newscaster{pixel_y = 28},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/obj/effect/landmark/vines,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"rF" = (/obj/machinery/hologram/holopad,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/blue{icon_state = "1-4"},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"rG" = (/obj/structure/bed/chair/comfy,/obj/effect/landmark/start/bartender,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"rH" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/firealarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"rI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"rK" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"rM" = (/obj/machinery/light/small{dir = 1},/obj/structure/closet/emcloset,/obj/machinery/camera/network/halls{dir = 4},/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/starboard) -"rN" = (/turf/simulated/wall/bay/r_wall/blue,/area/crew_quarters/captain) -"rO" = (/obj/structure/closet/secure_closet/hydroponics,/obj/item/weapon/shovel/spade,/obj/item/weapon/storage/belt/utility,/obj/item/stack/material/sandstone{amount = 5},/obj/effect/floor_decal/milspec/color/green/half{dir = 9},/obj/machinery/requests_console{department = "Service"; pixel_y = 26},/obj/item/device/retail_scanner/civilian,/turf/simulated/floor/tiled,/area/hydroponics) -"rP" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/grass,/area/hydroponics) -"rQ" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/cable/green{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"rR" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portaft) -"rT" = (/turf/simulated/wall/bay/r_wall/steel,/area/storage/tech) -"rV" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/crew_quarters/bar) -"rW" = (/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/atmos) -"rX" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#9c9c9c"; name = "Laundry"; stripe_color = "#89bd66"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/locker) -"rY" = (/obj/structure/sign/directions/medical{dir = 1; pixel_x = -32; pixel_y = 35},/obj/structure/sign/directions/bridge{dir = 1; pixel_x = -32; pixel_y = 41},/obj/structure/sign/directions/engineering{pixel_x = -32; pixel_y = 23},/obj/structure/sign/directions/cargo{dir = 10; pixel_x = -32; pixel_y = 29},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"rZ" = (/obj/structure/sign/pods,/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/starboard) -"sa" = (/obj/structure/cable{icon_state = "2-4"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"sb" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"sc" = (/obj/structure/bed/chair/sofa/corp{dir = 1},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"sd" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/alarm/angled{dir = 4},/obj/effect/floor_decal/milspec/color/green/half{dir = 10},/turf/simulated/floor/tiled,/area/hydroponics) -"se" = (/obj/structure/cable/green{icon_state = "2-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"sg" = (/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/port) -"sh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/grass,/area/hydroponics) -"si" = (/obj/structure/lattice,/obj/structure/cable/green{icon_state = "32-2"},/obj/structure/disposalpipe/down{dir = 4},/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers,/obj/machinery/atmospherics/pipe/zpipe/down/supply,/obj/machinery/door/firedoor/glass,/turf/simulated/open,/area/maintenance/stellardelight/deck2/portfore) -"sj" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"sk" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#a6753d"; name = "Cargo Office"; req_access = list(31); stripe_color = "#3b2b1a"},/turf/simulated/floor/tiled/steel_ridged,/area/quartermaster/storage) -"sl" = (/obj/item/weapon/stool/padded{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"sm" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/airlock_sensor{id_tag = "engine_sensor"; pixel_y = 24},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1379; id_tag = "engine_airpump"},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/engineering/engine_room) -"sn" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"so" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"sp" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/red,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"sq" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/white,/turf/simulated/floor,/area/medical/chemistry) -"sr" = (/obj/item/weapon/stool/padded{dir = 4},/obj/effect/floor_decal/spline/plain{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"su" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/light/floortube{dir = 1; pixel_y = -10},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"sv" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"sw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/camera/network/engine{dir = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"sx" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/atmos) -"sy" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/storage) -"sz" = (/obj/machinery/computer/atmoscontrol,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"sA" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half{dir = 6},/turf/simulated/floor/tiled,/area/hydroponics) -"sB" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"sC" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"sD" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/locker) -"sE" = (/obj/machinery/honey_extractor,/obj/machinery/status_display{pixel_x = 32},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"sF" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"sG" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/wall/bay/brown,/area/quartermaster/storage) -"sH" = (/obj/structure/table/wooden_reinforced,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"sI" = (/obj/structure/sign/deck2{pixel_x = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"sJ" = (/obj/machinery/vending/wardrobe/medidrobe,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"sK" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"sL" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters{dir = 8; id = "bar"; layer = 3.3; name = "Bar Shutters"},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"sM" = (/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"sN" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/storage/primary) -"sO" = (/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"sP" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"sQ" = (/obj/structure/cable/yellow{icon_state = "2-8"},/obj/structure/cable/yellow{icon_state = "1-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"sR" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/obj/structure/cable/orange{icon_state = "2-8"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"sS" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/effect/floor_decal/milspec/color/blue,/obj/machinery/camera/network/command{dir = 4},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/central) -"sT" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/camera/network/engineering{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"sU" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/structure/sign/atmos/o2{pixel_x = 32; pixel_y = 26},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"sV" = (/obj/machinery/firealarm/angled{dir = 8},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"sW" = (/obj/effect/catwalk_plated,/turf/simulated/floor,/area/stellardelight/deck2/port) -"sX" = (/obj/structure/dogbed,/mob/living/simple_mob/animal/passive/dog/void_puppy/nulle,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"sY" = (/obj/structure/cable/cyan{icon_state = "4-8"},/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "\improper RADIOACTIVE AREA"; pixel_y = 32},/obj/machinery/camera/network/engine,/turf/simulated/floor/airless,/area/engineering/engine_room) -"sZ" = (/obj/structure/closet/crate{icon_state = "crate"; name = "Grenade Crate"},/obj/item/weapon/grenade/chem_grenade,/obj/item/weapon/grenade/chem_grenade,/obj/item/weapon/grenade/chem_grenade,/obj/item/device/assembly/timer,/obj/item/device/assembly/timer,/obj/item/device/assembly/timer,/obj/item/device/assembly/igniter,/obj/item/device/assembly/igniter,/obj/item/device/assembly/igniter,/obj/item/weapon/tool/screwdriver,/obj/structure/table/reinforced,/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"ta" = (/turf/simulated/wall/bay/brown,/area/engineering/workshop) -"tb" = (/obj/structure/bed/chair/sofa/corp/right{dir = 8},/obj/effect/landmark/start/visitor,/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"tc" = (/obj/structure/lattice,/turf/space,/area/stellardelight/deck2/exterior) -"td" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"te" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"tf" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/window/eastright{dir = 8; name = "Chemistry"},/obj/machinery/door/window/westleft{dir = 4; name = "Chemistry"; req_one_access = list(33)},/obj/machinery/door/blast/shutters{dir = 8; id = "chemistry"; layer = 3.1; name = "Chemistry Shutters"},/obj/structure/table/reinforced,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/chemistry) -"tg" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "\improper RADIOACTIVE AREA"},/turf/simulated/wall/bay/r_wall/orange,/area/engineering/engine_room) -"th" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"ti" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"tj" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/cable/green{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"tk" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 9},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/fuelstorage) -"tl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"tm" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/cyan{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"tn" = (/obj/structure/table/standard,/obj/item/device/camera{pixel_x = -2; pixel_y = 9},/obj/item/device/camera{pixel_x = 2; pixel_y = 3},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"to" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/obj/effect/landmark/start/atmostech,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"tp" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/power/terminal{dir = 4},/obj/structure/cable,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"ts" = (/obj/structure/bed/chair/bay/comfy/brown{dir = 1},/obj/effect/landmark/start/visitor,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"tt" = (/obj/structure/table/standard,/obj/item/weapon/folder/yellow,/obj/item/weapon/pen/red{pixel_x = 2; pixel_y = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/button/remote/blast_door{dir = 4; id = "qmwindows"; name = "Privacy Shutters"; pixel_y = 15},/turf/simulated/floor/wood,/area/quartermaster/qm) -"tu" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"tv" = (/obj/structure/bed/psych,/obj/structure/sign/painting/library_secure{pixel_y = -30},/turf/simulated/floor/wood,/area/medical/psych) -"tw" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/power/sensor{name = "Powernet Sensor - Starboard Solar Array"; name_tag = "Starboard Solar Array"},/obj/structure/cable{icon_state = "0-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"ty" = (/obj/effect/floor_decal/industrial/danger{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"tz" = (/obj/effect/floor_decal/industrial/danger/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 6},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"tA" = (/obj/machinery/firealarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"tB" = (/obj/machinery/firealarm/angled,/obj/structure/frame,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"tC" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"tD" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/vending/tool,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"tE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/table/reinforced,/obj/random/tech_supply,/obj/random/tech_supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"tF" = (/obj/machinery/atmospherics/pipe/manifold/visible/cyan{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"tI" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"tJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"tK" = (/turf/simulated/wall/bay/r_wall/steel,/area/engineering/storage) -"tL" = (/obj/structure/sign/nanotrasen{pixel_x = 32},/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/port) -"tM" = (/obj/structure/table/rack,/obj/structure/bed/chair/wheelchair{dir = 4},/obj/structure/bed/chair/wheelchair{dir = 4},/obj/machinery/camera/network/medbay{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"tN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"tP" = (/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/mouse_hole_spawner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"tQ" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/plating,/area/maintenance/stellardelight/substation/engineering) -"tT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"tU" = (/obj/structure/disposalpipe/segment,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"tV" = (/obj/item/weapon/storage/box/nifsofts_medical{pixel_x = 7; pixel_y = 7},/obj/item/weapon/storage/box/nifsofts_medical,/obj/structure/table/reinforced,/obj/item/device/radio{pixel_x = -4; pixel_y = 4},/obj/item/device/radio{pixel_x = 4; pixel_y = -4},/obj/item/device/radio{pixel_x = 7; pixel_y = 8},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"tW" = (/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"tX" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"tZ" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"ua" = (/obj/effect/floor_decal/milspec/color/blue/corner,/obj/structure/sign/directions/medical{pixel_x = 32; pixel_y = -29},/obj/structure/sign/directions/cargo{pixel_x = 32; pixel_y = -35},/obj/structure/sign/directions/engineering{pixel_x = 32; pixel_y = -41},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"ub" = (/turf/simulated/floor/reinforced/airless,/area/stellardelight/deck2/combustionworkshop) -"uc" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/rack,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/contraband,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"ud" = (/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"ue" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold4w/visible/red,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"uf" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/noticeboard{pixel_x = -32},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/hydroponics) -"ug" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 4; id = "privacyshutters"; name = "Privacy Shutter"},/obj/structure/low_wall/bay/reinforced/blue,/turf/simulated/floor,/area/stellardelight/deck2/briefingroom) -"uh" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals4,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"ui" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/turf/space,/area/space) -"uj" = (/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"uk" = (/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/o2production) -"ul" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 1},/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"um" = (/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"un" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"uo" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; door_color = "#e6ab22"; name = "Engineering Substation"; req_one_access = list(10); stripe_color = "#e6ab22"},/turf/simulated/floor/tiled/steel_ridged,/area/maintenance/stellardelight/substation/engineering) -"up" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/milspec/color/orange/corner,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"uq" = (/obj/structure/sign/directions/medical{dir = 8; pixel_x = 32; pixel_y = 35},/obj/structure/sign/directions/cargo{pixel_x = 32; pixel_y = 28},/obj/structure/sign/directions/bridge{dir = 1; pixel_x = 32; pixel_y = 41},/obj/structure/sign/directions/engineering{pixel_x = 32; pixel_y = 22},/obj/structure/sign/directions/bar{dir = 1; pixel_x = 32; pixel_y = 47},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"ur" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{icon_state = "0-8"},/obj/structure/cable/green{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"us" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/recharge_station,/obj/effect/landmark/vines,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"ut" = (/obj/machinery/atmospherics/pipe/manifold/hidden/red{dir = 1},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"uu" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/combustionworkshop) -"uv" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 24},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"uw" = (/obj/structure/particle_accelerator/power_box{dir = 4},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"ux" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"uy" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/storage/art) -"uz" = (/obj/structure/sign/deck2{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"uA" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/grass,/area/hydroponics) -"uB" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"uC" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"uD" = (/obj/structure/cable/orange{icon_state = "1-8"},/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"uE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"uF" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/camera/network/halls,/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"uG" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"uI" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/camera/network/cargo{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"uJ" = (/obj/machinery/computer/security/telescreen/entertainment{desc = "Look's like it's set to the info station... I wonder what else is on?"; pixel_x = 32; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"uK" = (/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"uL" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"uM" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/angled_bay/hatch{dir = 4; door_color = "#e6ab22"; locked = 1; name = "maintenance access"; req_one_access = list(19); stripe_color = "#e6ab22"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engine_eva) -"uN" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"uO" = (/obj/machinery/atmospherics/pipe/manifold/visible/black{dir = 4},/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"uP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/wood,/area/crew_quarters/captain) -"uQ" = (/obj/structure/stairs/spawner/north,/obj/structure/railing/grey{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/central) -"uR" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"uT" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"uU" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/wall{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"uW" = (/obj/machinery/appliance/mixer/candy,/obj/machinery/light,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"uX" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"uY" = (/obj/structure/cable/yellow{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"uZ" = (/obj/machinery/button/remote/blast_door{dir = 8; id = "bar"; name = "Bar Shutter Control"; pixel_x = 24},/obj/structure/table/marble,/obj/item/weapon/reagent_containers/glass/rag,/obj/item/weapon/reagent_containers/food/drinks/shaker{pixel_x = -7; pixel_y = 11},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -9},/obj/machinery/button/remote/blast_door{dir = 8; id = "barlockdown"; name = "Window Lockdown"; pixel_x = 24; pixel_y = 10},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"va" = (/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/wood,/area/medical/psych) -"vb" = (/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"vc" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"vd" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"ve" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "2-4"},/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"vf" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = -4},/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = 7; pixel_y = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"vg" = (/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/green{icon_state = "0-8"},/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"vh" = (/obj/structure/closet/crate/freezer,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"vi" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"vj" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"vk" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/machinery/light{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"vn" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"vo" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/item/weapon/cell/device,/obj/item/weapon/cell/device,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"vp" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/airlock/angled_bay/hatch/engineering{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"vq" = (/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"vt" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/table/rack,/obj/random/contraband,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance/clean,/obj/random/maintenance,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"vu" = (/obj/machinery/lapvend,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"vw" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"vx" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/powered/pump/filled,/turf/simulated/floor,/area/engineering/atmos/monitoring) -"vy" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/structure/cable/yellow{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"vz" = (/obj/machinery/alarm/angled,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"vA" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals4,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"vB" = (/obj/machinery/atmospherics/binary/pump{dir = 8},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"vC" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/obj/machinery/disposal/deliveryChute,/obj/structure/disposalpipe/trunk{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"vD" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/yellow,/obj/machinery/meter,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"vF" = (/obj/machinery/atmospherics/pipe/manifold/visible/supply,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"vG" = (/obj/structure/closet/walllocker_double/medical/north,/obj/item/weapon/storage/firstaid/regular{pixel_x = 5; pixel_y = 8},/obj/item/weapon/storage/firstaid/regular{pixel_x = 5; pixel_y = 8},/obj/item/weapon/storage/belt/medical,/obj/item/weapon/storage/belt/medical,/obj/item/clothing/gloves/sterile/nitrile,/obj/item/clothing/gloves/sterile/nitrile,/obj/random/tetheraid,/obj/random/tetheraid,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"vH" = (/obj/effect/floor_decal/milspec/color/white/corner,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"vI" = (/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"vJ" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/atmos) -"vK" = (/obj/structure/cable/blue{icon_state = "1-8"},/turf/simulated/floor/wood,/area/crew_quarters/captain) -"vL" = (/obj/effect/floor_decal/steeldecal/steel_decals6,/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"vM" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/maintenance/stellardelight/substation/engineering) -"vN" = (/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"vO" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"vP" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"vQ" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"vR" = (/obj/machinery/light,/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"vS" = (/obj/structure/bed/chair/bay/comfy/brown{dir = 1},/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"vU" = (/obj/machinery/alarm/angled{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"vV" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/machinery/door/blast/angled/open{dir = 2; id = "burnchamberlockdown"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"vW" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/status_display{pixel_x = 32},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"vX" = (/obj/machinery/vending/fitness,/obj/structure/sign/poster{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"vY" = (/obj/item/device/radio/headset/headset_med,/obj/item/weapon/storage/box/syringes,/obj/item/weapon/storage/fancy/vials,/obj/item/weapon/storage/fancy/vials,/obj/item/weapon/storage/box/pillbottles,/obj/item/weapon/storage/box/pillbottles,/obj/structure/closet/wardrobe/chemistry_white,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"wa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/table/glass,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"wb" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"wd" = (/obj/structure/closet/secure_closet/medical2,/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"we" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/obj/machinery/newscaster{pixel_y = 28},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"wf" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 4},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"wg" = (/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-2"},/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"wh" = (/obj/structure/filingcabinet/chestdrawer{name = "Scan Records"},/obj/machinery/firealarm/angled,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"wi" = (/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/central) -"wk" = (/obj/structure/disposalpipe/junction{dir = 2; icon_state = "pipe-j2"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"wl" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/milspec/color/white/half,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"wm" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/fuelstorage) -"wn" = (/obj/structure/shuttle/engine/propulsion{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/portescape) -"wo" = (/obj/structure/bed/chair/bay/comfy/brown{dir = 1},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"wp" = (/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/combustionworkshop) -"wq" = (/obj/structure/bed/chair/backed_red{dir = 8},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"wr" = (/obj/structure/cable{icon_state = "2-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"ws" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood,/area/medical/psych) -"wt" = (/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/green,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"wu" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"wv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"ww" = (/obj/structure/table/glass,/obj/random/medical{pixel_x = -4; pixel_y = 5},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"wy" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"wz" = (/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"wA" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"wB" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/port) -"wC" = (/obj/machinery/recharger,/obj/item/weapon/storage/box/syringegun,/obj/item/weapon/gun/launcher/syringe,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"wD" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"wE" = (/obj/structure/disposalpipe/sortjunction/untagged/flipped{dir = 1},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"wF" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"wG" = (/obj/structure/table/woodentable,/obj/machinery/computer/security/telescreen/entertainment{pixel_y = 30},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3; pixel_y = 4},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"wH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"wI" = (/obj/machinery/atmospherics/pipe/simple/visible/black,/obj/machinery/meter,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"wJ" = (/obj/structure/sign/painting/public{pixel_y = -30},/turf/simulated/floor/tiled,/area/storage/art) -"wK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/emblem/stellardelight{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"wL" = (/obj/machinery/appliance/mixer/cereal,/obj/machinery/alarm/angled{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"wM" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/structure/sign/poster{dir = 1},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"wN" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/landmark/start/cargo,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"wO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/aftstarboard) -"wP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"wR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/landmark/start/cargo,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"wS" = (/obj/structure/bed/chair,/obj/machinery/firealarm/angled,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"wT" = (/obj/machinery/atmospherics/unary/cryo_cell,/turf/simulated/floor/tiled/techfloor/grid,/area/stellardelight/deck2/triage) -"wV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"wW" = (/obj/structure/sign/nanotrasen{pixel_x = -32},/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/starboard) -"wX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"wY" = (/turf/simulated/wall/bay/steel,/area/stellardelight/deck2/aftport) -"wZ" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"xa" = (/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 10},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"xb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"xc" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"xd" = (/turf/simulated/wall/bay/r_wall/blue,/area/stellardelight/deck2/briefingroom) -"xe" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"xg" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"xh" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"xi" = (/obj/machinery/atmospherics/omni/atmos_filter{name = "N2O Filter"; tag_east = 2; tag_south = 1; tag_west = 7},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"xj" = (/obj/machinery/vending/wallmed1{dir = 1; pixel_y = -30},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"xk" = (/obj/machinery/photocopier,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"xl" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/structure/sign/atmos_air{pixel_x = 32; pixel_y = 26},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"xm" = (/obj/machinery/alarm/angled,/obj/machinery/recharge_station,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"xn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/milspec/color/white/half,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark{name = "vinestart"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"xo" = (/obj/machinery/computer/supplycomp/control,/turf/simulated/floor/wood,/area/quartermaster/qm) -"xp" = (/turf/simulated/wall/bay/white,/area/medical/psych) -"xq" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"xr" = (/obj/machinery/atmospherics/pipe/simple/hidden/black{dir = 6},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"xt" = (/obj/machinery/pipedispenser/disposal,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"xu" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/obj/machinery/meter,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"xv" = (/obj/structure/table/darkglass,/obj/machinery/computer/skills{pixel_x = 9},/obj/item/weapon/paper_bin{pixel_x = -7; pixel_y = -2},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"xw" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/vehicle/train/trolley{dir = 1},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"xx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/milspec/color/orange/half{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"xy" = (/obj/structure/railing/grey{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/central) -"xz" = (/obj/structure/particle_accelerator/end_cap{dir = 4},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"xA" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"xB" = (/obj/machinery/computer/station_alert/all,/obj/structure/panic_button{pixel_y = 32},/obj/effect/floor_decal/milspec/color/orange/half,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"xC" = (/obj/effect/landmark{name = "lightsout"},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"xD" = (/obj/structure/bed/chair/backed_red{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"xE" = (/obj/structure/bed/chair/sofa/corp/left{dir = 4},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"xG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"xH" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/angled_bay/standard/color{dir = 8; door_color = "#ffffff"; name = "Mental Health"; req_access = list(64); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/psych) -"xI" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/vending/loadout/accessory,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"xJ" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/biochemistry/full,/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"xK" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/recharger{pixel_y = 5},/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"xL" = (/obj/item/roller,/obj/item/roller{pixel_y = 8},/obj/item/roller{pixel_y = 16},/obj/structure/table/glass,/obj/structure/window/reinforced{dir = 1},/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/white{icon_state = "0-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"xM" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"xN" = (/mob/living/simple_mob/animal/passive/mouse/brown/feivel,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"xO" = (/obj/machinery/light,/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"xP" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 4},/obj/structure/table/wooden_reinforced,/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"xQ" = (/obj/structure/sign/redcross,/turf/simulated/wall/bay/white,/area/medical/reception) -"xR" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 8},/obj/machinery/door/blast/angled/open{dir = 4; id = "atmoswindowlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"xT" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"xU" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"xV" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"xW" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 6},/obj/structure/sign/atmos/phoron{pixel_x = -32; pixel_y = 26},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"xX" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"xY" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; name = "Surgery Cleaner"; pixel_x = 2; pixel_y = 2},/obj/item/device/radio/intercom/department/medbay{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"xZ" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"ya" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/sign/nosmoking_1{pixel_y = -32},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"yc" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"yd" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/aftport) -"ye" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"yf" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/table/standard,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/glass/beaker{pixel_x = 5},/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"yg" = (/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"yh" = (/obj/structure/closet/emergsuit_wall{dir = 4; pixel_x = 27},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"yi" = (/obj/machinery/door/firedoor/glass,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/hatch{door_color = "#e6ab22"; name = "maintenance access"; req_access = list(11,24); req_one_access = null; stripe_color = "#e6ab22"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engineering_monitoring) -"yj" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/engine_room) -"yk" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"yl" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/storage) -"ym" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/sign/department/atmos{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"yn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"yo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/wood,/area/medical/psych) -"yp" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/portescape) -"yq" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"yr" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"ys" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/machinery/newscaster{pixel_y = 28},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"yu" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/machinery/newscaster{pixel_x = 29},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"yv" = (/obj/effect/landmark/start/botanist,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"yw" = (/obj/structure/table/reinforced,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/orange{icon_state = "0-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"yx" = (/obj/machinery/status_display{pixel_y = -32},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"yy" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"yz" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/random/trash_pile,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"yA" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 10},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_eva) -"yB" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"yC" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"yE" = (/obj/structure/medical_stand,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"yF" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"yG" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"yH" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"yI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"yJ" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/door/blast/angled/open{dir = 4; id = "bridgelockdown"},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#323d80"; name = "Bridge"; req_access = list(19); req_one_access = list(19); stripe_color = "#f7d35c"},/turf/simulated/floor/tiled/steel_ridged,/area/bridge) -"yK" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"yM" = (/obj/structure/cable/green{icon_state = "2-4"},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"yN" = (/obj/machinery/door/airlock/angled_bay/hatch{door_color = "#e6ab22"; locked = 1; name = "Burn Chamber"; req_one_access = list(24); stripe_color = "#e6ab22"},/obj/machinery/door/blast/angled/open{dir = 2; id = "burnchamberlockdown"},/turf/simulated/floor/reinforced,/area/stellardelight/deck2/combustionworkshop) -"yP" = (/obj/random/trash_pile,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"yQ" = (/obj/machinery/camera/network/medbay{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals4,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"yR" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"yS" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"yT" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/status_display/supply_display{pixel_x = -32},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"yU" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"yV" = (/obj/item/device/sleevemate,/obj/item/device/denecrotizer/medical,/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/obj/item/weapon/gun/energy/mouseray/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"yW" = (/turf/simulated/wall/bay/steel,/area/stellardelight/deck2/aftstarboard) -"yX" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/window/westleft{dir = 4; name = "Animal Pen"; req_one_access = list(35,28)},/turf/simulated/floor/tiled/steel_ridged,/area/hydroponics) -"yY" = (/obj/machinery/camera/network/halls{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"yZ" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"za" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/engine_room) -"zb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"zc" = (/obj/structure/sign/department/chem{pixel_y = 32},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"zd" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/light{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"zf" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"zh" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"zi" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"zj" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"zk" = (/obj/machinery/light/small,/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/starboard) -"zl" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"zm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"zo" = (/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"zp" = (/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/green{icon_state = "0-4"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"zq" = (/obj/structure/cable/orange{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"zr" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/turf/simulated/floor/tiled,/area/hydroponics) -"zs" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"zt" = (/obj/machinery/camera/network/medbay{dir = 1},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"zu" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"zv" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/power/apc/angled{cell_type = /obj/item/weapon/cell/super; dir = 8; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable/green{icon_state = "0-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"zw" = (/obj/structure/bed/chair/backed_red{dir = 1},/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"zy" = (/obj/structure/cable/yellow{icon_state = "1-4"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"zz" = (/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"zC" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/landmark/start/medical,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"zD" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"zG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"zH" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"zI" = (/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4; frequency = 1379; id_tag = "d2_portmaint_exterior"; locked = 1; name = "Exterior Airlock"},/obj/machinery/access_button{command = "cycle_exterior"; dir = 8; frequency = 1379; master_tag = "d2_portmaint_airlock"; name = "exterior access button"; pixel_y = 32; req_one_access = list(13)},/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/maintenance/stellardelight/deck2/portsolars) -"zJ" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"zK" = (/obj/structure/cable/blue{icon_state = "2-4"},/obj/machinery/alarm/angled{dir = 4},/obj/structure/closet/emcloset,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"zL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 1},/obj/machinery/firealarm/angled,/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor,/area/medical/cryo) -"zM" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/atmospherics/binary/pump{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"zN" = (/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"zO" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"zP" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"zQ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#ffffff"; name = "Medbay Storage"; req_access = list(5); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/cmostore) -"zR" = (/obj/effect/floor_decal/milspec/color/orange/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"zS" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"zT" = (/obj/machinery/shieldgen,/obj/machinery/camera/network/engineering,/turf/simulated/floor/plating,/area/engineering/storage) -"zU" = (/obj/machinery/oxygen_pump/anesthetic,/turf/simulated/wall/bay/white,/area/medical/surgery) -"zV" = (/obj/structure/cable/orange{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"zW" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/random/trash_pile,/obj/effect/landmark{name = "morphspawn"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"zX" = (/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"zY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"zZ" = (/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Aa" = (/obj/machinery/light/small{dir = 1},/obj/structure/closet/emcloset,/obj/machinery/camera/network/halls{dir = 8},/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/port) -"Ab" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"Ad" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"},/obj/machinery/papershredder,/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"Ae" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/vending/loadout/uniform,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"Af" = (/obj/structure/table/reinforced,/obj/item/device/retail_scanner/engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"Ag" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 10},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Ah" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4},/obj/effect/map_helper/airlock/door/simple,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboardescape) -"Ai" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 9},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Aj" = (/obj/structure/closet/emcloset,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Ak" = (/obj/structure/table/standard,/obj/item/weapon/material/knife/butch,/obj/item/weapon/material/kitchen/rollingpin,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Al" = (/obj/structure/table/fancyblack,/obj/item/weapon/paper_bin{pixel_y = 5},/obj/item/weapon/pen,/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"Am" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"An" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 6},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"Ao" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Ap" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Ar" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{icon_state = "0-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"As" = (/obj/machinery/atmospherics/binary/pump/on{dir = 1; name = "Scrubber to Waste"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"At" = (/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"Au" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 6},/turf/space,/area/space) -"Av" = (/obj/structure/disposalpipe/segment,/obj/structure/closet/secure_closet/atmos_personal,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Aw" = (/obj/machinery/light{dir = 8},/obj/structure/sign/directions/engineering/atmospherics{dir = 8; pixel_x = -32; pixel_y = -12},/obj/structure/sign/directions/cargo{dir = 10; pixel_x = -32},/obj/structure/sign/directions/engineering{dir = 4; pixel_x = -32; pixel_y = -6},/obj/structure/sign/directions/medical{dir = 1; pixel_x = -32; pixel_y = 6},/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/aftstarboard) -"Ax" = (/obj/effect/floor_decal/spline/plain{dir = 1},/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/vending/wallmed1/public{pixel_x = 29},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"Ay" = (/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Az" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/low_wall/bay/reinforced/brown,/turf/simulated/floor,/area/quartermaster/storage) -"AA" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"AB" = (/obj/machinery/computer/guestpass{pixel_y = 24},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"AC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"AD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"AE" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"AF" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"AG" = (/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/mask/muzzle,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"AI" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"AK" = (/obj/machinery/power/sensor{name = "Powernet Sensor - Master Grid"; name_tag = "Master"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/plating,/area/engineering/storage) -"AL" = (/obj/machinery/light{dir = 4},/obj/structure/sign/directions/engineering{dir = 4; pixel_x = 32; pixel_y = -6},/obj/structure/sign/directions/engineering/atmospherics{dir = 10; pixel_x = 32; pixel_y = -12},/obj/structure/sign/directions/cargo{dir = 6; pixel_x = 32},/obj/structure/sign/directions/medical{dir = 1; pixel_x = 32; pixel_y = 6},/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/aftport) -"AM" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/storage/art) -"AN" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters{dir = 8; id = "bar"; layer = 3.3; name = "Bar Shutters"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"AO" = (/obj/structure/table/darkglass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/button/remote/airlock{id = "captaindoor"; pixel_x = -15; pixel_y = 2},/obj/item/weapon/stamp/captain{pixel_x = 10; pixel_y = 6},/obj/item/weapon/coin/phoron{desc = "The face of the coin shows a portrait of the explorer who discovered the Virgo-Erigone system. The back depicts a Zodiac symbol that represents Virgo."; name = "limited edition phoron coin"; pixel_x = 11; pixel_y = -3},/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"AP" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"AR" = (/obj/machinery/light,/turf/simulated/floor/grass,/area/hydroponics) -"AS" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/algae_farm{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/unary_atmos/heater,/obj/item/weapon/circuitboard/unary_atmos/cooler{pixel_x = 3; pixel_y = -3},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"AT" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"AU" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"AV" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/fuelstorage) -"AW" = (/obj/machinery/atmospherics/binary/pump{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"AX" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"AY" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"AZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Ba" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/obj/machinery/sleeper{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Bb" = (/obj/structure/flora/pottedplant/minitree,/obj/structure/cable/white{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Bc" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Bd" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/camera/network/engineering,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"Be" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/closet/secure_closet/engineering_personal,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Bf" = (/obj/structure/sign/directions/bar{dir = 1; pixel_x = 32; pixel_y = 15},/obj/machinery/camera/network/halls{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Bg" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/aftstarboard) -"Bh" = (/obj/machinery/computer/operating,/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Bi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/storage/art) -"Bj" = (/obj/machinery/smartfridge/produce/persistent_lossy,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/crew_quarters/kitchen) -"Bk" = (/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"Bl" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/angled_bay/standard/color{dir = 8; door_color = "#ffffff"; name = "Operating Theatre 1"; req_access = list(45); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/surgery) -"Bm" = (/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Bn" = (/obj/structure/table/standard,/obj/machinery/reagentgrinder{pixel_y = 10},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Bo" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/landmark/start/chef,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Bp" = (/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"Bq" = (/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/starboard) -"Br" = (/obj/structure/shuttle/window,/obj/structure/grille,/obj/effect/shuttle_landmark{base_area = /area/stellardelight/deck2/exterior; base_turf = /turf/simulated/floor/airless; docking_controller = "port_escape_berth"; landmark_tag = "port_ship_berth"; name = "Stellar Delight Escape Pod Port"},/turf/simulated/floor,/area/stellardelight/deck2/portescape) -"Bs" = (/obj/machinery/field_generator{anchored = 1; state = 1},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Bt" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Bu" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Bv" = (/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 1},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Bw" = (/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/port) -"Bx" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"BA" = (/obj/structure/railing/grey{dir = 8},/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/fore) -"BB" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"BC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"BD" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#9c9c9c"; fill_color = null; name = "Commons"; stripe_color = "#89bd66"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/recreation_area) -"BE" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"BF" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"BG" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/light{dir = 4},/obj/machinery/meter,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"BH" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"BI" = (/obj/structure/table/standard,/obj/item/weapon/clipboard,/obj/item/weapon/stamp/qm,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/wood,/area/quartermaster/qm) -"BJ" = (/obj/machinery/hologram/holopad,/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"BK" = (/obj/item/weapon/stool/padded,/obj/machinery/hologram/holopad,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"BL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"BM" = (/obj/structure/table/standard,/obj/item/weapon/folder/yellow,/obj/item/weapon/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/machinery/light/floortube{dir = 1; pixel_y = 6},/obj/machinery/camera/network/cargo,/obj/item/device/retail_scanner/cargo,/obj/item/weapon/stamp/accepted,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"BN" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/substation/engineering) -"BO" = (/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"BP" = (/obj/effect/floor_decal/milspec/color/blue/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"BQ" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/powered/pump/filled,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"BR" = (/obj/structure/closet/secure_closet/medical1,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"BS" = (/obj/machinery/power/apc/angled{dir = 1; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable/green{icon_state = "0-8"},/obj/machinery/light_switch{pixel_x = 9; pixel_y = 24},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"BT" = (/turf/simulated/wall/bay/r_wall/steel,/area/engineering/atmos/storage) -"BU" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"BV" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters{id = "bar"; layer = 3.3; name = "Bar Shutters"},/obj/item/weapon/material/ashtray/glass,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"BW" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"BX" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"BY" = (/obj/machinery/atmospherics/pipe/tank/nitrogen{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"BZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Ca" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Cb" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/status_display{pixel_x = -32},/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/port) -"Cc" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/junction,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"Cd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Ce" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double/glass/common{dir = 8; name = "Escape Pod"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"Cf" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Cg" = (/obj/structure/sign/painting/public{pixel_y = -30},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled,/area/storage/art) -"Ch" = (/obj/machinery/atmospherics/pipe/tank/oxygen{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Ci" = (/obj/machinery/door/firedoor/glass,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Cj" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Ck" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 5},/obj/structure/disposalpipe/segment,/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Cl" = (/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/storage) -"Cm" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Cn" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 1},/obj/structure/cable/orange{icon_state = "4-8"},/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Co" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Cp" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Cq" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Cr" = (/obj/machinery/alarm/angled{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Ct" = (/obj/machinery/light,/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Cu" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Cv" = (/obj/machinery/gear_painter,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"Cw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/blue{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Cx" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Cy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Cz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/camera/network/engineering,/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"CA" = (/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"CB" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 6},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"CC" = (/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"CD" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"CE" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"CF" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"CG" = (/obj/machinery/computer/ship/helm,/obj/effect/floor_decal/milspec/color/green/half,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"CH" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 10},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"CI" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3; pixel_y = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"CJ" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"CK" = (/obj/structure/table/fancyblack,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/weapon/toy/desk/stellardelight{pixel_x = -11; pixel_y = -8},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"CL" = (/obj/structure/table/reinforced,/obj/random/maintenance/clean,/obj/random/powercell,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"CM" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable/orange{icon_state = "1-8"},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"CO" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"CP" = (/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"CQ" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"CR" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/orange{icon_state = "1-2"},/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"CS" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/cargo,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"CT" = (/obj/machinery/atmospherics/pipe/tank/nitrogen,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"CU" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"CV" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/vending/loadout/clothing,/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"CW" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"CY" = (/obj/structure/table/woodentable,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3; pixel_y = 4},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"CZ" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/cable/green{icon_state = "0-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Da" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Dc" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/orange{icon_state = "1-2"},/obj/effect/landmark/start/atmostech,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Dd" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/structure/symbol/sa{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"De" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Df" = (/obj/machinery/atmospherics/unary/freezer{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Dg" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Dh" = (/obj/machinery/computer/med_data,/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/milspec/color/white/half,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Di" = (/obj/structure/cable/green{icon_state = "1-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Dj" = (/obj/machinery/smartfridge/drinks,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"Dk" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double/glass{door_color = "#ffffff"; id_tag = "MedbayFoyer W"; name = "Medbay Foyer"; req_access = list(5); req_one_access = list(5); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/triage) -"Dl" = (/obj/structure/bed/chair/bay/comfy/brown,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"Dm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Dn" = (/turf/simulated/floor/wood,/area/medical/psych) -"Do" = (/obj/machinery/seed_storage/garden,/obj/effect/floor_decal/milspec/color/green,/turf/simulated/floor/tiled,/area/hydroponics) -"Dq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/hydroponics) -"Dr" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/wood,/area/quartermaster/qm) -"Ds" = (/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Dt" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Du" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/undies_wardrobe,/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"Dv" = (/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Dw" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/simulated/floor/airless,/area/engineering/engine_eva) -"Dx" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_x = -5; pixel_y = 4},/obj/item/weapon/clipboard,/turf/simulated/floor/carpet/blue,/area/medical/psych) -"Dy" = (/obj/structure/table/standard,/obj/item/device/defib_kit/loaded,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; name = "Surgery Cleaner"; pixel_x = 2; pixel_y = 2},/obj/item/device/radio/intercom/department/medbay{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Dz" = (/obj/machinery/door/firedoor,/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#ffffff"; name = "Chemistry"; req_access = list(33); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/chemistry) -"DA" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/aftport) -"DB" = (/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"DC" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/machinery/firealarm/angled{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"DD" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm/freezer{pixel_y = 24},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"DE" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"DF" = (/obj/machinery/atmospherics/portables_connector/fuel,/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"DG" = (/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/blue{icon_state = "0-2"},/turf/simulated/floor/wood,/area/crew_quarters/captain) -"DH" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"DI" = (/obj/machinery/camera/network/civilian{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"DJ" = (/obj/machinery/portable_atmospherics/canister/oxygen/prechilled,/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/white{icon_state = "0-8"},/turf/simulated/floor,/area/medical/cryo) -"DL" = (/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"DM" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"DN" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 4},/obj/machinery/light{dir = 1},/obj/structure/bed/chair/comfy/brown,/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"DO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"DP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"DQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/sortjunction/flipped{dir = 1; name = "Atmospherics"; sortType = "Atmospherics"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"DR" = (/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"DS" = (/obj/structure/bed/chair/bay/comfy/brown,/obj/effect/landmark/start/clown,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"DT" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"DV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/sign/department/cargo{pixel_y = -32},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"DW" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"DX" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 9},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"DY" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 5},/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"DZ" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Ea" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1379; id_tag = "d2_starmaint_airpump"},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{id_tag = "d2_starmaint_airlock"; pixel_y = 24; req_one_access = list(13); tag_airpump = "d2_starmaint_airpump"; tag_chamber_sensor = "d2_starmaint_sensor"; tag_exterior_door = "d2_starmaint_exterior"; tag_interior_door = "d2_starmaint_interior"},/obj/machinery/airlock_sensor{dir = 1; id_tag = "d2_starmaint_sensor"; pixel_y = -24; req_access = list(13)},/obj/machinery/light/small,/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"Ec" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Ed" = (/obj/machinery/light,/obj/structure/table/reinforced,/obj/item/weapon/packageWrap,/obj/item/weapon/hand_labeler,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/item/weapon/tape_roll,/obj/item/weapon/clipboard,/obj/machinery/recharger{pixel_y = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Ee" = (/obj/machinery/optable,/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Ef" = (/turf/simulated/open,/area/stellardelight/deck2/aftport) -"Eg" = (/obj/structure/cable/orange{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"Eh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Ei" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/effect/landmark/start/atmostech,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Ej" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/structure/cable/green{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/sign/directions/stairs_down{dir = 1; pixel_x = -32; pixel_y = 6},/obj/structure/sign/directions/stairs_up{pixel_x = -32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Ek" = (/obj/machinery/atmospherics/pipe/simple/visible/red,/obj/machinery/meter,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"El" = (/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"Em" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/structure/sign/poster{dir = 1},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"En" = (/obj/structure/cable/blue{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Eo" = (/obj/effect/floor_decal/corner_steel_grid{dir = 10},/obj/machinery/sleep_console{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Ep" = (/obj/structure/bed/chair/bay/comfy/brown,/obj/effect/landmark/start/mime,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"Eq" = (/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"Er" = (/obj/effect/floor_decal/industrial/danger{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Es" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Et" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"Eu" = (/obj/effect/shuttle_landmark{base_area = /area/quartermaster/storage; base_turf = /turf/simulated/floor/reinforced; docking_controller = "cargo_bay"; landmark_tag = "supply_station"; name = "Ship Cargo Bay"},/turf/simulated/floor/reinforced,/area/quartermaster/storage) -"Ev" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Ew" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double/glass/common{dir = 8; name = "Escape Pod"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"Ex" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{door_color = "#ffffff"; name = "Gas Storage"; req_one_access = list(5,24); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/cryo) -"Ey" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/storage/primary) -"Ez" = (/obj/structure/table/woodentable,/obj/item/weapon/gun/projectile/shotgun/doublebarrel,/obj/item/weapon/paper{info = "This permit signifies that the Bartender is permitted to posess this firearm in the bar, and ONLY the bar. Failure to adhere to this permit will result in confiscation of the weapon and possibly arrest."; name = "Shotgun permit"},/obj/item/ammo_magazine/ammo_box/b12g/beanbag,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"EA" = (/obj/machinery/light/floortube{dir = 8; pixel_x = -6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"EC" = (/obj/structure/table/woodentable,/obj/item/weapon/paper_bin{pixel_y = 4},/obj/item/weapon/pen{pixel_y = 4},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"ED" = (/obj/machinery/photocopier/faxmachine{department = "Captain's Office"},/obj/structure/table/darkglass,/obj/structure/sign/painting/library_secure{pixel_x = 30},/turf/simulated/floor/wood,/area/crew_quarters/captain) -"EE" = (/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/machinery/newscaster{pixel_y = 28},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"EF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/o2production) -"EG" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"EH" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/camera/network/cargo{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"EI" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"EJ" = (/obj/machinery/computer/crew{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"EK" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"EL" = (/obj/structure/table/standard,/obj/item/device/healthanalyzer,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/medical/surgery) -"EM" = (/obj/structure/cable/yellow{icon_state = "2-4"},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"EN" = (/obj/effect/floor_decal/emblem/stellardelight{dir = 6},/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"EO" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/captaindouble,/obj/structure/curtain/black,/obj/effect/landmark/start/captain,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"EP" = (/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"EQ" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"ER" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#e6ab22"; name = "Engineering Hard Storage"; req_access = list(11); stripe_color = "#913013"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/storage) -"ES" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half{dir = 9},/turf/simulated/floor/tiled,/area/hydroponics) -"ET" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/conveyor{id = "cargoload"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"EU" = (/obj/structure/table/glass,/obj/random/medical{pixel_x = -4; pixel_y = 5},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"EV" = (/obj/item/weapon/stool/padded{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"EW" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"EX" = (/obj/random/trash_pile,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"EZ" = (/obj/machinery/vending/tool,/obj/machinery/camera/network/civilian,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"Fa" = (/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Fb" = (/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Fc" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/cable/green{icon_state = "1-4"},/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Fd" = (/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"Fe" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/vacuum{pixel_x = -32},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Ff" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 4; id = "atmoswindowlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Fg" = (/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"Fh" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Fi" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1380; id_tag = "cargo_bay"; pixel_y = 24; req_one_access = null; tag_door = null},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Fk" = (/obj/structure/bed/chair/comfy/blue{dir = 1},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"Fl" = (/obj/machinery/atmospherics/pipe/manifold/hidden/red{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Fm" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/green{icon_state = "0-2"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Fn" = (/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/wood,/area/quartermaster/qm) -"Fo" = (/obj/machinery/power/solar_control{dir = 4},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Fq" = (/obj/structure/table/standard,/obj/item/device/healthanalyzer,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Fr" = (/obj/structure/table/woodentable,/obj/item/weapon/folder/white,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"Fs" = (/obj/machinery/alarm/angled{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/cyan{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Ft" = (/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Fv" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/disposalpipe/segment,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Fw" = (/obj/structure/table/gamblingtable,/obj/machinery/light/floortube{pixel_y = -6},/obj/item/weapon/material/ashtray/glass,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"Fx" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/obj/machinery/button/ignition{id = "castfireball"; pixel_y = 28},/obj/machinery/light{dir = 4},/obj/machinery/button/remote/blast_door{id = "burnchamberlockdown"; name = "Window Lockdown"; pixel_x = -9; pixel_y = 31},/obj/machinery/button/remote/blast_door{id = "burnchamberlockvent"; name = "Chamber Vent"; pixel_x = -1; pixel_y = 37},/obj/machinery/computer/general_air_control/supermatter_core{input_tag = "cooling_in"; name = "Engine Cooling Control"; output_tag = "cooling_out"; sensors = list("burn_chamber" = "Burn Chamber"); throwpass = 1},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Fy" = (/obj/item/weapon/stool/padded{dir = 1},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Fz" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"FA" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/nifsoft_shop,/obj/machinery/item_bank{pixel_y = 28},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"FB" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"FC" = (/obj/structure/closet/secure_closet/bar,/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"FD" = (/obj/machinery/atmospherics/unary/outlet_injector{dir = 4; frequency = 1441; id = "atmos_out"; use_power = 1},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"FE" = (/obj/machinery/sleep_console{dir = 4},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"FF" = (/obj/structure/particle_accelerator/particle_emitter/center{dir = 4},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"FG" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"FH" = (/obj/structure/medical_stand,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"FI" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/mouse_hole_spawner{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"FJ" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#9c9c9c"; name = "Bar"; stripe_color = "#89bd66"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/bar) -"FK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/orange{icon_state = "1-8"},/obj/structure/table/rack,/obj/random/maintenance/cargo,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"FL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"FM" = (/obj/item/weapon/stool/padded{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"FN" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/grinder{pixel_x = -4; pixel_y = 4},/obj/item/weapon/circuitboard/grill{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/fryer{pixel_x = -2; pixel_y = 2},/obj/item/weapon/circuitboard/oven{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/microwave,/obj/item/weapon/circuitboard/cerealmaker{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/candymachine{pixel_x = 2; pixel_y = -2},/obj/item/weapon/circuitboard/biogenerator{pixel_x = 3; pixel_y = -3},/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/orange{icon_state = "0-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"FP" = (/obj/machinery/light,/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"FQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"FR" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/vending/loadout/overwear,/obj/machinery/camera/network/civilian,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"FS" = (/obj/structure/cable/green{icon_state = "0-8"},/obj/machinery/power/apc/angled{dir = 1; name = "night shift APC"; nightshift_setting = 2},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"FT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"FU" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"FV" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"FW" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/light/floortube{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"FX" = (/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"FY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"FZ" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable/green{icon_state = "2-4"},/obj/machinery/alarm/angled{dir = 8},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Ga" = (/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/obj/effect/landmark/vines,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Gb" = (/obj/structure/window/reinforced{dir = 8; pixel_x = -4},/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"Gc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Gd" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Ge" = (/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 1},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Gf" = (/turf/simulated/wall/bay/orange,/area/maintenance/stellardelight/substation/engineering) -"Gg" = (/obj/structure/bed/chair/comfy/blue{dir = 8},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"Gh" = (/obj/machinery/atmospherics/binary/pump{name = "CO2 to O2 Generators"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Gi" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Gj" = (/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Gl" = (/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Gn" = (/obj/structure/table/woodentable,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Go" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Gp" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Gq" = (/obj/structure/lattice,/obj/machinery/door/firedoor/glass,/turf/simulated/open,/area/maintenance/stellardelight/deck2/portfore) -"Gr" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/blue,/area/medical/psych) -"Gs" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/aftport) -"Gt" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/status_display{pixel_x = 32},/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/starboard) -"Gu" = (/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Gv" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Gw" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/hologram/holopad,/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Gx" = (/obj/structure/sign/deck2{pixel_y = 32},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Gy" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/angled_shutter{id = "kitchenhallway"; layer = 3.3; name = "Kitchen Shutters"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Gz" = (/obj/machinery/computer/general_air_control{frequency = 1443; level = 3; name = "Distribution and Waste Monitor"; sensors = list("dist_main_meter" = "Surface - Distribution Loop", "scrub_main_meter" = "Surface - Scrubbers Loop", "mair_main_meter" = "Surface - Mixed Air Tank", "dist_aux_meter" = "Station - Distribution Loop", "scrub_aux_meter" = "Station - Scrubbers Loop", "mair_aux_meter" = "Station - Mixed Air Tank", "mair_mining_meter" = "Mining Outpost - Mixed Air Tank")},/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/orange{icon_state = "0-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"GA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 4},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"GB" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/cable/green{icon_state = "2-4"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"GD" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/disposalpipe/segment,/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "O2 Production"; req_access = list(24); stripe_color = "#2ebfbd"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/o2production) -"GE" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"GF" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"GG" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"GH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"GI" = (/obj/effect/landmark{name = "Observer-Start"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/emblem/stellardelight/center,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"GJ" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/atmos) -"GK" = (/obj/structure/closet,/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"GL" = (/obj/machinery/status_display{pixel_y = 32},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"GM" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half{dir = 5},/turf/simulated/floor/tiled,/area/hydroponics) -"GN" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/starboardescape) -"GO" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/power/terminal{dir = 8},/obj/structure/cable,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"GP" = (/obj/structure/cable/blue{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/cable/blue{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"GQ" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/closet/firecloset,/obj/random/snack,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"GR" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"GS" = (/obj/effect/floor_decal/emblem/stellardelight{dir = 10},/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"GT" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals4,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"GU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"GV" = (/obj/structure/bed/chair/comfy/blue{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"GW" = (/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/blue,/obj/structure/table/steel_reinforced,/obj/item/weapon/paper_bin{pixel_y = 5},/obj/item/weapon/pen,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"GX" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"GY" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"GZ" = (/obj/machinery/computer/security/engineering{dir = 1},/obj/machinery/light/floortube{pixel_y = -6},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Ha" = (/obj/machinery/icecream_vat,/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"Hb" = (/obj/item/modular_computer/console/preset/command,/obj/machinery/camera/network/command,/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"Hc" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/dropper,/obj/machinery/light,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Hd" = (/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/starboard) -"He" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/vehicle/train/engine{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Hf" = (/obj/machinery/power/emitter{anchored = 1; icon_state = "emitter1"; state = 1},/obj/structure/cable/cyan{icon_state = "4-8"},/obj/structure/cable/cyan{icon_state = "0-4"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Hg" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/central) -"Hh" = (/obj/machinery/alarm/angled,/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Hi" = (/obj/structure/table/marble,/obj/machinery/chemical_dispenser/bar_alc/full{dir = 1},/obj/machinery/camera/network/civilian{dir = 8},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"Hj" = (/obj/machinery/atm{pixel_y = 30},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Hk" = (/obj/machinery/camera/network/halls{dir = 4},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Hl" = (/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Hm" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/atmos/monitoring) -"Ho" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 1},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Hp" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/table/standard,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/device/megaphone,/turf/simulated/floor/wood,/area/quartermaster/qm) -"Hq" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{door_color = "#e6ab22"; name = "Engineering Substation"; req_one_access = list(10); stripe_color = "#e6ab22"},/turf/simulated/floor/tiled/steel_ridged,/area/maintenance/stellardelight/substation/engineering) -"Hr" = (/turf/simulated/wall/bay/white,/area/medical/surgery) -"Hs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/firealarm/angled{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Ht" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Hu" = (/obj/structure/table/standard,/obj/structure/disposalpipe/tagger{dir = 8; name = "package tagger - Trash"; sort_tag = "Trash"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Hv" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/sign/securearea{desc = "A warning sign which reads 'HIGH VOLTAGE'"; icon_state = "shock"; name = "\improper HIGH VOLTAGE"; pixel_y = 32},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/engineering/engine_room) -"Hw" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Hx" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/plating,/area/engineering/storage) -"Hy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Hz" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/hatch{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"HA" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/obj/machinery/light{dir = 1},/obj/structure/table/glass,/obj/machinery/recharger,/obj/item/weapon/tool/screwdriver,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"HB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood,/area/medical/psych) -"HC" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"HD" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/starboard) -"HE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"HF" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate/medical,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"HG" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/machinery/station_map{dir = 4; pixel_x = -32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"HH" = (/obj/machinery/light,/obj/structure/cable/white{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"HI" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/green,/obj/effect/landmark/start/atmostech,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"HJ" = (/turf/simulated/wall/bay/steel,/area/crew_quarters/kitchen) -"HK" = (/turf/simulated/wall/bay/orange,/area/engineering/locker_room) -"HL" = (/obj/structure/bed/chair/bay/comfy/captain{dir = 1},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"HM" = (/obj/structure/table/reinforced,/obj/structure/sign/poster{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"HN" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"HO" = (/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"HP" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double/glass{dir = 8; name = "Primary Tool Storage"},/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/storage/primary) -"HQ" = (/turf/simulated/wall/bay/r_wall/steel,/area/crew_quarters/bar) -"HR" = (/obj/machinery/camera/network/halls{dir = 8},/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"HS" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"HT" = (/obj/structure/cable/yellow{icon_state = "0-2"},/obj/machinery/power/terminal{dir = 1},/turf/simulated/floor/plating,/area/engineering/storage) -"HV" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"HW" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/crew_quarters/locker) -"HX" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,/obj/machinery/meter,/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"HY" = (/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/emblem/stellardelight{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"HZ" = (/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Ia" = (/obj/item/clothing/accessory/stethoscope,/obj/item/clothing/accessory/stethoscope,/obj/item/clothing/accessory/stethoscope,/obj/item/weapon/storage/box/syringes{pixel_y = 9},/obj/item/weapon/storage/box/syringes{pixel_y = 9},/obj/random/medical,/obj/item/weapon/storage/box/beakers{pixel_x = 14; pixel_y = 10},/obj/structure/table/reinforced,/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Ib" = (/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/milspec/color/white/half,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Id" = (/obj/structure/sink{dir = 4; pixel_x = 12},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Ie" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"If" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/machinery/door/blast/angled/open{dir = 2; id = "burnchamberlockdown"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Ig" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Ih" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Ii" = (/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Ij" = (/obj/item/weapon/computer_hardware/battery_module,/obj/item/weapon/computer_hardware/battery_module,/obj/item/weapon/computer_hardware/battery_module/nano,/obj/item/weapon/computer_hardware/hard_drive,/obj/item/weapon/computer_hardware/hard_drive,/obj/item/weapon/computer_hardware/hard_drive/micro,/obj/item/weapon/computer_hardware/network_card,/obj/item/weapon/computer_hardware/network_card,/obj/item/weapon/computer_hardware/network_card/wired,/obj/item/weapon/computer_hardware/processor_unit,/obj/item/weapon/computer_hardware/processor_unit,/obj/item/weapon/computer_hardware/processor_unit/small,/obj/item/weapon/computer_hardware/tesla_link,/obj/item/weapon/computer_hardware/nano_printer,/obj/item/weapon/computer_hardware/hard_drive/portable,/obj/item/weapon/computer_hardware/hard_drive/portable,/obj/item/device/multitool,/obj/item/clothing/gloves/yellow,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/machinery/light/small{dir = 1},/obj/structure/table/steel,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Ik" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/random/vendordrink,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/firealarm/angled,/obj/effect/landmark/vermin,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Il" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Im" = (/obj/structure/window/reinforced{dir = 8; pixel_x = -4},/obj/structure/table/wooden_reinforced,/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"In" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/recharge_station,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Io" = (/obj/machinery/alarm/angled{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/table/steel_reinforced,/obj/item/device/retail_scanner/command,/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Ip" = (/obj/structure/stairs/spawner/north,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/aftport) -"Iq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"Ir" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/angled{dir = 1; name = "night shift APC"; nightshift_setting = 2},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"Is" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"It" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"Iu" = (/obj/structure/table/glass,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/recharger,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Iv" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/obj/machinery/station_map{dir = 4; pixel_x = -32},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Iw" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Ix" = (/obj/structure/cable/cyan{icon_state = "4-8"},/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "\improper RADIOACTIVE AREA"; pixel_y = -32},/obj/machinery/camera/network/engine{dir = 1},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Iz" = (/obj/item/stack/cable_coil/yellow,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"IA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/hidden/red,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"IB" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"IC" = (/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"ID" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"IE" = (/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/glass/reinforced,/area/crew_quarters/recreation_area) -"IF" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"IG" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/obj/structure/sign/poster{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"IH" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"II" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#e6ab22"; name = "Engineering Glass"; req_access = list(10); stripe_color = "#913013"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/locker_room) -"IJ" = (/obj/structure/reagent_dispensers/beerkeg,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"IK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"IL" = (/obj/structure/table/steel_reinforced,/obj/machinery/keycard_auth{pixel_y = 2},/obj/effect/floor_decal/milspec/color/blue/half{dir = 10},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"IN" = (/obj/machinery/atmospherics/binary/pump/on{name = "Air to Distro"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"IO" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"IQ" = (/obj/structure/table/glass,/obj/machinery/door/window/southright{dir = 1; req_access = list(5)},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"IR" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/vehicle/train/trolley{dir = 1},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/camera/network/cargo{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"IT" = (/obj/machinery/vending/wardrobe/chemdrobe,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"IU" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 4; id = "atmoswindowlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/stellardelight/deck2/o2production) -"IV" = (/turf/simulated/floor/wood,/area/crew_quarters/captain) -"IW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"IX" = (/obj/machinery/alarm/angled{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"IY" = (/obj/machinery/firealarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"IZ" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Ja" = (/obj/structure/table/rack/steel,/obj/item/weapon/stock_parts/matter_bin,/obj/item/weapon/stock_parts/matter_bin,/obj/item/weapon/stock_parts/matter_bin,/obj/item/weapon/stock_parts/manipulator,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/circuitboard/partslathe,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Jb" = (/obj/machinery/shield_capacitor,/turf/simulated/floor/plating,/area/engineering/storage) -"Jd" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "atmoswindowlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Je" = (/obj/structure/sign/directions/bar{dir = 1; pixel_y = 25},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Jf" = (/obj/structure/railing/grey{dir = 8},/obj/structure/railing/grey,/turf/simulated/open,/area/maintenance/stellardelight/deck2/starboardaft) -"Jg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Jh" = (/turf/space,/area/space) -"Ji" = (/obj/machinery/computer/arcade/orion_trail,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Jj" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Jk" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_eva) -"Jl" = (/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Jm" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Jn" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Jo" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/fuelstorage) -"Jp" = (/obj/machinery/camera/network/civilian{dir = 1},/turf/simulated/floor/grass,/area/hydroponics) -"Jq" = (/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/fore) -"Jr" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate/internals,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Js" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/meter,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"Jt" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Jv" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Jw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/mouse_hole_spawner{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"Jx" = (/obj/structure/sign/securearea{desc = "A warning sign which reads 'RADIOACTIVE AREA'"; icon_state = "radiation"; name = "\improper RADIOACTIVE AREA"; pixel_x = -32},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-2"},/obj/structure/cable/orange{icon_state = "0-8"},/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Jy" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-4"},/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"JB" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/storage/art) -"JC" = (/obj/structure/sign/department/cargo{pixel_x = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"JD" = (/obj/machinery/computer/power_monitor{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"JE" = (/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"JF" = (/obj/structure/sign/directions/bar{dir = 1; pixel_x = -32; pixel_y = 15},/obj/machinery/camera/network/halls{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"JG" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"JH" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/green{icon_state = "0-2"},/obj/structure/cable/green{icon_state = "16-0"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"JI" = (/obj/effect/floor_decal/milspec/color/green/half,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/hydroponics) -"JJ" = (/obj/structure/cable/orange{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"JK" = (/obj/structure/cable/blue{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"JL" = (/obj/effect/floor_decal/milspec/color/black/corner,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/obj/item/device/radio/beacon,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"JM" = (/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/orange{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"JN" = (/obj/effect/floor_decal/milspec/cargo,/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"JP" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/rack,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/snack,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"JQ" = (/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"JR" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#9c9c9c"; fill_color = null; name = "Commons"; stripe_color = "#89bd66"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/recreation_area) -"JS" = (/obj/machinery/atmospherics/pipe/manifold4w/visible/black,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"JT" = (/obj/machinery/reagentgrinder,/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"JV" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/chemist,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"JW" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"JX" = (/obj/machinery/shield_gen,/turf/simulated/floor/plating,/area/engineering/storage) -"JY" = (/turf/simulated/wall/bay/r_wall/steel,/area/storage/art) -"JZ" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/blast/angled/open{dir = 2; id = "qmwindows"; name = "Privacy Shutters"},/obj/structure/low_wall/bay/reinforced/brown,/turf/simulated/floor,/area/quartermaster/qm) -"Ka" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Kb" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"Kc" = (/obj/structure/reagent_dispensers/watertank,/obj/item/weapon/reagent_containers/glass/bucket,/obj/effect/floor_decal/milspec/color/green/half,/turf/simulated/floor/tiled,/area/hydroponics) -"Kd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Ke" = (/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_ridged,/area/storage/primary) -"Kf" = (/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Kg" = (/obj/structure/table/glass,/obj/item/device/defib_kit/loaded,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Kh" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Ki" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Kj" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/machinery/vending/event,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"Kk" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/closet/secure_closet/atmos_personal,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Kl" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/monotile,/area/stellardelight/deck2/triage) -"Km" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Kn" = (/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Ko" = (/obj/machinery/firealarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Kp" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{dir = 4},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Kq" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 10},/obj/machinery/light{dir = 1},/obj/machinery/vending/wardrobe/atmosdrobe,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Kr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_eva) -"Ks" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/effect/landmark/start/medical,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Kt" = (/obj/structure/table/glass,/obj/structure/window/reinforced{dir = 1},/obj/item/weapon/backup_implanter{pixel_y = 9},/obj/item/weapon/backup_implanter{pixel_y = 2},/obj/item/weapon/backup_implanter{pixel_y = -5},/obj/item/weapon/backup_implanter{pixel_y = -12},/obj/machinery/alarm/angled{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Ku" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Kv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Kw" = (/obj/structure/closet/secure_closet/medical2,/obj/machinery/firealarm/angled{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Kx" = (/obj/structure/table/woodentable,/obj/item/clothing/head/that{pixel_x = 4; pixel_y = 6},/obj/item/weapon/tool/screwdriver,/obj/item/weapon/reagent_containers/food/drinks/shaker{pixel_x = -7; pixel_y = 11},/obj/item/weapon/flame/lighter/zippo{pixel_x = 2},/obj/item/clothing/mask/smokable/cigarette/cigar/cohiba,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/green{icon_state = "0-8"},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"Ky" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Kz" = (/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4; frequency = 1379; id_tag = "d2_starmaint_interior"; locked = 1; name = "Exterior Airlock"},/obj/machinery/access_button{command = "cycle_interior"; dir = 8; frequency = 1379; master_tag = "d2_starmaint_airlock"; name = "interior access button"; pixel_y = 32; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/maintenance/stellardelight/deck2/starboardsolars) -"KA" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"KB" = (/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"KD" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"KE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"KG" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = 24},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"KH" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"KI" = (/obj/machinery/alarm/angled{dir = 8},/obj/machinery/power/emitter,/turf/simulated/floor/plating,/area/engineering/storage) -"KJ" = (/obj/effect/catwalk_plated,/turf/simulated/floor,/area/stellardelight/deck2/starboard) -"KK" = (/turf/simulated/wall/bay/r_wall/green,/area/hydroponics) -"KL" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portfore) -"KM" = (/obj/machinery/the_singularitygen/tesla{anchored = 1},/turf/simulated/floor/airless,/area/engineering/engine_room) -"KN" = (/obj/structure/table/reinforced,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"KP" = (/obj/structure/cable/cyan{icon_state = "2-8"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/airless,/area/engineering/engine_room) -"KQ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/table/rack,/obj/random/maintenance/cargo,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"KR" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"KS" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#ffffff"; name = "Medbay Foyer"; req_access = list(5); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/triage) -"KT" = (/obj/machinery/vending/medical,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"KU" = (/obj/machinery/vending/coffee,/obj/structure/sign/poster{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"KV" = (/obj/structure/table/glass,/obj/machinery/recharger,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"KW" = (/obj/machinery/alarm/angled{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"KX" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/storage) -"KY" = (/obj/structure/table/reinforced,/obj/machinery/alarm/angled,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/camera/network/medbay{dir = 8},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"La" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Lb" = (/obj/structure/table/wooden_reinforced,/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) -"Lc" = (/obj/structure/table/reinforced,/obj/item/device/floor_painter,/obj/item/device/t_scanner,/obj/item/device/multitool{pixel_x = 5},/obj/item/weapon/reagent_containers/spray/cleaner,/obj/machinery/camera/network/engineering{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"Ld" = (/obj/item/modular_computer/console/preset/medical{dir = 4},/obj/effect/floor_decal/milspec/color/white/half{dir = 6},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Le" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Lf" = (/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Lg" = (/obj/structure/cable/orange{icon_state = "2-8"},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Lh" = (/obj/machinery/computer/operating,/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Li" = (/obj/machinery/floodlight,/obj/structure/cable/orange{icon_state = "0-8"},/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/plating,/area/engineering/storage) -"Lk" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Ll" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Lm" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Ln" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; name = "Chemistry Cleaner"},/obj/item/weapon/hand_labeler,/obj/item/weapon/packageWrap,/obj/item/device/mass_spectrometer/adv,/obj/item/device/mass_spectrometer/adv,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Lp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"Lq" = (/obj/machinery/computer/security/telescreen/entertainment{desc = "Look's like it's set to the info station... I wonder what else is on?"; pixel_x = -32; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Lr" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/effect/floor_decal/milspec/color/orange/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Ls" = (/obj/machinery/alarm/angled,/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Lt" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/belt/utility,/obj/item/weapon/storage/belt/utility,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box/nifsofts_engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"Lu" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/window/northright{dir = 2; name = "Cargo Ordering"; req_access = list(50)},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/monotile,/area/quartermaster/storage) -"Lv" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Lw" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_eva) -"Lx" = (/obj/structure/flora/pottedplant/orientaltree,/obj/effect/floor_decal/milspec/color/orange/corner{dir = 8},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Ly" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/green{icon_state = "2-8"},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"Lz" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"LB" = (/obj/machinery/power/solar_control{dir = 8},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"LC" = (/obj/machinery/computer/crew{dir = 8},/obj/machinery/firealarm/angled{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"LD" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/obj/item/weapon/storage/toolbox/mechanical{pixel_y = 5},/obj/item/weapon/storage/toolbox/electrical,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"LE" = (/turf/simulated/wall/bay/r_wall/steel,/area/quartermaster/storage) -"LF" = (/obj/structure/table/standard,/obj/item/weapon/packageWrap,/obj/fiftyspawner/cardboard,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"LG" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"LH" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"LI" = (/turf/simulated/wall/bay/orange,/area/engineering/engineering_monitoring) -"LK" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"LL" = (/obj/machinery/door/window/brigdoor/northleft{name = "Bar"; req_access = list(25)},/obj/machinery/light{dir = 4},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"LM" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4},/obj/effect/map_helper/airlock/door/simple,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/portescape) -"LN" = (/obj/structure/bed/chair/comfy{dir = 1},/obj/machinery/firealarm/angled{dir = 8},/obj/effect/landmark/start/bartender,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"LO" = (/obj/machinery/light/floortube{dir = 4; pixel_x = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled,/area/hydroponics) -"LP" = (/obj/structure/table/woodentable,/obj/machinery/light/floortube{dir = 1; pixel_y = 6},/obj/machinery/camera/network/civilian,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3; pixel_y = 4},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/obj/item/weapon/material/ashtray/glass,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"LQ" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"LR" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"LS" = (/mob/living/simple_mob/animal/passive/chicken,/turf/simulated/floor/grass,/area/hydroponics) -"LT" = (/obj/machinery/disposal/wall{dir = 8},/obj/structure/disposalpipe/trunk{dir = 2},/obj/machinery/firealarm/angled,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"LU" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{name = "Distro Loop Drain"},/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"LV" = (/obj/structure/table/glass,/obj/structure/sign/department/operational{pixel_x = 32},/obj/random/medical,/obj/random/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"LW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"LX" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/conveyor_switch/oneway{id = "cargounload"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"LY" = (/turf/simulated/wall/bay/brown,/area/engineering/engine_eva) -"LZ" = (/obj/structure/cable/white{icon_state = "1-4"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Ma" = (/obj/structure/table/standard,/obj/item/device/taperecorder,/obj/item/stack/cable_coil/random,/obj/item/weapon/hand_labeler,/obj/item/stack/cable_coil/random,/obj/item/device/floor_painter,/obj/machinery/camera/network/civilian,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/storage/art) -"Mb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Mc" = (/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Md" = (/obj/structure/cable/green{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Me" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Mf" = (/obj/machinery/atmospherics/omni/atmos_filter{name = "Phoron Filter"; tag_north = 2; tag_south = 1; tag_west = 6},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Mg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"Mh" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/rdserver{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/protolathe{pixel_x = -2; pixel_y = 2},/obj/item/weapon/circuitboard/destructive_analyzer{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/rdconsole,/obj/item/weapon/circuitboard/autolathe{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/mechfab{pixel_x = 2; pixel_y = -2},/obj/item/weapon/circuitboard/prosthetics{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Mi" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Mj" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Mk" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Ml" = (/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/aftstarboard) -"Mm" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Mn" = (/obj/machinery/beehive,/obj/effect/floor_decal/milspec/color/green/half{dir = 1},/turf/simulated/floor/tiled,/area/hydroponics) -"Mo" = (/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Mp" = (/obj/machinery/computer/arcade/battle,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Mq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Mr" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/cable/cyan{icon_state = "4-8"},/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/storage) -"Ms" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Mt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/blue{icon_state = "1-8"},/obj/machinery/keycard_auth{pixel_x = 32},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = 9},/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"Mu" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 10},/obj/structure/sign/atmos/n2{pixel_y = 26},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Mv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Mw" = (/obj/structure/table/steel_reinforced,/obj/item/device/radio/intercom{dir = 1},/obj/effect/floor_decal/milspec/color/blue/corner{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"Mx" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"My" = (/obj/structure/table/rack,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/clean,/obj/random/maintenance/cargo,/obj/random/maintenance/cargo,/obj/random/contraband,/obj/random/drinkbottle,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Mz" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/secure{name = "Secure Tech Storage"; req_access = list(19,23)},/turf/simulated/floor/tiled/techfloor/grid,/area/storage/tech) -"MA" = (/obj/structure/sign/directions/evac{pixel_x = 32; pixel_y = -6},/obj/structure/sign/directions/evac{dir = 8; pixel_x = 32},/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/port) -"MB" = (/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/storage) -"MC" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 8},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"MD" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"ME" = (/obj/structure/cable/yellow{icon_state = "2-4"},/obj/structure/closet/emergsuit_wall{pixel_y = 29},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/steel_grid,/area/quartermaster/storage) -"MF" = (/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"MG" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"MH" = (/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"MJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"MK" = (/obj/structure/bed/chair/backed_red{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"MM" = (/obj/structure/table/standard,/obj/machinery/recharger{pixel_y = 5},/obj/machinery/light/floortube{pixel_y = -4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"MN" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"MP" = (/obj/machinery/atmospherics/binary/pump/fuel{name = "Direct Injector"},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"MQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/obj/machinery/alarm/angled{dir = 8},/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/orange{icon_state = "0-8"},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"MR" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"MS" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"MT" = (/obj/machinery/power/grounding_rod,/obj/structure/cable/cyan{icon_state = "1-2"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"MU" = (/turf/simulated/wall/bay/green,/area/hydroponics) -"MV" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 2},/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"MW" = (/obj/structure/table/rack{dir = 8; layer = 2.9},/obj/item/weapon/circuitboard/crew{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/card,/obj/item/weapon/circuitboard/communications{pixel_x = 3; pixel_y = -3},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"MX" = (/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"MY" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/sortjunction{dir = 1; name = "Medical"; sortType = "Medical"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"MZ" = (/obj/machinery/vending/boozeomat,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"Na" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 4},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Nb" = (/obj/structure/cable/green{icon_state = "1-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Nc" = (/obj/structure/bed/chair/backed_red{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Nd" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Ne" = (/obj/structure/lattice,/obj/structure/disposalpipe/down{dir = 8},/obj/machinery/atmospherics/pipe/zpipe/down/scrubbers,/obj/machinery/atmospherics/pipe/zpipe/down/supply,/obj/machinery/door/firedoor/glass,/turf/simulated/open,/area/maintenance/stellardelight/deck2/starboardfore) -"Nf" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 4; id = "qmwindows"; name = "Privacy Shutters"},/obj/structure/low_wall/bay/reinforced/brown,/turf/simulated/floor,/area/quartermaster/qm) -"Ng" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/table/steel_reinforced,/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/angled_shutter{id = "kitchenhallway"; layer = 3.3; name = "Kitchen Shutters"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Nh" = (/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Nj" = (/obj/structure/bed/chair{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Nk" = (/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Nl" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Nm" = (/obj/structure/noticeboard{pixel_x = -32},/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Nn" = (/obj/machinery/computer/ship/engines,/obj/effect/floor_decal/milspec/color/green/half,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"No" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"Np" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"Nq" = (/obj/machinery/suit_cycler/engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Nr" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Ns" = (/turf/simulated/floor/tiled,/area/storage/art) -"Nt" = (/obj/structure/table/rack{dir = 8; layer = 2.6},/obj/item/clothing/shoes/magboots,/obj/item/clothing/shoes/magboots,/obj/machinery/door/window/northleft{name = "Engineering Hardsuits"; req_access = list(11)},/obj/structure/window/reinforced{dir = 8},/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/suit/space/void/engineering,/obj/item/clothing/suit/space/void/engineering,/obj/item/clothing/head/helmet/space/void/engineering,/obj/item/clothing/head/helmet/space/void/engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Nu" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/button/remote/blast_door{dir = 1; id = "psychshutter"; name = "Shutter Control"; pixel_x = -15; pixel_y = -28},/obj/effect/landmark/start/psych,/turf/simulated/floor/carpet/blue,/area/medical/psych) -"Nv" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"Nw" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/zpipe/up/supply,/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers,/obj/machinery/door/firedoor/glass,/obj/structure/disposalpipe/sortjunction{dir = 8; name = "Kitchen/Botany"; sortType = "Kitchen/Botany"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Nx" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Ny" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/effect/floor_decal/industrial/outline/red,/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 24},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Nz" = (/obj/machinery/computer/atmos_alert,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"NA" = (/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4; frequency = 1379; id_tag = "d2_starmaint_exterior"; locked = 1; name = "Exterior Airlock"},/obj/machinery/access_button{command = "cycle_exterior"; dir = 4; frequency = 1379; master_tag = "d2_starmaint_airlock"; name = "exterior access button"; pixel_y = 32; req_one_access = list(13)},/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/maintenance/stellardelight/deck2/starboardsolars) -"NB" = (/obj/structure/closet/emergsuit_wall{dir = 4; pixel_x = 27},/obj/item/clothing/gloves/yellow,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"NC" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"ND" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"NE" = (/obj/structure/reagent_dispensers/foam,/obj/machinery/light,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"NF" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"NG" = (/obj/structure/sign/directions/medical{dir = 1; pixel_x = 32; pixel_y = 35},/obj/structure/sign/directions/bridge{dir = 1; pixel_x = 32; pixel_y = 41},/obj/structure/sign/directions/engineering{dir = 4; pixel_x = 32; pixel_y = 23},/obj/structure/sign/directions/cargo{pixel_x = 32; pixel_y = 29},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"NH" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/obj/machinery/light{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"NJ" = (/obj/machinery/firealarm/angled{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"NK" = (/obj/machinery/atmospherics/pipe/tank/carbon_dioxide{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"NL" = (/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"NM" = (/obj/structure/closet/crate,/obj/item/weapon/circuitboard/smes,/obj/item/weapon/circuitboard/smes,/obj/item/weapon/smes_coil,/obj/item/weapon/smes_coil,/obj/item/weapon/smes_coil/super_capacity,/obj/item/weapon/smes_coil/super_capacity,/obj/item/weapon/smes_coil/super_io,/obj/item/weapon/smes_coil/super_io,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/yellow{icon_state = "1-2"},/turf/simulated/floor/plating,/area/engineering/storage) -"NN" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/brown,/turf/simulated/floor,/area/quartermaster/storage) -"NO" = (/obj/structure/extinguisher_cabinet{dir = 8; pixel_x = 27},/obj/item/device/radio/intercom{dir = 4; pixel_x = 24; pixel_y = 32},/turf/simulated/floor/wood,/area/quartermaster/qm) -"NP" = (/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"NQ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#ffffff"; name = "Medbay Foyer"; req_access = list(5); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/triage) -"NS" = (/obj/structure/table/rack/steel,/obj/item/instrument/violin,/obj/item/instrument/piano_synth,/obj/item/instrument/recorder,/turf/simulated/floor/tiled/dark,/area/crew_quarters/recreation_area) -"NU" = (/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "0-2"},/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"NW" = (/obj/structure/stairs/spawner/north,/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/aftstarboard) -"NX" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"NY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/green{icon_state = "1-4"},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"NZ" = (/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Oa" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine{department = "Quartermaster-Office"},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/wood,/area/quartermaster/qm) -"Ob" = (/obj/structure/table/gamblingtable,/obj/random/coin/sometimes,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"Od" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/fuelstorage) -"Og" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"Oh" = (/obj/effect/landmark{name = "carpspawn"},/turf/space,/area/space) -"Oi" = (/obj/machinery/firealarm/angled,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Oj" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; name = "Surgery Cleaner"; pixel_x = 2; pixel_y = 2},/obj/item/device/radio/intercom/department/medbay{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Ok" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"Ol" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/status_display{pixel_y = 32},/obj/structure/filingcabinet/medical,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Om" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"On" = (/obj/structure/table/marble,/obj/machinery/door/blast/shutters{id = "bar"; layer = 3.3; name = "Bar Shutters"},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"Oo" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/table/rack,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/engineering,/obj/random/maintenance,/obj/item/weapon/disk/nifsoft/compliance,/obj/random/drinkbottle,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Op" = (/obj/effect/floor_decal/industrial/loading{dir = 8},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Oq" = (/obj/machinery/power/apc/angled{cell_type = /obj/item/weapon/cell/super; dir = 8},/obj/structure/cable/cyan{icon_state = "0-2"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/cyan{icon_state = "2-4"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"Or" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Os" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"Ot" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Ou" = (/obj/effect/floor_decal/milspec/color/orange/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Ov" = (/obj/machinery/atmospherics/binary/pump,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Ow" = (/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"Ox" = (/obj/structure/extinguisher_cabinet{dir = 8; pixel_x = 27},/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Oz" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"OA" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/status_display{pixel_y = 32},/obj/effect/landmark{name = "verminstart"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"OC" = (/obj/structure/closet/crate/bin{anchored = 1},/obj/structure/extinguisher_cabinet{dir = 1; pixel_y = -30},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"OD" = (/obj/machinery/camera/network/command{dir = 10},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"OE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"OF" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/engine_room) -"OG" = (/obj/machinery/oxygen_pump/anesthetic,/turf/simulated/wall/bay/white,/area/medical/surgery2) -"OH" = (/obj/machinery/atmospherics/binary/pump,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"OI" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"OJ" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"OK" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 10},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"OL" = (/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"OM" = (/obj/structure/foodcart,/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"ON" = (/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"OO" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/beakers{name = "box of measuring cups"; pixel_x = 2; pixel_y = 3; starts_with = list(/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup = 7)},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"OP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/landmark/vines,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"OQ" = (/obj/machinery/power/apc/angled{dir = 1; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable/green{icon_state = "0-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"OR" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"OS" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 10},/obj/effect/floor_decal/steeldecal/steel_decals4,/obj/effect/floor_decal/milspec/color/orange/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"OT" = (/obj/effect/floor_decal/industrial/danger{dir = 8},/obj/machinery/requests_console/preset/atmos{pixel_y = 30},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"OU" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"OV" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"OW" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 1; pixel_y = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"OX" = (/obj/structure/extinguisher_cabinet{dir = 1; pixel_y = -30},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"OY" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/effect/floor_decal/industrial/danger/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"OZ" = (/obj/structure/closet/toolcloset,/obj/item/weapon/pickaxe,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Pb" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Pc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Pd" = (/obj/structure/particle_accelerator/fuel_chamber{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"Pe" = (/obj/structure/table/woodentable,/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/recharger{pixel_y = 5},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Pf" = (/obj/structure/sign/directions/evac{dir = 4; pixel_x = -32},/obj/structure/sign/directions/evac{pixel_x = -32; pixel_y = -6},/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/starboard) -"Pg" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/table/standard,/obj/item/weapon/book/manual/cook_guide,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Ph" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Pi" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Pj" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 1},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Pk" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"Pl" = (/obj/structure/table/steel_reinforced,/obj/machinery/firealarm/angled{dir = 4},/obj/structure/flora/pottedplant/smallcactus{pixel_y = 14},/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"Pm" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Pn" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/angled_shutter{dir = 4; id = "kitchen"; layer = 3.3; name = "Kitchen Shutters"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Po" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"Pp" = (/obj/effect/landmark{name = "droppod_landing"},/turf/space,/area/space) -"Pq" = (/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Pr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/table/glass,/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Ps" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/machinery/disposal/wall,/obj/structure/disposalpipe/trunk,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Pt" = (/obj/machinery/alarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Pu" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 4},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Pv" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#ffffff"; name = "Medbay Storage"; req_access = list(5); stripe_color = "#5a96bb"},/turf/simulated/floor/tiled/steel_ridged,/area/medical/cmostore) -"Pw" = (/obj/machinery/sparker{id = "castfireball"; pixel_x = 20},/turf/simulated/floor/reinforced/airless,/area/stellardelight/deck2/combustionworkshop) -"Px" = (/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4; frequency = 1379; id_tag = "d2_portmaint_interior"; locked = 1; name = "Exterior Airlock"},/obj/machinery/access_button{command = "cycle_interior"; dir = 4; frequency = 1379; master_tag = "d2_portmaint_airlock"; name = "interior access button"; pixel_y = 32; req_one_access = list(13)},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/maintenance/stellardelight/deck2/portsolars) -"Py" = (/obj/machinery/alarm/angled,/obj/machinery/vending/nifsoft_shop,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Pz" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/oxygen/prechilled,/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor,/area/medical/cryo) -"PA" = (/obj/structure/sign/deck2{pixel_y = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"PB" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/fuelstorage) -"PC" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"PD" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/wood,/area/quartermaster/qm) -"PE" = (/turf/simulated/wall/bay/white,/area/medical/reception) -"PF" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"PG" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/port) -"PH" = (/obj/structure/disposalpipe/junction{dir = 1},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"PI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"PJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green,/obj/structure/cable/orange{icon_state = "1-2"},/obj/effect/landmark/start/atmostech,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"PK" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/effect/floor_decal/steeldecal/steel_decals_central5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"PL" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/obj/structure/sign/department/mail{pixel_x = -32},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"PM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/table/standard,/obj/item/weapon/hand_labeler,/obj/item/weapon/folder/yellow,/obj/item/weapon/stamp{pixel_x = -3; pixel_y = 3},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"PO" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 2; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"PP" = (/turf/simulated/floor/carpet/sblucarpet,/area/stellardelight/deck2/briefingroom) -"PQ" = (/obj/structure/cable{icon_state = "2-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardsolars) -"PR" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "barlockdown"},/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/crew_quarters/bar) -"PS" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/conveyor{dir = 1; id = "cargounload"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"PT" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/table/rack,/obj/random/maintenance/cargo,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/structure/cable/orange{icon_state = "4-8"},/obj/random/snack,/obj/random/coin/sometimes,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"PU" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"PV" = (/obj/structure/stairs/spawner/north,/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"PW" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 8},/obj/structure/table/rack,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/clean,/obj/random/maintenance/cargo,/obj/random/maintenance/cargo,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"PY" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/machinery/light/small{dir = 8},/turf/simulated/floor,/area/medical/cryo) -"PZ" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Qa" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Qc" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Qd" = (/obj/structure/sign/directions/evac{pixel_x = -32; pixel_y = -32},/obj/structure/disposalpipe/junction{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Qe" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Qf" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 2},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Qg" = (/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"Qh" = (/obj/structure/flora/pottedplant/minitree,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/camera/network/medbay,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Qi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Qj" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/camera/network/cargo{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Qk" = (/obj/machinery/computer/rcon{dir = 1},/obj/machinery/light/floortube{pixel_y = -6},/obj/machinery/camera/network/engineering{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Ql" = (/obj/item/weapon/stock_parts/manipulator,/obj/item/weapon/stock_parts/manipulator,/obj/item/weapon/stock_parts/matter_bin,/obj/item/weapon/stock_parts/micro_laser,/obj/item/weapon/stock_parts/capacitor,/obj/item/weapon/stock_parts/capacitor,/obj/item/weapon/stock_parts/scanning_module,/obj/item/weapon/stock_parts/scanning_module,/obj/item/weapon/stock_parts/console_screen,/obj/item/device/pipe_painter,/obj/item/weapon/pipe_dispenser,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/table/steel,/obj/machinery/camera/network/engineering,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Qm" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Qn" = (/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/green{icon_state = "0-4"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/milspec/color/orange/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Qo" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"Qp" = (/obj/structure/table/glass,/obj/item/weapon/backup_implanter{pixel_y = 9},/obj/item/weapon/backup_implanter{pixel_y = 2},/obj/item/weapon/backup_implanter{pixel_y = -5},/obj/item/weapon/backup_implanter{pixel_y = -12},/obj/structure/sign/department/operational{pixel_x = -32},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"Qq" = (/obj/structure/bed/chair,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Qr" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 6},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"Qt" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"Qu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"Qv" = (/obj/structure/particle_accelerator/particle_emitter/left{dir = 4},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"Qw" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 10},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Qx" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/cable/green{icon_state = "2-8"},/obj/structure/cable/green{icon_state = "1-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Qy" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/turf/simulated/floor/tiled/white,/area/medical/surgery) -"Qz" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "Particle Accelerator"; req_access = list(10); stripe_color = "#913013"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engine_room) -"QA" = (/obj/structure/closet/crate/solar,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/engineering/storage) -"QB" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 4; id = "psychshutter"; name = "Privacy Shutter"},/obj/structure/low_wall/bay/reinforced/white,/turf/simulated/floor,/area/medical/psych) -"QC" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/red{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"QD" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"QE" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 5},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"QG" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"QH" = (/obj/machinery/atmospherics/pipe/tank/nitrous_oxide{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"QI" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{dir = 5},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"QJ" = (/obj/machinery/computer/ship/navigation/telescreen{pixel_x = -32; pixel_y = -32},/obj/structure/table/bench/steel,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"QK" = (/obj/machinery/atmospherics/omni/mixer{name = "Air Mixer"; tag_east = 1; tag_east_con = 0.79; tag_north = 1; tag_north_con = 0.21; tag_south = 2; tag_south_con = null; tag_west_con = null},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"QN" = (/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = -27},/obj/item/bodybag/cryobag{pixel_x = -2; pixel_y = -2},/obj/structure/table/reinforced,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag{pixel_x = 2; pixel_y = 2},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"QO" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 10},/obj/machinery/meter,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"QP" = (/turf/simulated/wall/bay/white,/area/medical/cmostore) -"QQ" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"QR" = (/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"QS" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"QT" = (/obj/structure/table/reinforced,/obj/machinery/door/window/westleft{name = "Engineering Reception Desk"; req_access = list(10)},/obj/item/weapon/folder/yellow,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/engineering_monitoring) -"QU" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/orange,/turf/simulated/floor,/area/engineering/engineering_monitoring) -"QV" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/double/glass{dir = 8; door_color = "#9c9c9c"; name = "Commons"; stripe_color = "#89bd66"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/recreation_area) -"QW" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "4-8"},/obj/structure/cable/orange{icon_state = "0-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"QX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"QY" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"QZ" = (/obj/structure/window/reinforced{dir = 1; pixel_y = 4},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Ra" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/storage/tech) -"Rb" = (/obj/machinery/power/tesla_coil,/obj/structure/cable/yellow{icon_state = "0-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Rc" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/window/eastright{dir = 8; name = "Chemistry"},/obj/machinery/door/window/westleft{dir = 4; name = "Chemistry"; req_one_access = list(33)},/obj/machinery/door/blast/shutters{dir = 8; id = "chemistry"; layer = 3.1; name = "Chemistry Shutters"},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/white,/area/medical/chemistry) -"Rd" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/blast/angled/open{dir = 4; id = "bridgelockdown"},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#323d80"; name = "Bridge"; req_access = list(19); req_one_access = list(19); stripe_color = "#f7d35c"},/turf/simulated/floor/tiled/steel_ridged,/area/bridge) -"Re" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "Engineering Monitoring Room"; req_access = null; req_one_access = list(11,24); stripe_color = "#913013"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engineering_monitoring) -"Rf" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/book/manual/sd_guide,/obj/effect/floor_decal/milspec/color/blue/half{dir = 6},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"Rh" = (/obj/structure/table/standard,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/red,/obj/item/weapon/pen{pixel_x = 4; pixel_y = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Ri" = (/obj/structure/table/bench/steel,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Rj" = (/obj/effect/floor_decal/milspec/color/blue/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Rk" = (/obj/structure/sign/department/eng{pixel_x = 32},/obj/effect/floor_decal/milspec/color/orange/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Rl" = (/obj/machinery/atmospherics/portables_connector/fuel,/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"Rm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"Rn" = (/obj/structure/sink{dir = 8; pixel_x = -12},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"Ro" = (/obj/machinery/vending/wardrobe/hydrobe,/obj/machinery/light{dir = 4},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"Rp" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/hatch{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"Rq" = (/turf/simulated/open,/area/stellardelight/deck2/fore) -"Rr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Rs" = (/obj/machinery/power/emitter{anchored = 1; icon_state = "emitter1"; state = 1},/obj/structure/cable/cyan{icon_state = "0-4"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Ru" = (/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/starboard) -"Rv" = (/obj/structure/sign/poster{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Rw" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/machinery/door/airlock/angled_bay/standard/glass{door_color = "#e6ab22"; name = "O2 Production"; req_access = list(24); stripe_color = "#2ebfbd"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/o2production) -"Rx" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Ry" = (/obj/machinery/particle_accelerator/control_box,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"Rz" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/light/small,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"RA" = (/obj/machinery/smartfridge/drying_rack,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/milspec/color/green/half{dir = 6},/turf/simulated/floor/tiled,/area/hydroponics) -"RD" = (/obj/structure/sign/directions/kitchen{dir = 1; pixel_y = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"RE" = (/obj/structure/stairs/spawner/north,/obj/structure/railing/grey{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"RF" = (/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"RG" = (/obj/structure/cable/cyan{icon_state = "1-2"},/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"RH" = (/obj/structure/cable/blue{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"RI" = (/obj/structure/bed/chair/office/dark,/obj/effect/landmark/start/chemist,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"RJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/cyan{icon_state = "1-8"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"RK" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"RL" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable/orange{icon_state = "1-2"},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"RM" = (/obj/effect/floor_decal/steeldecal/steel_decals6,/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/white,/area/medical/surgery) -"RN" = (/obj/machinery/atmospherics/binary/pump{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"RO" = (/obj/structure/cable/yellow{icon_state = "4-8"},/mob/living/simple_mob/animal/passive/mouse/jerboa/leggy,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"RP" = (/obj/structure/table/reinforced,/obj/machinery/recharger{pixel_y = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"RQ" = (/obj/effect/floor_decal/corner_steel_grid{dir = 10},/obj/machinery/body_scanconsole{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"RR" = (/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"RS" = (/obj/structure/cable/blue{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"RT" = (/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"RU" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"RV" = (/obj/structure/cable/yellow{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"RW" = (/obj/structure/sign/painting/library_secure{pixel_x = 30},/turf/simulated/floor/wood,/area/medical/psych) -"RX" = (/obj/structure/table/standard,/obj/item/device/camera_film{pixel_x = 4; pixel_y = 11},/obj/item/device/camera_film{pixel_x = -3; pixel_y = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"RY" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/engineering/engine_room) -"Sb" = (/turf/simulated/floor/tiled/eris/dark/danger,/area/engineering/engine_room) -"Sc" = (/obj/machinery/atmospherics/binary/pump/fuel{name = "Tanks To Engines"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"Sd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"Se" = (/obj/machinery/light/small{dir = 8},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable/yellow{icon_state = "2-4"},/turf/simulated/floor/plating,/area/engineering/storage) -"Sf" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/regular,/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Sg" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Sh" = (/obj/machinery/disposal/wall{dir = 1},/obj/structure/disposalpipe/trunk{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Sj" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange,/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Sk" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/cable/orange{icon_state = "0-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Sm" = (/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Sn" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"So" = (/obj/machinery/computer/ship/navigation/telescreen{pixel_y = 32},/obj/machinery/requests_console/preset/bridge{pixel_x = -30},/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light_switch{pixel_y = 24},/obj/effect/landmark/start/commandsecretary,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Sp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"Sq" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/bed/chair/office/dark{dir = 8},/obj/effect/landmark/start/qm,/turf/simulated/floor/wood,/area/quartermaster/qm) -"Sr" = (/obj/effect/floor_decal/milspec/color/green/corner{dir = 8},/obj/machinery/firealarm/angled{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Ss" = (/obj/structure/table/standard,/obj/item/device/healthanalyzer,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"St" = (/obj/structure/cable/orange{icon_state = "2-4"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"Su" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"Sv" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 5},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Sw" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/cyan{icon_state = "4-8"},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1379; master_tag = "engine_airlock"; name = "exterior access button"; pixel_y = 32; req_access = list(10,11)},/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4; frequency = 1379; id_tag = "engine_exterior"; locked = 1; name = "Engine Airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/engine_room) -"Sx" = (/turf/simulated/wall/bay/steel,/area/crew_quarters/bar) -"Sy" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "Hydroponics"; req_one_access = list(35,28); stripe_color = "#00ab03"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/hydroponics) -"Sz" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "atmoswindowlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/stellardelight/deck2/o2production) -"SA" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/substation/engineering) -"SD" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"SE" = (/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portfore) -"SF" = (/obj/machinery/computer/arcade/clawmachine,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"SG" = (/obj/structure/table/rack/steel,/obj/item/device/slime_scanner,/obj/item/device/sleevemate,/obj/item/device/robotanalyzer,/obj/item/device/reagent_scanner,/obj/item/device/healthanalyzer,/obj/item/device/geiger,/obj/item/device/analyzer/plant_analyzer,/obj/item/device/analyzer,/obj/item/device/t_scanner,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"SH" = (/obj/machinery/button/remote/blast_door{dir = 8; id = "privacyshutters"; name = "Shutter Control"; pixel_x = 25},/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"SI" = (/obj/item/weapon/stool/padded{dir = 8},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"SK" = (/turf/simulated/wall/bay/r_wall/steel,/area/engineering/atmos/monitoring) -"SL" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"SM" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"SN" = (/obj/structure/closet/wardrobe/captain,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"SO" = (/obj/structure/cable/orange{icon_state = "1-4"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"SP" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"SQ" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"SR" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"SS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ST" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/external/glass{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"SU" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"SV" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/disposalpipe/sortjunction{dir = 2; name = "Bridge"; sortType = "Bridge"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"SW" = (/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"SX" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"SY" = (/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -11},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"SZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Ta" = (/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Tc" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Td" = (/obj/structure/sign/directions/evac{dir = 10; pixel_x = 32},/obj/machinery/camera/network/halls{dir = 8},/obj/effect/floor_decal/milspec/color/orange/corner,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Te" = (/obj/machinery/power/smes/buildable/offmap_spawn/empty{RCon_tag = "Solar Array - Port"},/obj/structure/cable,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Tf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Tg" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/blue{icon_state = "0-8"},/obj/structure/cable/blue{icon_state = "16-0"},/obj/structure/disposalpipe/up{dir = 8},/obj/machinery/atmospherics/pipe/zpipe/up/scrubbers,/obj/machinery/atmospherics/pipe/zpipe/up/supply,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Th" = (/obj/machinery/computer/station_alert,/obj/machinery/light/floortube{dir = 1; pixel_y = 6},/obj/item/device/radio/intercom{dir = 1; pixel_y = 24},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"Ti" = (/obj/structure/closet/emcloset,/obj/machinery/status_display/supply_display{pixel_y = 32},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Tj" = (/obj/machinery/vending/loadout/costume,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"Tk" = (/obj/machinery/camera/network/halls{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Tl" = (/obj/machinery/camera/network/halls{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Tm" = (/obj/structure/table/rack,/obj/item/roller,/obj/item/roller{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Tn" = (/obj/machinery/chem_master,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"To" = (/turf/simulated/wall/bay/orange,/area/engineering/workshop) -"Tp" = (/obj/structure/cable/white{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/wood,/area/medical/psych) -"Tq" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{name = "Waste to Filter"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"Tr" = (/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Ts" = (/turf/simulated/shuttle/wall,/area/stellardelight/deck2/starboardescape) -"Tt" = (/obj/effect/shuttle_landmark/premade/sd/deck2/port,/turf/space,/area/space) -"Tu" = (/obj/machinery/atmospherics/binary/pump/fuel{dir = 8; name = "Tank Refuel"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"Tv" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"Tw" = (/obj/structure/cable/orange{icon_state = "2-8"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/portsolars) -"Tx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/camera/network/engineering{dir = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"TA" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"TB" = (/obj/structure/table/standard,/obj/item/weapon/storage/box{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box,/obj/item/weapon/tape_roll{pixel_x = 4; pixel_y = 4},/obj/item/weapon/tape_roll,/obj/machinery/status_display{pixel_y = 32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/storage/art) -"TC" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"TD" = (/obj/structure/table/steel,/obj/item/weapon/module/power_control,/obj/item/weapon/airlock_electronics,/obj/item/weapon/module/power_control,/obj/item/weapon/airlock_electronics,/obj/item/device/aicard,/obj/item/weapon/aiModule/reset,/obj/structure/cable/orange{icon_state = "1-4"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"TF" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"TG" = (/obj/structure/table/reinforced,/obj/machinery/firealarm/angled,/obj/item/weapon/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 6},/obj/item/weapon/storage/briefcase/inflatable{pixel_y = 3},/obj/item/weapon/storage/briefcase/inflatable{pixel_x = -3},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"TH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"TI" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"TJ" = (/obj/machinery/computer/guestpass{pixel_y = 24},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"TK" = (/obj/structure/closet/secure_closet/cargotech,/obj/item/weapon/stamp/cargo,/obj/item/weapon/storage/backpack/dufflebag,/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/yellow{icon_state = "0-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"TL" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/obj/machinery/bodyscanner{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"TM" = (/obj/effect/floor_decal/milspec/color/black/corner,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"TN" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"TO" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"TP" = (/obj/structure/flora/pottedplant/orientaltree,/obj/effect/floor_decal/milspec/color/white/corner,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"TQ" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/starboardescape) -"TR" = (/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"TS" = (/obj/structure/flora/pottedplant/tall,/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"TU" = (/obj/machinery/door/blast/angled/open{dir = 2; id = "barlockdown"},/turf/simulated/floor/airless,/area/crew_quarters/bar) -"TV" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardfore) -"TW" = (/obj/structure/sign/department/atmos{pixel_x = -32},/obj/effect/floor_decal/milspec/color/orange/half{dir = 10},/obj/structure/flora/pottedplant/smalltree,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"TX" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"TY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"TZ" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Ua" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Ub" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/machinery/light/small{dir = 4},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Uc" = (/turf/simulated/floor,/area/stellardelight/deck2/aftstarboard) -"Ud" = (/obj/structure/table/glass,/obj/machinery/door/window/southright{dir = 1; req_access = list(5)},/obj/structure/cable/white{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Ue" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"Uf" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/structure/cable/orange{icon_state = "0-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Ug" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Uh" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Ui" = (/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Uj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"Uk" = (/obj/machinery/pipedispenser,/obj/machinery/light{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Ul" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/disposalpipe/segment,/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Um" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Un" = (/obj/machinery/atmospherics/binary/pump/on{dir = 1; name = "Ports to Waste"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Uo" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/effect/floor_decal/milspec/color/green,/turf/simulated/floor/tiled,/area/hydroponics) -"Up" = (/obj/structure/cable/orange{icon_state = "2-8"},/obj/structure/cable/orange{icon_state = "1-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Uq" = (/obj/machinery/vending/medical,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Ur" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/item/device/radio/intercom{dir = 8; pixel_x = -24},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Us" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/obj/structure/cable/orange{icon_state = "1-4"},/obj/structure/cable/orange{icon_state = "2-4"},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Ut" = (/turf/simulated/floor/glass/reinforced,/area/crew_quarters/recreation_area) -"Uu" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{id = "privacyshutters"; name = "Privacy Shutter"},/obj/structure/low_wall/bay/reinforced/blue,/turf/simulated/floor,/area/stellardelight/deck2/briefingroom) -"Uv" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/hatch{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"Ux" = (/obj/structure/bed/chair/backed_red{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"Uy" = (/obj/machinery/light/floortube{dir = 8; pixel_x = -6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/landmark{name = "lightsout"},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"Uz" = (/obj/structure/disposalpipe/sortjunction/flipped{dir = 2; name = "Engineering"; sortType = "Engineering"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"UA" = (/obj/structure/cable/green{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark{name = "lightsout"},/obj/machinery/hologram/holopad,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"UB" = (/obj/machinery/power/smes/buildable{RCon_tag = "Substation - Engineering"; output_attempt = 0},/obj/structure/cable/orange{icon_state = "0-2"},/obj/structure/cable/orange,/turf/simulated/floor/plating,/area/maintenance/stellardelight/substation/engineering) -"UC" = (/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"UD" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"UE" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/cyan{icon_state = "4-8"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"UF" = (/obj/structure/cable/yellow{icon_state = "1-2"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"UG" = (/turf/simulated/wall/bay/r_wall/orange,/area/stellardelight/deck2/fuelstorage) -"UH" = (/obj/structure/cable/white{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"UI" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/combustionworkshop) -"UJ" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"UK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/landmark/start/engineer,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"UL" = (/obj/structure/disposalpipe/segment{dir = 4; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable/blue{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"UM" = (/obj/effect/floor_decal/emblem/stellardelight,/obj/effect/floor_decal/milspec/color/blue/half,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"UN" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled,/area/storage/art) -"UO" = (/obj/machinery/conveyor{dir = 1; id = "packageSort1"},/obj/structure/plasticflaps,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"UQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 1; pixel_y = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"UR" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/port) -"US" = (/obj/machinery/door/firedoor/glass/hidden/steel,/obj/structure/sign/directions/bar{dir = 1; pixel_x = -32},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"UT" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/cable/green{icon_state = "2-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"UU" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"UV" = (/obj/structure/table/rack/steel,/obj/item/weapon/circuitboard/body_designer{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/resleeving_control{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/transhuman_clonepod{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/transhuman_synthprinter{pixel_x = 3; pixel_y = -3},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"UX" = (/obj/structure/table/gamblingtable,/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"UY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"UZ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Vb" = (/turf/simulated/wall/bay/white,/area/stellardelight/deck2/triage) -"Vc" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/orange{icon_state = "0-2"},/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Vd" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/wall/bay/r_wall/steel,/area/crew_quarters/kitchen) -"Ve" = (/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"Vf" = (/turf/simulated/floor/airless,/area/engineering/engine_room) -"Vg" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/stellardelight/deck2/briefingroom) -"Vh" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#9c9c9c"; fill_color = "#5c5c5c"; name = "Bar Backroom"; req_access = list(25); stripe_color = "#89bd66"},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/bar) -"Vi" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 1; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Vj" = (/obj/machinery/door/firedoor/glass,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; door_color = "#a6753d"; name = "Cargo Office"; req_access = list(31); stripe_color = "#3b2b1a"},/turf/simulated/floor/tiled/steel_ridged,/area/quartermaster/storage) -"Vk" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"Vl" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/sortjunction/flipped{dir = 8; name = "Trash"; sortType = "Trash"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Vm" = (/turf/simulated/floor/airless,/area/stellardelight/deck2/fuelstorage) -"Vo" = (/turf/simulated/wall/bay/r_wall/orange,/area/engineering/workshop) -"Vp" = (/obj/structure/table/standard,/obj/machinery/cell_charger,/obj/item/weapon/module/power_control,/obj/item/weapon/cell{maxcharge = 2000},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Vq" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/structure/cable/white{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Vr" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 4},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"Vt" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Vu" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera/network/halls{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Vv" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/snacks/mint,/obj/machinery/light/floortube{pixel_y = -6},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3; pixel_y = 13},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -1; pixel_y = 10},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Vw" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"Vx" = (/obj/machinery/power/grounding_rod,/obj/structure/cable/yellow{icon_state = "1-4"},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Vy" = (/obj/machinery/disposal/wall{dir = 1},/obj/structure/disposalpipe/trunk{dir = 1},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Vz" = (/obj/structure/window/reinforced{dir = 1},/obj/effect/landmark/start/botanist,/turf/simulated/floor/grass,/area/hydroponics) -"VA" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"VB" = (/obj/machinery/atmospherics/unary/outlet_injector{frequency = 1438; id = "cooling_in"; name = "Coolant Injector"; pixel_y = 1; power_rating = 30000; use_power = 1; volume_rate = 700},/turf/simulated/floor/reinforced/airless,/area/stellardelight/deck2/combustionworkshop) -"VC" = (/obj/effect/floor_decal/spline/plain{dir = 9},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"VD" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/mouse_hole_spawner{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portfore) -"VE" = (/obj/structure/cable/blue{icon_state = "4-8"},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/wood,/area/crew_quarters/captain) -"VF" = (/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#323d80"; name = "Briefing Room"; req_access = list(19); req_one_access = list(19); stripe_color = "#f7d35c"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/briefingroom) -"VG" = (/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"VH" = (/obj/machinery/firealarm/angled{dir = 4},/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"VI" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"VJ" = (/turf/simulated/floor/airless,/area/engineering/engine_eva) -"VK" = (/obj/structure/table/standard,/obj/item/stack/nanopaste,/obj/machinery/power/apc/angled{dir = 1},/obj/structure/cable/white{icon_state = "0-2"},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"VL" = (/obj/structure/closet/chefcloset,/obj/item/glass_jar,/obj/item/device/retail_scanner/civilian,/obj/item/weapon/soap/nanotrasen,/obj/item/device/destTagger{pixel_x = 4; pixel_y = 3},/obj/item/weapon/packageWrap,/obj/item/weapon/packageWrap,/obj/item/weapon/packageWrap,/obj/item/weapon/tool/wrench,/obj/structure/noticeboard{dir = 1; pixel_y = -32},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"VM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"VN" = (/turf/simulated/floor/tiled/steel_grid,/area/stellardelight/deck2/central) -"VO" = (/obj/machinery/atmospherics/pipe/simple/hidden/red,/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"VP" = (/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/port) -"VS" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/toxin{pixel_x = -9; pixel_y = 10},/obj/item/weapon/storage/firstaid/toxin{pixel_x = -9; pixel_y = 1},/obj/item/weapon/storage/firstaid/o2{pixel_x = 6; pixel_y = 10},/obj/item/weapon/storage/firstaid/o2{pixel_x = 6; pixel_y = 1},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"VT" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/portescape) -"VU" = (/obj/effect/floor_decal/industrial/outline,/obj/effect/floor_decal/steeldecal/steel_decals9,/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals9{dir = 8},/obj/machinery/vending/loadout/gadget,/turf/simulated/floor/tiled/dark,/area/crew_quarters/locker) -"VV" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"VW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green{dir = 1},/obj/machinery/meter,/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"VX" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/table/rack,/obj/random/contraband,/obj/random/maintenance/cargo,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/vacuum{pixel_x = 32},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"VY" = (/obj/machinery/computer/timeclock/premade/north,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"VZ" = (/obj/effect/floor_decal/milspec/color/white/half,/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Wa" = (/obj/structure/kitchenspike,/turf/simulated/floor/tiled/freezer/cold,/area/crew_quarters/kitchen) -"Wb" = (/obj/structure/lattice,/turf/space,/area/space) -"Wc" = (/obj/item/device/radio/intercom{dir = 4; pixel_x = 24},/obj/machinery/computer/stockexchange{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"We" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"Wf" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"Wg" = (/obj/structure/closet/firecloset,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"Wh" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/weapon/cell/high{charge = 100; maxcharge = 15000},/obj/item/weapon/tool/wrench,/obj/item/weapon/cell/high{charge = 100; maxcharge = 15000},/obj/item/weapon/cell/high{charge = 100; maxcharge = 15000},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"Wi" = (/obj/machinery/computer/crew,/obj/effect/floor_decal/milspec/color/white/half,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Wj" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 8},/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"Wk" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Wl" = (/obj/machinery/vending/assist,/obj/machinery/status_display{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"Wm" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"Wn" = (/obj/machinery/power/pointdefense{id_tag = "sd_pd"},/obj/effect/floor_decal/industrial/warning/full,/obj/structure/cable/green{icon_state = "0-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"Wo" = (/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"Wp" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"Wq" = (/obj/structure/window/reinforced{dir = 4; pixel_x = 4},/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/glass/reinforced,/area/stellardelight/deck2/fore) -"Wr" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/central) -"Ws" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"Wu" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "2-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Wv" = (/obj/machinery/atmospherics/binary/pump{dir = 4},/obj/machinery/camera/network/engineering,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Ww" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/cyan{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Wx" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/visible/black,/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Wy" = (/obj/structure/sign/painting/public{pixel_x = 30},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Wz" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/white,/turf/simulated/floor,/area/medical/reception) -"WA" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/cyan,/obj/machinery/door/airlock/angled_bay/standard/color{dir = 4; door_color = "#e6ab22"; fill_color = "#877242"; name = "Atmospherics"; req_access = list(24); stripe_color = "#2ebfbd"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/engineering/atmos/monitoring) -"WB" = (/obj/structure/table/glass,/mob/living/simple_mob/animal/passive/cat/jones,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"WC" = (/obj/machinery/alarm/angled,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"WE" = (/obj/machinery/firealarm/angled{dir = 4},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"WF" = (/obj/structure/sign/directions/medical{dir = 4; pixel_x = -32; pixel_y = 35},/obj/structure/sign/directions/cargo{pixel_x = -32; pixel_y = 29},/obj/structure/sign/directions/bridge{dir = 1; pixel_x = -32; pixel_y = 41},/obj/structure/sign/directions/bar{dir = 1; pixel_x = -32; pixel_y = 47},/obj/structure/sign/directions/engineering/atmospherics{dir = 10; pixel_x = -32; pixel_y = 23},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"WG" = (/obj/structure/railing/grey,/turf/simulated/open,/area/quartermaster/storage) -"WH" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 2},/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"WI" = (/obj/structure/bed/chair/backed_red{dir = 8},/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/effect/landmark/start/visitor,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"WJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/red{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"WK" = (/obj/structure/closet/emcloset,/obj/structure/cable{icon_state = "1-4"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"WL" = (/obj/structure/closet/emergsuit_wall{dir = 8; pixel_x = -27},/obj/effect/floor_decal/milspec/color/blue/half{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"WM" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"WN" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/grass,/area/hydroponics) -"WO" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"WP" = (/turf/simulated/shuttle/wall,/area/stellardelight/deck2/portescape) -"WQ" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/camera/network/medbay{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"WR" = (/obj/structure/table/wooden_reinforced,/obj/random/paicard,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"WS" = (/obj/machinery/atmospherics/pipe/simple/visible/red{dir = 6},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"WT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"WU" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/angled_bay/standard/color{door_color = "#e6ab22"; fill_color = "#877242"; name = "Fuel Storage"; req_access = list(24); stripe_color = "#2ebfbd"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/fuelstorage) -"WV" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/obj/effect/mouse_hole_spawner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"WW" = (/obj/machinery/power/apc/angled{dir = 8},/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/cable/orange{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"WX" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/captain,/turf/simulated/floor/carpet/blucarpet,/area/crew_quarters/captain) -"WY" = (/obj/structure/table/glass,/obj/random/medical{pixel_x = -4; pixel_y = 5},/obj/machinery/camera/network/medbay{dir = 8},/obj/machinery/injector_maker{pixel_x = 29},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"WZ" = (/obj/machinery/firealarm/angled{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/crew_quarters/locker) -"Xa" = (/turf/simulated/wall/bay/r_wall/white,/area/medical/chemistry) -"Xb" = (/obj/structure/cable/white{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Xc" = (/obj/machinery/shipsensors{dir = 1},/obj/machinery/door/blast/angled/open{dir = 2; id = "barlockdown"},/turf/simulated/floor/airless,/area/crew_quarters/bar) -"Xd" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"Xe" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals6{dir = 4},/obj/effect/landmark/vines,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Xf" = (/obj/structure/table/reinforced,/obj/item/weapon/tool/crowbar,/obj/item/clothing/gloves/black,/obj/item/weapon/storage/box/lights/mixed,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/workshop) -"Xg" = (/obj/structure/bed/chair/office/dark{dir = 1},/obj/effect/landmark/start/chemist,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Xh" = (/obj/effect/floor_decal/industrial/loading{dir = 4},/turf/simulated/floor/tiled/white,/area/medical/surgery2) -"Xi" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Xj" = (/obj/structure/closet/crate,/obj/item/stack/material/phoron{amount = 25},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/yellow{icon_state = "2-8"},/turf/simulated/floor/plating,/area/engineering/storage) -"Xk" = (/turf/simulated/wall/bay/r_wall/steel,/area/crew_quarters/kitchen) -"Xl" = (/obj/machinery/firealarm/angled,/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Xm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/alarm/angled{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Xo" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/airless,/area/engineering/engine_room) -"Xp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"Xq" = (/obj/item/weapon/stool/padded{dir = 4},/obj/effect/floor_decal/spline/plain{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"Xr" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"Xs" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/blue{icon_state = "2-4"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"Xt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/table/glass,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"Xu" = (/obj/machinery/atmospherics/unary/freezer{dir = 1},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"Xv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"Xx" = (/obj/machinery/hologram/holopad,/turf/simulated/floor/tiled/dark,/area/crew_quarters/recreation_area) -"Xy" = (/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"Xz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/structure/table/reinforced,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/item/weapon/cell/high{charge = 100; maxcharge = 15000},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"XB" = (/obj/structure/table/rack{dir = 8; layer = 2.9},/obj/item/weapon/circuitboard/transhuman_resleever{pixel_x = -3; pixel_y = 3},/obj/item/weapon/circuitboard/circuit_imprinter{pixel_x = -1; pixel_y = 1},/obj/item/weapon/circuitboard/aiupload{pixel_x = 1; pixel_y = -1},/obj/item/weapon/circuitboard/borgupload{pixel_x = 3; pixel_y = -3},/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/storage/tech) -"XC" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"XD" = (/obj/structure/easel,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/storage/art) -"XE" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/obj/effect/mouse_hole_spawner{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"XF" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/adv{name = "human repair kit"; pixel_x = -9; pixel_y = 9},/obj/item/weapon/storage/firstaid/adv{pixel_x = -9; pixel_y = 1},/obj/item/weapon/storage/firstaid/fire{pixel_x = 6; pixel_y = 9},/obj/item/weapon/storage/firstaid/fire{pixel_x = 6; pixel_y = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"XG" = (/obj/machinery/atmospherics/binary/algae_farm/filled{dir = 1},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"XH" = (/obj/machinery/power/breakerbox/activated{RCon_tag = "Engineering Substation Bypass"},/turf/simulated/floor/plating,/area/maintenance/stellardelight/substation/engineering) -"XI" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"XJ" = (/obj/machinery/autolathe,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"XK" = (/obj/machinery/atmospherics/pipe/simple/visible/green,/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"XL" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/glass{dir = 4; name = "glass airlock"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/aftstarboard) -"XM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod_berth{dir = 8; frequency = 1380; id_tag = "starboard_escape_berth"; pixel_x = 24},/turf/simulated/floor/tiled/eris/white/danger,/area/stellardelight/deck2/starboard) -"XN" = (/obj/machinery/computer/supplycomp{dir = 4},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/camera/network/cargo{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/quartermaster/storage) -"XO" = (/obj/structure/cable/green{icon_state = "1-2"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"XP" = (/obj/machinery/status_display{pixel_y = 32},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"XQ" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals5,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"XR" = (/obj/machinery/suit_cycler/captain,/turf/simulated/floor/wood,/area/crew_quarters/captain) -"XS" = (/obj/effect/floor_decal/industrial/danger/corner{dir = 4},/obj/machinery/computer/security/engineering,/obj/structure/noticeboard{pixel_y = 32},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"XT" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"XU" = (/obj/item/weapon/stool/padded{dir = 4},/obj/effect/floor_decal/spline/plain{dir = 8},/turf/simulated/floor/lino,/area/crew_quarters/bar) -"XV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"XW" = (/obj/structure/cable/orange{icon_state = "1-2"},/obj/machinery/power/apc/angled{dir = 4; name = "night shift APC"; nightshift_setting = 2},/obj/structure/cable/orange,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/atmos) -"XX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/table/standard,/obj/item/weapon/cartridge/quartermaster{pixel_x = -4; pixel_y = 7},/obj/item/weapon/cartridge/quartermaster{pixel_x = 6; pixel_y = 5},/obj/item/weapon/cartridge/quartermaster,/turf/simulated/floor/wood,/area/quartermaster/qm) -"XY" = (/obj/effect/landmark/start/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"XZ" = (/obj/structure/bookcase,/obj/item/weapon/book/manual/anomaly_spectroscopy,/obj/item/weapon/book/manual/anomaly_testing,/obj/item/weapon/book/manual/materials_chemistry_analysis,/obj/item/weapon/book/manual/resleeving,/obj/item/weapon/book/manual/standard_operating_procedure,/obj/item/weapon/book/manual/security_space_law,/obj/item/weapon/book/manual/command_guide,/obj/item/weapon/book/manual,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/wood,/area/medical/psych) -"Ya" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{name = "Air to Distro"},/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"Yb" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Yc" = (/obj/structure/musician/piano{dir = 4},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Yd" = (/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Ye" = (/obj/machinery/door/firedoor/glass/hidden/steel{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Yf" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "barlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/stellardelight/deck2/barbackroom) -"Yg" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/wall/bay/brown,/area/quartermaster/storage) -"Yh" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portaft) -"Yi" = (/turf/simulated/wall/bay/r_wall/steel,/area/stellardelight/deck2/barbackroom) -"Yj" = (/obj/structure/table/standard,/obj/item/device/retail_scanner/civilian,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Yk" = (/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"Yl" = (/obj/machinery/firealarm/angled,/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"Ym" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"Yn" = (/obj/machinery/button/remote/blast_door{desc = "A remote control-switch for shutters."; dir = 4; id = "chemistry"; name = "Chemistry Shutters"; pixel_x = -24; pixel_y = -30; req_access = list(5)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Yo" = (/obj/machinery/atmospherics/unary/heater{dir = 1},/turf/simulated/floor,/area/engineering/atmos/monitoring) -"Yp" = (/obj/structure/cable/green{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Yq" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/cable/cyan{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/engineering/engine_room) -"Yr" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/storage) -"Ys" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/full,/obj/structure/extinguisher_cabinet{dir = 1; pixel_y = -30},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/chemistry) -"Yu" = (/obj/structure/table/steel_reinforced,/obj/machinery/door/firedoor/glass,/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/door/blast/angled_shutter{dir = 4; id = "kitchen"; layer = 3.3; name = "Kitchen Shutters"},/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"Yv" = (/obj/machinery/atmospherics/pipe/simple/visible/black{dir = 6},/obj/structure/sign/atmos/n2o{pixel_y = 26},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/storage) -"Yw" = (/obj/structure/cable/green{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/hydroponics) -"Yx" = (/obj/structure/sign/deck2{pixel_x = -32},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"Yy" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm/angled,/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Yz" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"YA" = (/obj/structure/grille,/obj/structure/shuttle/window,/turf/simulated/floor,/area/stellardelight/deck2/starboardescape) -"YB" = (/turf/simulated/wall/bay/r_wall/steel,/area/maintenance/stellardelight/deck2/starboardaft) -"YC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/landmark/start/chef,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"YD" = (/obj/structure/noticeboard{pixel_y = 32},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"YE" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{dir = 4},/obj/structure/cable/orange{icon_state = "1-2"},/turf/simulated/floor/tiled/techmaint,/area/engineering/atmos/monitoring) -"YF" = (/obj/structure/sign/painting/public{pixel_y = -30},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled,/area/storage/art) -"YG" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/landmark{name = "lightsout"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"YH" = (/obj/machinery/beehive,/obj/machinery/camera/network/civilian{dir = 8},/obj/effect/floor_decal/milspec/color/green/half{dir = 4},/turf/simulated/floor/tiled,/area/hydroponics) -"YI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/reception) -"YJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/effect/floor_decal/milspec/color/green/half{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 6},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 1},/obj/structure/disposalpipe/segment,/turf/simulated/floor/tiled,/area/hydroponics) -"YK" = (/obj/effect/floor_decal/milspec/color/green/half{dir = 9},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals4{dir = 9},/obj/structure/sign/poster{dir = 8},/turf/simulated/floor/tiled,/area/hydroponics) -"YL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"YM" = (/obj/structure/table/woodentable,/obj/machinery/light/small,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/wood,/area/stellardelight/deck2/barbackroom) -"YN" = (/obj/item/weapon/stool/padded{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/camera/network/civilian{dir = 5},/turf/simulated/floor/tiled/eris/dark/cargo,/area/crew_quarters/recreation_area) -"YO" = (/obj/structure/table/gamblingtable,/obj/machinery/recharger{pixel_y = 5},/turf/simulated/floor/carpet,/area/crew_quarters/recreation_area) -"YP" = (/obj/structure/disposalpipe/junction{dir = 8},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"YQ" = (/obj/random/vendorfood,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/port) -"YR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engineering_monitoring) -"YS" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"YT" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"YU" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"YV" = (/obj/structure/disposalpipe/segment{dir = 8; icon_state = "pipe-c"},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"YW" = (/obj/random/vendordrink,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/landmark/vermin,/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"YX" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/starboard) -"YY" = (/turf/simulated/wall/bay/brown,/area/quartermaster/qm) -"YZ" = (/obj/machinery/light/small{dir = 1},/obj/structure/ladder/up,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardfore) -"Za" = (/obj/machinery/alarm/angled{dir = 8},/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardaft) -"Zb" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/angled_bay/standard/color{dir = 8; fill_color = "#ffffff"; name = "Kitchen Cold Room"; req_access = list(28)},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/crew_quarters/kitchen) -"Zc" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/obj/machinery/embedded_controller/radio/simple_docking_controller/escape_pod{frequency = 1380; id_tag = "port_escape_pod"; pixel_y = 24},/turf/simulated/floor/tiled/techmaint,/area/stellardelight/deck2/portescape) -"Zd" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/workshop) -"Ze" = (/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"Zf" = (/obj/machinery/power/apc/angled{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable/orange{icon_state = "0-4"},/obj/structure/table/reinforced,/obj/item/device/radio/off{pixel_y = 6},/obj/item/device/radio/off{pixel_x = -6; pixel_y = 4},/obj/item/device/radio/off{pixel_x = 6; pixel_y = 4},/obj/item/device/radio/off,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/locker_room) -"Zh" = (/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/engineering/engine_eva) -"Zi" = (/obj/structure/table/rack,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/item/bodybag/cryobag{pixel_x = 1; pixel_y = 1},/obj/item/weapon/storage/toolbox/emergency{pixel_x = 2; pixel_y = 1},/obj/item/weapon/storage/box/lights/mixed{pixel_y = 4},/obj/item/weapon/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -2},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Zj" = (/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Zk" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/door/airlock/angled_bay/hatch{name = "maintenance access"; stripe_color = "#454545"},/turf/simulated/floor/tiled/steel_ridged,/area/stellardelight/deck2/starboard) -"Zl" = (/obj/machinery/door/firedoor/glass,/obj/structure/window/bay/reinforced,/obj/machinery/door/blast/angled/open{dir = 2; id = "kitchenlockdown"},/obj/structure/low_wall/bay/reinforced/steel,/turf/simulated/floor,/area/crew_quarters/kitchen) -"Zm" = (/obj/machinery/camera/network/halls{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Zo" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/milspec/color/black/corner{dir = 1},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 4},/obj/effect/floor_decal/milspec/color/silver/corner{dir = 8},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Zp" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Zq" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"Zr" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"Zs" = (/turf/simulated/floor,/area/stellardelight/deck2/combustionworkshop) -"Zt" = (/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 4},/turf/simulated/floor,/area/stellardelight/deck2/fuelstorage) -"Zu" = (/obj/structure/cable/green{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled,/area/storage/art) -"Zv" = (/obj/structure/closet/walllocker_double/medical/north,/obj/item/weapon/storage/box/rxglasses{pixel_x = 7; pixel_y = 7},/obj/item/weapon/storage/box/rxglasses,/obj/item/device/glasses_kit,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Zw" = (/obj/machinery/camera/network/medbay{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/medical/cmostore) -"Zx" = (/obj/item/modular_computer/console/preset/engineering{dir = 8},/obj/effect/floor_decal/milspec/color/orange/half{dir = 10},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/bridge) -"Zy" = (/obj/structure/cable/green{icon_state = "1-4"},/turf/simulated/wall/bay/r_wall/steel,/area/crew_quarters/kitchen) -"ZA" = (/obj/structure/table/standard,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/random/tech_supply,/obj/machinery/firealarm/angled{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techmaint,/area/storage/primary) -"ZC" = (/obj/item/weapon/stool/padded{dir = 8},/obj/structure/cable/green{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/crew_quarters/bar) -"ZD" = (/obj/structure/table/reinforced,/obj/item/roller,/obj/item/roller{pixel_y = 8},/obj/item/roller{pixel_y = 16},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/stellardelight/deck2/triage) -"ZE" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/fuelstorage) -"ZF" = (/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 1},/obj/effect/floor_decal/steeldecal/steel_decals_central5{dir = 1; pixel_y = 1},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftport) -"ZG" = (/obj/structure/cable/orange{icon_state = "4-8"},/turf/simulated/floor/airless,/area/stellardelight/deck2/exterior) -"ZH" = (/obj/machinery/computer/guestpass{dir = 8; pixel_x = 25},/obj/effect/floor_decal/milspec/color/orange/half{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/aftstarboard) -"ZI" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"ZJ" = (/obj/machinery/atmospherics/portables_connector{dir = 1},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/portsolars) -"ZK" = (/obj/effect/floor_decal/steeldecal/steel_decals10,/turf/simulated/floor/tiled/eris/white/cargo,/area/stellardelight/deck2/triage) -"ZL" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/cafe,/area/crew_quarters/kitchen) -"ZM" = (/obj/structure/cable/green{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled,/area/stellardelight/deck2/fore) -"ZN" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 10},/obj/machinery/power/apc/angled{dir = 4},/obj/structure/cable/orange{icon_state = "0-8"},/obj/machinery/vending/engivend,/turf/simulated/floor/tiled/techfloor,/area/stellardelight/deck2/o2production) -"ZO" = (/obj/structure/table/marble,/obj/machinery/chemical_dispenser/bar_coffee/full{dir = 1},/obj/item/device/radio/intercom{pixel_y = -24},/obj/machinery/light/small,/turf/simulated/floor/lino,/area/crew_quarters/bar) -"ZP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable/yellow{icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/engineering/engine_room) -"ZQ" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals5{dir = 4},/turf/simulated/floor/tiled,/area/stellardelight/deck2/port) -"ZR" = (/obj/structure/table/reinforced,/obj/item/weapon/paper_bin{pixel_x = -3; pixel_y = 7},/obj/machinery/door/window/westright{name = "Engineering Reception Desk"; req_access = list(10)},/obj/item/weapon/pen/blue{pixel_x = 4; pixel_y = 4},/obj/item/weapon/pen/red,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/engineering/engineering_monitoring) -"ZS" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable/orange{icon_state = "1-2"},/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ZT" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{dir = 4},/obj/structure/cable/orange{icon_state = "4-8"},/obj/machinery/button/remote/blast_door{id = "atmoswindowlockdown"; name = "Window Lockdown"; pixel_y = 56},/turf/simulated/floor/tiled/techfloor,/area/engineering/atmos/monitoring) -"ZU" = (/obj/machinery/computer/ship/sensors,/obj/effect/floor_decal/milspec/color/green/half,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/bridge) -"ZV" = (/turf/simulated/floor,/area/stellardelight/deck2/aftport) -"ZW" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/machinery/camera/network/civilian{dir = 5},/obj/effect/floor_decal/milspec/color/green,/turf/simulated/floor/tiled,/area/hydroponics) -"ZX" = (/obj/machinery/power/smes/buildable/offmap_spawn/empty{RCon_tag = "Solar Array - Starboard"},/obj/structure/cable,/turf/simulated/floor,/area/maintenance/stellardelight/deck2/starboardsolars) -"ZY" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/conveyor{id = "cargoload"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/quartermaster/storage) -"ZZ" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 8},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/carpet/turcarpet,/area/crew_quarters/recreation_area) - -(1,1,1) = {" -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLbDNLWbJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWbseWnNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLseyKjxjxlZJhJhJhNLbDJhJhJhJhJhJhJhJhJhJhJhbDNLJhJhJhsejxyKjxjxlZNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLsenPNLWbJhDilZWbNLNLdkJhJhJhJhWbJhWbJhJhJhJhdkNLNLWbsenPJhWbNLNLdkNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLsenPNLWbWbJhJhDijxjxjxdMJhJhJhWbTUXcTUWbJhJhJhDijxtjjxnPJhJhWbWbNLdkNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLCZnPNLWbWbJhJhJhWbNLNLHQiroJoJoJHQoJoJoJHQoJoJoJHQHQdkNLWbJhJhJhWbWbDijxurNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLdkNLJhJhWbJhJhJhXkXkXkHQpnGnwGGnNkGnLPGnbOGnwGGnLTHQPRoJHQJhJhJhWbJhJhNLdkNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLdkJhJhXkXkXkZlZlXkiCiFYDQSMKMKMKYUMKzwMKYUMKMKzwaspWPemJHQHQYfYfYiYiJhJhdkNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWbdkJhXkXkOAnCQGgrcWTaPnEVQSYUYUYUYUYUJloBlUfififiuXsPbpsPvgSxrGUCcBYiYiJhdkWbJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkXkXkrndmTaBmTagjTaPnEVQSNcGnicYUNcGnwqasVCdwdwdwdwdwdwAxSxbVTYUCIJYiiQdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhVdXkFmoOYCBnAkOOpzTaPnEVBJNcCYlsqeUxCIwqasXUOnBVOnOnOnOnLLSxLNOgyMKxYiiQTVJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLhOZykXkiCElzyfPgVvBoGBYuZCFbdUGnoFYUxDiTWIRrsrrdpyhYpypywVGXVhKGFBLyEzYiYZTVBuiQJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLKLMdoDGiYpIWhZIWIWIWcwzJnUFMTCTCTCTCTCPcTCLRAYXqANfpfpfpfpaKuZSxRnUCNYgPcQdegkOoiQiQJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhbDJhhOMdUbchwLuWVLlrYjrrpITaZLPnEVDIYUYUaYYUfBkubyYUqSsLmnMZDjZOnQHiSxFCJTYMpRYioGoGNbhbBuJhbDJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhseyKjxSEQxchchchchhliNBjhlGyGyNgHJSxSxrVrVbxSxiXSxFJSxSxrVrVSxSxSxSxSxSxflflflflaNaNaNaNrieAjxyZlZJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLdkNLWbKLGvchBkDDgQhlYKmlMUZoGjglRDpojrVGlTVGVGUQJeOWLsEElTVGXlpoVYaCiyFAflAeCVFRxIVUmdaNWOiQWbNLdkNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLdkNLJhaTGvchWaavcuhlgGBHjoNDjCaBKHtdKHKHKHKHKHkSDWpGKHKHKHKHKHAIKHKHmVZrHWRmWmWmWmyniVaNWOiQJhNLdkNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLdkJhJhaTGvchvhACVHhlbqBHjoNDXCTMzzjFzzHOCtzzzzPKJLcozzzzCtHOzzjFzzjPXCsjflWZtWHVHVeMTjHWWOBuJhJhdkNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhTtJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLdkJhJhaTGvchWaDPLWZbYJjMajauXCHRntntntntntntntJRntBDntntntntntntntTlrQFUrXCFeYtJeYrzCvHWWOBuJhJhdkNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhobJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLdkJhJhKLGvchOMBFHahlufBHjoNDXCofntJiMpGLWCmtycxABSudycfEYlXPSFfLntpHxThBflwttWHVHVRmKjHWWOBuJhJhdkNLNLNLJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhPpJhJhNLNLNLdkJhJhaTGvchhlhlhlhlbtYHMUSrXCcPntYNdYmtmtBpDlDSDlEpDlBpmtmtFymUnteXxTZrHWhTRKRKRKpVrIsDWOiQJhJhdkNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLArUTNLWbKLGvKKrOpNafMnDqRoMUzOXCyhntDecCmtmtoSUXUXYOUXUXiomtmtcCDOntGaxTvjflhPevevmGevDuaNWOiQWbNLhkWnNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLcTjxjxSEKDKKsVyvdQojIssEMUQeXCaHntQZiOmtmtoSUXBpBKBpUXiomtmtiOkpntaPxTpZflflflflflflflaNFZeAjxjxgiNLNLNLJhJhPpJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhsejxjxnPNLJhKLGvKKZWUoDoifhhbcjoQeXCXekEHomtmtmtoSUXObFwUXUXiomtmtmtGAkEzsxTDCeCZAvuEZWlOJrErxWOiQJhNLDijxjxlZJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkNLNLNLJhJhaTGvkRWpiZiZvPhHUejoQeihqoQVaECyCyjvBpvStsvStsvSBphmlOlOfKlJlSkdZrKezmXySLXyXyxKEyWOBuJhJhNLNLNLdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkNLNLNLJhJhaTGvkRLOESGMUyiYSYMUhEZMekntQJmtmtctmtmtUtUtUtmtmtVMmtRiijnteVSUOVHPGGwvwvwvwvawsNaxBuJhJhNLNLNLdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkNLNLJhJhJhaTGvkRrtealfapYwzrSyPZbNmNntWRYcSILqmtmtUtIEUtmtmtuJmtsHsHntKnxTZrhqgRramFNEoTDdrxoGiQJhJhJhNLNLdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkNLNLJhJhJhKLGvKKLzQomzzbiZbSMUGYMVkVntntntntctmtmtUtUtUtmtmtVMntntntntUSWHYemTmTmTmTmTmTmTJYoGiQJhJhJhNLNLdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkNLJhJhJhJhaTGvkRbbpXsAEAiZaSgxQeXOZrDNRqRqntHEDLDLDLXxDLDLDLBCntRqRqdvNDxTZrmTqsmXTBMamQfHJYoGiQJhJhJhJhNLdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkNLJhJhJhJhaTGvkRkGiZiZwPiZaGlIQeXOZrxPRqRqntxELbLbtbNShDLbLblGntRqRqImNDxTZrAMRXNsNsNsUNBiAMoGBuJhJhJhJhNLdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhdkJhJhJhJhJhKLGvKKsdejiiJIKcRAMUHkXOZrWqRqlQntyGixscrgmLwfscixZZntlYRqGbNDxTZmmTtnNsNsNsUNXDAMoGBuJhJhJhJhJhdkJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhbwJhJhJhJhJhaTGvkRVzWNWNfaWNqpjoQeXOZrVraAgAntntntntntntntntntntntBAaAklNDxgOVJBOkZupPZuwyjjJYoGiQJhJhJhJhJhbwJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhaTGvkRozokokaJokdFjoQeXOsOWkJqJqPAkrrHyFdGHYpayFYyysPAJqJqWksOjJZroMKEwJwJwJwJuyAMoGBuJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhaTGvkRpddPLSrPdPshyXQehdXiXiXiXiXiMiQXuEwKGIrjuEHyIKIKIKIKIKIKljZrmTNJmTmTmTmTuyAMoGBuJhlMJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLGvKKuAARJprPARmSjoQeuTuaRTRTkFcYRTRTRTGSUMENRTRTRTcYkFRTRTjyjisjmTYFcIcIcIcICgJYoGiQJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLUvKKKKKKKKhfKKKKKKnSuTRjnKnKnKnKnKjUjUjUjUjUjUjUnKnKnKnKnKBcjiZrJYJYJYJYJYJYJYJYySiQJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLVDOQGqsiJHNwbPmYBwVwjwVwnKfVnKnKxBkcLxewHbMwTPWiDhnKnKfVnKyrXvyrHdzKGQTgatNegvfdrliQJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLyzEvCupSFcIwkKqyBweLRRminKnKnKSoZjruZxRfHLILLdhclooZnKnKnKoiEnMmanRSSVOtYbOtUJPiepiQJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhKLKLKLhOhOKLKLHzURURzPYVbARdzHRdlDSpXsULUjnDUjUjGPlBgCyJuCyJGdjklvHdHdZkHdiQBuBuiQiQiQJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWPWPWPWPWPwnBwgmAapwVPVPMAxdxdxdxdIoCwBXZUCGNnfynvGWrNrNrNrNPfRuRurZrMXMHdfeTsTsTsTsTsJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhBrZcypVTLMsWBWPGsgYkVPVPtLxdmHPlxdkJCwVyJQwoJQZjJKfMrNSNlgrNwWRuRuzNBqHDSTKJAhGNTQfciLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhhgfXbIfXLMsWBWPGsgCeVPVPVPugAdOLxdxdkDxdnKnKrNrNnurNrNDGEOrNRuRuRuEwBqHDPoKJrDpQbCpQYAJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWPWPWPWPWPwnBwCbprpwMDVebAugrFcJcgdZMtxdnKnKrNryRHVEfSvKEDrNnLCCMkrZzkGtHdfeTsTsTsTsTsJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhiUJhJhJhJhJhJhJhJhrRrRrRQYQYrRrRRpBwBweLVebAugGVcbCKeritxdbLuQrNsBkyocuPuPforNWLCCMkHdHdZkHdYBXTXTYBYBYBJhJhJhJhJhJhJhJhiUJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeJhJhJhJhJhJhJhJhrRrREGKbKbRzKbWsFSBwpAVebAugGVAlcbGgSHxdwixyrNcZAOxvIVIVXRrNWLCClvHdpJSMSRunSRSRIrYBYBJhJhJhJhJhJhJhJhLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLJhJhJhJhJhJhJhrRREYhBwBwBwBwBwyPBwEIVembxdODFkFkPPVgVFVNHgrNlCWXOwIVsXgnrNIvCCMkHdEXHdHdHdHdHdTvPVYBJhJhJhJhJhJhJhNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLJhJhJhJhJhJhJhrRumYhBwYQvXmgBwBwBwMDVebAxdxdUuUuxdxdxdsSosrNrNrNrNrNrNrNrNiuCCMkHdHdHdYWKUusHdTvjBYBJhJhJhJhJhJhJhNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLNLJhJhJhJhJhJhQYizYhBwGcEcpLdnKoEcWFVeBPoHMjMjlldpABrkMjemMjzoHhIGuFmkweoHecCCuqXdIYPsrhXdaLHdTvpJXTJhJhJhJhJhJhNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLNLJhJhJhJhJhJhQYsnAPBwdXkICJMswFwFwFwFwFSDDaDaxZDaDaDaDaPOWrWrWrAAdBeZdBNrYXYXYXYXYXbaxXUAzSHdphXpXTJhJhJhJhJhJhNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhVcNLNLyyJhJhJhJhJhrRkgFIBwfrtihrMoSXSXSXSXFPfvvHIbxnVZVZVZVZwlVZVZVZrcaFVZfIfvvRJGJGJGJGdyQdwbWyHdTvZaYBJhJhJhJhJhyyNLNLUfJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLNLuKJhJhJhJhJhrRizYhBwMDtiCjxpxpipipipxpxpPEPEPEPEWzxQvNCivNxQWzXaXasqsqsqXasqsqsqXaXaNxJWxhHdTvpJYBJhJhJhJhJhuKNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhFhZGZGbHCPJhJhJhJhrRdCYhBwoxtiCjxpqnsoGrmPkexpQhpMdKPELvlWRFzGRFwSQqXaeJvOxJjfTnOrLnBRKYXaCWNdXEHdTvJfYBJhJhJhJhDsGoZGZGcGJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeyHiHmZLeJhJhJhJhrRcVuLBwMDtiCjQBhCNudhTplcxHbiXbmekZRFRFRFwXRFRFKmRcJVFtfhjcXgFtckFtjcsqCWNdMkHdvQzWYBJhJhJhJhLeKhiHMxLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhDskLyHUhMxSOCPJhJhJhrRaVYhBwzpIBCjQBDxECFrHBDnxpNhhpgHyaYImoXtPrwasvMqtfYnDvMSdgKyKyKyKyBbsqCWmmfsHdTvqaYBJhJhJhDskLyHUhMxSOCPJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLyHUhCqqGSOCPJhWbieqCYmBweLtiCjQByowswsfbRWxpVbDkkbVbKtIQeSqjeSUdxLXaHcolNFShFtRIadFtUHsqCWcSTkHdaIgdxcWbJhDskLwrCpUhMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLyHUhCqUhMxSOZGZGTwzvqYBwfrtiCjxpXZvatvjIjXxpZDdsiWVbEJefjGldWBggLCXaXaDzqQXavOYsmWvYhLXaCWcSyuHdqhmjFgZGhzkLyHUhCpUhMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLyHUhCqUhMxNLWbJhFzXmfwBwvUtiZQHrHrHrHrHrHrHrHMhxuhKSWQxOiPrCrCHHyQNQzcrmexqfqfqfqfqfqfqfYzcSIXHdIehaCUJhWbNLyHUhCpUhMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhwgNLyHUhCqUhMxNLieaaPkeEucBwWVtiCjHrOjhwzUdDDyHrFHhxOxVbVbVbVbVbVbVbVbVbujhjzXndxYhMOGVKoKndCWcSMkHdHSXrElsMxcNLyHUhCpUhMxNLNUJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLNLNLNLNLNLCfzIebPxpkJPBwMDqItPHrHthVEesKuvHrbuAyfOKTwhfPKgHAOlwTwTqmLlkCvfndohXhhoOphQndcAcSgzHdamtwKzEaNACfNLNLNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLyHIgCqIgMxNLieFzsaFeDHbhfRxetUHrFqRMBhGeELHrQpLZJywzwzvewzwzFGBUzDWudrvILVndbsvLLhBvSsndCWTILHvpCcVXPQCUxcNLyHIgCpMNMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeIzyHIgCqIgMxNLJhFzFoPUCAwBICMYjdHrQyOmiDyUIZBlIhbJnTZKRQTLfxTRZKRQikGFhxNPGTmKOUHwGwcDVtndzZCoMkHdJwgpLBCUJhNLyHIgCpMNMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLyHIgCqIgMxNLWbFzTeGONBBwTZtihvHrwdztcaxjOCHrKVLlykZeZeQDzCKlKsZeZehRhxCdlPndOXfggJhFKwndCWCofCHdaMtpZXCUWbNLyHIgCpMNMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLyHIgCqIgMxNLWbjLCOGKLfBwcntiBfHrHrHrHrHrHrHrjKhxMbnjEoBafxviZKFEogfutTOEWYndndndndndndndJFCoMkHdFTPTNvGRWbNLyHIgCpMNMxNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSOCPyHBECqBEMxJhJhWbuxZJdOBwTZtiNGEcGsjtxmnBHrHrVbEUwwQihAjpMHZeZeLahAdcIuEUVbndndIkqDPyXLXdrYCoXEHdpjvtjTWbJhJhyHBECpsCMxDskLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhMXZGCPNLWbWbJhJhJhuxMyAUBwdREscOcOydgKdjcjOiGxQPQPQPPvQPQPLZAyhxQPQPzQQPQPQPuzjzTNCxPFwOFQFQGplvHdNpjnjTJhJhJhWbWbNLDsZGUpJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeNLLeJhWbWbWbJhFDMCPWdxbgWKteBxBxpvePYSFXbYDAQPQNUqlLguQPVbqZVbQPsJfFITlRQPBgMldIhJONXLKayxdEAjHdNpWgxcNLJhWbWbWbJhLeNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSjWbLeJhJhWbBTBTBTBTeqlhbFeqeqeqeqeqyYYSCDaUbmQPZiKfcRKftVVbbnVbkknJaXLQjqQPbrbveNhJTdLIQUQUQULImOyimOtKtKtKtKWbJhJhLeWbSjJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWbLeJhJhmIBTcxcxYvWvgMWxRNMuCTCTeqfnYSCDktEfQPtMKfeeKfIdVbbfVbxVkjQcnVZwQPfJeneNhJOuQUThNznsGzbZKWmOcmzTeltKtKJhJhLeWbJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWbLeJhmImIeqezJSxuxioehNgYxuJSkQeqHGuleDwYwYQPkoXFcRKfyVVbVbVbjWPbTmftDfQPyWyWEjhyLrZRPhrqrqTcrqnfmOpecmelgStKtKJhLeWbJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWbLemImIfQeqQHQHoAoQAXqgqgoABYBYeqbkYSCDIpdLQPIaVSyIKfKfhiZvvGKfVqhnhnhnhnNWabeNhJOuQTrqivNZuDiSkhoIYrYrtXwDLisyKXkLWbJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhWbrWsxuRtheqeqeqoooQDcacacTAeqeqeqMcYSCDZVqTQPXYXYXYXYXYXYKfKfKfkOpfzLDJhniEUceNhJOuQUGZEdKuYRQkJDmOHxAKOsehcdcpMBClWbJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLGJDBDBWoeqqlqlxWzMheWxvBsUcEcEeqMcYSFXbYALQPpgpgpgpgpgpgsZwCAGyEhnPYPzhnAwMldIhJRkLILILIReLILILImOdbdfddDTdlpxpxbTNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLGJrsDBXWeqezJSxuMfCRezNlxuJSuOeqfDYSFXFXsIQPQPQPQPQPQPQPQPQPQPQPhnExhnhnYxONdIfWkvHKaifkOIfmBeqdMrcciGddgUoRpxKIbTNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhDsZGZGvJDBStQgeqmBmBoAoQAXacwIoAChCheqSQYSgwFXFXeicsRvQfjNtATJHjcKPtjNQfZFeOOzONONeThJZHHKMFSWdaKvmMnaqrHTHTWTlugVJbJbbTNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhDskLNLtcmIDBWoeqeqeqeqmAoQAXQKAiNXeqeqeqnXdzcicizlBtciciMRcicicilnVkciciqbciJnKAJnJnnNbXOSIIgTAEiwdSnxoYERqVItgEnMoRJXJbbTtcNLNLNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSkuuovovovovHmbReqnEnEnykWwAheffRNxlmfmfeqSQYSFXHlAoeBeBeBUaeBeBeBxCBLeBeBUaeBzhXQLKVuupjSgLHKZfQQdWvbfUrpqrSeoPqrqrqrqrqrMBRYRYRYRYJxJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeoyubcqPwwpHmxriAJSJSxueIahAXnGtFHXsboLnrymEWJCdodododododoOPdqdqxGKRrvgqYYcXcXJZcXtadAdAdAToTorwToNmMvFsqrNMQAqrVfVfRsGusYGuHfKPniLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeovVBubgswpHmGheqNKNKoAWSueaoCHINOHwZwZylQngfzfdoMEbGWGWGdoTSzjzjzjwHzjHZNfedOaHpxotaLtRPLDtBxMjYToeoOZWwqrqvXjqrVfVfVfVfVfVfVfMTniLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeovvVyNIfwpwpnWeqeqeqooUnAsAXAWKizdeqeqylnwDQCDdoblLmHugbdoXNWeGEGESvDVNjNfduttSqNOtaXfAtZdEgqzeQVoOFtgkaqrqrfZqrXoibEPgWEPRbVfcrHvLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeovNHgZVOFxwpRLbeszXSErAbTqQrLUYaYEOTCzWAxxQRpqVjhUYPakkxdoNNLuNNdoskdoNNYYdJBIXXcHtaLcbdYGqHUzuUVoOqxbRJkfvzZPbjVfUFBsVfVfVfBscraQLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhLeFfZsaqkPziaDDYZTtokMlaAboUagjavFlytyHsclTWzRczdododoMeRxTiouCSBMiBgNEMaelemEPDDrkYtakAUKYLbMvcfTVogcSbngSbQvRVyjVflxVfVfVfVfVfcraQLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhhIxRQOZskPBGwpHmHmdTZSlaEkxNXKEqAngoltknpTHmHmHmHmvCAzarJjDMvyvqROvqUmuYgtYYbQedFnbUtagDAtGHFdoVywVoRGxzPduwFFzyzaEPsQVfVfKMVfVfcrmrLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLDtovkzlFkPKdMQHmEmAgVAtzQCZqqNVWuBUDOYZpvxBQwMvxHmUONNuIPHJNmwRhplXJwRhSWEYYYYcXJZYYtaCLWhvojYAfiIVolNMgRySbrBJEyjVfiRVfVfVfVfVfcraQLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJmovdHopSgVIvWHmAmFlkmeuuNVVCMCnXILknZdtFLFLFLboHmPCquSnwEhSmwgOLFMMwRhSUixkcenFPMSftaToToTohsToToVoisqJcLhXswLpfNVfUFBsVfVfVfBscraQLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJmFfzuTrYTDXNyHmEtspNaiggyetqwmDimoqDmOvgBgBeHUkHmPLrewkeshSjDvqoCnzfzbWBOBOBOBOwNTKLYjmeFTGnbUUxqqrOFtgQzOFOFOFOFXoVxEPgWEPRbVfcrjOLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJmFfIFpBApFavwHmAmhKUltNSSCaiJvDvnomCBalHCyBcMxtHmPCpcCmRxzjzjhShShSbBzjUiUiUiUirKkqLYyqtlSmfATXoXnHgIcftmOFsmcNOFpuVfVfVfVfVfVfMTniLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJmovvksFADjEnAmunRPqFvmxDgYoXuqLqFIHqFqFfGqFXVtIHmUONNQjVidNPSdNdNdNORZYdNdNdNcyVlvAuMTOIlpUxaQmaWBBKBTXazlVbzYqSwUEGumCGuIxGumClAniLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhiUJmovUIJdovukEFoERwoEGDoEoEUGUGUGUGWUUGUGUGUGTfgaHmPjNNAZpDpDcULXpDsufYETpDpDpDtuqkVpLYFYnoYdUgaOXztEgXKNnOOFOFOFOFOFOFOFOFnininininilqAFJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSOsRWbuiKpQwIUIneUodKqCktDZNUGdiJMBdzVRlotDFUGaZqxHmsGYghtjQjQjQjQjQjQjQjQjQjQjQHNEhWcoaGfHqGflmNqNqqPlKjgnOilQlIjqXowMWghXBRaNLNLWbWbLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLJmAuPuPumaIUhuTHUYgeJtUYpYOdIqGUNoTuSdMGRUJoxUMJpKpbFiyejQjQjQjQjQjQjQjQjQjQjQHNSZkBoaXHtQGfWWSmSmSmJJZhkTQtzqsleKowCrkHTxRaNLNLNLWbLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJmQIPuPuQwukBZqOWJIAutOKDEUGEQSuzYJsZESuWjegjVGlHmJrEKDZjQjQjQjQjQjQjQjQjQjQjQHNJvHeoaUBvMGfQESPSPmvPIFVnOonNCJgliowowMzowrTNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJmtZPuPumaukTFpOpOeGXGpOsTUGZtLGygScMPayDRegKQFKHmUreRDZEujQjQjQjQjQjQjQjQjQjQHNjZaRoanpkNuocFNtlkqWjAlXnOSGNCJgtCMhqAJgASrTNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJmQIPuPuQwukukPmHIEiPJQuWMcvqMAVAVPBPBwmAVtkeyqqSKEHEKDZjQjQjQjQjQjQjQjQjQjQjQHNppIRBNBNSABNJkLwLwKrLwyAnqrTTDATvdvdvdpCFNrTNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJmtZPuPumaNLukukAvjsKkfjfqcvVmVmcvNLcvVmVmcvLeWbLEyTqtDZjQjQjQjQjQjQjQjQjQjQjQHNyRxwLEWbLenqVJVJnqNLnqVJVJrTJaiKUVlwbKksrTrTNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJmQIPuPuPuPuQwukdVukrbSzSzcvmqVmcvNLcvmqVmcvLeWbLEUZWfDZjQjQjQjQjQjQjQjQjQjQjQHNHFZILEWbLenqDwVJnqNLnqDwVJrTrTrTRaRaRarTrTNLNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhUseWwuwuwuwumsZGmhZGmRZGQWCPWbWbDsZGCPWbWbDsgFNLLEyCIDinQaQaQaQaQaFWQaQaQaQaQanmIOhWLENLuGCPWbWbDsZGCPWbWbDsqiZGZGZGZGZGZGZGZGZGZGZGLgJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJmQIPuPuPuPuQwNLJhJhJhJhJhSOZGZGkLJhSOZGZGkLIiCPLELEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbELELENLLeSOZGZGkLJhSOZGZGkLJhJhJhJhJhNLNLNLNLNLNLNLLeJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLnIPuPuPuPuPumaJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSjSOZGZGZGZGZGZGZGZGCPJhNLNLWbWbJhWbWbNLNLNLSjJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhNLNLNLNLNLNLLeNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhCQkLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSOAFNLJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhSOAFJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhPpJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhOhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh -JhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJhJh ->>>>>>> 5e30d29614... Merge pull request #14566 from Heroman3003/wall-locker-color -======= (1,1,1) = {" Jh @@ -58908,7 +35217,7 @@ WZ CF wt hT -hP +hG fl ZA zm @@ -67097,5 +43406,4 @@ Jh Jh Jh Jh ->>>>>>> 3917d1a8d1... Merge pull request #14701 from KillianKirilenko/kk-misc2 "} From 23714a7b865df935e50e27a9ef6ca0add27689ef Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 10:36:41 +0200 Subject: [PATCH 12/21] more chomp-specific name changes --- .../structures/crates_lockers/largecrate_vr.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index f063d0bd02..87755f5960 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -53,7 +53,7 @@ /mob/living/simple_mob/vore/aggressive/mimic, /mob/living/simple_mob/vore/aggressive/rat, /mob/living/simple_mob/vore/aggressive/rat/tame, - /mob/living/simple_mob/otie/zorgoia, //CHOMPstation edit + /mob/living/simple_mob/vore/otie/zorgoia, //CHOMPstation edit /mob/living/simple_mob/vore/rabbit, /mob/living/simple_mob/vore/weretiger;0.5, // /mob/living/simple_mob/vore/otie;0.5 @@ -86,8 +86,8 @@ starts_with = list(/mob/living/simple_mob/vore/otie/security) /obj/structure/largecrate/animal/otie/guardbeast/Initialize() - starts_with = list(pick(/mob/living/simple_mob/otie/security, - /mob/living/simple_mob/otie/security/chubby)) + starts_with = list(pick(/mob/living/simple_mob/vore/otie/security, + /mob/living/simple_mob/vore/otie/security/chubby)) return ..() /obj/structure/largecrate/animal/guardmutant @@ -98,9 +98,9 @@ starts_with = list(/mob/living/simple_mob/vore/otie/security/phoron) /obj/structure/largecrate/animal/otie/guardmutant/Initialize() - starts_with = list(pick(/mob/living/simple_mob/otie/security/phoron;2, - /mob/living/simple_mob/otie/security/phoron/red;0.5, - /mob/living/simple_mob/otie/security/phoron/red/chubby;0.5)) + starts_with = list(pick(/mob/living/simple_mob/vore/otie/security/phoron;2, + /mob/living/simple_mob/vore/otie/security/phoron/red;0.5, + /mob/living/simple_mob/vore/otie/security/phoron/red/chubby;0.5)) return ..() /obj/structure/largecrate/animal/otie @@ -112,8 +112,8 @@ var/taped = 1 /obj/structure/largecrate/animal/otie/Initialize() - starts_with = list(pick(/mob/living/simple_mob/otie/cotie, - /mob/living/simple_mob/otie/cotie/chubby)) + starts_with = list(pick(/mob/living/simple_mob/vore/otie/cotie, + /mob/living/simple_mob/vore/otie/cotie/chubby)) return ..() /obj/structure/largecrate/animal/otie/phoron From a21010de218b135ff0d79fa5e2500e8fb85da4c3 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 10:43:54 +0200 Subject: [PATCH 13/21] more missed names --- code/game/objects/mob_spawner_ch.dm | 2 +- code/game/objects/structures/ghost_pods/event_vr.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/mob_spawner_ch.dm b/code/game/objects/mob_spawner_ch.dm index 242d57e1a2..4752b77410 100644 --- a/code/game/objects/mob_spawner_ch.dm +++ b/code/game/objects/mob_spawner_ch.dm @@ -13,7 +13,7 @@ /mob/living/simple_mob/animal/space/carp = 10, /obj/structure/closet/crate/mimic = 2, /mob/living/simple_mob/animal/space/bats = 70, - /mob/living/simple_mob/animal/vore/jelly = 25, + /mob/living/simple_mob/vore/jelly = 25, /mob/living/simple_mob/animal/space/bear = 1, /mob/living/simple_mob/vore/aggressive/deathclaw = 1, /mob/living/simple_mob/animal/space/goose = 60, diff --git a/code/game/objects/structures/ghost_pods/event_vr.dm b/code/game/objects/structures/ghost_pods/event_vr.dm index 0400d376a3..df50537103 100644 --- a/code/game/objects/structures/ghost_pods/event_vr.dm +++ b/code/game/objects/structures/ghost_pods/event_vr.dm @@ -31,8 +31,8 @@ "Giant Rat" = /mob/living/simple_mob/vore/aggressive/rat, "Jelly Blob" = /mob/living/simple_mob/vore/jelly, "Wolf" = /mob/living/simple_mob/vore/wolf, - "Dire Wolf" = /mob/living/simple_mob/animal/wolf/direwolf,//CHOMPedit: more mobs - "Large Dog" = /mob/living/simple_mob/animal/wolf/direwolf/dog,//CHOMPedit: more mobs + "Dire Wolf" = /mob/living/simple_mob/vore/wolf/direwolf,//CHOMPedit: more mobs + "Large Dog" = /mob/living/simple_mob/vore/wolf/direwolf/dog,//CHOMPedit: more mobs "Hyena" = /mob/living/simple_mob/animal/hyena,//CHOMPedit: more mobs "Juvenile Solargrub" = /mob/living/simple_mob/vore/solargrub, "Sect Queen" = /mob/living/simple_mob/vore/sect_queen, From ec1fd1807d9f04990e67f0be6e583014f0246e40 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 11:15:41 +0200 Subject: [PATCH 14/21] more missing paths --- maps/submaps/surface_submaps/wilderness/chasm.dmm | 10 +++++----- maps/submaps/surface_submaps/wilderness/wolfden.dmm | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/maps/submaps/surface_submaps/wilderness/chasm.dmm b/maps/submaps/surface_submaps/wilderness/chasm.dmm index c0b3121fc6..ddd128f087 100644 --- a/maps/submaps/surface_submaps/wilderness/chasm.dmm +++ b/maps/submaps/surface_submaps/wilderness/chasm.dmm @@ -110,7 +110,7 @@ /area/submap/Chasm) "kR" = ( /obj/effect/floor_decal/rust, -/mob/living/simple_mob/animal/space/jelly{ +/mob/living/simple_mob/vore/jelly{ health = 150; maxHealth = 150; name = "Cavern jelly blob" @@ -363,7 +363,7 @@ /turf/simulated/floor/plating, /area/submap/Chasm) "DH" = ( -/mob/living/simple_mob/animal/space/jelly, +/mob/living/simple_mob/vore/jelly, /turf/simulated/floor/outdoors/rocks{ outdoors = 0 }, @@ -606,7 +606,7 @@ /obj/structure/cliff/automatic/corner{ dir = 10 }, -/mob/living/simple_mob/animal/space/jelly{ +/mob/living/simple_mob/vore/jelly{ health = 150; maxHealth = 150; name = "Cavern jelly blob" @@ -661,7 +661,7 @@ }, /area/submap/Chasm) "Zn" = ( -/mob/living/simple_mob/animal/space/jelly{ +/mob/living/simple_mob/vore/jelly{ health = 150; maxHealth = 150; name = "Cavern jelly blob" @@ -672,7 +672,7 @@ }, /area/submap/Chasm) "ZS" = ( -/mob/living/simple_mob/animal/space/jelly{ +/mob/living/simple_mob/vore/jelly{ health = 150; maxHealth = 150; name = "Cavern jelly blob" diff --git a/maps/submaps/surface_submaps/wilderness/wolfden.dmm b/maps/submaps/surface_submaps/wilderness/wolfden.dmm index 960493c588..012d1bbdad 100644 --- a/maps/submaps/surface_submaps/wilderness/wolfden.dmm +++ b/maps/submaps/surface_submaps/wilderness/wolfden.dmm @@ -19,7 +19,7 @@ }, /area/submap/WolfDen) "d" = ( -/mob/living/simple_mob/animal/wolf/direwolf{ +/mob/living/simple_mob/vore/wolf/direwolf{ faction = "wilderness" }, /turf/simulated/floor/outdoors/dirt{ @@ -59,7 +59,7 @@ /turf/simulated/mineral/ignore_mapgen, /area/submap/WolfDen) "p" = ( -/mob/living/simple_mob/animal/wolf/direwolf/dog{ +/mob/living/simple_mob/vore/wolf/direwolf/dog{ faction = "wilderness"; maxHealth = 350; melee_damage_lower = 15; @@ -109,7 +109,7 @@ }, /area/submap/WolfDen) "y" = ( -/mob/living/simple_mob/animal/wolf/direwolf{ +/mob/living/simple_mob/vore/wolf/direwolf{ faction = "wilderness" }, /obj/random/maintenance/security, From 81b117b8899296f1ccef5d66715aefb96e374eeb Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 11:35:45 +0200 Subject: [PATCH 15/21] even more path fixes --- code/modules/mob/living/silicon/robot/drone/drone_items.dm | 2 +- .../living/simple_mob/subtypes/vore/zz_vore_overrides.dm | 6 ++++++ maps/submaps/surface_submaps/wilderness/bountyhunters.dmm | 2 +- modular_chomp/maps/overmap/space_pois/deepstorage_85x67.dmm | 2 +- modular_chomp/maps/submaps/shelters/ScienceShip-25x33.dmm | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone_items.dm b/code/modules/mob/living/silicon/robot/drone/drone_items.dm index 862993b884..926fb2698f 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -22,7 +22,7 @@ /obj/item/weapon/circuitboard, /obj/item/weapon/smes_coil, /obj/item/weapon/fuel_assembly, - /obj/item/weapon/ore/bluespace_crystal + /obj/item/weapon/bluespace_crystal //Chomp EDIT ) // CHOMPEdit - Buffing the gripper to allow bluespace crystal use for telesci building. var/obj/item/wrapped = null // Item currently being held. diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm b/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm index e65025a51f..495c69963d 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm @@ -223,6 +223,12 @@ response_disarm = "gently pushes aside" response_harm = "hits" +// Chomp EDIT +/mob/living/simple_mob/hostile/carp/pike + vore_active = 1 + // NO VORE SPRITES +// Chomp EDIT END + /mob/living/simple_mob/animal/space/carp/holographic vore_icons = 0 // NO VORE SPRITES vore_digest_chance = 0 diff --git a/maps/submaps/surface_submaps/wilderness/bountyhunters.dmm b/maps/submaps/surface_submaps/wilderness/bountyhunters.dmm index 15ff2b4c39..3fc58b5b58 100644 --- a/maps/submaps/surface_submaps/wilderness/bountyhunters.dmm +++ b/maps/submaps/surface_submaps/wilderness/bountyhunters.dmm @@ -100,7 +100,7 @@ /turf/simulated/floor/concrete, /area/submap/BountyHunters) "mi" = ( -/mob/living/simple_mob/mobs_monsters/clowns/destroyer, +/mob/living/simple_mob/clowns/destroyer, /obj/effect/floor_decal/corner/grey/diagonal, /turf/simulated/floor/concrete, /area/submap/BountyHunters) diff --git a/modular_chomp/maps/overmap/space_pois/deepstorage_85x67.dmm b/modular_chomp/maps/overmap/space_pois/deepstorage_85x67.dmm index fd74743434..2cc8a36a78 100644 --- a/modular_chomp/maps/overmap/space_pois/deepstorage_85x67.dmm +++ b/modular_chomp/maps/overmap/space_pois/deepstorage_85x67.dmm @@ -35,7 +35,7 @@ "aO" = (/obj/structure/closet/radiation,/obj/machinery/light{dir = 8},/obj/item/stack/material/phoron{amount = 10},/obj/item/stack/material/phoron{amount = 10},/turf/simulated/floor/tiled/asteroid_steel,/area/submap/deepstorage) "aP" = (/obj/machinery/light{dir = 4},/obj/structure/closet/crate/secure/large,/obj/item/weapon/reagent_containers/food/drinks/cans/starkist,/obj/item/weapon/reagent_containers/food/drinks/cans/space_mountain_wind,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/obj/item/weapon/reagent_containers/food/drinks/cans/gingerale,/obj/item/weapon/reagent_containers/food/drinks/cans/cola,/obj/effect/floor_decal/rust,/turf/simulated/floor/tiled/asteroid_steel,/area/submap/deepstorage) "aQ" = (/obj/structure/closet/wardrobe/pink,/obj/item/ammo_magazine/ammo_box/b12g,/turf/simulated/floor/wood,/area/submap/deepstorage) -"aR" = (/mob/living/simple_mob/otie/security/phoron/red/chubby{faction = "sydicate"; health = 350; name = "rabid chubby red guard otie"},/obj/item/weapon/bedsheet/clown,/turf/simulated/floor/wood/broken,/area/submap/deepstorage) +"aR" = (/mob/living/simple_mob/vore/otie/security/phoron/red/chubby{faction = "sydicate"; health = 350; name = "rabid chubby red guard otie"},/obj/item/weapon/bedsheet/clown,/turf/simulated/floor/wood/broken,/area/submap/deepstorage) "aT" = (/obj/machinery/shower{dir = 4},/turf/simulated/floor/tiled/freezer,/area/submap/deepstorage) "aU" = (/obj/machinery/shower{dir = 8},/obj/effect/decal/cleanable/blood/tracks{color = "red"; desc = "Your instincts say you shouldn't be following these."; icon = 'icons/effects/blood.dmi'; icon_state = "tracks"},/turf/simulated/floor/tiled/freezer,/area/submap/deepstorage) "aV" = (/obj/machinery/light/small{dir = 8},/obj/structure/table/standard,/obj/item/ammo_magazine/ammo_box/b12g{pixel_y = -4},/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet{pixel_y = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/submap/deepstorage) diff --git a/modular_chomp/maps/submaps/shelters/ScienceShip-25x33.dmm b/modular_chomp/maps/submaps/shelters/ScienceShip-25x33.dmm index 6e1679ab22..6f1cbe51ad 100644 --- a/modular_chomp/maps/submaps/shelters/ScienceShip-25x33.dmm +++ b/modular_chomp/maps/submaps/shelters/ScienceShip-25x33.dmm @@ -79,7 +79,7 @@ "um" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/item/toy/plushie/kitten,/obj/item/toy/plushie/grey_cat,/obj/item/toy/plushie/orange_cat,/obj/item/toy/plushie/borgplushie/scrubpuppy,/obj/item/toy/plushie/black_fox,/obj/item/toy/plushie,/obj/item/toy/plushie/corgi,/obj/item/toy/plushie/crimson_fox,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/machinery/computer/security/telescreen/entertainment{icon_state = "frame"; pixel_x = -32},/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/carpet/turcarpet,/area/survivalpod/superpose/ScienceShip) "uu" = (/obj/machinery/door/airlock/multi_tile/metal/mait,/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/survivalpod/superpose/ScienceShip) "uX" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/obj/structure/closet/walllocker/emerglocker{pixel_x = -25; pixel_y = 32},/turf/simulated/floor/tiled/techfloor,/area/survivalpod/superpose/ScienceShip) -"vl" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/item/weapon/ore/diamond,/obj/item/weapon/ore/gold,/obj/item/weapon/ore/osmium,/obj/item/weapon/ore/silver,/obj/item/weapon/ore/uranium,/obj/item/weapon/ore/bluespace_crystal,/obj/item/clothing/head/sombrero,/obj/item/clothing/head/sombrero,/obj/item/clothing/suit/poncho,/obj/item/clothing/accessory/poncho/thermal/red,/obj/item/clothing/accessory/poncho/thermal/security,/obj/item/clothing/accessory/poncho/thermal/green,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/toy/bosunwhistle/fluff/strix,/obj/item/weapon/blobcore_chunk,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/wood,/area/survivalpod/superpose/ScienceShip) +"vl" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/item/weapon/ore/diamond,/obj/item/weapon/ore/gold,/obj/item/weapon/ore/osmium,/obj/item/weapon/ore/silver,/obj/item/weapon/ore/uranium,/obj/item/weapon/bluespace_crystal,/obj/item/clothing/head/sombrero,/obj/item/clothing/head/sombrero,/obj/item/clothing/suit/poncho,/obj/item/clothing/accessory/poncho/thermal/red,/obj/item/clothing/accessory/poncho/thermal/security,/obj/item/clothing/accessory/poncho/thermal/green,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/toy/bosunwhistle/fluff/strix,/obj/item/weapon/blobcore_chunk,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/wood,/area/survivalpod/superpose/ScienceShip) "wp" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/survivalpod/superpose/ScienceShip) "xk" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/wood,/area/survivalpod/superpose/ScienceShip) "xw" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/techfloor,/area/survivalpod/superpose/ScienceShip) From 887c2e07aac665b2c57a9930f128d4e33bdc88a7 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 11:41:42 +0200 Subject: [PATCH 16/21] revert dogbasealt --- .../surface_submaps/wilderness/dogbaseAlt.dmm | 124 ++++-------------- 1 file changed, 25 insertions(+), 99 deletions(-) diff --git a/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm b/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm index 028f1b2409..84bb92f974 100644 --- a/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm +++ b/maps/submaps/surface_submaps/wilderness/dogbaseAlt.dmm @@ -5,13 +5,10 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"ae" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" +"aB" = ( +/obj/structure/safe, +/obj/effect/floor_decal/borderfloor{ + dir = 5 }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) @@ -89,9 +86,8 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"eZ" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; +"ec" = ( +/mob/living/simple_mob/animal/giant_spider/nurse{ faction = "syndicate"; name = "trained giant spider" }, @@ -248,18 +244,8 @@ /obj/item/weapon/bedsheet, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"qZ" = ( -/obj/effect/decal/remains/ribcage, -/turf/template_noop, -/area/template_noop) -"re" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" - }, +"md" = ( +/obj/machinery/door/airlock, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) "mF" = ( @@ -321,26 +307,9 @@ /obj/effect/landmark/loot_spawn, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"wS" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" - }, -/turf/template_noop, -/area/template_noop) -"xc" = ( -/obj/structure/cable/green{ - d1 = 4; - d2 = 8; - icon_state = "4-8" - }, -/obj/structure/cable{ - d1 = 1; - d2 = 2; - icon_state = "1-2" +"pT" = ( +/obj/machinery/light{ + dir = 1 }, /obj/effect/floor_decal/borderfloor{ dir = 1 @@ -459,13 +428,9 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"Dv" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" +"yr" = ( +/obj/effect/floor_decal/borderfloor{ + dir = 10 }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) @@ -610,34 +575,9 @@ /obj/random/projectile/scrapped_pistol, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"Ol" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/bone/leg, -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" - }, -/turf/simulated/floor/outdoors/dirt/virgo3b, -/area/submap/DogBase) -"OR" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" - }, -/obj/effect/floor_decal/industrial/danger{ - dir = 1 - }, -/turf/simulated/floor/plating/external/virgo3b, -/area/submap/DogBase) -"OS" = ( -/obj/effect/floor_decal/corner/red/border, +"Io" = ( +/obj/machinery/light, +/obj/effect/floor_decal/borderfloor, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) "Ju" = ( @@ -672,19 +612,7 @@ }, /turf/simulated/floor/tiled/dark, /area/submap/DogBase) -"QB" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/virgo3b, -/area/template_noop) -"Rz" = ( +"KH" = ( /obj/structure/table/woodentable, /obj/random/contraband/nofail, /turf/simulated/floor/tiled/dark, @@ -781,15 +709,13 @@ dir = 4 }, /obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt/virgo3b, -/area/template_noop) -"Ya" = ( -/mob/living/simple_mob/vore/wolf/direwolf/dog/sec{ - desc = "The biggest and baddest guard dog around."; - faction = "syndicate"; - max_co2 = 0; - max_tox = 0; - name = "syndicate guard dog" +/turf/simulated/floor/outdoors/dirt/sif/planetuse, +/area/submap/DogBase) +"QF" = ( +/obj/machinery/light{ + dir = 4; + icon_state = "tube1"; + pixel_x = 0 }, /obj/effect/floor_decal/borderfloor{ dir = 4 From cf1af2d46232a6103a07eb67e7d109ea18d49bb1 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 11:53:01 +0200 Subject: [PATCH 17/21] even more bad paths --- maps/yw/submaps/underdark_pois/goldhall.dmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/yw/submaps/underdark_pois/goldhall.dmm b/maps/yw/submaps/underdark_pois/goldhall.dmm index ac72691f12..86ff4cec87 100644 --- a/maps/yw/submaps/underdark_pois/goldhall.dmm +++ b/maps/yw/submaps/underdark_pois/goldhall.dmm @@ -23,7 +23,7 @@ /area/mine/explored/underdark) "g" = ( /obj/effect/decal/remains, -/obj/item/weapon/ore/bluespace_crystal, +/obj/item/weapon/bluespace_crystal, /turf/simulated/floor/tiled/kafel_full/yellow/virgo3b, /area/mine/explored/underdark) From 8c2f364052a9d2eaec5bad34cbd5a07128837a2e Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 11:59:29 +0200 Subject: [PATCH 18/21] tests --- code/_away_mission_tests.dm | 2 +- code/_map_tests.dm | 2 +- code/_unit_tests.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/_away_mission_tests.dm b/code/_away_mission_tests.dm index 4d9d4e91f9..04770a20ef 100644 --- a/code/_away_mission_tests.dm +++ b/code/_away_mission_tests.dm @@ -7,4 +7,4 @@ * Should you wish to edit set AWAY_MISSION_TEST to 1 like so: * #define AWAY_MISSION_TEST 1 */ -#define AWAY_MISSION_TEST 0 +#define AWAY_MISSION_TEST 1 diff --git a/code/_map_tests.dm b/code/_map_tests.dm index 372a4a7194..536a005fcf 100644 --- a/code/_map_tests.dm +++ b/code/_map_tests.dm @@ -7,4 +7,4 @@ * Should you wish to edit set MAP_TEST to 1 like so: * #define MAP_TEST 1 */ -#define MAP_TEST 0 +#define MAP_TEST 1 diff --git a/code/_unit_tests.dm b/code/_unit_tests.dm index 7a1a4cbbf3..3c6a5943e4 100644 --- a/code/_unit_tests.dm +++ b/code/_unit_tests.dm @@ -7,4 +7,4 @@ * Should you wish to edit set UNIT_TEST to 1 like so: * #define UNIT_TEST 1 */ -#define UNIT_TEST 0 +#define UNIT_TEST 1 From ce5264f9f6239d77d9c0bfe4da52c2501497742e Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 12:02:58 +0200 Subject: [PATCH 19/21] revert unit tests --- code/_unit_tests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_unit_tests.dm b/code/_unit_tests.dm index 3c6a5943e4..7a1a4cbbf3 100644 --- a/code/_unit_tests.dm +++ b/code/_unit_tests.dm @@ -7,4 +7,4 @@ * Should you wish to edit set UNIT_TEST to 1 like so: * #define UNIT_TEST 1 */ -#define UNIT_TEST 1 +#define UNIT_TEST 0 From df039e7c9cfdc7663011829ac3f5b604763f2b98 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 12:12:23 +0200 Subject: [PATCH 20/21] revert test vars --- code/_away_mission_tests.dm | 2 +- code/_map_tests.dm | 2 +- maps/submaps/surface_submaps/plains/plains.dm | 20 +++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/code/_away_mission_tests.dm b/code/_away_mission_tests.dm index 04770a20ef..4d9d4e91f9 100644 --- a/code/_away_mission_tests.dm +++ b/code/_away_mission_tests.dm @@ -7,4 +7,4 @@ * Should you wish to edit set AWAY_MISSION_TEST to 1 like so: * #define AWAY_MISSION_TEST 1 */ -#define AWAY_MISSION_TEST 1 +#define AWAY_MISSION_TEST 0 diff --git a/code/_map_tests.dm b/code/_map_tests.dm index 536a005fcf..372a4a7194 100644 --- a/code/_map_tests.dm +++ b/code/_map_tests.dm @@ -7,4 +7,4 @@ * Should you wish to edit set MAP_TEST to 1 like so: * #define MAP_TEST 1 */ -#define MAP_TEST 1 +#define MAP_TEST 0 diff --git a/maps/submaps/surface_submaps/plains/plains.dm b/maps/submaps/surface_submaps/plains/plains.dm index 518be7521a..70ad1907c8 100644 --- a/maps/submaps/surface_submaps/plains/plains.dm +++ b/maps/submaps/surface_submaps/plains/plains.dm @@ -2,17 +2,17 @@ // This is so CI can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors. // When adding a new PoI, please add it to this list. #if MAP_TEST -#include "boathouse.dmm" +#include "Boathouse.dmm" #include "bonfire.dmm" -#include "buriedtreasure.dmm" -#include "buriedtreasure2.dmm" -#include "buriedtreasure3.dmm" +#include "Buriedtreasure.dmm" +#include "Buriedtreasure2.dmm" +#include "Buriedtreasure3.dmm" #include "camp.dmm" #include "chemspill1.dmm" #include "construction.dmm" -#include "diner.dmm" -#include "epod.dmm" -#include "epod2.dmm" +#include "Diner.dmm" +#include "Epod.dmm" +#include "Epod2.dmm" #include "explorerhouse.dmm" #include "farm.dmm" #include "field.dmm" @@ -24,12 +24,12 @@ #include "methlab.dmm" #include "oldhotel.dmm" #include "oldlibrary.dmm" -#include "pascalb.dmm" +#include "Pascalb.dmm" #include "pooledrocks.dmm" #include "priderock.dmm" -#include "rationcache.dmm" +#include "Rationcache.dmm" #include "rockyoutcrop.dmm" -#include "shakden.dmm" +#include "Shakden.dmm" #include "snow1.dmm" #include "snow2.dmm" #include "snow3.dmm" From 952157d4a0b44b25e54e91cdd3d64acd237d107f Mon Sep 17 00:00:00 2001 From: Raeschen Date: Wed, 5 Jul 2023 12:34:48 +0200 Subject: [PATCH 21/21] Update health.dm merge conflict --- .../objects/items/devices/scanners/health.dm | 373 +----------------- 1 file changed, 10 insertions(+), 363 deletions(-) diff --git a/code/game/objects/items/devices/scanners/health.dm b/code/game/objects/items/devices/scanners/health.dm index c88d17fead..c5108b550a 100644 --- a/code/game/objects/items/devices/scanners/health.dm +++ b/code/game/objects/items/devices/scanners/health.dm @@ -1,4 +1,3 @@ -<<<<<<< HEAD #define DEFIB_TIME_LIMIT (10 MINUTES) //VOREStation addition- past this many seconds, defib is useless. /obj/item/device/healthanalyzer @@ -16,12 +15,20 @@ var/mode = 1; var/advscan = 0 var/showadvscan = 1 + var/guide = FALSE /obj/item/device/healthanalyzer/New() if(advscan >= 1) verbs += /obj/item/device/healthanalyzer/proc/toggle_adv ..() +/obj/item/device/healthanalyzer/examine(mob/user) + . = ..() + if(guide) + . += "Guidance is currently enabled." + else + . += "Guidance is currently disabled." + /obj/item/device/healthanalyzer/do_surgery(mob/living/M, mob/living/user) if(user.a_intent != I_HELP) //in case it is ever used as a surgery tool return ..() @@ -110,19 +117,14 @@ severity = "Lethal" else if(M.radiation >= 600) severity = "Critical" - else if(M.radiation >= 50) else if(M.radiation >= 400) severity = "Severe" - else if(M.radiation >= 25) else if(M.radiation >= 300) severity = "Moderate" - else if(M.radiation >= 1) else if(M.radiation >= 100) severity = "Low" - dat += "[severity] levels of radiation detected. [(severity == "Critical") ? " Immediate treatment advised." : ""]
" dat += "[severity] levels of acute radiation sickness detected. [round(M.radiation/50)]Gy. [(severity == "Critical" || severity == "Lethal") ? " Immediate treatment advised." : ""]
" else - dat += "Radiation detected.
" dat += "Acute radiation sickness detected.
" if(M.accumulated_rads) if(advscan >= 2 && showadvscan == 1) @@ -304,6 +306,8 @@ dat += "Subject is a Xenochimera. Treat accordingly." // VOREStation Edit End user.show_message(dat, 1) + if(guide) + guide(M, user) /obj/item/device/healthanalyzer/verb/toggle_mode() set name = "Switch Verbosity" @@ -349,360 +353,3 @@ icon_state = "health3" #undef DEFIB_TIME_LIMIT //VOREStation addition -======= -#define DEFIB_TIME_LIMIT (10 MINUTES) //VOREStation addition- past this many seconds, defib is useless. - -/obj/item/device/healthanalyzer - name = "health analyzer" - desc = "A hand-held body scanner able to distinguish vital signs of the subject." - icon_state = "health" - item_state = "healthanalyzer" - slot_flags = SLOT_BELT - throwforce = 3 - w_class = ITEMSIZE_SMALL - throw_speed = 5 - throw_range = 10 - matter = list(MAT_STEEL = 200) - origin_tech = list(TECH_MAGNET = 1, TECH_BIO = 1) - var/mode = 1; - var/advscan = 0 - var/showadvscan = 1 - var/guide = FALSE - -/obj/item/device/healthanalyzer/New() - if(advscan >= 1) - verbs += /obj/item/device/healthanalyzer/proc/toggle_adv - ..() - -/obj/item/device/healthanalyzer/examine(mob/user) - . = ..() - if(guide) - . += "Guidance is currently enabled." - else - . += "Guidance is currently disabled." - -/obj/item/device/healthanalyzer/do_surgery(mob/living/M, mob/living/user) - if(user.a_intent != I_HELP) //in case it is ever used as a surgery tool - return ..() - scan_mob(M, user) //default surgery behaviour is just to scan as usual - return 1 - -/obj/item/device/healthanalyzer/attack(mob/living/M, mob/living/user) - scan_mob(M, user) - -/obj/item/device/healthanalyzer/proc/scan_mob(mob/living/M, mob/living/user) - var/dat = "" - if ((CLUMSY in user.mutations) && prob(50)) - user.visible_message("\The [user] has analyzed the floor's vitals!", "You try to analyze the floor's vitals!") - dat += "Analyzing Results for the floor:
" - dat += "Overall Status: Healthy
" - dat += "\tDamage Specifics: 0-0-0-0
" - dat += "Key: Suffocation/Toxin/Burns/Brute
" - dat += "Body Temperature: ???" - user.show_message("[dat]", 1) - return - if (!user.IsAdvancedToolUser()) - to_chat(user, "You don't have the dexterity to do this!") - return - - flick("[icon_state]-scan", src) //makes it so that it plays the scan animation on a succesful scan - user.visible_message("[user] has analyzed [M]'s vitals.","You have analyzed [M]'s vitals.") - - if (!ishuman(M) || M.isSynthetic()) - //these sensors are designed for organic life - dat += "Analyzing Results for ERROR:\n\tOverall Status: ERROR
" - dat += "\tKey: Suffocation/Toxin/Burns/Brute
" - dat += "\tDamage Specifics: ? - ? - ? - ?
" - dat += "Body Temperature: [M.bodytemperature-T0C]°C ([M.bodytemperature*1.8-459.67]°F)

" - dat += "Warning: Blood Level ERROR: --% --cl. Type: ERROR
" - dat += "Subject's pulse: -- bpm." - user.show_message(dat, 1) - return - - var/fake_oxy = max(rand(1,40), M.getOxyLoss(), (300 - (M.getToxLoss() + M.getFireLoss() + M.getBruteLoss()))) - var/OX = M.getOxyLoss() > 50 ? "[M.getOxyLoss()]" : M.getOxyLoss() - var/TX = M.getToxLoss() > 50 ? "[M.getToxLoss()]" : M.getToxLoss() - var/BU = M.getFireLoss() > 50 ? "[M.getFireLoss()]" : M.getFireLoss() - var/BR = M.getBruteLoss() > 50 ? "[M.getBruteLoss()]" : M.getBruteLoss() - if(M.status_flags & FAKEDEATH) - OX = fake_oxy > 50 ? "[fake_oxy]" : fake_oxy - dat += "Analyzing Results for [M]:
" - dat += "Overall Status: dead
" - else - dat += "Analyzing Results for [M]:\n\t Overall Status: [M.stat > 1 ? "dead" : "[round((M.health/M.getMaxHealth())*100) ]% healthy"]
" - dat += "\tKey: Suffocation/Toxin/Burns/Brute
" - dat += "\tDamage Specifics: [OX] - [TX] - [BU] - [BR]
" - dat += "Body Temperature: [M.bodytemperature-T0C]°C ([M.bodytemperature*1.8-459.67]°F)

" - //VOREStation edit/addition starts - if(M.timeofdeath && (M.stat == DEAD || (M.status_flags & FAKEDEATH))) - dat += "Time of Death: [worldtime2stationtime(M.timeofdeath)]
" - var/tdelta = round(world.time - M.timeofdeath) - if(tdelta < (DEFIB_TIME_LIMIT * 10)) - dat += "Subject died [DisplayTimeText(tdelta)] ago - resuscitation may be possible!
" - //VOREStation edit/addition ends - if(istype(M, /mob/living/carbon/human) && mode == 1) - var/mob/living/carbon/human/H = M - var/list/damaged = H.get_damaged_organs(1,1) - dat += "Localized Damage, Brute/Burn:
" - if(length(damaged)>0) - for(var/obj/item/organ/external/org in damaged) - if(org.robotic >= ORGAN_ROBOT) - continue - else - dat += " [capitalize(org.name)]: [(org.brute_dam > 0) ? "[org.brute_dam]" : 0]" - dat += "[(org.status & ORGAN_BLEEDING)?"\[Bleeding\]":""] - " - dat += "[(org.burn_dam > 0) ? "[org.burn_dam]" : 0]
" - else - dat += " Limbs are OK.
" - - OX = M.getOxyLoss() > 50 ? "Severe oxygen deprivation detected" : "Subject bloodstream oxygen level normal" - TX = M.getToxLoss() > 50 ? "Dangerous amount of toxins detected" : "Subject bloodstream toxin level minimal" - BU = M.getFireLoss() > 50 ? "Severe burn damage detected" : "Subject burn injury status O.K" - BR = M.getBruteLoss() > 50 ? "Severe anatomical damage detected" : "Subject brute-force injury status O.K" - if(M.status_flags & FAKEDEATH) - OX = fake_oxy > 50 ? "Severe oxygen deprivation detected" : "Subject bloodstream oxygen level normal" - dat += "[OX] | [TX] | [BU] | [BR]
" - if(M.radiation) - if(advscan >= 2 && showadvscan == 1) - var/severity = "" - if(M.radiation >= 1500) - severity = "Lethal" - else if(M.radiation >= 600) - severity = "Critical" - else if(M.radiation >= 400) - severity = "Severe" - else if(M.radiation >= 300) - severity = "Moderate" - else if(M.radiation >= 100) - severity = "Low" - dat += "[severity] levels of acute radiation sickness detected. [round(M.radiation/50)]Gy. [(severity == "Critical" || severity == "Lethal") ? " Immediate treatment advised." : ""]
" - else - dat += "Acute radiation sickness detected.
" - if(M.accumulated_rads) - if(advscan >= 2 && showadvscan == 1) - var/severity = "" - if(M.accumulated_rads >= 1500) - severity = "Critical" - else if(M.accumulated_rads >= 600) - severity = "Severe" - else if(M.accumulated_rads >= 400) - severity = "Moderate" - else if(M.accumulated_rads >= 300) - severity = "Mild" - else if(M.accumulated_rads >= 100) - severity = "Low" - dat += "[severity] levels of chronic radiation sickness detected. [round(M.accumulated_rads/50)]Gy.
" - else - dat += "Chronic radiation sickness detected.
" - if(iscarbon(M)) - var/mob/living/carbon/C = M - if(C.reagents.total_volume) - var/unknown = 0 - var/reagentdata[0] - var/unknownreagents[0] - for(var/datum/reagent/R as anything in C.reagents.reagent_list) - if(R.scannable) - reagentdata["[R.id]"] = "\t[round(C.reagents.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" - else - unknown++ - unknownreagents["[R.id]"] = "\t[round(C.reagents.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" - if(reagentdata.len) - dat += "Beneficial reagents detected in subject's blood:
" - for(var/d in reagentdata) - dat += reagentdata[d] - if(unknown) - if(advscan >= 3 && showadvscan == 1) - dat += "Warning: Non-medical reagent[(unknown>1)?"s":""] detected in subject's blood:
" - for(var/d in unknownreagents) - dat += unknownreagents[d] - else - dat += "Warning: Unknown substance[(unknown>1)?"s":""] detected in subject's blood.
" - if(C.ingested && C.ingested.total_volume) - var/unknown = 0 - var/stomachreagentdata[0] - var/stomachunknownreagents[0] - for(var/datum/reagent/R as anything in C.ingested.reagent_list) - if(R.scannable) - stomachreagentdata["[R.id]"] = "\t[round(C.ingested.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" - if (advscan == 0 || showadvscan == 0) - dat += "[R.name] found in subject's stomach.
" - else - ++unknown - stomachunknownreagents["[R.id]"] = "\t[round(C.ingested.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.volume > R.overdose) ? " - Overdose" : ""]
" - if(advscan >= 1 && showadvscan == 1) - dat += "Beneficial reagents detected in subject's stomach:
" - for(var/d in stomachreagentdata) - dat += stomachreagentdata[d] - if(unknown) - if(advscan >= 3 && showadvscan == 1) - dat += "Warning: Non-medical reagent[(unknown > 1)?"s":""] found in subject's stomach:
" - for(var/d in stomachunknownreagents) - dat += stomachunknownreagents[d] - else - dat += "Unknown substance[(unknown > 1)?"s":""] found in subject's stomach.
" - if(C.touching && C.touching.total_volume) - var/unknown = 0 - var/touchreagentdata[0] - var/touchunknownreagents[0] - for(var/datum/reagent/R as anything in C.touching.reagent_list) - if(R.scannable) - touchreagentdata["[R.id]"] = "\t[round(C.touching.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.can_overdose_touch && R.volume > R.overdose) ? " - Overdose" : ""]
" - if (advscan == 0 || showadvscan == 0) - dat += "[R.name] found in subject's dermis.
" - else - ++unknown - touchunknownreagents["[R.id]"] = "\t[round(C.ingested.get_reagent_amount(R.id), 1)]u [R.name][(R.overdose && R.can_overdose_touch && R.volume > R.overdose) ? " - Overdose" : ""]
" - if(advscan >= 1 && showadvscan == 1) - dat += "Beneficial reagents detected in subject's dermis:
" - for(var/d in touchreagentdata) - dat += touchreagentdata[d] - if(unknown) - if(advscan >= 3 && showadvscan == 1) - dat += "Warning: Non-medical reagent[(unknown > 1)?"s":""] found in subject's dermis:
" - for(var/d in touchunknownreagents) - dat += touchunknownreagents[d] - else - dat += "Unknown substance[(unknown > 1)?"s":""] found in subject's dermis.
" - if(C.virus2.len) - for (var/ID in C.virus2) - if (ID in virusDB) - var/datum/data/record/V = virusDB[ID] - dat += "Warning: Pathogen [V.fields["name"]] detected in subject's blood. Known antigen : [V.fields["antigen"]]
" - else - dat += "Warning: Unknown pathogen detected in subject's blood.
" - if (M.getCloneLoss()) - dat += "Subject appears to have been imperfectly cloned.
" -// if (M.reagents && M.reagents.get_reagent_amount("inaprovaline")) -// user.show_message("Bloodstream Analysis located [M.reagents:get_reagent_amount("inaprovaline")] units of rejuvenation chemicals.") - if (M.has_brain_worms()) - dat += "Subject suffering from aberrant brain activity. Recommend further scanning.
" - else if (M.getBrainLoss() >= 60 || !M.has_brain()) - dat += "Subject is brain dead.
" - else if (M.getBrainLoss() >= 25) - dat += "Severe brain damage detected. Subject likely to have a traumatic brain injury.
" - else if (M.getBrainLoss() >= 10) - dat += "Significant brain damage detected. Subject may have had a concussion.
" - else if (M.getBrainLoss() >= 1 && advscan >= 2 && showadvscan == 1) - dat += "Minor brain damage detected.
" - if(ishuman(M)) - var/mob/living/carbon/human/H = M - for(var/obj/item/organ/internal/appendix/a in H.internal_organs) - var/severity = "" - if(a.inflamed > 3) - severity = "Severe" - else if(a.inflamed > 2) - severity = "Moderate" - else if(a.inflamed >= 1) - severity = "Mild" - if(severity) - dat += "[severity] inflammation detected in subject [a.name].
" - // Infections, fractures, and IB - var/basic_fracture = 0 // If it's a basic scanner - var/basic_ib = 0 // If it's a basic scanner - var/fracture_dat = "" // All the fractures - var/infection_dat = "" // All the infections - var/ib_dat = "" // All the IB - for(var/obj/item/organ/external/e in H.organs) - if(!e) - continue - // Broken limbs - if(e.status & ORGAN_BROKEN) - if((e.name in list(BP_L_ARM, BP_R_ARM, BP_L_LEG, BP_R_LEG, BP_HEAD, BP_TORSO, BP_GROIN)) && (!e.splinted)) - fracture_dat += "Unsecured fracture in subject [e.name]. Splinting recommended for transport.
" - else if(advscan >= 1 && showadvscan == 1) - fracture_dat += "Bone fractures detected in subject [e.name].
" - else - basic_fracture = 1 - // Infections - if(e.has_infected_wound()) - dat += "Infected wound detected in subject [e.name]. Disinfection recommended.
" - // IB - for(var/datum/wound/W in e.wounds) - if(W.internal) - if(advscan >= 1 && showadvscan == 1) - ib_dat += "Internal bleeding detected in subject [e.name].
" - else - basic_ib = 1 - if(basic_fracture) - fracture_dat += "Bone fractures detected. Advanced scanner required for location.
" - if(basic_ib) - ib_dat += "Internal bleeding detected. Advanced scanner required for location.
" - dat += fracture_dat - dat += infection_dat - dat += ib_dat - - // Blood level - if(M:vessel) - var/blood_volume = H.vessel.get_reagent_amount("blood") - var/blood_percent = round((blood_volume / H.species.blood_volume)*100) - var/blood_type = H.dna.b_type - if(blood_volume <= H.species.blood_volume*H.species.blood_level_danger) - dat += "Warning: Blood Level CRITICAL: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" - else if(blood_volume <= H.species.blood_volume*H.species.blood_level_warning) - dat += "Warning: Blood Level VERY LOW: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" - else if(blood_volume <= H.species.blood_volume*H.species.blood_level_safe) - dat += "Warning: Blood Level LOW: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" - else - dat += "Blood Level Normal: [blood_percent]% [blood_volume]cl. Type: [blood_type]
" - dat += "Subject's pulse: [H.get_pulse(GETPULSE_TOOL)] bpm.
" // VORE Edit: Missed a linebreak here. - if(istype(H.species, /datum/species/xenochimera)) // VOREStation Edit Start: Visible feedback for medmains on Xenochimera. - if(H.stat == DEAD && H.revive_ready == REVIVING_READY && !H.hasnutriment()) - dat += "WARNING: Protein levels low. Subject incapable of reconstitution." - else if(H.revive_ready == REVIVING_NOW) - dat += "Subject is undergoing form reconstruction. Estimated time to finish is in: [round((H.revive_finished - world.time) / 10)] seconds." - else if(H.revive_ready == REVIVING_DONE) - dat += "Subject is ready to hatch. Transfer to dark room for holding with food available." - else if(H.stat == DEAD) - dat+= "WARNING: Defib will cause extreme pain and set subject feral. Sedation recommended prior to defibrillation." - else // If they bop them and they're not dead or reviving, give 'em a little notice. - dat += "Subject is a Xenochimera. Treat accordingly." - // VOREStation Edit End - user.show_message(dat, 1) - if(guide) - guide(M, user) - -/obj/item/device/healthanalyzer/verb/toggle_mode() - set name = "Switch Verbosity" - set category = "Object" - - mode = !mode - switch (mode) - if(1) - to_chat(usr, "The scanner now shows specific limb damage.") - if(0) - to_chat(usr, "The scanner no longer shows limb damage.") - -/obj/item/device/healthanalyzer/proc/toggle_adv() - set name = "Toggle Advanced Scan" - set category = "Object" - - showadvscan = !showadvscan - switch (showadvscan) - if(1) - to_chat(usr, "The scanner will now perform an advanced analysis.") - if(0) - to_chat(usr, "The scanner will now perform a basic analysis.") - -/obj/item/device/healthanalyzer/improved //reports bone fractures, IB, quantity of beneficial reagents in stomach; also regular health analyzer stuff - name = "improved health analyzer" - desc = "A miracle of medical technology, this handheld scanner can produce an accurate and specific report of a patient's biosigns." - advscan = 1 - origin_tech = list(TECH_MAGNET = 5, TECH_BIO = 6) - icon_state = "health1" - -/obj/item/device/healthanalyzer/advanced //reports all of the above, as well as radiation severity and minor brain damage - name = "advanced health analyzer" - desc = "An even more advanced handheld health scanner, complete with a full biosign monitor and on-board radiation and neurological analysis suites." - advscan = 2 - origin_tech = list(TECH_MAGNET = 6, TECH_BIO = 7) - icon_state = "health2" - -/obj/item/device/healthanalyzer/phasic //reports all of the above, as well as name and quantity of nonmed reagents in stomach - name = "phasic health analyzer" - desc = "Possibly the most advanced health analyzer to ever have existed, utilising bluespace technology to determine almost everything worth knowing about a patient." - advscan = 3 - origin_tech = list(TECH_MAGNET = 7, TECH_BIO = 8) - icon_state = "health3" - -#undef DEFIB_TIME_LIMIT //VOREStation addition ->>>>>>> 167cb9c2aa... Merge pull request #15109 from Very-Soft/fancyscanner

{nDW` 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