From a47971cdf78aec1f61f4f6f17e75f9eff4e8a747 Mon Sep 17 00:00:00 2001 From: Latency <55075747+Latentish@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:18:20 -0700 Subject: [PATCH 001/143] The ShipCut (#2870) ## About The Pull Request Removes the BYO, the Halftrack, the Masinyane, the PillBottle, the Rube Goldberg, the Shepherd, the Nemo, the Radio_Funny, and the Lugol Aspawns the Lagoon and Junker ## Why It's Good For The Game As Maptainers we came together and said "Yeah". These ships are not up to our standards and will bring up gameplay standards by the lack of their presence. ## Changelog :cl:phoaly del: Removed some old ships tweak: Aspawned the Lagoon and Junker /:cl: --- _maps/configs/independent_byo.json | 27 - _maps/configs/independent_halftrack.json | 31 - _maps/configs/independent_junker.json | 2 +- _maps/configs/independent_lagoon.json | 2 +- _maps/configs/independent_masinyane.json | 30 - _maps/configs/independent_nemo.json | 58 - _maps/configs/independent_pill.json | 24 - _maps/configs/independent_rube_goldberg.json | 41 - _maps/configs/independent_shepherd.json | 35 - _maps/configs/radio.json | 14 - _maps/configs/syndicate_lugol.json | 46 - .../shuttles/independent/independent_byo.dmm | 1062 --- .../independent/independent_halftrack.dmm | 2774 ------ .../independent/independent_masinyane.dmm | 971 -- .../shuttles/independent/independent_nemo.dmm | 4576 ---------- .../independent/independent_pillbottle.dmm | 3920 -------- .../independent/independent_rube_goldberg.dmm | 7625 ---------------- .../independent/independent_shepherd.dmm | 7545 --------------- _maps/shuttles/independent/radio_funny.dmm | 526 -- .../syndicate/syndicate_gec_lugol.dmm | 8089 ----------------- code/datums/holocall.dm | 300 - icons/obj/machines/computer.dmi | Bin 161313 -> 160327 bytes 22 files changed, 2 insertions(+), 37696 deletions(-) delete mode 100644 _maps/configs/independent_byo.json delete mode 100644 _maps/configs/independent_halftrack.json delete mode 100644 _maps/configs/independent_masinyane.json delete mode 100644 _maps/configs/independent_nemo.json delete mode 100644 _maps/configs/independent_pill.json delete mode 100644 _maps/configs/independent_rube_goldberg.json delete mode 100644 _maps/configs/independent_shepherd.json delete mode 100644 _maps/configs/radio.json delete mode 100644 _maps/configs/syndicate_lugol.json delete mode 100644 _maps/shuttles/independent/independent_byo.dmm delete mode 100644 _maps/shuttles/independent/independent_halftrack.dmm delete mode 100644 _maps/shuttles/independent/independent_masinyane.dmm delete mode 100644 _maps/shuttles/independent/independent_nemo.dmm delete mode 100644 _maps/shuttles/independent/independent_pillbottle.dmm delete mode 100644 _maps/shuttles/independent/independent_rube_goldberg.dmm delete mode 100644 _maps/shuttles/independent/independent_shepherd.dmm delete mode 100644 _maps/shuttles/independent/radio_funny.dmm delete mode 100644 _maps/shuttles/syndicate/syndicate_gec_lugol.dmm diff --git a/_maps/configs/independent_byo.json b/_maps/configs/independent_byo.json deleted file mode 100644 index a09aaec0ee68..000000000000 --- a/_maps/configs/independent_byo.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "BYO-class Do-It-Yourself Enthusiast Special", - "map_short_name": "BYO-class", - "map_path": "_maps/shuttles/independent/independent_byo.dmm", - "description": "The BYO can barely be considered a “ship” when initially deployed; more of a construction platform launched hazardously into space. The only thing that separates crews on a BYO from breathable safety and the cold vacuum of space are typically little airtight flaps of plastic. Equipped with a plethora of building material and tools fit for construction, BYO vessels are seen in a variety of shapes and sizes, and almost never with any consistency of form.", - "tags": [ - "Engineering", - "Construction" - ], - "namelists": [ - "ENGINEERING", - "GENERAL" - ], - "prefix": "ISV", - "job_slots": { - "Architect": { - "outfit": "/datum/outfit/job/independent/ce", - "slots": 1 - }, - "Maso-Mechanic": { - "outfit": "/datum/outfit/job/independent/engineer", - "slots": 4 - } - }, - "enabled": false -} diff --git a/_maps/configs/independent_halftrack.json b/_maps/configs/independent_halftrack.json deleted file mode 100644 index 83b5e52d9d48..000000000000 --- a/_maps/configs/independent_halftrack.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Halftrack-class Merchant Vessel", - "prefix": "ISV", - "namelists": [ - "MERCANTILE", - "WEAPONS" - ], - "map_short_name": "Halftrack-Class", - "description": "A rare sight in the Frontier (but a welcome one), the Halftrack-class is a heavily retrofitted variant of the Li Tieguai-class Rescue Ship, used as a mobile firearms shop by enterprising arms dealers everywhere. While initial variants of the vessel were more obviously just the Li Tieguai with the medical fixtures stripped out and replaced with gun racks and ammunition lockers, the modern iteration of the Halftrack comes complete with a firing range, an Inteq-certified security compliment and a centralized sales floor perfect for showing off the wares while keeping them safe at the same time.", - "tags": [ - "Combat", - "Cargo" - ], - "map_path": "_maps/shuttles/independent/independent_halftrack.dmm", - "job_slots": { - "Captain": { - "outfit": "/datum/outfit/job/independent/captain", - "slots": 1 - }, - "IRMG Vanguard": { - "outfit": "/datum/outfit/job/inteq/captain", - "officer": true, - "slots": 1 - }, - "IRMG Enforcer": { - "outfit": "/datum/outfit/job/inteq/security", - "slots": 2 - } - } -} diff --git a/_maps/configs/independent_junker.json b/_maps/configs/independent_junker.json index c0ecc8067ba6..bd7807a02bb4 100644 --- a/_maps/configs/independent_junker.json +++ b/_maps/configs/independent_junker.json @@ -20,5 +20,5 @@ "slots": 4 } }, - "enabled": true + "enabled": false } diff --git a/_maps/configs/independent_lagoon.json b/_maps/configs/independent_lagoon.json index 7c733956ac1e..017850eef555 100644 --- a/_maps/configs/independent_lagoon.json +++ b/_maps/configs/independent_lagoon.json @@ -64,5 +64,5 @@ "slots": 10 } }, - "enabled": true + "enabled": false } diff --git a/_maps/configs/independent_masinyane.json b/_maps/configs/independent_masinyane.json deleted file mode 100644 index b9ea7215f4dc..000000000000 --- a/_maps/configs/independent_masinyane.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Masinyane-class Personal Shuttle", - "map_short_name": "Masinyane-class", - "description": "The Masinyane is the sports car of space, with the price tag to match. Staggeringly fast and equipped with top of the line gear, Masinyanes are generally found in the hands of lone pilots with far more money than sense. The Masinyane was only ever produced in very limited numbers, and a series of fraud investigations involving a complex web of production contractors and shell companies have effectively put a halt to any further production. As such, they are exceedingly rare even in the core worlds – on the Frontier, they are practically non-existent.", - "tags": [ - "Generalist" - ], - "prefix": "SV", - "namelists": [ - "MYTHOLOGICAL", - "NATURAL" - ], - "map_path": "_maps/shuttles/independent/independent_masinyane.dmm", - "job_slots": { - "Private Ship Owner": { - "outfit": "/datum/outfit/job/independent/captain/masinyane", - "officer": true, - "slots": 1 - }, - "Ship Engineer": { - "outfit": "/datum/outfit/job/independent/engineer", - "slots": 1 - }, - "Crewmate": { - "outfit": "/datum/outfit/job/independent/assistant/fancy", - "slots": 1 - } - } -} diff --git a/_maps/configs/independent_nemo.json b/_maps/configs/independent_nemo.json deleted file mode 100644 index c77883168b5e..000000000000 --- a/_maps/configs/independent_nemo.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Nemo-class Fauna Research Vessel", - "prefix": "ISV", - "namelists": [ - "NATURAL", - "NATURAL_AGGRESSIVE", - "SPACE" - ], - "map_short_name": "Nemo-class", - "description": "The Nemo-Class is an eccentric collector’s dream vessel, perfectly suited to all the journalists, antiquarians and kooks of the Frontier. Featuring a comfortable study, a full robotics workshop (perfectly suited to building yourself some assistants!) and a host of esoteric weapons suitable for hunting creatures to mount above your fireplace. Other highlights include a compact-yet-functional medical bay, a reasonably well-designed engineering bay and a large array of mining equipment.", - "tags": [ - "Engineering", - "Mining", - "Robotics" - ], - "starting_funds": 500, - "map_path": "_maps/shuttles/independent/independent_nemo.dmm", - "job_slots": { - "Research Director": { - "outfit": "/datum/outfit/job/independent/rd", - "slots": 1 - }, - "Fauna Researcher": { - "outfit": "/datum/outfit/job/independent/scientist", - "slots": 1 - }, - "Fauna Retrieval Specialist": { - "outfit": "/datum/outfit/job/independent/miner/scientist", - "slots": 1 - }, - "Excavator": { - "outfit": "/datum/outfit/job/independent/miner", - "slots": 1 - }, - "Mech Pilot": { - "outfit": "/datum/outfit/job/independent/roboticist", - "slots": 1 - }, - "Ship Engineer": { - "outfit": "/datum/outfit/job/independent/engineer", - "slots": 1 - }, - "Atmospheric Technician": { - "outfit": "/datum/outfit/job/independent/atmos", - "slots": 1 - }, - "Curator": { - "outfit": "/datum/outfit/job/independent/curator", - "slots": 1 - }, - "Assistant": { - "outfit": "/datum/outfit/job/independent/assistant", - "slots": 1 - } - }, - "enabled": false -} diff --git a/_maps/configs/independent_pill.json b/_maps/configs/independent_pill.json deleted file mode 100644 index 42c2a4943f3c..000000000000 --- a/_maps/configs/independent_pill.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Pillbottle-class Locust Transport", - "prefix": null, - "namelists": [ - "PILLS", - "PIRATES" - ], - "map_short_name": "Pillbottle-class", - "description": "The “Pillbottle,” as a class, should not rightfully exist. Tell-tale signs indicate that these ships originated as bulk carriers and tugs, but they have since been haphazardly converted into a carrier of sorts for a wing of Pill-class escape pods. As with the Pills, Pillbottles are crewed entirely by escaped prisoners, and as a rule, they operate in a state of complete anarchy. The only consistent aspect of Pillbottle crews is their inconsistency, but the realities of prison life tend to make the worst out of anyone.", - "tags": [ - "Specialist" - ], - "map_path": "_maps/shuttles/independent/independent_pillbottle.dmm", - "limit":1, - "starting_funds": 0, - "job_slots": { - "Prisoner": { - "outfit": "/datum/outfit/job/prisoner", - "slots": 10 - } - }, - "enabled": false -} diff --git a/_maps/configs/independent_rube_goldberg.json b/_maps/configs/independent_rube_goldberg.json deleted file mode 100644 index 74adc118c512..000000000000 --- a/_maps/configs/independent_rube_goldberg.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "prefix": "ISV", - "namelists": [ - "GENERAL", - "ENGINEERING" - ], - "map_name": "Rube Goldberg-class Engineering Project", - "map_short_name": "Rube Goldberg-class", - "description": "The Rube Goldberg-class Engineering Project is an experience, and a monument to insanity. Featuring a powerful supermatter engine in combination with an Escher-esque structural layout, complicated pipe and wire network, and utter disregard for basic safety procedures and common sense, this ship is a disaster waiting to happen.", - "tags": ["Engineering", "Construction"], - "map_path": "_maps/shuttles/independent/independent_rube_goldberg.dmm", - "limit": 1, - "job_slots": { - "Chief at Engineering": { - "outfit": "/datum/outfit/job/independent/ce", - "officer": true, - "slots": 1 - }, - "Chief at Boozineering": { - "outfit": "/datum/outfit/job/independent/bartender", - "slots": 1 - }, - "Engineering Specialist": { - "outfit": "/datum/outfit/job/independent/engineer", - "slots": 2 - }, - "Atmospheric Specialist": { - "outfit": "/datum/outfit/job/independent/atmos", - "slots": 2 - }, - "Medical Specialist": { - "outfit": "/datum/outfit/job/independent/doctor", - "slots": 1 - }, - "Mining Specialist": { - "outfit": "/datum/outfit/job/independent/miner", - "slots": 2 - } - } -} diff --git a/_maps/configs/independent_shepherd.json b/_maps/configs/independent_shepherd.json deleted file mode 100644 index 05b27bdd5e1b..000000000000 --- a/_maps/configs/independent_shepherd.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Shepherd-class Space Monastery", - "map_short_name": "Shepherd-class", - "description": "Best suited to the vast array of the galaxy’s pilgrims, proselytizers and prophets, the Shephard-class is, in essence, a massive mobile monastery. With a great grassy grove dominating the center of the ship, a torturously tempered temple and a brutalist, yet bountiful botany set-up, the Shepherd is well suited to a large crew eager to preach, purify and pull in new followers.", - "tags": [ - "RP Focus", - "Botany", - "Service" - ], - "map_path": "_maps/shuttles/independent/independent_shepherd.dmm", - "prefix": "SV", - "namelists": [ - "MYTHOLOGICAL" - ], - "job_slots": { - "Chaplain": { - "outfit": "/datum/outfit/job/independent/chaplain", - "slots": 1 - }, - "Curator": { - "outfit": "/datum/outfit/job/independent/curator", - "slots": 1 - }, - "Station Engineer": { - "outfit": "/datum/outfit/job/independent/engineer", - "slots": 1 - }, - "Acolyte": { - "outfit": "/datum/outfit/job/independent/assistant", - "slots": 6 - } - }, - "enabled": true -} diff --git a/_maps/configs/radio.json b/_maps/configs/radio.json deleted file mode 100644 index 55bc4549dc5b..000000000000 --- a/_maps/configs/radio.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json", - "map_name": "Radio Broadcasting Ship", - "map_short_name": "Radio-class", - "map_path": "_maps/shuttles/independent/radio_funny.dmm", - "description": "Whether through divine intervention or hellish creation by the hands of sapient-kind, reports of this “ship” plague some sectors more than others. The Radio Broadcasting Ship is an anomalous thing in its own right. It is a “ship” equipped with nothing but radios and reality warping engines. There exist many reports of this vessel being totally destroyed and showing back up in a sector just hours later. The only thing you can do about these vessels is pray the pilot doesn’t have bad taste.", - "tags": ["Specialist"], - "job_slots": { - "Assistant": { - "outfit": "/datum/outfit/job/assistant", - "slots": 6 - } - } -} diff --git a/_maps/configs/syndicate_lugol.json b/_maps/configs/syndicate_lugol.json deleted file mode 100644 index 673d9be16ff5..000000000000 --- a/_maps/configs/syndicate_lugol.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "map_name": "Lugol-class GEC Engineering Project", - "prefix": "XSV", - "map_short_name": "Lugol-class", - "description": "The Lugol is effectively an enormous Galactic Engineers Concordat research barge, used as a test bed for refinements to power systems, new technologies, and so on. As it offers freedom from the usual constraints of working aboard vessels belonging to other Syndicate factions, Lugols are especially popular among the GEC’s more radical members. Accordingly, they have a reputation for either accomplishing the impossible or generating the equivalent of a new star when they inevitably melt down. Lugols are generally only found on the Frontier, where the collateral damage from potential accidents can be kept to a minimum and secrecy, when needed, can be better maintained.", - "tags": [ - "Engineering", - "Construction" - ], - "namelists": [ - "ENGINEERING", - "GEC", - "SPACE" - ], - "map_path": "_maps/shuttles/syndicate/syndicate_gec_lugol.dmm", - "map_id": "gec_lugol", - "limit": 1, - "job_slots": { - "Project Overseer": { - "outfit": "/datum/outfit/job/syndicate/ce/gec", - "slots": 1, - "officer": true - }, - "GEC Engineering": { - "outfit": "/datum/outfit/job/syndicate/engineer/gec", - "slots": 3 - }, - "GEC Atmospherics": { - "outfit": "/datum/outfit/job/syndicate/atmos/gec", - "slots": 3 - }, - "Beverage Specialist": { - "outfit": "/datum/outfit/job/syndicate/bartender", - "slots": 1 - }, - "GEC Miner": { - "outfit": "/datum/outfit/job/syndicate/miner/gec", - "slots": 1 - }, - "GEC Apprentice": { - "outfit": "/datum/outfit/job/syndicate/assistant/gec", - "slots": 2 - } - }, -"enabled": false -} diff --git a/_maps/shuttles/independent/independent_byo.dmm b/_maps/shuttles/independent/independent_byo.dmm deleted file mode 100644 index e7aed1945ea5..000000000000 --- a/_maps/shuttles/independent/independent_byo.dmm +++ /dev/null @@ -1,1062 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"az" = ( -/turf/closed/wall, -/area/ship/external) -"aO" = ( -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating/airless, -/area/ship/construction) -"ci" = ( -/obj/item/stock_parts/cell/high, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 10; - pixel_y = -20 - }, -/turf/open/floor/plating, -/area/ship/construction) -"ck" = ( -/obj/structure/closet/crate/engineering{ - name = "Engineering Equipment Crate" - }, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/stack/tape/industrial, -/obj/item/stack/tape/industrial, -/obj/item/stack/tape/industrial/pro, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding, -/obj/item/clothing/glasses/welding, -/obj/item/storage/bag/construction, -/obj/item/storage/bag/construction, -/obj/item/storage/bag/construction, -/obj/item/storage/bag/construction, -/turf/open/floor/plating/airless, -/area/ship/construction) -"dz" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"ev" = ( -/obj/structure/plasticflaps, -/turf/open/floor/plating/airless, -/area/ship/construction) -"eQ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating/airless, -/area/ship/construction) -"fF" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"gL" = ( -/obj/item/floor_painter{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/decal_painter, -/obj/item/airlock_painter{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/closet/crate, -/turf/open/floor/plating/airless, -/area/ship/construction) -"hS" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"iE" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/obj/structure/closet/crate/engineering{ - name = "Engine parts" - }, -/obj/item/circuitboard/machine/shuttle/smes, -/obj/item/circuitboard/machine/shuttle/smes, -/obj/item/circuitboard/machine/shuttle/smes, -/obj/item/circuitboard/machine/shuttle/smes, -/obj/item/circuitboard/machine/shuttle/engine/electric, -/obj/item/circuitboard/machine/shuttle/engine/electric, -/obj/item/circuitboard/machine/shuttle/engine/electric, -/obj/item/circuitboard/machine/shuttle/engine/electric, -/obj/item/circuitboard/machine/shuttle/heater, -/obj/item/circuitboard/machine/shuttle/heater, -/obj/item/circuitboard/machine/shuttle/heater, -/obj/item/circuitboard/machine/shuttle/heater, -/obj/item/circuitboard/machine/shuttle/engine/plasma, -/obj/item/circuitboard/machine/shuttle/engine/plasma, -/obj/item/circuitboard/machine/shuttle/engine/plasma, -/obj/item/circuitboard/machine/shuttle/engine/plasma, -/obj/item/areaeditor/shuttle, -/turf/open/floor/plating/airless, -/area/ship/construction) -"jj" = ( -/obj/structure/closet/crate/solarpanel_small, -/turf/open/floor/plating/airless, -/area/ship/construction) -"ke" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"kh" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/obj/structure/tank_dispenser/plasma, -/turf/open/floor/plating/airless, -/area/ship/construction) -"mJ" = ( -/obj/effect/turf_decal/box/corners, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plating/airless, -/area/ship/construction) -"nq" = ( -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/ship/construction) -"nv" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"nx" = ( -/obj/docking_port/mobile{ - callTime = 250; - can_move_docking_ports = 1; - dir = 2; - launch_status = 0; - port_direction = 8; - preferred_direction = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"of" = ( -/obj/structure/railing, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"pi" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning/corner, -/turf/open/floor/plating/airless, -/area/ship/construction) -"qM" = ( -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"rj" = ( -/obj/structure/railing{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"rS" = ( -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/ship/construction) -"uq" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/computer/cryopod/directional/west, -/turf/open/floor/plating, -/area/ship/construction) -"uC" = ( -/obj/structure/railing, -/obj/effect/turf_decal/industrial/warning/corner, -/turf/open/floor/plating/airless, -/area/ship/construction) -"vo" = ( -/obj/item/stack/tile/carpet/royalblack/fifty, -/obj/item/stack/tile/carpet/royalblue/fifty, -/obj/item/stack/tile/carpet/purple/fifty, -/obj/item/stack/tile/carpet/red/fifty, -/obj/item/stack/tile/carpet/orange/fifty, -/obj/item/stack/tile/carpet/green/fifty, -/obj/item/stack/tile/carpet/fifty, -/obj/item/stack/tile/carpet/cyan/fifty, -/obj/item/stack/tile/carpet/blue/fifty, -/obj/item/stack/tile/carpet/black/fifty, -/obj/item/stack/sheet/mineral/wood/fifty, -/obj/item/stack/sheet/mineral/wood/fifty, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/obj/structure/closet/crate/large{ - name = "wood and carpeting crate" - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"vs" = ( -/obj/item/toy/crayon/spraycan/infinite{ - name = "stencil tool" - }, -/obj/effect/landmark/observer_start, -/turf/open/floor/plating, -/area/ship/construction) -"vt" = ( -/obj/item/tank/internals/oxygen/yellow, -/obj/item/tank/internals/oxygen/yellow, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/engineer, -/obj/item/clothing/suit/space/engineer, -/obj/item/clothing/head/helmet/space/light/engineer, -/obj/item/clothing/head/helmet/space/light/engineer, -/obj/structure/closet/crate/internals{ - name = "EVA Suit Crate" - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"vK" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating/airless, -/area/ship/construction) -"wd" = ( -/obj/structure/railing{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"yQ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/box/corners, -/turf/open/floor/plating/airless, -/area/ship/construction) -"zu" = ( -/obj/structure/lattice/catwalk, -/turf/template_noop, -/area/ship/external) -"AS" = ( -/obj/effect/turf_decal/box/corners, -/obj/structure/closet/crate/engineering{ - name = "tools crate" - }, -/obj/item/pipe_dispenser, -/obj/item/construction/rcd, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/item/multitool, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo/large, -/obj/item/construction/rcd, -/turf/open/floor/plating/airless, -/area/ship/construction) -"BL" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Ct" = ( -/obj/structure/closet/crate/engineering{ - name = "autolathe crate" - }, -/obj/item/storage/box/stockparts/basic, -/obj/item/storage/box/stockparts/basic, -/obj/item/circuitboard/machine/autolathe, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Ds" = ( -/obj/item/stack/rods/fifty{ - pixel_x = 8 - }, -/obj/item/stack/rods/fifty{ - pixel_x = -8 - }, -/obj/item/stack/rods/fifty, -/obj/structure/closet/crate/large{ - name = "rebar crate" - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Fj" = ( -/turf/closed/wall, -/area/ship/construction) -"FI" = ( -/obj/structure/closet/crate{ - name = "Communications Equipment Crate" - }, -/obj/item/wallframe/intercom/wideband, -/obj/item/circuitboard/machine/holopad, -/obj/item/circuitboard/computer/cargo/express, -/obj/item/spacecash/bundle/loadsamoney, -/obj/item/spacecash/bundle/loadsamoney, -/obj/item/spacecash/bundle/loadsamoney, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Gb" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"GN" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"HK" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/box/corners{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"HP" = ( -/obj/effect/turf_decal/box/corners{ - dir = 1 - }, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/item/stack/sheet/mineral/titanium/fifty{ - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/item/stack/sheet/mineral/titanium/fifty{ - pixel_x = 5; - pixel_y = -2 - }, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/item/stack/sheet/mineral/titanium/fifty{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = -5; - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/titanium/fifty{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/structure/closet/crate/large{ - name = "sheet metal crate" - }, -/obj/item/stack/sheet/plasteel/fifty, -/turf/open/floor/plating/airless, -/area/ship/construction) -"JY" = ( -/obj/structure/closet/crate/engineering/electrical{ - name = "electrical crate" - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/storage/toolbox/electrical{ - pixel_x = -6; - pixel_y = -6 - }, -/obj/item/stack/tape/industrial/electrical, -/obj/item/clothing/gloves/color/yellow, -/obj/item/multitool, -/obj/item/rcl/pre_loaded, -/obj/item/stack/cable_coil/red, -/obj/item/stack/cable_coil/red, -/obj/item/stack/cable_coil/red, -/obj/item/stack/cable_coil/yellow, -/obj/item/stack/cable_coil/yellow, -/obj/item/stack/cable_coil/yellow, -/obj/item/circuitboard/machine/smes, -/obj/item/circuitboard/machine/cell_charger, -/obj/item/stock_parts/cell/high/empty, -/obj/item/stock_parts/cell/high/empty, -/obj/item/stock_parts/cell/high/empty, -/obj/item/stock_parts/cell/high/empty, -/obj/item/stock_parts/cell/high/empty, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Kq" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/structure/closet/crate{ - name = "Mining Equipment" - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Ld" = ( -/obj/structure/frame/computer, -/obj/item/circuitboard/computer/shuttle/helm, -/turf/open/floor/plating/airless, -/area/ship/construction) -"LK" = ( -/obj/item/tank/internals/oxygen/yellow, -/obj/item/tank/internals/oxygen/yellow, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/suit/space/engineer, -/obj/item/clothing/suit/space/engineer, -/obj/item/clothing/head/helmet/space/light/engineer, -/obj/item/clothing/head/helmet/space/light/engineer, -/obj/structure/closet/crate/internals{ - name = "EVA Suit Crate" - }, -/turf/open/floor/plating, -/area/ship/construction) -"MA" = ( -/turf/open/floor/plating/airless, -/area/ship/construction) -"MO" = ( -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plating/airless, -/area/ship/construction) -"ND" = ( -/obj/structure/lattice, -/turf/template_noop, -/area/ship/external) -"Pd" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Qj" = ( -/obj/structure/closet/crate/large{ - name = "glass crate" - }, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = -5; - pixel_y = -5 - }, -/obj/item/stack/sheet/titaniumglass{ - amount = 50; - pixel_x = 5; - pixel_y = -5 - }, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/plastic/twenty, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Qz" = ( -/obj/structure/girder, -/turf/open/floor/plating/airless, -/area/ship/construction) -"RZ" = ( -/obj/machinery/power/apc/auto_name/directional/east{ - cell_type = /obj/item/stock_parts/cell/high/plus - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"SA" = ( -/turf/template_noop, -/area/template_noop) -"SK" = ( -/obj/item/circuitboard/machine/medical_kiosk, -/obj/item/circuitboard/machine/sleeper, -/obj/item/circuitboard/computer/operating, -/obj/item/circuitboard/computer/med_data, -/obj/item/circuitboard/machine/microwave, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/closet/crate/science{ - name = "technology crate" - }, -/obj/item/stack/circuit_stack/full, -/obj/item/stack/circuit_stack/full, -/obj/item/circuitboard/machine/ore_redemption, -/obj/item/circuitboard/machine/shieldwallgen/atmos, -/obj/item/circuitboard/machine/shieldwallgen/atmos, -/obj/item/circuitboard/machine/circuit_imprinter/department, -/obj/item/circuitboard/machine/rdserver, -/obj/item/circuitboard/computer/rdconsole, -/obj/item/research_notes/loot/genius, -/turf/open/floor/plating/airless, -/area/ship/construction) -"SN" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/east{ - cell_type = /obj/item/stock_parts/cell/high/plus - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Tc" = ( -/obj/structure/railing/corner, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Tp" = ( -/obj/item/reagent_containers/food/snacks/canned/beans{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/canned/beans{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/snacks/canned/beans{ - pixel_x = -2 - }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 5 - }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 1; - pixel_y = -3 - }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 8; - pixel_y = -3 - }, -/obj/structure/closet/crate{ - name = "food crate" - }, -/obj/item/storage/cans/sixbeer, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/turf/open/floor/plating/airless, -/area/ship/construction) -"Vu" = ( -/obj/effect/turf_decal/box/corners{ - dir = 8 - }, -/obj/machinery/power/port_gen/pacman, -/obj/item/stack/sheet/mineral/plasma/five, -/obj/structure/closet/crate/engineering/electrical{ - name = "portable generator crate" - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"VH" = ( -/obj/structure/railing{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/ship/construction) -"XT" = ( -/obj/item/storage/firstaid/fire{ - pixel_y = 10 - }, -/obj/structure/bedsheetbin, -/turf/open/floor/plating, -/area/ship/construction) - -(1,1,1) = {" -SA -SA -SA -SA -SA -SA -zu -zu -zu -SA -SA -SA -SA -SA -SA -"} -(2,1,1) = {" -SA -ND -ND -ND -ND -ND -ND -zu -ND -ND -ND -ND -ND -RZ -SA -"} -(3,1,1) = {" -SA -ND -SA -SA -SA -SA -ND -zu -ND -SA -SA -SA -SA -az -SA -"} -(4,1,1) = {" -SA -ND -SA -SA -SA -SA -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(5,1,1) = {" -SA -ND -SA -SA -SA -SA -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(6,1,1) = {" -SA -ND -SA -SA -ND -ND -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(7,1,1) = {" -SA -ND -SA -SA -zu -zu -zu -zu -ND -SA -SA -SA -SA -ND -SA -"} -(8,1,1) = {" -SA -rj -Pd -fF -nv -SN -Pd -qM -ND -SA -SA -SA -SA -ND -SA -"} -(9,1,1) = {" -SA -ke -Tp -Fj -Fj -Fj -Ld -nq -ND -SA -SA -SA -SA -ND -SA -"} -(10,1,1) = {" -SA -gL -HP -Fj -uq -Fj -Vu -nq -ND -SA -SA -SA -SA -ND -SA -"} -(11,1,1) = {" -SA -SK -Qj -Fj -rS -Fj -jj -nq -ND -SA -SA -SA -SA -ND -SA -"} -(12,1,1) = {" -SA -Kq -Ds -Fj -XT -Fj -JY -nq -ND -SA -SA -SA -SA -ND -SA -"} -(13,1,1) = {" -Qz -vK -vo -Fj -ci -Fj -AS -uC -zu -ND -ND -ND -ND -ND -zu -"} -(14,1,1) = {" -nx -dz -MA -ev -vs -ev -MA -MO -zu -zu -zu -zu -zu -zu -zu -"} -(15,1,1) = {" -Qz -Gb -kh -Fj -LK -Fj -iE -of -zu -ND -ND -ND -ND -ND -zu -"} -(16,1,1) = {" -SA -ke -vt -Fj -Fj -Fj -Ct -nq -ND -SA -SA -SA -SA -ND -SA -"} -(17,1,1) = {" -SA -ke -aO -eQ -FI -ck -mJ -nq -ND -SA -SA -SA -SA -ND -SA -"} -(18,1,1) = {" -SA -ke -MA -HK -MA -yQ -Tc -wd -ND -SA -SA -SA -SA -ND -SA -"} -(19,1,1) = {" -SA -VH -BL -pi -GN -hS -wd -ND -ND -SA -SA -SA -SA -ND -SA -"} -(20,1,1) = {" -SA -ND -SA -zu -zu -zu -zu -zu -ND -SA -SA -SA -SA -ND -SA -"} -(21,1,1) = {" -SA -ND -SA -SA -ND -SA -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(22,1,1) = {" -SA -ND -SA -SA -SA -SA -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(23,1,1) = {" -SA -ND -SA -SA -SA -SA -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(24,1,1) = {" -SA -ND -SA -SA -SA -SA -ND -zu -ND -SA -SA -SA -SA -ND -SA -"} -(25,1,1) = {" -SA -ND -ND -ND -ND -ND -ND -zu -ND -ND -ND -ND -ND -ND -SA -"} -(26,1,1) = {" -SA -SA -SA -SA -SA -SA -zu -zu -zu -SA -SA -SA -SA -SA -SA -"} diff --git a/_maps/shuttles/independent/independent_halftrack.dmm b/_maps/shuttles/independent/independent_halftrack.dmm deleted file mode 100644 index 1363fefa1857..000000000000 --- a/_maps/shuttles/independent/independent_halftrack.dmm +++ /dev/null @@ -1,2774 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aL" = ( -/obj/machinery/power/smes/engineering{ - charge = 1e+006 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/industrial/hatch/yellow, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"aR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door"; - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/crew) -"aT" = ( -/obj/item/radio/intercom/directional/south, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/obj/machinery/door/window/westleft, -/turf/open/floor/plasteel/tech, -/area/ship/security/range) -"bu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/window/eastleft, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"bX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/bridge) -"ck" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/automatic/combat, -/obj/item/gun/ballistic/shotgun/automatic/combat, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"cs" = ( -/obj/machinery/light/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"cD" = ( -/obj/effect/turf_decal/trimline/opaque/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"cI" = ( -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"cX" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"dH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"dI" = ( -/obj/structure/frame/computer, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"dR" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"ed" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/turf_decal/trimline/opaque/red/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"el" = ( -/obj/machinery/cryopod{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 9 - }, -/obj/machinery/computer/cryopod/directional/south, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/crew) -"eG" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/opaque/red/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"eJ" = ( -/obj/machinery/holopad/emergency/command, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"eM" = ( -/obj/machinery/door/window/brigdoor/southright, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/closet/secure_closet/wall{ - dir = 8; - icon_state = "sec_wall"; - name = "clothing locker"; - pixel_x = 28; - req_access_txt = "5" - }, -/obj/item/clothing/head/helmet/sec, -/obj/item/clothing/head/helmet/sec, -/obj/item/clothing/head/helmet/sec, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/clothing/suit/armor/vest/alt, -/obj/item/clothing/suit/armor/vest/alt, -/obj/item/clothing/suit/armor/vest/alt, -/turf/open/floor/plasteel/dark, -/area/ship/crew) -"fa" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"fe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"fn" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/firealarm/directional/west, -/obj/structure/closet/crate/secure/weapon, -/obj/item/ammo_box/a12g, -/obj/item/ammo_box/a12g, -/obj/item/ammo_box/a12g, -/obj/item/ammo_box/a12g, -/obj/item/ammo_box/a12g, -/obj/item/ammo_box/a12g/beanbag, -/obj/item/ammo_box/a12g/beanbag, -/obj/item/ammo_box/a12g/beanbag, -/obj/item/ammo_box/a12g/beanbag, -/obj/item/ammo_box/a12g/beanbag, -/obj/effect/turf_decal/box/red, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"fp" = ( -/turf/closed/wall/r_wall, -/area/ship/maintenance/port) -"fT" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/gun/ballistic/shotgun/bulldog/unrestricted, -/obj/item/gun/ballistic/shotgun/bulldog/unrestricted, -/obj/item/gun/ballistic/automatic/hmg/l6_saw, -/obj/item/gun/ballistic/automatic/hmg/l6_saw, -/obj/item/ammo_box/magazine/m12g/slug, -/obj/item/ammo_box/magazine/m12g/slug, -/obj/item/ammo_box/magazine/m12g/slug, -/obj/item/ammo_box/magazine/m12g/slug, -/obj/item/ammo_box/magazine/mm712x82, -/obj/item/ammo_box/magazine/mm712x82, -/obj/item/ammo_box/magazine/mm712x82, -/obj/item/ammo_box/magazine/mm712x82, -/obj/effect/turf_decal/box/red, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"go" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"gL" = ( -/turf/closed/wall/r_wall, -/area/ship/hallway/aft) -"gO" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor/shutters{ - id = "traumalobby"; - name = "Lobby" - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"hq" = ( -/obj/item/target/clown, -/obj/effect/turf_decal/box/red, -/obj/structure/training_machine, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/security/range) -"hv" = ( -/obj/machinery/light/directional/south, -/obj/item/target/syndicate, -/obj/effect/turf_decal/box/red, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/security/range) -"hF" = ( -/obj/structure/table/reinforced, -/obj/machinery/fax/indie, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"hH" = ( -/obj/machinery/computer/helm, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"hT" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/trimline/opaque/red/filled/line{ - dir = 8 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 11; - pixel_y = -16 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"ie" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Store Entrance" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"ir" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"iA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"iJ" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/hardsuit/swat/captain, -/obj/machinery/suit_storage_unit/inherit, -/turf/open/floor/plasteel/tech/grid, -/area/ship/storage) -"iP" = ( -/obj/machinery/power/smes/engineering{ - charge = 1e+006 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"iW" = ( -/obj/effect/landmark/start/security_officer, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"jx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/window/westleft, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/opaque/red/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"kB" = ( -/obj/structure/sign/poster/contraband/peacemaker, -/turf/closed/wall/r_wall, -/area/ship/crew) -"kC" = ( -/obj/machinery/door/window/brigdoor/southleft, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/item/gun/ballistic/automatic/smg/vector{ - spawnwithmagazine = 0 - }, -/obj/item/ammo_box/magazine/smgm9mm/rubber, -/obj/item/ammo_box/magazine/smgm9mm/rubber, -/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, -/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/structure/closet/secure_closet/wall{ - dir = 4; - icon_state = "sec_wall"; - name = "firearms locker"; - pixel_x = -28; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew) -"kH" = ( -/obj/item/radio/intercom/directional/east, -/obj/machinery/power/terminal, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"kR" = ( -/obj/machinery/computer/crew, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"lb" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/stairs/right, -/area/ship/hallway/fore) -"lj" = ( -/obj/structure/closet/crate/secure/weapon, -/obj/item/ammo_box/magazine/co9mm, -/obj/item/ammo_box/magazine/co9mm, -/obj/item/ammo_box/magazine/co9mm, -/obj/item/ammo_box/magazine/co9mm, -/obj/item/ammo_box/magazine/co9mm, -/obj/item/ammo_box/magazine/co9mm/rubber, -/obj/item/ammo_box/magazine/co9mm/rubber, -/obj/item/ammo_box/magazine/co9mm/rubber, -/obj/item/ammo_box/magazine/co9mm/rubber, -/obj/item/ammo_box/magazine/co9mm/rubber, -/obj/effect/turf_decal/box/red, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"lF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"lH" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"lY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Crew Quarters" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"mw" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - dir = 4; - name = "Port Engines" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"mG" = ( -/obj/effect/turf_decal/trimline/opaque/red/filled/line{ - dir = 8 - }, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"mO" = ( -/obj/machinery/computer/med_data, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"mP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/security) -"mQ" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"nl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/closet/emcloset/wall{ - dir = 4; - pixel_x = -28 - }, -/obj/effect/turf_decal/number/five{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"nm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"np" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"nu" = ( -/turf/closed/wall/r_wall, -/area/ship/bridge) -"nw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"oH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"oQ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft, -/obj/machinery/button/door{ - id = "lobbydoors"; - name = "Lobby Door Control"; - normaldoorcontrol = 1; - pixel_x = -13; - pixel_y = 7; - dir = 1 - }, -/obj/machinery/button/door{ - id = "traumalobby"; - name = "Lobby Shutter Control"; - pixel_x = -13; - pixel_y = -1; - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/industrial/hatch/red, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"oS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/rack, -/obj/item/gun/ballistic/automatic/pistol/commander, -/obj/item/gun/ballistic/automatic/pistol/commander, -/obj/item/gun/ballistic/automatic/pistol/commander, -/obj/item/gun/ballistic/automatic/pistol/commander, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"oX" = ( -/obj/structure/window/reinforced, -/obj/machinery/door/firedoor/border_only, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/hardsuit/security/independent/inteq, -/obj/machinery/suit_storage_unit/inherit, -/turf/open/floor/plasteel/tech/grid, -/area/ship/storage) -"pa" = ( -/obj/structure/sign/poster/contraband/peacemaker, -/turf/closed/wall/r_wall, -/area/ship/hallway/aft) -"pK" = ( -/obj/structure/table/reinforced, -/obj/item/folder/blue, -/obj/item/pen/fourcolor, -/obj/item/stamp/captain{ - pixel_x = -7; - pixel_y = -1 - }, -/obj/machinery/button/door{ - id = "traumawindows"; - name = "Window Shutters"; - pixel_x = 5; - pixel_y = 7 - }, -/obj/machinery/button/door{ - id = "traumalobby"; - name = "Lobby Shutter Control"; - pixel_x = -5; - pixel_y = 7 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"qc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"qd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"qQ" = ( -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"ru" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"rM" = ( -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = 11; - pixel_y = -16 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"se" = ( -/obj/item/clothing/suit/armor/vest/alt, -/obj/item/clothing/suit/armor/vest/alt, -/obj/item/clothing/suit/armor/vest/alt, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/item/flashlight/seclite, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/airalarm/directional/north, -/obj/item/clothing/head/helmet/sec, -/obj/item/clothing/head/helmet/sec, -/obj/item/clothing/head/helmet/sec, -/obj/structure/closet/secure_closet/wall{ - dir = 8; - icon_state = "sec_wall"; - name = "armor locker"; - pixel_x = 28; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew) -"sq" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"su" = ( -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"sz" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"sH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"sM" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"tq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"tE" = ( -/obj/item/kirbyplants/random, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"tO" = ( -/obj/machinery/airalarm/directional/south, -/obj/structure/closet/secure_closet/security, -/obj/item/clothing/head/beret/sec/inteq, -/obj/item/clothing/head/beret/sec/inteq, -/obj/item/clothing/under/syndicate/inteq, -/obj/item/clothing/under/syndicate/inteq, -/obj/item/clothing/under/syndicate/inteq/skirt, -/obj/item/clothing/under/syndicate/inteq/skirt, -/obj/item/clothing/suit/hooded/wintercoat/security/inteq, -/obj/item/clothing/suit/hooded/wintercoat/security/inteq, -/obj/item/clothing/head/soft/inteq, -/obj/item/clothing/head/soft/inteq, -/obj/item/clothing/head/helmet/inteq, -/obj/item/clothing/head/helmet/inteq, -/obj/item/storage/belt/security/webbing/inteq, -/obj/item/storage/belt/security/webbing/inteq, -/obj/item/storage/backpack/messenger/inteq, -/obj/item/storage/backpack/messenger/inteq, -/obj/item/clothing/glasses/hud/security/sunglasses/inteq, -/obj/item/clothing/glasses/hud/security/sunglasses/inteq, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"tT" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"tW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"uk" = ( -/obj/machinery/modular_computer/console/preset/command{ - dir = 4 - }, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"uo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"uq" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/item/paper_bin, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/industrial/hatch/red, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"ur" = ( -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"uE" = ( -/obj/machinery/light/directional/south, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"uW" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"ve" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/computer/med_data/laptop{ - dir = 1 - }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/industrial/hatch/red, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"vj" = ( -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"vn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"vr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/light_switch{ - pixel_y = 21; - pixel_x = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"vG" = ( -/obj/machinery/light/directional/north, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/hellfire, -/obj/item/gun/ballistic/shotgun/hellfire, -/obj/item/gun/ballistic/shotgun/hellfire, -/obj/item/gun/ballistic/shotgun/hellfire, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"vT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/item/storage/toolbox/electrical, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"wD" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1; - name = "Helm" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"wG" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 1; - name = "Medical" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"wQ" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"xa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"yi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/number/zero{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"zg" = ( -/obj/machinery/light/directional/north, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"zo" = ( -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"zt" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"zR" = ( -/obj/item/gun/ballistic/automatic/smg/vector{ - spawnwithmagazine = 0 - }, -/obj/item/ammo_box/magazine/smgm9mm/rubber, -/obj/item/ammo_box/magazine/smgm9mm/rubber, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, -/obj/item/gun/ballistic/automatic/pistol/commander/no_mag, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/ap; - name = "Commander magazine (AP 9mm)" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/structure/closet/secure_closet/wall{ - dir = 4; - icon_state = "sec_wall"; - name = "firearms locker"; - pixel_x = -28; - req_access_txt = "5" - }, -/obj/item/ammo_box/magazine/co9mm{ - ammo_type = /obj/item/ammo_casing/c9mm/rubber; - name = "Commander magazine (Rubbershot 9mm)" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/crew) -"zS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"zT" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/obj/effect/turf_decal/industrial/hatch/yellow, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Aj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"BK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"BN" = ( -/obj/docking_port/stationary{ - width = 30; - height = 15; - dwidth = 15; - dir = 2 - }, -/turf/template_noop, -/area/template_noop) -"CX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Dj" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Dy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/bed/dogbed{ - anchored = 1; - desc = "A comfy-looking... snake bed? There's bits of shed scales stuck in the bedding..."; - name = "snake bed" - }, -/mob/living/simple_animal/hostile/retaliate/poison/snake{ - desc = "The CMO's pet snake. The question of what species it actually belongs to is a mystery for the ages."; - name = "\proper Magnum" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"DH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/rack, -/obj/item/gun/energy/laser/scatter, -/obj/item/gun/energy/laser/scatter, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"DU" = ( -/obj/structure/closet/crate/secure/weapon, -/obj/item/gun/energy/ionrifle/carbine, -/obj/item/melee/baton/loaded, -/obj/item/melee/baton/loaded, -/obj/item/melee/baton/loaded, -/obj/item/melee/baton/loaded, -/obj/item/melee/transforming/energy/sword/saber, -/obj/item/kitchen/knife/combat, -/obj/item/kitchen/knife/combat, -/obj/effect/turf_decal/box/red, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Ev" = ( -/turf/closed/wall/r_wall, -/area/ship/crew) -"EA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/photocopier, -/obj/machinery/light_switch{ - pixel_y = 21; - pixel_x = 8 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"EW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small/directional/north, -/obj/machinery/light_switch{ - pixel_y = 21; - pixel_x = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Fx" = ( -/obj/structure/sign/poster/contraband/c20r, -/turf/closed/wall/r_wall, -/area/ship/hallway/aft) -"FA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"FE" = ( -/obj/machinery/firealarm/directional/east, -/obj/structure/rack, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"Gm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Go" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Gs" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 - }, -/obj/effect/turf_decal/industrial/hatch/yellow, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"GP" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - dir = 4; - name = "Starboard Engines" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Hk" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/tech, -/area/ship/security/range) -"Hl" = ( -/obj/machinery/light/directional/north, -/obj/item/target, -/obj/effect/turf_decal/box/red, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/security/range) -"Hq" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/northleft, -/obj/machinery/power/terminal, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Hr" = ( -/obj/structure/bed, -/obj/structure/curtain/bounty, -/obj/item/bedsheet/captain, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"HF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"HP" = ( -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"HU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"IE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/closet/firecloset/wall{ - dir = 8; - pixel_x = 28 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"IG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"Ja" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"Je" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/yellow, -/obj/item/wrench/crescent, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Jn" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"JA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door"; - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/hallway/aft) -"Kh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Ki" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"Ko" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/highsecurity{ - name = "Suit Storage" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"Kv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"KD" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/northright, -/obj/machinery/power/terminal, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"KR" = ( -/obj/machinery/airalarm/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/light_switch{ - pixel_x = 11; - dir = 1; - pixel_y = -16 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/armory) -"Lh" = ( -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/machinery/atmospherics/components/binary/pump/on/layer2, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Ll" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"Ln" = ( -/obj/item/target/alien, -/obj/effect/turf_decal/box/red, -/obj/structure/training_machine, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/security/range) -"Lt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Lu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/opaque/red/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"LM" = ( -/obj/structure/closet/secure_closet/security, -/obj/item/gun/ballistic/automatic/pistol/deagle, -/obj/item/gun/ballistic/automatic/pistol/deagle, -/obj/item/gun/ballistic/automatic/assault/skm, -/obj/item/gun/ballistic/automatic/assault/skm, -/obj/item/ammo_box/magazine/skm_762_40, -/obj/item/ammo_box/magazine/skm_762_40, -/obj/item/ammo_box/magazine/skm_762_40, -/obj/item/ammo_box/magazine/skm_762_40, -/obj/item/ammo_box/magazine/m50, -/obj/item/ammo_box/magazine/m50, -/obj/item/ammo_box/magazine/m50, -/obj/item/ammo_box/magazine/m50, -/obj/effect/turf_decal/box/red, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -20; - pixel_y = 12 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Mm" = ( -/obj/structure/sign/poster/contraband/stechkin, -/turf/closed/wall/r_wall, -/area/ship/hallway/aft) -"MN" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/industrial/hatch/yellow, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"MP" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/industrial/hatch/yellow, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"MW" = ( -/obj/structure/table, -/obj/machinery/light/small/directional/south, -/obj/item/radio/intercom/directional/south, -/obj/machinery/cell_charger, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"MY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"Nq" = ( -/obj/effect/landmark/start/head_of_security, -/obj/item/clothing/suit/armor/hos/inteq, -/obj/item/clothing/head/beret/sec/hos/inteq, -/obj/item/storage/backpack/messenger/inteq, -/obj/item/storage/belt/security/webbing/inteq, -/obj/item/clothing/glasses/hud/security/sunglasses/inteq, -/obj/structure/closet/secure_closet/wall{ - dir = 1; - icon_state = "solgov_wall"; - name = "head of security's closet"; - pixel_y = -28; - req_access_txt = "40" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"Ny" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/northleft, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"ND" = ( -/obj/item/ammo_box/magazine/toy/pistol, -/obj/item/ammo_box/magazine/toy/pistol, -/obj/item/ammo_box/magazine/toy/pistol, -/obj/structure/closet/wall/red{ - dir = 8; - pixel_x = 28; - name = "foam gun cabinet" - }, -/obj/item/gun/ballistic/automatic/toy/pistol/unrestricted, -/obj/item/gun/ballistic/automatic/hmg/l6_saw/toy/unrestricted, -/obj/item/ammo_box/magazine/toy/m762, -/obj/item/ammo_box/magazine/toy/m762, -/obj/item/ammo_box/magazine/toy/m762, -/obj/item/gun/ballistic/automatic/smg/c20r/toy/unrestricted, -/obj/item/ammo_box/magazine/toy/smg, -/obj/item/ammo_box/magazine/toy/smg, -/obj/item/ammo_box/magazine/toy/smg, -/obj/item/ammo_box/foambox, -/obj/item/ammo_box/foambox, -/obj/item/gun/ballistic/shotgun/toy/unrestricted, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"Ob" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/window/northright, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"OK" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"Po" = ( -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door"; - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/security/armory) -"Pr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm/directional/west, -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 8 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"Ps" = ( -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/machinery/atmospherics/components/binary/pump/on/layer2, -/obj/effect/turf_decal/number/two{ - dir = 4 - }, -/obj/effect/turf_decal/no, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"PG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/tech, -/area/ship/security/range) -"PH" = ( -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/crew) -"PL" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/plating, -/area/ship/external) -"Qe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"Qp" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light/directional/west, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) -"Qq" = ( -/turf/closed/wall/r_wall, -/area/ship/security/armory) -"QP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"QU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_y = 12; - pixel_x = -20 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"QY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/airalarm/directional/east, -/obj/machinery/power/terminal, -/obj/structure/cable, -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Rh" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - dir = 4; - name = "Port Engines" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/aft) -"Rs" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"RW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"Sa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"Sc" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"Sy" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"SH" = ( -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"SI" = ( -/obj/structure/bed, -/obj/structure/curtain/bounty, -/obj/item/bedsheet/hos, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"SP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/airalarm/directional/north, -/obj/machinery/light_switch{ - dir = 4; - pixel_y = 12; - pixel_x = -20 - }, -/turf/open/floor/plasteel/dark, -/area/ship/storage) -"SR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"Tj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"Tq" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"Tt" = ( -/obj/machinery/light/directional/north, -/obj/structure/filingcabinet/medical, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"Tx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"TI" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"TR" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"Uc" = ( -/turf/closed/wall/r_wall, -/area/ship/security/range) -"Ug" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"UC" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/opaque/orange/filled/line{ - dir = 4 - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"UG" = ( -/turf/template_noop, -/area/template_noop) -"UJ" = ( -/obj/structure/closet/secure_closet/wall{ - dir = 1; - icon_state = "solgov_wall"; - name = "captain's closet"; - pixel_y = -28; - req_access_txt = "20" - }, -/obj/effect/landmark/start/captain, -/obj/item/gun/energy/laser/captain, -/obj/item/card/id/captains_spare, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"UO" = ( -/turf/closed/wall/r_wall, -/area/ship/maintenance/starboard) -"UR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"UX" = ( -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/docking_port/mobile{ - launch_status = 0; - dir = 2 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"Vq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Store Entrance" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/aft) -"Vs" = ( -/obj/item/radio/intercom/wideband/directional/south, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/button/door{ - dir = 1; - id = "htb"; - name = "Door Bolt"; - normaldoorcontrol = 1; - pixel_x = -15; - pixel_y = -22; - specialfunctions = 4 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"Vu" = ( -/turf/open/floor/plasteel/dark, -/area/ship/security) -"VM" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"VU" = ( -/obj/effect/turf_decal/trimline/opaque/red/filled/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"Wc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/command{ - name = "Bridge"; - id_tag = "htb" - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"Wd" = ( -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 4; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"Wm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{ - dir = 8; - name = "warningr" - }, -/turf/open/floor/plasteel/mono/dark, -/area/ship/hallway/fore) -"Xb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Xh" = ( -/turf/closed/wall/r_wall, -/area/ship/storage) -"Xj" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - dir = 4; - name = "Starboard Engines" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/aft) -"Xs" = ( -/obj/item/radio/intercom/directional/south, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"XW" = ( -/obj/structure/bed, -/obj/structure/curtain/bounty, -/obj/item/bedsheet/black, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"Yb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/trimline/opaque/red/filled/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"Yk" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 5 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew) -"Yn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "traumawindows"; - name = "Window Blast Door" - }, -/turf/open/floor/plating, -/area/ship/bridge) -"Yo" = ( -/obj/effect/turf_decal/trimline/opaque/red/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/security/range) -"Yv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/ship/security) -"YI" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/obj/machinery/firealarm/directional/east, -/obj/structure/sign/poster/contraband/c20r{ - pixel_y = 32 - }, -/turf/open/floor/carpet/nanoweave, -/area/ship/bridge) -"YK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/plasteel/stairs/left, -/area/ship/hallway/fore) -"YM" = ( -/turf/closed/wall/r_wall, -/area/ship/security) -"ZN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/red/filled/line{ - dir = 4 - }, -/obj/machinery/door/window/eastleft, -/turf/open/floor/plasteel/tech, -/area/ship/security) -"ZO" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/light/directional/east, -/turf/open/floor/carpet/nanoweave/beige, -/area/ship/hallway/aft) - -(1,1,1) = {" -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -fp -fp -fp -fp -fp -fp -fp -UG -UG -UG -"} -(2,1,1) = {" -UG -UG -UG -UG -UG -UG -Uc -Uc -Uc -Uc -Uc -UG -UG -UG -UG -UG -UG -fp -fp -MP -Je -aL -fe -Kh -Ny -Jn -UG -UG -"} -(3,1,1) = {" -UG -UG -UG -UG -UG -UG -Uc -Hl -Ln -hv -Uc -Uc -UG -UG -UG -UG -UG -fp -zT -Lh -vT -IE -CX -Gm -KD -dR -Jn -UG -"} -(4,1,1) = {" -UG -UG -UG -UG -UG -Uc -Uc -mG -cD -VU -hq -Uc -YM -UG -UG -UG -UG -fp -fp -fp -fp -fp -mw -fp -fp -fp -fp -UG -"} -(5,1,1) = {" -UG -UG -nu -nu -nu -Xh -Xh -zo -SR -Yb -hT -Uc -YM -YM -YM -UG -UG -UG -UG -UG -fp -fp -vr -fp -UG -UG -UG -UG -"} -(6,1,1) = {" -UG -nu -nu -Hr -nu -SP -iJ -Yo -ed -Lu -eG -Uc -fT -LM -YM -mP -YM -YM -UG -UG -PL -cX -sH -fp -fp -UG -UG -UG -"} -(7,1,1) = {" -nu -nu -uk -UJ -nu -Qe -oX -Hk -Hk -PG -aT -Uc -Vu -Sa -DU -lj -fn -YM -gL -JA -gL -gL -Rh -Fx -pa -gL -gL -UG -"} -(8,1,1) = {" -bX -hH -wD -Xs -nu -qd -oX -ND -zo -HU -SH -Uc -Sy -uo -Vu -HF -cs -YM -Tt -HP -ve -tE -go -Ja -Ja -Qp -gL -UG -"} -(9,1,1) = {" -bX -dI -Tj -Vs -nu -Ko -Xh -Uc -iA -bu -OK -Uc -ZN -Go -zS -Yv -zt -YM -EA -Tq -oQ -ur -nw -xa -ur -ur -gO -UG -"} -(10,1,1) = {" -UX -hF -pK -eJ -Wc -Ll -Pr -BK -Aj -sM -Aj -vn -Aj -Rs -ru -Wm -Aj -YK -RW -dH -uq -ur -go -ur -ur -ur -gO -BN -"} -(11,1,1) = {" -bX -kR -Dy -MY -Yn -cI -Kv -FA -UC -Ug -cI -sz -Wd -qQ -QP -Wd -Wd -lb -nm -sq -Vq -oH -lH -IG -ur -ur -gO -UG -"} -(12,1,1) = {" -bX -mO -wG -rM -nu -Ev -Ev -Ev -Ev -lY -Ev -Ev -vG -jx -mQ -lF -uE -Qq -zg -HP -ie -vj -go -tT -uW -ZO -gL -UG -"} -(13,1,1) = {" -nu -nu -YI -Nq -nu -zR -kC -Ki -QU -UR -tO -Ev -wQ -tW -DH -oS -ck -Qq -gL -JA -gL -gL -Xj -Mm -gL -gL -gL -UG -"} -(14,1,1) = {" -UG -nu -nu -SI -nu -se -eM -su -qc -TR -MW -Ev -FE -KR -Qq -Po -Qq -Qq -UG -UG -UG -UO -Lt -UO -UO -UG -UG -UG -"} -(15,1,1) = {" -UG -UG -nu -nu -nu -Ev -Ev -TI -su -Sc -fa -Ev -Qq -Qq -Qq -UG -UG -UG -UG -UG -UO -UO -EW -UO -UG -UG -UG -UG -"} -(16,1,1) = {" -UG -UG -UG -UG -UG -Ev -Ev -XW -np -tq -Yk -kB -Qq -UG -UG -UG -UG -UO -UO -UO -UO -UO -GP -UO -UO -UO -UO -UG -"} -(17,1,1) = {" -UG -UG -UG -UG -UG -UG -PH -XW -iW -el -Ev -Ev -UG -UG -UG -UG -UG -UO -Gs -Ps -yi -nl -Xb -ir -Hq -VM -Dj -UG -"} -(18,1,1) = {" -UG -UG -UG -UG -UG -UG -Ev -Ev -aR -Ev -Ev -UG -UG -UG -UG -UG -UG -UO -UO -MN -kH -iP -Tx -QY -Ob -Dj -UG -UG -"} -(19,1,1) = {" -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UG -UO -UO -UO -UO -UO -UO -UO -UG -UG -UG -"} diff --git a/_maps/shuttles/independent/independent_masinyane.dmm b/_maps/shuttles/independent/independent_masinyane.dmm deleted file mode 100644 index 08e5a614a51a..000000000000 --- a/_maps/shuttles/independent/independent_masinyane.dmm +++ /dev/null @@ -1,971 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ao" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"aC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/isf_small/right{ - dir = 4 - }, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 20; - pixel_y = 11 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"cu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/holopad/emergency/command, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"cN" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/computer/cryopod/directional/west, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"dJ" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"ej" = ( -/obj/machinery/atmospherics/pipe/simple/purple{ - dir = 10 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/ship/engineering) -"em" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple{ - dir = 6 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"hc" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/button/door{ - color = "#ddcc00"; - dir = 8; - id = "masi_engi"; - name = "engine emergency shielding"; - pixel_x = 25 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"ic" = ( -/obj/machinery/autolathe, -/turf/open/floor/plating, -/area/ship/engineering) -"ie" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2, -/obj/machinery/button/door{ - color = "#ddcc00"; - dir = 8; - id = "masi_engi"; - name = "engine emergency shielding"; - pixel_x = 25 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"if" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"ip" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/effect/landmark/observer_start, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"ix" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/external/glass{ - name = "Internal Airlock" - }, -/turf/open/floor/plating, -/area/ship/engineering) -"jo" = ( -/obj/machinery/computer/helm{ - dir = 8 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"ju" = ( -/obj/docking_port/mobile{ - dir = 2; - launch_status = 0; - port_direction = 8 - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/hatch{ - name = "External Maintenance Hatch" - }, -/turf/open/floor/plating, -/area/ship/engineering) -"jG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/light/small/directional/north, -/obj/effect/turf_decal/number/three{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"ks" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/firealarm/directional/east, -/obj/effect/turf_decal/isf_small/left{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"kO" = ( -/obj/structure/fans/tiny{ - pixel_y = -10 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 1; - layer = 2.09 - }, -/obj/machinery/button/door{ - dir = 8; - id = "masinyane_blastdoors"; - pixel_x = 23 - }, -/obj/machinery/door/poddoor{ - id = "masinyane_blastdoors"; - name = "Masinyane Entrance Doors" - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"kS" = ( -/turf/open/floor/plating, -/area/ship/engineering) -"kY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/green{ - dir = 6 - }, -/obj/effect/turf_decal/number/zero{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"mw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/green{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/obj/effect/turf_decal/number/five{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"mG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/number/zero{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"qu" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/grunge{ - name = "Cockpit" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"qK" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ship/bridge) -"sn" = ( -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"sx" = ( -/turf/template_noop, -/area/template_noop) -"tx" = ( -/obj/machinery/atmospherics/components/unary/passive_vent{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning/full, -/turf/open/floor/plating, -/area/ship/engineering) -"uf" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 4; - id = "masi_engi"; - name = "Emergency Engine Shielding" - }, -/turf/open/floor/plating, -/area/ship/engineering) -"up" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"ve" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"vC" = ( -/obj/structure/cable, -/obj/machinery/power/port_gen/pacman/mrs{ - anchored = 1 - }, -/obj/effect/turf_decal/trimline/opaque/white/filled/warning{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"yn" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/airlock/external/glass{ - name = "Internal Airlock" - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"zg" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plating, -/area/ship/engineering) -"zI" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Bq" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor{ - dir = 4; - id = "masinyane_windowshield"; - name = "Cockpit Emergency Blast Door" - }, -/turf/open/floor/plating, -/area/ship/bridge) -"Ce" = ( -/obj/machinery/power/smes/engineering, -/obj/machinery/light/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/trimline/opaque/white/filled/warning{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Cu" = ( -/obj/machinery/door/window/northright, -/obj/machinery/mineral/ore_redemption, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plating, -/area/ship/bridge) -"Cy" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/button/door{ - color = "#ddcc00"; - id = "masi_engi"; - name = "engine emergency shielding"; - pixel_x = 5; - pixel_y = 32 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"EK" = ( -/obj/machinery/atmospherics/pipe/simple/purple{ - dir = 9 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"EN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/isf_small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Fr" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/item/radio/intercom/wideband/directional/north, -/obj/machinery/button/door{ - id = "masinyane_windowshield"; - name = "shutters"; - pixel_x = 25; - pixel_y = 21 - }, -/obj/item/radio/intercom/directional/north{ - pixel_y = 44 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"Ga" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/hatch{ - name = "Thruster Maintenance"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Iu" = ( -/obj/structure/fans/tiny{ - pixel_y = -10 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - layer = 2.09 - }, -/obj/machinery/button/door{ - dir = 4; - id = "masinyane_blastdoors"; - pixel_x = -23 - }, -/obj/machinery/door/poddoor{ - id = "masinyane_blastdoors"; - name = "Masinyane Entrance Doors" - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"Iw" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"IQ" = ( -/obj/structure/extinguisher_cabinet/directional/north, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"KV" = ( -/obj/item/areaeditor/shuttle, -/obj/item/pipe_dispenser, -/obj/item/clothing/gloves/color/yellow, -/obj/item/gps{ - gpstag = "MasinyaneVessel" - }, -/obj/item/storage/firstaid/regular, -/obj/structure/closet/wall/blue{ - dir = 4; - name = "Equipment closet"; - pixel_x = -30 - }, -/obj/item/inducer/sci{ - cell_type = /obj/item/stock_parts/cell/high - }, -/obj/item/circuitboard/machine/cell_charger, -/obj/item/circuitboard/machine/chem_dispenser/drinks, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"LT" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Md" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor{ - id = "masinyane_windowshield"; - name = "Cockpit Emergency Blast Door" - }, -/turf/open/floor/plating, -/area/ship/bridge) -"Mj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/machinery/door/airlock/external/glass{ - name = "Internal Airlock" - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Ng" = ( -/obj/machinery/atmospherics/pipe/simple/purple{ - dir = 4 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"Oy" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/item/storage/secure/safe{ - pixel_x = 33; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Pn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/purple{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/number/three{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"PB" = ( -/obj/machinery/button/door{ - color = "#ddcc00"; - dir = 4; - id = "masi_engi"; - name = "engine emergency shielding"; - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"QR" = ( -/obj/structure/rack, -/obj/item/t_scanner/adv_mining_scanner/lesser, -/obj/item/t_scanner/adv_mining_scanner/lesser, -/obj/item/t_scanner/adv_mining_scanner/lesser, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/pickaxe/drill, -/obj/item/gun/energy/plasmacutter, -/obj/item/gun/energy/plasmacutter, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"Rt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/table/glass, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Sm" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/closet/crate{ - color = "#ffcc00"; - name = "spare fuel crate" - }, -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/item/stack/sheet/mineral/uranium/twenty, -/obj/effect/turf_decal/number/five{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"St" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"SR" = ( -/obj/machinery/door/window/westright, -/obj/structure/window, -/obj/structure/rack, -/obj/item/clothing/suit/space/hardsuit/mining/independent{ - pixel_x = 4; - pixel_y = -4 - }, -/obj/item/clothing/suit/space/hardsuit/mining/independent, -/obj/item/clothing/suit/space/hardsuit/mining/independent{ - pixel_x = -4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Tq" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_y = 10; - pixel_x = -20 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"TB" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/shuttle/engine/electric/premium{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Wi" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"Wn" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/bridge) -"Xc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Xe" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/bridge) -"Xq" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/ship/bridge) -"XT" = ( -/obj/structure/cable, -/obj/machinery/power/port_gen/pacman/super{ - anchored = 1 - }, -/obj/effect/turf_decal/trimline/opaque/white/filled/warning{ - dir = 1 - }, -/obj/machinery/airalarm/directional/east{ - name = "air filtration controller" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Yl" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/purple, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Zc" = ( -/obj/structure/cable, -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/effect/turf_decal/trimline/opaque/white/filled/warning{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"ZU" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2, -/obj/machinery/firealarm/directional/east, -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/obj/item/reagent_containers/food/snacks/burrito, -/turf/open/floor/plating, -/area/ship/engineering) - -(1,1,1) = {" -dJ -sx -sx -sx -sx -sx -sx -sx -sx -sx -sx -sx -dJ -"} -(2,1,1) = {" -dJ -TB -TB -TB -tx -sx -sx -sx -dJ -TB -TB -TB -dJ -"} -(3,1,1) = {" -dJ -uf -uf -uf -Ng -TB -TB -TB -dJ -uf -uf -uf -dJ -"} -(4,1,1) = {" -dJ -em -Yl -Yl -EK -uf -uf -uf -dJ -ve -ve -ve -dJ -"} -(5,1,1) = {" -ju -Pn -kY -mw -if -Cy -St -zg -dJ -jG -mG -Sm -dJ -"} -(6,1,1) = {" -dJ -ej -ZU -ie -Mj -aC -EN -ks -ix -hc -kS -ic -dJ -"} -(7,1,1) = {" -dJ -dJ -dJ -dJ -dJ -dJ -Ga -Wn -Wn -Wn -Wn -Wn -Wn -"} -(8,1,1) = {" -Xq -Iu -Wi -sn -yn -Xc -ip -Tq -PB -qu -KV -cN -Md -"} -(9,1,1) = {" -qK -kO -up -sn -Cu -ao -cu -zI -Zc -Wn -Fr -Xe -Md -"} -(10,1,1) = {" -Wn -Wn -Iw -QR -Wn -IQ -Rt -LT -vC -Wn -jo -Bq -Md -"} -(11,1,1) = {" -sx -Wn -Wn -Wn -Wn -SR -Ce -Oy -XT -Wn -Bq -Md -sx -"} -(12,1,1) = {" -sx -sx -sx -sx -Wn -Wn -Wn -Wn -Wn -Wn -sx -sx -sx -"} diff --git a/_maps/shuttles/independent/independent_nemo.dmm b/_maps/shuttles/independent/independent_nemo.dmm deleted file mode 100644 index 1ffde7c6d45b..000000000000 --- a/_maps/shuttles/independent/independent_nemo.dmm +++ /dev/null @@ -1,4576 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/medical) -"ah" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"ai" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"ak" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/hallway/central) -"ap" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "nemoblast" - }, -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - id = "nemo_cargo"; - locked = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"ax" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"aC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/kfp_small/left{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"aF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen) -"aH" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank{ - id_tag = "nemo_o2_sensor" - }, -/obj/structure/window/plasma/reinforced/spawner/north, -/turf/open/floor/engine/o2, -/area/ship/engineering/atmospherics) -"aN" = ( -/obj/structure/curtain/bounty, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/siding/purple/corner, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"aP" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/closet/radiation, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"bi" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 2 - }, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = -28; - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5{ - dir = 5 - }, -/obj/machinery/computer/atmos_control/incinerator{ - dir = 4; - sensors = list("nemo_incinerator_sensor"="Incinerator Chamber") - }, -/obj/effect/turf_decal/trimline/opaque/blue/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"bj" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"bk" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5{ - dir = 9 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"bx" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"bI" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen) -"bK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Starboard Maintenance" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"bT" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"cc" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/cargo) -"cf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/siding/yellow/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"ch" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"cj" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"cq" = ( -/obj/machinery/light/directional/east, -/obj/structure/window/reinforced/tinted/frosted, -/turf/open/floor/plasteel/white, -/area/ship/crew/dorm) -"cX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"de" = ( -/obj/machinery/door/window/westleft{ - dir = 2 - }, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/ship/crew/dorm) -"di" = ( -/obj/machinery/airalarm/directional/north, -/obj/machinery/suit_storage_unit/mining, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"dt" = ( -/obj/structure/displaycase/trophy, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"dw" = ( -/obj/machinery/computer/helm{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"dD" = ( -/obj/machinery/air_sensor/atmos/incinerator_tank{ - id_tag = "nemo_incinerator_sensor" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"dG" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/science) -"dJ" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/structure/curtain/bounty, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"dN" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/library) -"dS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"dV" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"dX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"dY" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/bridge) -"ea" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/north, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/sign/poster/official/moth/piping{ - pixel_y = 32 - }, -/obj/effect/turf_decal/trimline/opaque/red/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"ei" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"el" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"em" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"es" = ( -/obj/structure/dresser, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"eD" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"eS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"eT" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Bridge" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"fl" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/crew/canteen) -"fm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"fu" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/item/stack/sheet/mineral/wood{ - amount = 10 - }, -/obj/structure/closet/crate, -/obj/item/storage/box/monkeycubes, -/obj/effect/turf_decal/siding/brown{ - dir = 5 - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"fA" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "nemoblast" - }, -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - dir = 1; - id = "nemo_cargo"; - locked = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"fY" = ( -/obj/structure/curtain/bounty, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"gk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/siding/brown/corner, -/obj/effect/turf_decal/siding/brown/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"gl" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/effect/turf_decal/atmos/oxygen, -/obj/structure/window/plasma/reinforced/spawner/north, -/turf/open/floor/engine/o2, -/area/ship/engineering/atmospherics) -"gp" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/machinery/door/window/eastleft, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"gx" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"gI" = ( -/obj/machinery/light/directional/north, -/obj/machinery/firealarm/directional/north, -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/fishfingers, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"gO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"hf" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"hi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/siding/yellow, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"hu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"hC" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"hF" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/hallway/central) -"id" = ( -/obj/machinery/door/airlock/engineering, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/yellow/corner, -/obj/effect/turf_decal/siding/yellow/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/electrical) -"ie" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 8 - }, -/obj/structure/frame/machine, -/obj/item/paper{ - default_raw_text = "Missing protolathe. Lost in transit." - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"ih" = ( -/obj/structure/window/plasma/reinforced/spawner, -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input, -/turf/open/floor/engine/o2, -/area/ship/engineering/atmospherics) -"ij" = ( -/obj/machinery/button/door{ - id = "nemoblast"; - pixel_y = 25 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/button/shieldwallgen{ - id = "nemo_cargo"; - pixel_x = -10; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"iv" = ( -/obj/machinery/firealarm/directional/east, -/obj/machinery/recharge_station, -/obj/item/mmi/posibrain, -/turf/open/floor/circuit, -/area/ship/science) -"iz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"iA" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/obj/machinery/computer/atmos_alert{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"iF" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/power/generator{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"iJ" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ship/science) -"iP" = ( -/obj/structure/table/wood, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/item/storage/backpack/magspear_quiver, -/obj/item/pneumatic_cannon/speargun, -/turf/open/floor/wood, -/area/ship/crew/library) -"iR" = ( -/obj/structure/chair/office, -/obj/effect/turf_decal/siding/brown, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"iZ" = ( -/obj/machinery/light/directional/west, -/obj/structure/rack, -/obj/item/hatchet/wooden, -/obj/item/hatchet/wooden, -/obj/item/kitchen/knife/hunting, -/obj/item/kitchen/knife/hunting, -/turf/open/floor/pod, -/area/ship/hallway/central) -"jg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"jj" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_y = 7 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"ju" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"jG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"jI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"jM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/machinery/computer/helm/viewscreen/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen) -"jR" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/item/poster/random_contraband, -/obj/effect/turf_decal/number/zero{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = 22; - pixel_y = -12; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"jT" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"kd" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/siding/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"kf" = ( -/obj/machinery/door/airlock/external/glass, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/pod, -/area/ship/hallway/central) -"kh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"ki" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen) -"kq" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/maintenance/port) -"kv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/external) -"kJ" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering/atmospherics) -"kW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"lr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"lu" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/maintenance/port) -"lv" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Oxygen to Chamber" - }, -/obj/effect/turf_decal/trimline/opaque/blue/arrow_cw, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"lx" = ( -/obj/machinery/light/directional/north, -/obj/machinery/suit_storage_unit/mining, -/obj/effect/turf_decal/siding/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"ly" = ( -/obj/structure/window/plasma/reinforced/spawner, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output, -/turf/open/floor/engine/o2, -/area/ship/engineering/atmospherics) -"lz" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"lF" = ( -/obj/effect/turf_decal/siding/blue/corner, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"lG" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/science) -"lM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/blue/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"lT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump/on/layer4{ - dir = 8; - name = "Waste to Environment" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"ma" = ( -/obj/structure/table/wood, -/obj/machinery/light/directional/north, -/obj/machinery/computer/bookmanagement, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/wood, -/area/ship/crew/library) -"mg" = ( -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/siding/blue{ - dir = 5 - }, -/obj/structure/table/glass, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"mk" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/obj/structure/closet/crate, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"mx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"mG" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/fishfry, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -5; - pixel_y = 10 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 11 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"mH" = ( -/obj/effect/turf_decal/siding/yellow, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"mO" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Hallway" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"mS" = ( -/obj/structure/window/plasma/reinforced/spawner/east, -/obj/machinery/air_sensor/atmos/toxin_tank{ - id_tag = "nemo_tox_sensor" - }, -/obj/structure/window/plasma/reinforced/spawner, -/turf/open/floor/engine/plasma, -/area/ship/engineering/atmospherics) -"nb" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/suit_storage_unit/atmos, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"ns" = ( -/obj/machinery/bookbinder, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"nv" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/effect/turf_decal/atmos/nitrogen, -/obj/structure/window/plasma/reinforced/spawner/north, -/turf/open/floor/engine/n2, -/area/ship/engineering/atmospherics) -"nz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"nH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"nJ" = ( -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/item/radio/intercom/wideband/directional/west, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"nZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"oo" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/light_switch{ - pixel_x = 22; - pixel_y = -12; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"oA" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/opaque/blue/line, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"oP" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"pi" = ( -/obj/machinery/atmospherics/components/binary/circulator/cold{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"pq" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/science) -"px" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Science Lab" - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple/corner, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"pR" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/turf/open/floor/wood, -/area/ship/crew/library) -"pS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/siding/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"pW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"pX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer2, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"ql" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/trimline/opaque/red/line, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"qp" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"qt" = ( -/obj/machinery/light/directional/south, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/kfp_small/right{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"qz" = ( -/obj/machinery/firealarm/directional/south, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"qE" = ( -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -2 - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"qG" = ( -/obj/machinery/light/directional/north, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/lighter, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"qN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"rh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner, -/turf/open/floor/plasteel/dark, -/area/ship/crew/library) -"rv" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"rO" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/carpet/black, -/area/ship/crew/library) -"se" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on, -/turf/open/floor/plating, -/area/ship/external) -"sE" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/quiver, -/obj/item/gun/ballistic/bow, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/item/clothing/suit/hooded/cloak/goliath/polar, -/obj/machinery/computer/helm/viewscreen/directional/east, -/turf/open/floor/wood, -/area/ship/crew/library) -"tb" = ( -/turf/template_noop, -/area/template_noop) -"tf" = ( -/obj/machinery/libraryscanner, -/turf/open/floor/wood, -/area/ship/crew/library) -"tQ" = ( -/obj/structure/chair/sofa/left, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"tX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen) -"ud" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma to Chamber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/purple/arrow_cw, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"ui" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"uz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"uC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 8; - sensors = list("nemo_air_sensor"="Air Mix Tank") - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"uI" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/maintenance/starboard) -"uK" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen/fountain, -/turf/open/floor/carpet/black, -/area/ship/crew/library) -"uR" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "nemobridge" - }, -/turf/open/floor/plating, -/area/ship/bridge) -"vc" = ( -/obj/effect/turf_decal/siding/purple/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"vf" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"vv" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"vB" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"vH" = ( -/obj/machinery/mineral/ore_redemption{ - dir = 8; - input_dir = 4; - output_dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"vN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"vP" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/industrial/warning/full, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"wr" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"wz" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Waste to Environment" - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/opaque/red/arrow_ccw, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"wC" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet/directional/north, -/obj/effect/turf_decal/trimline/opaque/purple/line, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"wF" = ( -/obj/structure/window/plasma/reinforced/spawner/north, -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/effect/turf_decal/atmos/plasma, -/turf/open/floor/engine/plasma, -/area/ship/engineering/atmospherics) -"xk" = ( -/obj/effect/turf_decal/rechargefloor, -/obj/mecha/working/ripley/mining, -/turf/open/floor/circuit, -/area/ship/science) -"xs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"xE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/siding/yellow, -/obj/structure/sign/poster/official/moth/hardhats{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"xR" = ( -/obj/structure/rack, -/obj/item/ammo_box/magazine/m10mm/rifle, -/obj/item/ammo_box/magazine/m10mm/rifle, -/obj/item/gun/ballistic/automatic/surplus, -/obj/item/gun/ballistic/automatic/surplus, -/turf/open/floor/pod, -/area/ship/hallway/central) -"xW" = ( -/obj/structure/bookcase/random/nonfiction, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"xY" = ( -/obj/machinery/light/directional/east, -/obj/structure/rack, -/obj/item/pickaxe/emergency, -/obj/item/pickaxe/emergency, -/turf/open/floor/pod, -/area/ship/hallway/central) -"ym" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"yz" = ( -/obj/machinery/door/airlock/atmos{ - dir = 4; - name = "Atmospherics" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering/atmospherics) -"yA" = ( -/mob/living/simple_animal/pet/penguin/baby{ - name = "Tyreque" - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"zk" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/crew/library) -"zE" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/crew/canteen) -"zS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/yellow{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"zV" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/red/arrow_ccw{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"An" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/machinery/door/airlock/atmos/glass{ - dir = 4; - name = "Atmospherics" - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Ax" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/camera_film, -/obj/item/camera, -/obj/item/gps, -/obj/item/binoculars, -/obj/item/radio/off, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/wood, -/area/ship/crew/library) -"AE" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/snacks/fishandchips, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"AK" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"AN" = ( -/obj/structure/window/plasma/reinforced/spawner, -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output, -/turf/open/floor/engine/n2, -/area/ship/engineering/atmospherics) -"AX" = ( -/obj/machinery/light/directional/west, -/obj/machinery/ore_silo, -/obj/effect/turf_decal/siding/brown{ - dir = 9 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"Be" = ( -/obj/effect/turf_decal/siding/blue/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Bi" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/siding/blue{ - dir = 9 - }, -/obj/machinery/light/directional/west, -/obj/item/bodybag/bluespace, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Bl" = ( -/obj/machinery/shower{ - dir = 8; - pixel_y = 8 - }, -/obj/item/soap/deluxe, -/obj/structure/curtain, -/turf/open/floor/plasteel/white, -/area/ship/crew/dorm) -"Bn" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 4; - name = "Chamber Mixer" - }, -/obj/machinery/light/directional/east, -/obj/item/paper/crumpled{ - default_raw_text = "A mix of 67/33 ratio of oxygen (node 1) and plasma (node 2) works very well, even at 500 kPa." - }, -/obj/effect/turf_decal/trimline/opaque/blue/line{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/opaque/purple/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Bv" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = -12 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"By" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Bz" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/dorm) -"BH" = ( -/obj/item/gps/mining, -/obj/item/gps/mining, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/effect/turf_decal/siding/brown{ - dir = 8 - }, -/obj/item/kinetic_crusher, -/obj/item/kinetic_crusher, -/obj/structure/closet/wall/orange{ - dir = 4; - pixel_x = -32 - }, -/obj/item/t_scanner/adv_mining_scanner/lesser, -/obj/item/t_scanner/adv_mining_scanner/lesser, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"BN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"BP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/atmos_control/tank/toxin_tank{ - dir = 8; - sensors = list("nemo_tox_sensor"="Plasma Tank") - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"BR" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Infirmary" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/siding/blue/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/blue/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/medical) -"Cs" = ( -/obj/structure/window/plasma/reinforced/spawner, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input, -/turf/open/floor/engine/n2, -/area/ship/engineering/atmospherics) -"Cu" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Cv" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/crew/library) -"CL" = ( -/obj/machinery/atmospherics/components/binary/circulator, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"CQ" = ( -/obj/docking_port/stationary{ - width = 30; - height = 15; - dwidth = 15 - }, -/turf/template_noop, -/area/template_noop) -"CS" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/industrial/warning/corner, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"CV" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "nemowindows" - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Dj" = ( -/obj/structure/window/plasma/reinforced/spawner/north, -/obj/structure/window/plasma/reinforced/spawner/east, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 4 - }, -/turf/open/floor/engine/plasma, -/area/ship/engineering/atmospherics) -"Dl" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/obj/structure/chair/office, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"Dp" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/turf_decal/trimline/opaque/purple/line, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Eb" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Eg" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Electrical" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/siding/yellow/corner, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"Eq" = ( -/obj/machinery/light/directional/east, -/obj/machinery/atmospherics/components/unary/vent_pump/layer2, -/turf/open/floor/pod, -/area/ship/hallway/central) -"Ev" = ( -/obj/machinery/computer/cargo/express{ - dir = 4 - }, -/obj/effect/turf_decal/siding/brown{ - dir = 10 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"Ez" = ( -/obj/structure/tank_dispenser, -/obj/machinery/firealarm/directional/east, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/siding/yellow{ - dir = 5 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"EL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/button/ignition/incinerator/atmos{ - pixel_x = -26; - pixel_y = -3 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible/layer5{ - dir = 8 - }, -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/paper{ - default_raw_text = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber." - }, -/obj/effect/turf_decal/trimline/opaque/red/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Fk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/machinery/button/door{ - id = "nemobridge"; - name = "Bridge Lockdown"; - pixel_x = 7; - pixel_y = 25 - }, -/obj/machinery/button/door{ - id = "nemowindows"; - name = "Full Lockdown"; - pixel_x = -7; - pixel_y = 25 - }, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"FF" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks/beer, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"FG" = ( -/turf/open/floor/wood, -/area/ship/crew/library) -"FO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/obj/structure/closet/secure_closet/wall{ - dir = 4; - icon_state = "sec_wall"; - name = "hunting locker"; - pixel_x = -32; - req_access = list(30) - }, -/obj/item/firing_pin, -/obj/item/kitchen/knife/hunting, -/obj/item/gun/ballistic/shotgun/doublebarrel/beacon, -/obj/item/ammo_box/a4570, -/obj/item/ammo_box/a4570, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"FT" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Gb" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/medical) -"Gu" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Gx" = ( -/obj/structure/closet/wall{ - dir = 8; - pixel_x = 32 - }, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"GJ" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering/electrical) -"GK" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"GO" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"GS" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering/atmospherics) -"GT" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/crew/dorm) -"GX" = ( -/obj/item/book/manual/wiki/engineering, -/obj/effect/turf_decal/number/five{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Hj" = ( -/obj/structure/bookcase/random/fiction, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"Ht" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/obj/machinery/holopad/emergency/command, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"HQ" = ( -/turf/open/floor/wood, -/area/ship/crew/canteen) -"HZ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 10 - }, -/obj/machinery/suit_storage_unit/rd, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"Id" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/effect/turf_decal/trimline/opaque/blue/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Iu" = ( -/obj/effect/turf_decal/siding/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Ji" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/closet/radiation, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Jn" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple/corner, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/closet/wall{ - name = "scientist closet"; - pixel_y = 32 - }, -/obj/item/disk/nanite_program, -/obj/item/disk/nanite_program, -/obj/item/storage/box/disks, -/obj/item/multitool, -/obj/item/clothing/glasses/science, -/obj/item/nanite_scanner, -/obj/item/reagent_scanner, -/obj/item/sequence_scanner, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Jp" = ( -/turf/open/floor/carpet/black, -/area/ship/crew/library) -"Jr" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering/atmospherics) -"Jz" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"JF" = ( -/obj/machinery/light/directional/east, -/obj/machinery/mecha_part_fabricator{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ship/science) -"JG" = ( -/obj/machinery/light/directional/south, -/obj/machinery/computer/operating{ - dir = 1 - }, -/obj/effect/turf_decal/siding/blue{ - dir = 6 - }, -/obj/machinery/vending/wallmed{ - pixel_x = 25 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"JL" = ( -/obj/machinery/cryopod, -/obj/machinery/airalarm/directional/west, -/obj/machinery/computer/cryopod/directional/north, -/turf/open/floor/circuit/green, -/area/ship/crew/dorm) -"JS" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/drinkingglasses, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"JW" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Kb" = ( -/obj/structure/chair/office{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"Kl" = ( -/obj/effect/turf_decal/siding/brown{ - dir = 6 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"KK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"KP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/crew/canteen) -"KY" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped/inverse{ - dir = 8; - target_pressure = 101 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"KZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Lm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/landmark/observer_start, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Lt" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/effect/turf_decal/atmos/air, -/obj/structure/window/plasma/reinforced/spawner/north, -/turf/open/floor/engine/air, -/area/ship/engineering/atmospherics) -"Ly" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/maintenance/starboard) -"LD" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/plasma{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"LE" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"LQ" = ( -/obj/structure/closet/crate/freezer/blood, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/siding/blue{ - dir = 10 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"LY" = ( -/obj/effect/turf_decal/siding/yellow{ - dir = 6 - }, -/obj/machinery/computer/monitor{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"Ma" = ( -/obj/structure/window/plasma/reinforced/spawner, -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input, -/turf/open/floor/engine/air, -/area/ship/engineering/atmospherics) -"Mw" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "Port Maintenance" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"My" = ( -/obj/effect/turf_decal/siding/purple, -/obj/machinery/light/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"MM" = ( -/obj/structure/bed, -/obj/item/bedsheet/dorms, -/obj/structure/curtain/bounty, -/obj/machinery/light/directional/west, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"MN" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering/electrical) -"MQ" = ( -/obj/machinery/airalarm/directional/south, -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/circuit_imprinter, -/obj/structure/sign/poster/official/moth/boh{ - pixel_x = 32 - }, -/turf/open/floor/circuit, -/area/ship/science) -"MT" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/open/floor/circuit, -/area/ship/science) -"MU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 8; - sensors = list("nemo_o2_sensor"="Oxygen Tank") - }, -/obj/structure/fireaxecabinet{ - dir = 8; - pixel_x = 32 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"Ne" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/closet/wall/orange{ - dir = 4; - pixel_x = -30 - }, -/obj/item/clothing/head/hardhat/weldhat, -/obj/item/pipe_dispenser, -/obj/item/construction/rcd/loaded, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/radio/off, -/obj/item/holosign_creator/atmos, -/obj/item/multitool, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/belt/utility/full, -/obj/item/clothing/head/welding, -/obj/item/clothing/glasses/meson/engine, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 10 - }, -/obj/item/storage/toolbox/electrical, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"Nk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Nn" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/kfp_small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"NB" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/turf/open/floor/plasteel/white, -/area/ship/crew/dorm) -"ND" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/item/card/id/captains_spare, -/obj/item/pen/survival, -/obj/item/areaeditor/shuttle, -/obj/item/radio/off, -/obj/structure/closet/secure_closet{ - icon_state = "rd"; - name = "research director's locker"; - req_access = list(30) - }, -/obj/item/megaphone/command, -/obj/item/clothing/neck/cloak/rd, -/obj/item/clothing/under/rank/rnd/research_director/turtleneck, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/assembly/flash/handheld, -/obj/item/binoculars, -/obj/item/clothing/glasses/science, -/obj/item/gps/science, -/obj/machinery/newscaster/directional/east, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"NI" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering/atmospherics) -"NK" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 8; - sensors = list("nemo_n2_sensor"="Nitrogen Tank") - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"NL" = ( -/obj/machinery/autolathe, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"NT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/brown/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/brown/corner{ - dir = 1 - }, -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Bay" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"Oa" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/medical) -"Oc" = ( -/obj/structure/table/optable, -/obj/effect/turf_decal/siding/blue, -/obj/item/storage/backpack/duffelbag/med/surgery{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Oe" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"Ol" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"Ov" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"OB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"OG" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/storage/fancy/egg_box, -/obj/item/storage/fancy/egg_box, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/snacks/grown/potato, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/milk, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/kitchen/knife, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"OI" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, -/turf/open/floor/pod, -/area/ship/hallway/central) -"Pd" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/turf/open/floor/pod, -/area/ship/hallway/central) -"Pm" = ( -/obj/structure/table/wood, -/obj/structure/bedsheetbin, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"Pn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Pu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"PL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/closet/wall{ - name = "roboticist closet"; - pixel_y = 32 - }, -/obj/item/clothing/glasses/hud/diagnostic, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/storage/belt/utility/full, -/obj/item/stack/cable_coil, -/obj/item/clothing/head/welding, -/obj/item/circuitboard/machine/mech_recharger, -/obj/item/circuitboard/computer/mech_bay_power_console, -/obj/item/clothing/suit/space/pilot, -/obj/item/clothing/head/helmet/space/pilot, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"Qb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Qj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Qp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Qu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"QI" = ( -/obj/effect/turf_decal/siding/blue{ - dir = 8 - }, -/obj/structure/closet/wall/white/med{ - dir = 4; - pixel_x = -30 - }, -/obj/item/defibrillator/loaded, -/obj/item/storage/firstaid/brute{ - pixel_y = -8 - }, -/obj/item/storage/firstaid/fire{ - pixel_y = 6 - }, -/obj/item/storage/firstaid/regular, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"QN" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/power/smes/shuttle/precharged{ - dir = 4 - }, -/obj/machinery/door/window/eastleft, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Ra" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Rh" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/ship/crew/library) -"Rz" = ( -/obj/machinery/door/window/westleft{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"RH" = ( -/obj/machinery/door/airlock/external/glass, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"RR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/number/three{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Sq" = ( -/obj/machinery/air_sensor/atmos/air_tank{ - id_tag = "nemo_air_sensor" - }, -/obj/structure/window/plasma/reinforced/spawner/east, -/obj/structure/window/plasma/reinforced/spawner/north, -/turf/open/floor/engine/air, -/area/ship/engineering/atmospherics) -"Ss" = ( -/obj/item/multitool, -/obj/item/pipe_dispenser, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5, -/obj/item/radio/off, -/obj/item/storage/belt/utility/atmostech, -/obj/item/holosign_creator/atmos, -/obj/item/analyzer, -/obj/structure/closet/wall/orange{ - dir = 4; - pixel_x = -32 - }, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/item/extinguisher/advanced, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/suit/fire/atmos, -/obj/item/clothing/mask/gas/atmos, -/obj/item/clothing/head/hardhat/atmos, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/trimline/opaque/red/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Sx" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Filter Waste" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"SH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"SP" = ( -/obj/effect/turf_decal/siding/brown, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"SS" = ( -/obj/machinery/advanced_airlock_controller{ - pixel_x = 25 - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"SU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/siding/purple{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"SV" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/obj/machinery/airalarm/directional/south, -/obj/effect/turf_decal/trimline/opaque/purple/arrow_cw, -/obj/effect/turf_decal/trimline/opaque/blue/arrow_ccw{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Th" = ( -/obj/structure/table, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/effect/turf_decal/siding/yellow{ - dir = 4 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/circuitboard/machine/thermomachine, -/obj/item/circuitboard/machine/thermomachine, -/obj/machinery/light_switch{ - dir = 8; - pixel_x = 20; - pixel_y = 12 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"Tv" = ( -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"Tw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"TE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"TH" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"TK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/trimline/opaque/red/line{ - dir = 5 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"TM" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -20; - pixel_y = 12 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"UB" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering/atmospherics) -"UK" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/hallway/central) -"UL" = ( -/obj/structure/displaycase/trophy, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"US" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/thinplating/dark, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Vi" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - dir = 4; - id = "nemobridge" - }, -/obj/docking_port/mobile{ - callTime = 250; - dir = 4; - launch_status = 0; - name = "Fauna Research Ship"; - preferred_direction = 4; - port_direction = 2 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"Vj" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Vx" = ( -/obj/structure/window/plasma/reinforced/spawner/west, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ - dir = 8 - }, -/obj/structure/window/plasma/reinforced/spawner, -/turf/open/floor/engine/plasma, -/area/ship/engineering/atmospherics) -"VC" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/igniter/incinerator_atmos, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"VF" = ( -/obj/machinery/vending/clothing, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/window/reinforced/tinted/frosted{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"VK" = ( -/obj/structure/bookcase/manuals/chemistry, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/wood, -/area/ship/crew/library) -"VN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/siding/green/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"VS" = ( -/obj/structure/window/plasma/reinforced/spawner, -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - piping_layer = 2 - }, -/obj/structure/window/plasma/reinforced/spawner/east, -/turf/open/floor/engine/air, -/area/ship/engineering/atmospherics) -"VW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/purple/corner{ - dir = 4 - }, -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Science Lab" - }, -/turf/open/floor/plasteel/dark, -/area/ship/science) -"VZ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/pod, -/area/ship/hallway/central) -"Wa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/siding/green{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"Wm" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "nemowindows" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Wq" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes/engineering, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"Ws" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - dir = 1 - }, -/obj/machinery/door/window/southleft, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel/patterned/cargo_one, -/area/ship/cargo) -"Ww" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/siding/green/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"WD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/green{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"WJ" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 5 - }, -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/rdserver, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"Xi" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/carpet/black, -/area/ship/crew/library) -"Xq" = ( -/obj/structure/bookcase/random/reference, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"Xr" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/opaque/purple/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Xu" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes/engineering, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"XO" = ( -/obj/machinery/computer/rdconsole{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ship/science) -"XT" = ( -/obj/machinery/cryopod, -/obj/machinery/light/directional/north, -/turf/open/floor/circuit/green, -/area/ship/crew/dorm) -"Yb" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"Yk" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/canteen) -"Ym" = ( -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"Yp" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/holopad/emergency/engineering, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Yt" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"YE" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet/black, -/area/ship/crew/library) -"YO" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"YR" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer5, -/obj/machinery/atmospherics/pipe/simple{ - dir = 6 - }, -/obj/effect/turf_decal/trimline/opaque/blue/corner, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"YU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark{ - dir = 6 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"YV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/siding/yellow/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering/electrical) -"Zh" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/item/toy/cards/deck, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"Zi" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank{ - id_tag = "nemo_n2_sensor" - }, -/obj/structure/window/plasma/reinforced/spawner/north, -/turf/open/floor/engine/n2, -/area/ship/engineering/atmospherics) -"Zj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/siding/thinplating/dark, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/thinplating/dark/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"Zx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ship/external) -"Zy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/light/directional/south, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) - -(1,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -tb -kJ -kJ -bx -kJ -kJ -tb -tb -tb -tb -tb -tb -"} -(2,1,1) = {" -tb -tb -kq -ym -ym -ym -kq -tb -UB -dD -VC -Jz -UB -tb -Ly -hC -hC -hC -Ly -"} -(3,1,1) = {" -tb -tb -lu -gp -gp -gp -lu -tb -UB -By -Vj -By -UB -tb -uI -QN -QN -QN -uI -"} -(4,1,1) = {" -tb -tb -lu -bj -bj -bj -lu -Zx -UB -CL -iF -pi -UB -Zx -uI -vf -vf -vf -uI -"} -(5,1,1) = {" -tb -tb -lu -aC -Nn -qt -lu -CV -UB -ql -SH -SV -UB -eD -uI -qG -qE -ei -uI -"} -(6,1,1) = {" -tb -tb -lu -GX -jR -RR -Mw -zV -JW -wz -SH -Bn -gx -Xr -bK -Qb -oo -Gu -uI -"} -(7,1,1) = {" -tb -tb -kq -lu -lu -mk -UB -ea -UB -Jr -An -NI -UB -wC -UB -Ra -uI -uI -Ly -"} -(8,1,1) = {" -tb -tb -tb -tb -kq -lu -UB -TK -Ss -EL -YR -bi -vP -ud -UB -uI -Ly -tb -tb -"} -(9,1,1) = {" -tb -tb -tb -tb -tb -se -Wm -bk -eS -wr -oA -CS -OB -Dp -Wm -kv -tb -tb -tb -"} -(10,1,1) = {" -tb -tb -tb -tb -tb -tb -UB -gl -ih -qN -lv -jG -wF -Vx -UB -tb -tb -tb -tb -"} -(11,1,1) = {" -tb -tb -tb -tb -tb -tb -UB -aH -ly -lM -Id -lT -Dj -mS -UB -tb -tb -tb -tb -"} -(12,1,1) = {" -tb -tb -tb -tb -tb -tb -UB -nv -AN -KK -KY -Sx -Dl -iA -UB -tb -tb -tb -tb -"} -(13,1,1) = {" -tb -tb -tb -tb -tb -kJ -UB -Zi -Cs -lr -Yp -LD -pW -nb -UB -kJ -tb -tb -tb -"} -(14,1,1) = {" -tb -tb -tb -tb -tb -UB -Lt -Ma -aP -KK -Yt -oP -mx -pX -qz -UB -tb -tb -tb -"} -(15,1,1) = {" -tb -tb -tb -tb -tb -UB -Sq -VS -Ji -vN -MU -NK -uC -BP -Zy -UB -tb -tb -tb -"} -(16,1,1) = {" -tb -tb -tb -tb -kJ -UB -UB -UB -GS -yz -GJ -ui -lz -GJ -Eg -GJ -tb -tb -tb -"} -(17,1,1) = {" -tb -tb -tb -tb -cc -AX -BH -Ev -cc -nz -GJ -jT -ax -Ne -hi -GJ -tb -tb -tb -"} -(18,1,1) = {" -tb -tb -tb -tb -cc -di -Ol -iR -Ws -fm -GJ -Xu -Wq -zS -xE -GJ -tb -tb -tb -"} -(19,1,1) = {" -tb -tb -tb -tb -cc -lx -nZ -SP -cc -KZ -id -cf -pS -YV -mH -GJ -tb -tb -tb -"} -(20,1,1) = {" -tb -tb -tb -tb -cc -fu -gk -Kl -NL -Zj -GJ -Ez -kd -Th -LY -GJ -tb -tb -tb -"} -(21,1,1) = {" -tb -hF -UK -UK -UK -cc -NT -vH -cc -mO -GJ -GJ -GJ -GJ -GJ -GJ -MN -tb -tb -"} -(22,1,1) = {" -CQ -kf -SS -Eq -RH -iz -em -Qp -Qu -YU -dN -Hj -xW -VK -Ov -Xq -Cv -tb -tb -"} -(23,1,1) = {" -tb -UK -UK -UK -UK -VZ -Eb -Pn -US -dN -dN -Oe -FG -FG -Jp -Rh -Cv -tb -tb -"} -(24,1,1) = {" -tb -UK -Pd -Pd -iZ -xR -ju -Lm -hu -rh -jg -BN -kW -yA -YE -uK -Cv -tb -tb -"} -(25,1,1) = {" -tb -ak -GK -dV -Pu -Pu -Tw -Qj -el -dN -Ax -pR -tf -FG -YE -Xi -Cv -tb -tb -"} -(26,1,1) = {" -tb -UK -ij -qp -xY -OI -FT -vB -kh -dN -ma -Kb -FG -FG -Jp -rO -Cv -tb -tb -"} -(27,1,1) = {" -tb -hF -ap -fA -UK -Yk -gI -TH -tX -dN -iP -sE -ns -dt -UL -dN -zk -tb -tb -"} -(28,1,1) = {" -tb -tb -tb -tb -tb -zE -AE -TH -jM -Bz -Bz -Bz -Bz -Bz -Bz -Bz -tb -tb -tb -"} -(29,1,1) = {" -tb -tb -tb -tb -tb -zE -mG -ah -bI -Bz -JL -TM -es -MM -dJ -GT -tb -tb -tb -"} -(30,1,1) = {" -tb -tb -tb -tb -tb -Yk -OG -TE -aF -Bz -XT -WD -VF -Rz -Pm -Bz -tb -tb -tb -"} -(31,1,1) = {" -tb -tb -tb -tb -tb -zE -FF -HQ -ki -Ww -Wa -VN -dS -GO -Yb -Bz -tb -tb -tb -"} -(32,1,1) = {" -tb -tb -tb -tb -tb -zE -JS -ai -KP -Bz -NB -de -bT -cj -vv -GT -tb -tb -tb -"} -(33,1,1) = {" -tb -tb -tb -tb -tb -Yk -YO -jj -tX -Bz -Bl -cq -Gx -tQ -Zh -GT -tb -tb -tb -"} -(34,1,1) = {" -tb -tb -tb -tb -tb -fl -Yk -Yk -VW -Gb -Gb -Gb -Gb -Gb -Gb -ab -tb -tb -tb -"} -(35,1,1) = {" -tb -tb -tb -tb -tb -tb -lG -MT -SU -Gb -Bi -QI -Bv -LQ -Gb -tb -tb -tb -tb -"} -(36,1,1) = {" -tb -tb -tb -tb -tb -tb -pq -xk -cX -BR -jI -nH -dX -Oc -Oa -tb -tb -tb -tb -"} -(37,1,1) = {" -tb -tb -tb -tb -tb -tb -lG -iJ -xs -Gb -mg -Be -lF -JG -Gb -tb -tb -tb -tb -"} -(38,1,1) = {" -tb -tb -tb -tb -tb -tb -dG -lG -px -lG -lG -fY -aN -lG -dG -tb -tb -tb -tb -"} -(39,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -lG -PL -ch -ie -vc -My -lG -tb -tb -tb -tb -tb -"} -(40,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -lG -Jn -hf -Cu -Iu -rv -pq -tb -tb -tb -tb -tb -"} -(41,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -lG -Nk -JF -iv -XO -MQ -lG -tb -tb -tb -tb -tb -"} -(42,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -dY -eT -dY -dY -dY -dY -dY -tb -tb -tb -tb -tb -"} -(43,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -dY -AK -FO -gO -nJ -HZ -dY -tb -tb -tb -tb -tb -"} -(44,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -dY -WJ -Ht -uz -Tv -ND -dY -tb -tb -tb -tb -tb -"} -(45,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -LE -dY -Fk -dw -Ym -dY -LE -tb -tb -tb -tb -tb -"} -(46,1,1) = {" -tb -tb -tb -tb -tb -tb -tb -tb -LE -uR -Vi -uR -LE -tb -tb -tb -tb -tb -tb -"} diff --git a/_maps/shuttles/independent/independent_pillbottle.dmm b/_maps/shuttles/independent/independent_pillbottle.dmm deleted file mode 100644 index 92529ea329c6..000000000000 --- a/_maps/shuttles/independent/independent_pillbottle.dmm +++ /dev/null @@ -1,3920 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ac" = ( -/obj/structure/table, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"ah" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/toy/crayon/spraycan, -/obj/item/toy/crayon/spraycan, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"aj" = ( -/turf/closed/wall, -/area/ship/cargo) -"al" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_y = 10; - pixel_x = 7 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_y = 10; - pixel_x = -6 - }, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"aN" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/computer/helm{ - dir = 8 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"ba" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/light/small/directional/north, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"bd" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"br" = ( -/obj/structure/cable{ - icon_state = "4-9" - }, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"bU" = ( -/obj/item/clothing/under/shorts/black, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"bX" = ( -/obj/effect/decal/remains/human, -/obj/item/reagent_containers/food/drinks/bottle/absinthe, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/airless, -/area/ship/storage) -"ce" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/landmark/observer_start, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"cl" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"cr" = ( -/turf/closed/wall, -/area/ship/engineering) -"cA" = ( -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"cD" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/carp/old, -/obj/item/tank/internals/oxygen, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"cN" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"de" = ( -/obj/machinery/newscaster/directional/south, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"ds" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"dz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/turf/open/floor/carpet, -/area/ship/crew) -"dD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/robot_debris/old, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"dP" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"dS" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/four, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"ef" = ( -/obj/structure/cable{ - icon_state = "2-5" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/ship/crew) -"ei" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"ez" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"eR" = ( -/obj/structure/ore_box, -/obj/effect/turf_decal/industrial/outline/yellow, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"eU" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/one, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"eW" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-6" - }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -20; - pixel_y = 12 - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering) -"fi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - id = "pillbob"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew/crewtwo) -"fp" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"fs" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dorms"; - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/crew/dorm) -"fu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"fy" = ( -/obj/structure/chair/plastic{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"fA" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/computer/cargo/express{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"fI" = ( -/obj/effect/landmark/subship{ - subship_template = /datum/map_template/shuttle/subshuttles/pill - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"fJ" = ( -/obj/structure/chair/office{ - dir = 4 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"fL" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/hallway/central) -"fR" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"fS" = ( -/obj/structure/table, -/obj/item/storage/cans/sixbeer, -/obj/effect/turf_decal/siding/thinplating/dark/end{ - dir = 8 - }, -/obj/item/toy/crayon/spraycan, -/obj/structure/railing{ - dir = 10 - }, -/obj/structure/railing{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"fZ" = ( -/obj/structure/cable{ - icon_state = "4-9" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/mineral/ore_redemption{ - dir = 4; - input_dir = 4; - output_dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"gc" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/machinery/light/directional/north, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"gf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "6-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/ship/crew) -"gh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"gi" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters{ - id = "pillbob"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew/crewtwo) -"gl" = ( -/obj/item/clothing/under/shorts/green, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"gp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/shreds, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "2-5" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"gJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"hj" = ( -/obj/machinery/power/shuttle/engine/electric/bad{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/engine/hull, -/area/ship/engineering) -"hl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/airalarm/directional/east, -/obj/item/weldingtool, -/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind, -/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{ - pixel_x = 8; - pixel_y = 10 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{ - pixel_x = 8 - }, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"hp" = ( -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/under/shorts/blue, -/turf/open/floor/plating/airless, -/area/ship/storage) -"hv" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/binary/pump/layer2{ - name = "Waste to Vent" - }, -/obj/item/storage/toolbox/electrical{ - pixel_y = 8 - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ship/engineering) -"hx" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"hI" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ship/engineering) -"hN" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"hO" = ( -/obj/structure/cable{ - icon_state = "5-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"hT" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/airless, -/area/ship/external) -"ii" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/camera{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"iR" = ( -/obj/machinery/power/smes/shuttle{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/engineering) -"iU" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/south, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"jK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"jV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"kd" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"ke" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"kh" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"kG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"li" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"lo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-5" - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering) -"lr" = ( -/obj/structure/cable{ - icon_state = "4-10" - }, -/obj/structure/chair/plastic, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/carpet, -/area/ship/crew) -"lw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"lH" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"lL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/ship/storage) -"lX" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 8 - }, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"md" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"mi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"mF" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"mR" = ( -/obj/machinery/door/airlock/mining{ - name = "Hangar"; - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"mW" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/curtain/cloth/grey, -/turf/open/floor/plating, -/area/ship/crew/dorm) -"ng" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/hallway/fore) -"nz" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Commons" - }, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/turf/open/floor/plasteel/tech, -/area/ship/crew) -"nM" = ( -/obj/structure/cable{ - icon_state = "1-10" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"ok" = ( -/obj/structure/cable{ - icon_state = "6-9" - }, -/obj/structure/chair/plastic, -/obj/effect/decal/cleanable/shreds, -/obj/machinery/holopad/emergency/bar, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"op" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"oE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering) -"oH" = ( -/obj/structure/cable, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/power/smes/engineering, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering) -"oM" = ( -/obj/structure/toilet{ - dir = 8; - pixel_y = 1; - pixel_x = 7 - }, -/obj/structure/mirror{ - pixel_y = -32 - }, -/turf/open/floor/plastic, -/area/ship/hallway/central) -"oR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/hallway/fore) -"po" = ( -/obj/machinery/camera{ - dir = 5 - }, -/obj/effect/turf_decal/siding/thinplating/dark/end{ - dir = 8 - }, -/obj/structure/railing{ - dir = 9 - }, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"pr" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"ps" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"pC" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/machinery/light_switch{ - pixel_y = 22; - pixel_x = -12 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"pF" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"pH" = ( -/obj/structure/table, -/obj/item/storage/cans/sixbeer, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"pJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"pX" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/clothing/under/shorts/purple, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"qj" = ( -/obj/effect/decal/cleanable/robot_debris, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"qn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"qx" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"qO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"rk" = ( -/obj/structure/grille/broken, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/shard, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/airless, -/area/ship/storage) -"rC" = ( -/obj/structure/rack, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/effect/turf_decal/industrial/outline/yellow, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"rJ" = ( -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"rW" = ( -/turf/closed/wall, -/area/ship/crew) -"rZ" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/camera, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"sj" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"sl" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "pillbob" - }, -/turf/open/floor/plating, -/area/ship/crew/crewtwo) -"sw" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"sx" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -20; - pixel_y = 12 - }, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"sK" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/carpet, -/area/ship/crew) -"sM" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/table, -/obj/structure/reagent_dispensers/servingdish{ - desc = "A dish full of mashed pills for your bowl." - }, -/obj/effect/turf_decal/corner/opaque/white/full, -/obj/machinery/light_switch{ - pixel_y = 22; - pixel_x = -12 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/plasteel, -/area/ship/crew) -"sO" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"th" = ( -/obj/structure/cable{ - icon_state = "1-10" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/robot_debris, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"tr" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"tt" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/toy/crayon/spraycan, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"ty" = ( -/obj/structure/cable{ - icon_state = "6-8" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/loading{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"tB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Observation Blister" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plasteel/tech, -/area/ship/crew) -"tD" = ( -/obj/structure/chair/plastic{ - dir = 1 - }, -/obj/machinery/button/door{ - dir = 8; - pixel_x = 23; - pixel_y = 8; - name = "Shutter Control"; - id = "pillbob" - }, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"tF" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/blood/old, -/obj/item/storage/cans/sixbeer, -/turf/open/floor/plating/airless, -/area/ship/storage) -"tG" = ( -/turf/closed/wall, -/area/ship/hallway/fore) -"tP" = ( -/turf/closed/wall, -/area/ship/storage) -"tV" = ( -/obj/structure/cable{ - icon_state = "1-6" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"vc" = ( -/obj/machinery/processor, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"vi" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/two, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"vp" = ( -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - id = "pilltest"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"vw" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plating, -/area/ship/hallway/central) -"vA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"vB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/structure/table, -/obj/item/storage/cans/sixbeer, -/obj/machinery/light/small/directional/east, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"vD" = ( -/obj/structure/bed/pod, -/obj/structure/curtain/cloth, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew/dorm) -"vG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"vX" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/six, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"wj" = ( -/obj/structure/grille/broken, -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/airless, -/area/ship/storage) -"wl" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"wn" = ( -/obj/structure/cable{ - icon_state = "5-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"wo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"ws" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"wD" = ( -/obj/structure/cable{ - icon_state = "4-9" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"wE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"wG" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters{ - id = "pillbob"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew/crewtwo) -"wH" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/structure/sink{ - pixel_y = 18; - pixel_x = 9 - }, -/obj/item/bikehorn/rubberducky, -/obj/machinery/light/small/directional/south, -/turf/open/floor/plastic, -/area/ship/hallway/central) -"wK" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/plating/airless, -/area/ship/storage) -"wO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"xd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"xA" = ( -/obj/structure/cable{ - icon_state = "2-9" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"xI" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/south, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"xN" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/seven, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"xO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/white/full, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel, -/area/ship/crew) -"xQ" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"xS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"yh" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/eight, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"yl" = ( -/obj/structure/ore_box, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"yp" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/old{ - dir = 8 - }, -/area/ship/engineering) -"yD" = ( -/obj/structure/table, -/obj/item/storage/cans/sixbeer, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"yR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/cans/sixbeer, -/turf/open/floor/plating/airless, -/area/ship/storage) -"yS" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"yZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/table, -/obj/machinery/jukebox/boombox{ - pixel_y = 6 - }, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"zl" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"zJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/ship/engineering) -"AR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"AS" = ( -/obj/structure/rack, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/item/stack/marker_beacon/thirty, -/obj/item/stack/marker_beacon/thirty, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"AX" = ( -/obj/machinery/camera, -/obj/effect/turf_decal/weather/dirt{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/airless, -/area/ship/external) -"Bc" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"Bh" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Bx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/carpet/nanoweave/red, -/area/ship/crew/crewtwo) -"BK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/structure/table, -/obj/item/weldingtool/hugetank/empty, -/obj/item/clothing/glasses/welding, -/obj/item/toy/crayon/green, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Cc" = ( -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/hallway/fore) -"Ce" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Cl" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/industrial/outline/yellow, -/turf/open/floor/plasteel/tech/grid, -/area/ship/hallway/fore) -"Cx" = ( -/turf/open/floor/carpet, -/area/ship/hallway/central) -"CL" = ( -/obj/structure/closet/wardrobe/grey, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/effect/decal/cleanable/dirt, -/obj/item/modular_computer/tablet/preset/cargo, -/obj/item/modular_computer/tablet/preset/cargo, -/obj/item/modular_computer/tablet/preset/cargo, -/obj/item/modular_computer/tablet/preset/cargo, -/obj/item/modular_computer/tablet/preset/cargo, -/obj/item/modular_computer/tablet/preset/cargo, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew/dorm) -"CM" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"CQ" = ( -/turf/closed/wall, -/area/ship/bridge) -"CX" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew) -"Df" = ( -/obj/machinery/door/airlock/external/glass{ - name = "Ye Olde Docking Airlock" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"Dk" = ( -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay"; - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"DJ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/obj/item/wrench/crescent, -/obj/structure/cable, -/obj/item/toy/crayon/red, -/obj/machinery/power/apc/auto_name/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"DQ" = ( -/obj/structure/cable{ - icon_state = "2-5" - }, -/obj/structure/table/wood, -/obj/machinery/airalarm/directional/west, -/obj/item/radio/intercom/wideband/table{ - dir = 8 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"DR" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/item/areaeditor/shuttle, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = 7 - }, -/obj/machinery/light/small/directional/south, -/obj/item/reagent_containers/spray/pepper{ - pixel_y = -7 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Eb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/tech/grid, -/area/ship/hallway/fore) -"Ej" = ( -/obj/structure/bed/pod, -/obj/structure/curtain/cloth, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew/dorm) -"En" = ( -/obj/structure/cable{ - icon_state = "6-9" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"EJ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"FI" = ( -/obj/structure/table, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew/dorm) -"FP" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 - }, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"Gf" = ( -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet, -/area/ship/crew) -"GY" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/corner/opaque/black/full, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plasteel, -/area/ship/crew) -"Hb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/mining{ - name = "Cargo Bay" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Hc" = ( -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - id = "pilltest" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"Hn" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Hq" = ( -/obj/effect/decal/cleanable/glass, -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/plating/airless, -/area/ship/storage) -"HA" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/airalarm/directional/north, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"HD" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/light/directional/south, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"HJ" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/curtain/cloth/grey, -/turf/open/floor/plating, -/area/ship/crew/dorm) -"HN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Iv" = ( -/obj/structure/barricade/wooden/crude, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance/glass, -/turf/open/floor/plasteel/tech, -/area/ship/storage) -"IF" = ( -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/carp/old, -/obj/item/tank/internals/oxygen, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"IG" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plating, -/area/ship/hallway/central) -"Jb" = ( -/obj/effect/turf_decal/box, -/obj/machinery/power/port_gen/pacman, -/obj/effect/decal/cleanable/greenglow, -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/machinery/airalarm/directional/north, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering) -"Jr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"JT" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Kc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/machinery/airalarm/directional/north, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Kg" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/stand_clear{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Kq" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/machinery/light/small/built/directional/north, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew/dorm) -"KE" = ( -/turf/open/floor/plating/airless, -/area/ship/storage) -"KG" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/item/multitool, -/obj/item/clothing/gloves/color/yellow, -/turf/open/floor/plating, -/area/ship/engineering) -"KO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "8-10" - }, -/obj/structure/cable/yellow{ - icon_state = "2-9" - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering) -"KY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"La" = ( -/turf/open/floor/plating, -/area/ship/hallway/fore) -"Ld" = ( -/obj/machinery/door/airlock/engineering{ - name = "Engineering"; - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"LA" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/old{ - dir = 8 - }, -/area/ship/engineering) -"LB" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/five, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"LD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"LN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"LQ" = ( -/obj/structure/reagent_dispensers/beerkeg, -/obj/machinery/light/small/built/directional/east, -/turf/open/floor/plating/airless, -/area/ship/storage) -"LU" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Restroom" - }, -/turf/open/floor/plasteel/tech, -/area/ship/hallway/central) -"Mf" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Mq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/hallway/fore) -"MB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"MQ" = ( -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -20; - pixel_y = 12 - }, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"Nc" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Nt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/toy/crayon/spraycan, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Nv" = ( -/obj/structure/table/wood, -/obj/machinery/button/door{ - dir = 4; - id = "pillbottle"; - pixel_y = -3; - pixel_x = -7; - name = "Hangar Control" - }, -/obj/machinery/button/shieldwallgen{ - dir = 4; - id = "pilltest"; - pixel_y = -3; - pixel_x = 7 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/item/radio/intercom/directional/north, -/obj/machinery/light/small/directional/west, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Nw" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"NK" = ( -/obj/structure/rack, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/pickaxe/rusted, -/obj/item/pickaxe/rusted, -/obj/item/pickaxe/rusted, -/obj/item/pickaxe/rusted, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/item/stack/marker_beacon/thirty, -/obj/item/stack/marker_beacon/thirty, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"NN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"NP" = ( -/obj/effect/turf_decal/atmos/air, -/obj/machinery/portable_atmospherics/canister/air, -/obj/item/wrench, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plating, -/area/ship/hallway/central) -"Oe" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/built/directional/west, -/turf/open/floor/plating/airless, -/area/ship/storage) -"On" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/poddoor/shutters{ - id = "pillbob"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew/crewtwo) -"Op" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Commons" - }, -/turf/open/floor/plasteel/tech, -/area/ship/crew) -"Or" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/plastic/twenty, -/obj/machinery/cell_charger, -/obj/structure/cable/yellow, -/turf/open/floor/plating, -/area/ship/engineering) -"Oz" = ( -/turf/template_noop, -/area/template_noop) -"OB" = ( -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - id = "pilltest" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"OF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"OH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"ON" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 6 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"OP" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"OR" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"OZ" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/machinery/door/window/brigdoor{ - dir = 4 - }, -/obj/item/megaphone/command, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Pc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Pn" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ship/engineering) -"Pp" = ( -/obj/structure/bed/pod, -/obj/structure/curtain/cloth, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/carpet/nanoweave, -/area/ship/crew/dorm) -"PB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Qa" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Qo" = ( -/obj/structure/cable{ - icon_state = "1-10" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 5 - }, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"Qy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"QQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"Re" = ( -/obj/item/radio/intercom/directional/west, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"Rf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small/directional/south, -/obj/machinery/computer/cryopod/directional/west, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"Ri" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Rx" = ( -/obj/effect/turf_decal/siding/thinplating/dark/end{ - dir = 8 - }, -/obj/structure/railing{ - dir = 9 - }, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"RJ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Sd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"Sh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/ship/crew) -"Sk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Sz" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"SF" = ( -/obj/effect/decal/cleanable/shreds, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"SR" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/layer4{ - dir = 4; - name = "Input to Distro" - }, -/obj/machinery/door/window/brigdoor{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/hallway/central) -"SX" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"SY" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Tg" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Th" = ( -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - id = "pilltest"; - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor{ - id = "pillbottle"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/fore) -"Tm" = ( -/turf/closed/wall, -/area/ship/crew/dorm) -"Tp" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Tv" = ( -/turf/closed/wall, -/area/ship/crew/crewtwo) -"Tz" = ( -/obj/structure/cable, -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -12; - pixel_y = -16 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/bridge) -"TM" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Ud" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Ug" = ( -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/obj/effect/turf_decal/corner/opaque/white/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"Uo" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/number/three, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Uu" = ( -/obj/effect/decal/cleanable/glass, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plating/airless, -/area/ship/storage) -"Uy" = ( -/turf/closed/wall, -/area/ship/hallway/central) -"UA" = ( -/obj/structure/cable{ - icon_state = "6-9" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/chair/plastic{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-6" - }, -/turf/open/floor/carpet, -/area/ship/crew) -"Vp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-6" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 5 - }, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel/patterned, -/area/ship/cargo) -"Vs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Vv" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Hangar"; - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/crew) -"VO" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"VP" = ( -/obj/structure/chair/plastic{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/ship/crew) -"VQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/table, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"VR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Wg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Wh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Wn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2, -/obj/machinery/autolathe, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering) -"Wp" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/ship/engineering) -"Ww" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/ship/hallway/central) -"WE" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"WJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/table, -/obj/machinery/microwave, -/obj/machinery/airalarm/directional/north, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"WM" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/hallway/central) -"WS" = ( -/obj/machinery/camera{ - dir = 1 - }, -/obj/effect/turf_decal/weather/dirt{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/airless, -/area/ship/external) -"WT" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/external) -"WY" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Xf" = ( -/obj/machinery/cryopod/poor{ - dir = 4 - }, -/obj/effect/turf_decal/techfloor/orange{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/crew/dorm) -"Xg" = ( -/obj/structure/chair/plastic{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/storage) -"Xp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4, -/turf/open/floor/plasteel, -/area/ship/hallway/central) -"Xr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/black/full, -/turf/open/floor/plasteel, -/area/ship/crew) -"XE" = ( -/obj/effect/turf_decal/weather/dirt{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/docking_port/mobile{ - can_move_docking_ports = 1; - launch_status = 0; - port_direction = 4; - preferred_direction = 4; - name = "pillbottle" - }, -/obj/structure/toilet{ - dir = 4; - pixel_y = 6; - pixel_x = -4; - desc = "The great head of the Pillbottle." - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"XU" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"XV" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Yd" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/caution{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/fore) -"Yv" = ( -/obj/machinery/door/airlock/command{ - name = "Bridge" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"YP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/south, -/turf/open/floor/carpet, -/area/ship/crew) -"YU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/toy/crayon/spraycan, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"YX" = ( -/obj/docking_port/stationary{ - dwidth = 7; - width = 30; - height = 15 - }, -/turf/template_noop, -/area/template_noop) -"Ze" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) -"Zf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/obj/effect/turf_decal/corner/opaque/white/full, -/obj/machinery/light/small/built/directional/north, -/turf/open/floor/plasteel, -/area/ship/crew) -"Zn" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/engineering) -"Zr" = ( -/obj/structure/cable{ - icon_state = "4-10" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/crew/dorm) -"Zx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/carpet, -/area/ship/crew) -"Zz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/blood/old, -/obj/machinery/newscaster/directional/north, -/turf/open/floor/carpet, -/area/ship/crew) -"ZB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/oil/slippery, -/turf/open/floor/plating, -/area/ship/engineering) -"ZK" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/reagent_dispensers/watertank, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/plating, -/area/ship/engineering) -"ZN" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/ship/hallway/fore) - -(1,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -cr -hj -hj -cr -hj -hj -cr -Oz -Oz -Oz -Oz -Oz -Oz -"} -(2,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -cr -iR -iR -KG -iR -iR -cr -Oz -Oz -Oz -Oz -Oz -Oz -"} -(3,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -cr -WY -WY -LD -WY -WY -cr -Oz -Oz -Oz -Oz -Oz -Oz -"} -(4,1,1) = {" -Oz -Oz -Oz -Oz -Oz -cr -cr -cr -cr -ZK -hI -zJ -Pn -Wp -cr -cr -cr -cr -Oz -Oz -Oz -"} -(5,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Oz -cr -cr -cr -cr -LA -cr -cr -cr -cr -Oz -Oz -Oz -Oz -Oz -"} -(6,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -cr -ZB -hv -WT -Oz -Oz -Oz -Oz -Oz -Oz -Oz -"} -(7,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Oz -Oz -cr -cr -cr -yp -cr -cr -cr -Oz -Oz -Oz -Oz -Oz -Oz -"} -(8,1,1) = {" -Oz -Oz -Oz -Oz -Oz -Oz -Tm -Tm -cr -Jb -eW -oE -lo -oH -Uy -Uy -Uy -Uy -Oz -Oz -Oz -"} -(9,1,1) = {" -Oz -Oz -Oz -Tm -HJ -HJ -Tm -Xf -Tm -cr -Wn -KO -Zn -Or -Uy -IG -NP -Uy -Uy -Uy -Oz -"} -(10,1,1) = {" -Oz -Oz -Oz -Tm -Ej -OH -sx -SF -Rf -Tm -cr -Ld -cr -cr -Uy -SR -fL -Uy -wH -Uy -Oz -"} -(11,1,1) = {" -Oz -Oz -Oz -Tm -Kq -QQ -hO -CL -Sd -mW -ON -PB -qn -tV -fu -Ri -rJ -LU -oM -Uy -Oz -"} -(12,1,1) = {" -Oz -Oz -Oz -Tm -Pp -Zr -vD -FI -vD -mW -VR -Wg -WM -Xp -wD -tP -tP -tP -tP -tP -Oz -"} -(13,1,1) = {" -On -gi -Tv -Tm -Tm -fs -Tm -Tm -Tm -Tm -Jr -wn -vw -Tg -gh -tP -tF -Oe -Xg -lL -Oz -"} -(14,1,1) = {" -sl -md -iU -rW -sK -ef -Sh -Op -wE -Qy -th -mi -vw -WE -Sk -Iv -KE -bX -hp -wj -Oz -"} -(15,1,1) = {" -sl -fy -Bx -rW -lr -Zx -VP -CX -li -VQ -al -pJ -Uy -pC -jK -tP -KE -Uu -yR -rk -Oz -"} -(16,1,1) = {" -sl -md -bd -tB -gf -dz -Gf -nz -Cx -FP -Ww -lX -Uy -ba -ei -tP -Hq -LQ -wK -lL -Oz -"} -(17,1,1) = {" -sl -cN -ps -rW -Zz -UA -YP -rW -Uy -Uy -hl -vB -Uy -Uy -Dk -aj -aj -aj -aj -aj -Oz -"} -(18,1,1) = {" -sl -Bc -cA -rW -yZ -OF -En -vc -yD -CQ -CQ -CQ -CQ -CQ -mF -Vp -MQ -Re -eR -aj -Oz -"} -(19,1,1) = {" -sl -pH -tD -rW -Zf -Xr -qj -ok -ac -CQ -Nv -DQ -Tz -CQ -AS -LN -fZ -wo -yl -aj -Oz -"} -(20,1,1) = {" -fi -wG -Tv -rW -WJ -fp -ws -lw -xA -Yv -Qo -dD -DR -CQ -rC -LN -ty -wo -IF -aj -Oz -"} -(21,1,1) = {" -Oz -Oz -Oz -rW -sM -ez -xO -GY -Ug -CQ -vA -fJ -de -CQ -NK -jV -wO -br -cD -aj -Oz -"} -(22,1,1) = {" -Oz -Oz -Oz -rW -rW -Vv -rW -rW -rW -CQ -fA -aN -OZ -CQ -aj -aj -aj -mR -aj -aj -Oz -"} -(23,1,1) = {" -Oz -Oz -tG -tG -tG -Kc -YU -Pc -qO -KY -KY -VO -pX -DJ -Cl -Eb -dP -tr -tG -tG -tG -"} -(24,1,1) = {" -Oz -Oz -tG -xS -Vs -HN -gJ -RJ -MB -MB -BK -ce -Ud -gp -Ze -kG -Wh -Hb -Nt -vG -tG -"} -(25,1,1) = {" -Oz -Oz -tG -XV -XV -NN -XV -EJ -bU -XV -XV -zl -nM -XV -yS -fR -gl -Sz -AR -ZN -tG -"} -(26,1,1) = {" -Oz -Oz -tG -Cc -Rx -Mq -Rx -oR -fS -Cc -po -ng -po -Cc -Rx -oR -Rx -Mq -Rx -ng -tG -"} -(27,1,1) = {" -Oz -Oz -tG -Nc -xQ -Tp -xQ -pr -xQ -ah -xQ -TM -xQ -kh -Kg -OP -pF -SX -wl -kd -tG -"} -(28,1,1) = {" -Oz -Oz -tG -HA -fI -cl -fI -Qa -fI -ds -fI -ke -fI -sw -fI -Bh -fI -cl -fI -xI -tG -"} -(29,1,1) = {" -Oz -YX -Df -Ce -La -cl -La -Qa -La -ds -La -ke -La -sw -La -op -La -cl -La -ii -tG -"} -(30,1,1) = {" -Oz -Oz -tG -rZ -La -XU -La -Nw -La -lH -La -JT -La -qx -La -tt -La -XU -La -Mf -tG -"} -(31,1,1) = {" -Oz -Oz -tG -gc -yh -Hn -xN -hN -vX -sO -LB -SY -dS -sj -Uo -Yd -vi -OR -eU -HD -tG -"} -(32,1,1) = {" -Oz -Oz -tG -tG -OB -xd -xd -xd -xd -CM -vp -tG -Hc -hx -xd -xd -xd -xd -Th -tG -tG -"} -(33,1,1) = {" -Oz -Oz -Oz -tG -AX -hT -hT -hT -hT -hT -hT -XE -hT -hT -hT -hT -hT -hT -WS -tG -Oz -"} diff --git a/_maps/shuttles/independent/independent_rube_goldberg.dmm b/_maps/shuttles/independent/independent_rube_goldberg.dmm deleted file mode 100644 index e86765aa4066..000000000000 --- a/_maps/shuttles/independent/independent_rube_goldberg.dmm +++ /dev/null @@ -1,7625 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aa" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ag" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ao" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/machinery/door/airlock/command/glass, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"at" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/item/caution, -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ay" = ( -/obj/machinery/atmospherics/components/binary/circulator{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"aE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"aI" = ( -/obj/machinery/field/generator, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"aN" = ( -/obj/structure/closet/secure_closet/engineering_electrical{ - anchored = 1; - can_be_unanchored = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"aP" = ( -/obj/structure/closet/secure_closet/personal/cabinet{ - name = "Mixology Closet" - }, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/glass/rag, -/obj/item/storage/box/drinkingglasses, -/obj/item/clothing/under/suit/waiter, -/obj/item/clothing/shoes/laceup, -/obj/item/clothing/head/collectable/tophat, -/obj/item/clothing/under/dress/striped, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"ba" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"bb" = ( -/obj/structure/cable/green, -/obj/effect/turf_decal/industrial/radiation/full, -/obj/machinery/power/grounding_rod, -/turf/open/floor/plating, -/area/ship/storage) -"be" = ( -/obj/effect/turf_decal/number/four, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"bg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"bj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"bm" = ( -/obj/effect/decal/cleanable/food/tomato_smudge, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"bp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-9" - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/washing_machine, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"by" = ( -/obj/machinery/suit_storage_unit/independent/engineering, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"bA" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"bB" = ( -/obj/machinery/holopad/emergency/engineering, -/obj/structure/cable/green{ - icon_state = "2-9" - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"bC" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - name = "Engine Mix to Engine" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/outline/red, -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"bD" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"bE" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"bI" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/outline/red, -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"bL" = ( -/turf/closed/wall/r_wall/rust, -/area/ship/hallway) -"bN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"bT" = ( -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/ship/engineering/atmospherics) -"bX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"bZ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"cc" = ( -/obj/machinery/processor, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"ch" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"cs" = ( -/obj/machinery/holopad/emergency/buddy, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"ct" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"cy" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"cE" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 23 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"cF" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"cG" = ( -/obj/structure/particle_accelerator/particle_emitter/right, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"cJ" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"cL" = ( -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"cM" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/machinery/airalarm/directional/north, -/obj/effect/decal/cleanable/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"cO" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/deathsposal{ - pixel_y = 30 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"cV" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/deliveryChute, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) -"dd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 23 - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/bridge) -"dm" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"ds" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 1; - name = "TEG Burn-Chamber Injector" - }, -/obj/machinery/camera/autoname{ - dir = 1 - }, -/obj/machinery/igniter/incinerator_atmos{ - id = "TEG_igniter" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/engine) -"dt" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "02 Chamber Blast"; - name = "02 Chamber Vent" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"dD" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"dK" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"dL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/structure/cable/pink{ - icon_state = "6-8" - }, -/obj/effect/decal/cleanable/crayon, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"dM" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/structure/window/reinforced/tinted, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/item/reagent_containers/food/drinks/mug/tea{ - pixel_x = 2; - pixel_y = -3 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"dP" = ( -/mob/living/simple_animal/pet/penguin/emperor/shamebrero{ - name = "Larry Triangles" - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"dR" = ( -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"dY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/structure/closet/crate/engineering/electrical, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"ei" = ( -/turf/closed/wall, -/area/ship/storage) -"ej" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/fireaxecabinet{ - pixel_y = 26 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"ek" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"em" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"eq" = ( -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/bridge) -"ey" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/vending/autodrobe/all_access, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"ez" = ( -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/machinery/cell_charger, -/obj/structure/cable/green{ - icon_state = "0-6" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"eA" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"eC" = ( -/obj/structure/mineral_door/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/canteen) -"eD" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"eE" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"eO" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/green, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"eU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"eX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"eZ" = ( -/turf/template_noop, -/area/ship/hallway) -"ff" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/green, -/obj/effect/decal/cleanable/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"fk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/effect/decal/cleanable/crayon, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"fo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"fp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"fs" = ( -/obj/machinery/power/tesla_coil, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"fB" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"fK" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"fL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/outlet_injector/layer2{ - dir = 1; - on = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"fT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"fU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/reagent_dispensers/beerkeg, -/obj/machinery/airalarm/directional/south, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"fZ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"gb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"gc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"gg" = ( -/obj/effect/turf_decal/atmos/air, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"gj" = ( -/obj/structure/table/wood, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/window/reinforced/tinted, -/obj/item/flashlight/lamp/green{ - pixel_x = -6; - pixel_y = 10 - }, -/obj/item/reagent_containers/food/drinks/mug/tea{ - pixel_x = 2; - pixel_y = -3 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"gk" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering) -"gm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"gv" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 4; - name = "Air Mix to Air Supply" - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"gF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"gG" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"gM" = ( -/obj/item/pickaxe/mini, -/obj/item/pickaxe/mini, -/obj/item/gps/mining, -/obj/item/gps/mining, -/obj/structure/closet/crate/miningcar, -/obj/item/disk/holodisk/rube/disk7, -/obj/item/grenade/chem_grenade/cleaner, -/obj/effect/turf_decal/corner_steel_grid, -/obj/effect/turf_decal/corner_steel_grid{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"gP" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"gQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/effect/turf_decal/number/one{ - pixel_x = 7 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"gX" = ( -/turf/closed/wall/r_wall/rust, -/area/ship/crew/dorm) -"gY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/table/wood, -/obj/item/pipe_dispenser, -/obj/item/disk/holodisk/rube/disk4, -/obj/item/disk/holodisk/rube/disk3, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"hf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"hl" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"hr" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2, -/obj/effect/decal/cleanable/ash/snappop_phoenix, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"hu" = ( -/obj/structure/closet/secure_closet/engineering_electrical{ - anchored = 1; - can_be_unanchored = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"hB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"hC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/airalarm/directional/east, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/structure/cable/green{ - icon_state = "2-9" - }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -20; - pixel_y = 12 - }, -/turf/open/floor/plasteel/stairs{ - dir = 1 - }, -/area/ship/medical) -"hE" = ( -/obj/structure/particle_accelerator/end_cap, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"hJ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"hK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1; - name = "TEG Burn-Chamber Scrubber" - }, -/obj/machinery/igniter/incinerator_atmos{ - id = "TEG_igniter" - }, -/obj/machinery/air_sensor/atmos/incinerator_tank, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/engine) -"hQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"hR" = ( -/turf/closed/wall/mineral/bronze, -/area/ship/bridge) -"hV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"hZ" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"id" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 9 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"ij" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"ix" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"iA" = ( -/obj/effect/decal/cleanable/food/tomato_smudge, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"iC" = ( -/obj/machinery/computer/atmos_control/tank/carbon_tank, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"iL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"iO" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/effect/decal/cleanable/plasma, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"iQ" = ( -/obj/structure/rack, -/obj/item/vending_refill/cigarette, -/obj/item/vending_refill/coffee, -/obj/item/vending_refill/cola, -/obj/item/vending_refill/engivend, -/obj/item/vending_refill/medical, -/obj/item/vending_refill/mining_equipment, -/obj/item/vending_refill/medical, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"iR" = ( -/obj/machinery/camera/autoname, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"iS" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "Mix Chamber Blast"; - name = "Mix Chamber Vent" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"jd" = ( -/obj/machinery/atmospherics/pipe/simple, -/obj/machinery/computer/atmos_control/incinerator{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"jl" = ( -/obj/item/bedsheet/ce, -/obj/structure/bed, -/obj/item/toy/plush/lizardplushie, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"jn" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/holosign/barrier/atmos/infinite, -/turf/open/floor/plating, -/area/ship/crew/canteen) -"jo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/ship/engineering/atmospherics) -"jx" = ( -/obj/effect/turf_decal/number/two, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"jy" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"jC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"jG" = ( -/obj/effect/turf_decal/corner/opaque/yellow/border, -/obj/machinery/computer/helm{ - dir = 1; - icon_keyboard = null; - icon_screen = null; - icon_state = "steering_wheel"; - pixel_y = 6 - }, -/obj/structure/table/wood, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"jJ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light/directional/west, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"jL" = ( -/obj/structure/sign/warning/deathsposal{ - pixel_x = 30 - }, -/obj/machinery/vending/wardrobe/engi_wardrobe, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"jV" = ( -/obj/machinery/computer/atmos_control/tank/nitrogen_tank, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"jW" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"jX" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"kb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/effect/decal/cleanable/crayon, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ke" = ( -/obj/machinery/vending/tool, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"kn" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"kp" = ( -/obj/machinery/door/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"kt" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"kz" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/ore_silo, -/obj/item/circuitboard/machine/ore_redemption, -/obj/item/circuitboard/machine/vending/mining_equipment, -/obj/item/circuitboard/computer/arcade/orion_trail, -/obj/item/circuitboard/computer/atmos_alert, -/obj/item/circuitboard/computer/turbine_control, -/obj/item/circuitboard/computer/turbine_computer, -/obj/item/circuitboard/machine/autolathe, -/obj/item/circuitboard/machine/microwave, -/obj/item/circuitboard/machine/smes, -/obj/item/circuitboard/machine/techfab/department/engineering, -/obj/item/circuitboard/machine/shuttle/engine/plasma, -/obj/item/circuitboard/machine/shuttle/engine/plasma, -/obj/item/circuitboard/machine/shuttle/engine/electric, -/obj/item/circuitboard/machine/shuttle/engine/electric, -/obj/item/circuitboard/machine/shuttle/smes, -/obj/item/circuitboard/machine/shuttle/smes, -/obj/item/circuitboard/machine/smes, -/obj/item/circuitboard/machine/vendor, -/obj/item/circuitboard/machine/vendor, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"kM" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"kN" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - name = "Engine Mix to Engine" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/number/three{ - pixel_x = 6; - pixel_y = 11 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"kW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"ld" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/camera/autoname, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"lg" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"ll" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"lr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/bridge) -"ly" = ( -/obj/machinery/door/window{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"lX" = ( -/turf/closed/wall/mineral/titanium/survival/nodiagonal, -/area/ship/engineering/atmospherics) -"ma" = ( -/obj/structure/rack, -/obj/item/storage/part_replacer, -/obj/item/storage/box/metalfoam, -/obj/item/holosign_creator/engineering, -/obj/item/holosign_creator/engineering, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/atmos, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/disk/holodisk/rube/disk6, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"mi" = ( -/obj/machinery/door/airlock/hatch, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/holosign/barrier/atmos/infinite, -/turf/open/floor/plating, -/area/ship/engineering) -"mj" = ( -/obj/structure/table/wood, -/obj/machinery/light/directional/east, -/obj/machinery/fax/indie{ - pixel_y = -5 - }, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 5 - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"ml" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/item/storage/belt/utility/chief/full, -/obj/item/clothing/under/rank/engineering/chief_engineer, -/obj/item/clothing/under/rank/engineering/chief_engineer/skirt, -/obj/item/clothing/head/hardhat/white, -/obj/item/clothing/glasses/meson/engine, -/obj/item/holosign_creator/atmos, -/obj/item/holosign_creator/engineering, -/obj/item/circuitboard/machine/techfab/department/engineering, -/obj/item/areaeditor/shuttle, -/obj/item/clothing/suit/toggle/hazard, -/obj/item/clothing/head/beret/ce, -/obj/item/clothing/head/beret/eng, -/obj/item/pipe_dispenser, -/obj/item/construction/rcd/arcd, -/obj/item/rcd_ammo/large, -/obj/item/rcd_ammo, -/obj/item/rcd_ammo, -/obj/item/clothing/gloves/color/yellow, -/obj/item/gun/ballistic/shotgun/flamingarrow, -/obj/item/ammo_box/c38_box, -/obj/item/storage/fancy/cigarettes/cigars/cohiba, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 6 - }, -/obj/structure/closet/secure{ - icon_state = "ce"; - name = "Chief at Engineering's Stuff" - }, -/obj/item/areaeditor/shuttle, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"mr" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 10 - }, -/obj/effect/decal/cleanable/blood/gibs/torso, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"mO" = ( -/obj/effect/turf_decal/spline/fancy/wood, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"mP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"mS" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light/directional/west, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"mV" = ( -/obj/effect/turf_decal/industrial/radiation{ - dir = 5 - }, -/obj/effect/turf_decal/industrial/radiation/corner{ - dir = 8 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"nb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"nl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/decal/cleanable/ash/large, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 5 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"nn" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/closet/cabinet, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"nq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/holopad/emergency/command, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"nu" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"nw" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/closet/firecloset/wall{ - dir = 4; - pixel_x = -28 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"ny" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"nG" = ( -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"nQ" = ( -/obj/effect/turf_decal/spline/plain/opaque/yellow, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"nT" = ( -/obj/machinery/power/emitter, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"nY" = ( -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 1 - }, -/obj/item/disk/holodisk/rube/disk4, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"od" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"oq" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 23 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"oK" = ( -/turf/closed/wall/mineral/wood, -/area/ship/hallway) -"oY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"oZ" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"pb" = ( -/obj/effect/decal/cleanable/glass/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 5 - }, -/obj/item/mop, -/obj/structure/mopbucket, -/obj/item/caution, -/obj/item/caution, -/obj/item/caution, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"pg" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/obj/effect/decal/cleanable/crayon, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ph" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/machinery/computer/atmos_control/tank/air_tank, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"pp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"pv" = ( -/obj/machinery/computer/operating, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"pz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/camera/autoname, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"pF" = ( -/obj/structure/lattice/catwalk, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"pK" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"pM" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"pO" = ( -/obj/machinery/the_singularitygen/tesla, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"pQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8; - filter_types = list("co2") - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"qg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/obj/machinery/button/door{ - dir = 4; - id = "C02 Chamber Blast"; - name = "C02 Chamber Vent Control"; - pixel_x = -25 - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"qi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"qk" = ( -/obj/effect/turf_decal/trimline/transparent/bar/filled, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"qs" = ( -/obj/structure/table/wood/poker, -/obj/item/toy/figure/ce, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"qu" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks, -/obj/machinery/light/directional/north, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"qv" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple, -/turf/open/floor/engine, -/area/ship/engineering/engine) -"qz" = ( -/obj/machinery/smartfridge/drinks, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"qC" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/curtain, -/obj/machinery/shower{ - pixel_y = 13 - }, -/obj/effect/turf_decal/industrial/outline/yellow, -/turf/open/floor/plasteel/mono/white, -/area/ship/engineering/engine) -"qH" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"qK" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/light/directional/east, -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"qP" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2, -/obj/effect/decal/cleanable/ash/large, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"qT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-9" - }, -/obj/structure/cable/green{ - icon_state = "2-9" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"qU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/obj/structure/cable/green{ - icon_state = "4-10" - }, -/obj/machinery/firealarm/directional/north, -/obj/structure/railing/corner, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"qZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"rd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/door/window{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"rj" = ( -/obj/structure/cable/pink{ - icon_state = "2-5" - }, -/obj/structure/cable/pink{ - icon_state = "2-9" - }, -/obj/effect/decal/cleanable/food/tomato_smudge, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"rk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"rm" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux{ - id = "Burn Chamber Blast"; - name = "Burn Chamber Vent" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/engine) -"rn" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ro" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"rp" = ( -/obj/structure/curtain/cloth/fancy, -/obj/machinery/door/window{ - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"rr" = ( -/obj/machinery/field/generator, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"rv" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/obj/structure/fans/tiny, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"rD" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - desc = "Musty smelling microwave, old and shitty. If you could describe it, it would be green" - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"rE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"rJ" = ( -/obj/structure/table/wood/reinforced, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"rK" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4; - piping_layer = 2; - volume = 250000 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"rM" = ( -/obj/machinery/power/smes, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"rW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"sb" = ( -/obj/machinery/vending/cigarette/beach, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 9 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"sd" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/holosign/barrier/atmos/infinite, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"sk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"sl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/obj/machinery/holopad/emergency/atmos, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"sn" = ( -/obj/item/bedsheet/orange, -/obj/item/toy/plush/plushvar, -/obj/structure/bed, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"su" = ( -/obj/structure/closet/crate/secure/engineering{ - name = "WARNING - Supermatter Crystal - DANGER" - }, -/obj/machinery/power/supermatter_crystal/shard, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"sy" = ( -/obj/machinery/atmospherics/components/unary/tank/nitrogen{ - piping_layer = 2; - volume = 250000 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"sz" = ( -/obj/machinery/holopad/emergency/engineering, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"sB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"sC" = ( -/obj/effect/turf_decal/number/five, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"sL" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/glass, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"sO" = ( -/obj/machinery/computer/rdconsole/production{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"sR" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 10 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"sY" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"td" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 1 - }, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"tg" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/firealarm/directional/north, -/obj/effect/decal/cleanable/insectguts, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"tj" = ( -/obj/machinery/microwave{ - desc = "Musty smelling microwave, old and shitty. If you could describe it, it would be green" - }, -/obj/structure/table/wood/reinforced, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 10 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"tk" = ( -/obj/machinery/camera/autoname, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"tm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"tp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"tq" = ( -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/obj/machinery/button/door{ - dir = 8; - id = "Burn Chamber Blast"; - name = "Burn Chamber Vent Control"; - pixel_x = 26; - pixel_y = 5 - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"tt" = ( -/turf/closed/wall/mineral/wood, -/area/ship/crew/canteen) -"tI" = ( -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"tM" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder/constructed, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"tZ" = ( -/obj/docking_port/mobile{ - callTime = 250; - launch_status = 0; - name = "Engineering Project"; - port_direction = 2; - preferred_direction = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"ua" = ( -/obj/structure/table/wood/reinforced, -/obj/item/toy/foamblade, -/obj/item/toy/gun, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"uj" = ( -/obj/machinery/suit_storage_unit/independent/mining/eva, -/obj/effect/turf_decal/corner_steel_grid/full, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"uq" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"uz" = ( -/obj/machinery/button/ignition/incinerator/toxmix{ - id = "TEG_igniter"; - pixel_y = -29 - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/weldingtool, -/obj/item/weldingtool, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"uB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/radiation, -/obj/effect/turf_decal/industrial/radiation{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"uG" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall/r_wall, -/area/ship/medical) -"uN" = ( -/obj/machinery/power/terminal, -/obj/structure/cable/green, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"uQ" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"uW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"uX" = ( -/obj/machinery/power/emitter, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"vb" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/firealarm/directional/north, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"vc" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"vd" = ( -/obj/effect/decal/cleanable/crayon, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"vj" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"vl" = ( -/obj/structure/closet/cabinet, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/redtag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/suit/bluetag, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/bluetaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/clothing/head/helmet/redtaghelm, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/redtag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/bluetag, -/obj/item/gun/energy/laser/bluetag, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"vq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"vr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/yellow/bordercorner{ - dir = 8 - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"vv" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"vw" = ( -/obj/structure/chair/comfy/shuttle/bronze, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"vA" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"vB" = ( -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/ash/snappop_phoenix, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"vC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8; - filter_types = list("o2") - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"vJ" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = 16 - }, -/turf/open/floor/plasteel/white, -/area/ship/crew/canteen) -"vL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"vX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"wf" = ( -/obj/machinery/light/directional/north, -/turf/open/floor/plating/airless, -/area/ship/external) -"wg" = ( -/turf/open/floor/plating/airless, -/area/ship/external) -"wk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/camera/autoname, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"wq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"wy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/decal/cleanable/molten_object/large, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"wz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"wH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"wP" = ( -/obj/machinery/vending/boozeomat/all_access, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"wU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"wZ" = ( -/obj/machinery/light/directional/north, -/obj/machinery/button/door{ - dir = 4; - id = "Storage Bay Blast"; - name = "Storage Bay Doors Control"; - pixel_x = -25 - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"xa" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"xl" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"xo" = ( -/obj/structure/sink{ - pixel_y = 15 - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"xv" = ( -/obj/structure/table/wood/poker, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -5; - pixel_y = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"xA" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-10" - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"xC" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump/layer2, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"xE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/spline/fancy/wood/cee, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"xQ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "TEG Waste Disposal" - }, -/obj/effect/turf_decal/industrial/outline/red, -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"xW" = ( -/obj/machinery/power/smes, -/obj/structure/cable/green{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"ya" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) -"yd" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"yg" = ( -/obj/machinery/shower{ - pixel_y = 13 - }, -/obj/structure/curtain, -/turf/open/floor/plasteel/white, -/area/ship/crew/canteen) -"yj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"yp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "4-9" - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"yy" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"yz" = ( -/obj/machinery/holopad/emergency/engineering, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"yB" = ( -/obj/structure/table/wood/reinforced, -/obj/item/toy/cards/deck{ - pixel_y = 11 - }, -/obj/item/toy/eightball{ - pixel_x = -8 - }, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"yM" = ( -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/structure/table/rolling, -/obj/item/storage/firstaid/regular, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/brute, -/obj/item/defibrillator, -/obj/item/stock_parts/cell/high, -/obj/machinery/firealarm/directional/west, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"yN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"yO" = ( -/obj/machinery/light/directional/west, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"yP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"yQ" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "C02 Chamber Blast"; - name = "C02 Chamber Vent" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"yT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"ze" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/canteen) -"zi" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"zl" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"zm" = ( -/obj/structure/particle_accelerator/power_box, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"zs" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"zt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/machinery/washing_machine, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"zu" = ( -/obj/structure/particle_accelerator/fuel_chamber, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"zy" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/poddoor{ - id = "Storage Bay Blast"; - name = "Storage Bay Doors" - }, -/turf/open/floor/plating, -/area/ship/storage) -"zB" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = 16 - }, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"zE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 4; - filter_types = list("o2","n2") - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"zG" = ( -/turf/closed/wall/mineral/titanium/survival, -/area/ship/engineering/engine) -"zH" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 10 - }, -/obj/item/radio/intercom/wideband/table{ - pixel_y = -9 - }, -/obj/item/disk/holodisk/rube/disk1, -/obj/item/disk/holodisk/rube/disk2, -/obj/item/disk/holodisk/rube/disk3, -/obj/item/disk/holodisk/rube/disk4, -/obj/item/disk/holodisk/rube/disk5, -/obj/item/disk/holodisk/rube/disk6, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"zL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"zQ" = ( -/obj/effect/decal/cleanable/glass/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 9 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"zV" = ( -/obj/machinery/light/directional/west, -/obj/structure/toilet/secret{ - dir = 8; - pixel_x = 7; - secret_type = "/obj/item/toy/plush/blahaj" - }, -/obj/effect/decal/cleanable/insectguts, -/turf/open/floor/plasteel/white, -/area/ship/crew/canteen) -"zW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Ag" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Aj" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Ak" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -30 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Al" = ( -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Au" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Av" = ( -/obj/machinery/camera/autoname, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/north, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Ax" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/sign/warning/deathsposal{ - name = "\improper LAUNCH TUBE: LEADS TO SPACE sign"; - pixel_y = -32; - sign_change_name = "Warning - Launch Tube: Leads to Space" - }, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"AA" = ( -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/machinery/door/window{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"AL" = ( -/obj/structure/closet/radiation, -/obj/structure/sign/warning/deathsposal{ - name = "\improper LAUNCH TUBE: LEADS TO SPACE sign"; - pixel_y = -32; - sign_change_name = "Warning - Launch Tube: Leads to Space" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"AN" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"AS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"AV" = ( -/obj/structure/chair/stool/bar, -/obj/item/toy/plush/moth, -/obj/effect/turf_decal/spline/fancy/wood, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"AZ" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Bo" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Bx" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "Plasma Chamber Blast"; - name = "Plasma Chamber Vent" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"BD" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/ship/external) -"BM" = ( -/obj/machinery/light/directional/west, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/canteen) -"BO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"BV" = ( -/turf/open/floor/plating, -/area/ship/engineering/engine) -"BZ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Cc" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Cg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Ck" = ( -/obj/structure/closet/crate/freezer, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/effect/spawner/lootdrop/ration, -/obj/item/pizzabox/meat, -/obj/item/pizzabox/vegetable, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"Cw" = ( -/obj/structure/closet/secure_closet/atmospherics{ - anchored = 1; - can_be_unanchored = 1 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/belt/utility/full/engi, -/obj/item/clothing/glasses/welding, -/obj/item/clothing/suit/toggle/hazard, -/obj/item/holosign_creator/atmos, -/obj/item/clothing/glasses/meson/engine/tray, -/obj/item/analyzer, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"CA" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"CB" = ( -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"CC" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"CH" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"CI" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 10 - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"CJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/machinery/camera/autoname{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"CP" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/computer/camera_advanced{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 6 - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"CT" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"CV" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"CW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Di" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"Do" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-5" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Ds" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/obj/effect/turf_decal/corner_steel_grid/full{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Dt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/light/directional/east, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Dv" = ( -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Dw" = ( -/obj/structure/lattice/catwalk, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Dx" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/effect/turf_decal/industrial/outline/red, -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Dy" = ( -/obj/structure/table/wood, -/obj/structure/bedsheetbin, -/obj/machinery/computer/cryopod/directional/west, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"Dz" = ( -/obj/machinery/atmospherics/pipe/layer_manifold/visible, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"DE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"DQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/obj/effect/decal/cleanable/ash/snappop_phoenix, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"DR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"DW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8; - filter_types = list("n2") - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Eg" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Ep" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/bridge) -"Eu" = ( -/obj/structure/chair/stool/bar, -/obj/item/toy/plush/knight, -/obj/effect/turf_decal/spline/fancy/wood, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"EC" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"EF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"EH" = ( -/obj/machinery/camera/autoname{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"EL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/obj/machinery/computer/atmos_control/tank/toxin_tank, -/obj/machinery/light/directional/east, -/obj/machinery/door/airlock/hatch, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"ER" = ( -/obj/item/bedsheet/dorms, -/obj/structure/bed, -/obj/item/toy/plush/goatplushie, -/obj/structure/window/reinforced/tinted, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"ES" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"Fb" = ( -/obj/structure/table/wood/poker, -/obj/item/storage/fancy/cigarettes/cigpack_robustgold, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Fi" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"Fj" = ( -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/storage/backpack/satchel/explorer, -/obj/item/storage/backpack/satchel/explorer, -/obj/structure/closet/secure_closet/miner, -/obj/item/mining_scanner, -/obj/item/mining_scanner, -/obj/item/clothing/suit/hooded/explorer, -/obj/item/clothing/suit/hooded/explorer, -/obj/item/storage/belt/mining/vendor, -/obj/item/storage/belt/mining/vendor, -/obj/item/radio/headset/headset_eng, -/obj/item/radio/headset/headset_eng, -/obj/effect/turf_decal/corner_steel_grid{ - dir = 4 - }, -/obj/effect/turf_decal/corner_steel_grid{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Fm" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 1; - name = "Mix Chamber to Engine" - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_y = -29 - }, -/obj/effect/decal/cleanable/ash/snappop_phoenix, -/obj/effect/turf_decal/industrial/radiation, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Fr" = ( -/obj/machinery/power/generator, -/obj/structure/cable/pink, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Ft" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/layer2{ - dir = 1; - on = 1 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Fw" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"FE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/ship/engineering/atmospherics) -"FP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"FQ" = ( -/obj/machinery/button/door{ - dir = 4; - id = "N2 Chamber Blast"; - name = "N2 Chamber Vent Control"; - pixel_x = -25 - }, -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"FZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Gc" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Gd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 23 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"Ge" = ( -/obj/structure/closet/crate/solarpanel_small, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Gf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Gr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/bridge) -"Gs" = ( -/obj/structure/closet/crate/radiation, -/obj/item/circuitboard/machine/rad_collector, -/obj/item/circuitboard/machine/rad_collector, -/obj/item/circuitboard/machine/rad_collector, -/obj/item/circuitboard/machine/rad_collector, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Gv" = ( -/obj/machinery/vending/engivend, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Gx" = ( -/obj/structure/closet/secure_closet/engineering_electrical{ - anchored = 1; - can_be_unanchored = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Gy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"GL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"GP" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/deathsposal{ - pixel_x = -28 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"GW" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/obj/effect/decal/cleanable/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"GY" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"GZ" = ( -/turf/closed/wall/r_wall/rust, -/area/ship/engineering/engine) -"Hb" = ( -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Hi" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "5-8" - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Hn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/decal/cleanable/confetti, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Hp" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Hq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"Ht" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = 31 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Hu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Hw" = ( -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/item/radio, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"Hx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"HC" = ( -/obj/item/gps, -/obj/item/gps, -/obj/item/gps, -/obj/item/gps, -/obj/item/gps, -/obj/item/gps, -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"HE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"HK" = ( -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"HT" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/structure/railing/corner{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"HW" = ( -/obj/structure/railing, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Ie" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/structure/railing/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"If" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Im" = ( -/obj/structure/closet/crate/internals, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"In" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/ship/engineering/atmospherics) -"Is" = ( -/obj/item/clothing/head/helmet/space/fragile, -/obj/item/clothing/suit/space/fragile, -/obj/item/tank/internals/emergency_oxygen/engi, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/suit_storage_unit/inherit, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"Ix" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Iz" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/holosign/barrier/atmos/infinite, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"IF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/deathsposal{ - pixel_x = 30 - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"IG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"IH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/closet/firecloset/wall{ - dir = 1; - pixel_y = -29 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"IL" = ( -/obj/structure/mineral_door/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"IO" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/bridge) -"IR" = ( -/obj/machinery/light/directional/north, -/obj/structure/lattice/catwalk, -/obj/item/borg/upgrade/modkit/indoors, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"IS" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"IW" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/structure/railing, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"IY" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/hatch, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/holosign/barrier/atmos/infinite, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Jj" = ( -/obj/machinery/airalarm/directional/south, -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Jp" = ( -/obj/machinery/light/directional/north, -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/flour, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/item/reagent_containers/food/condiment/sugar, -/obj/item/reagent_containers/food/snacks/fishmeat/carp, -/obj/item/reagent_containers/food/snacks/fishmeat/carp, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/meat/slab/chicken, -/obj/item/reagent_containers/food/snacks/meat/slab/chicken, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/meat/slab, -/obj/item/reagent_containers/food/snacks/meat/slab, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Js" = ( -/obj/machinery/power/emitter, -/obj/machinery/light/directional/east, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Jx" = ( -/obj/machinery/camera/autoname, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/north, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"JK" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 5 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"JN" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 1; - name = "TEG Burn-Chamber Disposal" - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"JO" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"Ke" = ( -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"Kf" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Kg" = ( -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Kh" = ( -/obj/structure/chair/sofa/corner{ - dir = 1 - }, -/obj/machinery/light/directional/west, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"Kr" = ( -/obj/machinery/grill, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Kt" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Kw" = ( -/obj/machinery/atmospherics/components/binary/circulator{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Kx" = ( -/obj/structure/closet/secure_closet/engineering_personal{ - anchored = 1; - can_be_unanchored = 1 - }, -/obj/item/holosign_creator/engineering, -/obj/item/clothing/head/beret/eng, -/obj/item/clothing/head/beret/eng/hazard, -/obj/item/clothing/suit/toggle/hazard, -/obj/item/storage/belt/utility/full/engi, -/obj/item/clothing/glasses/welding, -/obj/item/storage/toolbox/mechanical, -/obj/item/storage/toolbox/electrical, -/obj/item/analyzer, -/obj/structure/window/reinforced/spawner, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Kz" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/mineral/uranium/five, -/obj/item/stack/sheet/mineral/plasma/five, -/obj/item/reagent_containers/glass/bottle/radium, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"KI" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/beanbag, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"KJ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/obj/effect/decal/cleanable/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 10 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"KM" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"KO" = ( -/obj/machinery/atmospherics/components/trinary/mixer/layer2{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"KT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/machinery/button/door{ - dir = 4; - name = "02 Chamber Vent Control"; - pixel_x = -25 - }, -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"KV" = ( -/obj/structure/particle_accelerator/particle_emitter/center, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Lc" = ( -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Le" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering) -"Lg" = ( -/obj/machinery/firealarm/directional/west, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"Lk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Lt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"LC" = ( -/obj/effect/decal/cleanable/blood/old, -/obj/effect/landmark/observer_start, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"LF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"LH" = ( -/obj/machinery/light/directional/south, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/table/wood, -/obj/item/disk/holodisk/rube/disk5, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"LK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/holosign/barrier/atmos/infinite, -/obj/machinery/door/airlock/hatch, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"LL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"LQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"LW" = ( -/obj/machinery/particle_accelerator/control_box, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"LZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/airalarm/directional/south, -/obj/machinery/button/door{ - dir = 4; - id = "Storage Bay Blast"; - name = "Storage Bay Doors Control"; - pixel_x = -25 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 10 - }, -/obj/effect/turf_decal/industrial/radiation/corner{ - dir = 4 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"Mb" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Mc" = ( -/obj/structure/rack, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/mineral/wood/fifty, -/obj/item/stack/sheet/mineral/plasma/twenty, -/obj/item/stack/sheet/plasteel/twenty, -/obj/item/stack/sheet/plasmarglass{ - amount = 15 - }, -/obj/item/stack/sheet/plastic/five, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/machinery/light/directional/north, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/cell, -/obj/item/stock_parts/cell, -/obj/item/stock_parts/cell, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/obj/item/stock_parts/scanning_module, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Mk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Mp" = ( -/obj/structure/chair/stool/bar{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"MD" = ( -/obj/effect/turf_decal/atmos/plasma, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"MJ" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"MN" = ( -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/obj/item/toy/plush/hornet/gay, -/obj/effect/turf_decal/spline/fancy/wood, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"MO" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"MR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Nb" = ( -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/canteen) -"Ni" = ( -/obj/effect/turf_decal/trimline/transparent/bar, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Nj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Np" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Nw" = ( -/obj/structure/mineral_door/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"NC" = ( -/obj/structure/closet/emcloset/wall{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"NG" = ( -/obj/machinery/button/door{ - dir = 4; - id = "Plasma Chamber Blast"; - name = "Plasma Chamber Vent Control"; - pixel_x = -25 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"NO" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/atmospherics) -"NR" = ( -/obj/machinery/atmospherics/components/unary/tank/carbon_dioxide{ - piping_layer = 2; - volume = 250000 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Of" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/canteen) -"Oj" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing/corner{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Ol" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/machinery/suit_storage_unit/atmos, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Or" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/obj/machinery/power/grounding_rod, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"Ot" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/cable/pink{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"OD" = ( -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"OK" = ( -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/closet/cabinet, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"OV" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing/corner, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"OZ" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 6 - }, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Pe" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Pj" = ( -/obj/machinery/door/airlock/hatch, -/obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/turf/open/floor/engine, -/area/ship/engineering/atmospherics) -"Ps" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"PD" = ( -/obj/machinery/camera/autoname, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/ship/bridge) -"PG" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/camera/autoname{ - dir = 5 - }, -/obj/effect/decal/cleanable/blood/tracks, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"PJ" = ( -/turf/closed/wall/mineral/titanium, -/area/ship/engineering/atmospherics) -"PM" = ( -/obj/machinery/light/directional/east, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/bridge) -"PR" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) -"Qd" = ( -/obj/structure/table/wood, -/obj/machinery/light/directional/west, -/obj/machinery/cell_charger, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 9 - }, -/obj/item/stock_parts/cell/hyper/empty, -/obj/item/stock_parts/cell/hyper/empty, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"Qh" = ( -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Qj" = ( -/obj/structure/sign/departments/restroom, -/turf/closed/wall/mineral/wood, -/area/ship/crew/canteen) -"Qw" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Qy" = ( -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"QE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/structure/cable/green{ - icon_state = "6-8" - }, -/obj/effect/turf_decal/industrial/radiation, -/obj/effect/turf_decal/industrial/radiation{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"QQ" = ( -/turf/closed/wall/mineral/iron, -/area/ship/crew/dorm) -"QY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 8; - name = "Plasma Out" - }, -/obj/structure/cable/green{ - icon_state = "2-9" - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = 31 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Rc" = ( -/obj/item/circuitboard/machine/rdserver, -/obj/structure/frame/machine, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Rn" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/rag, -/obj/item/reagent_containers/food/drinks/shaker, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Ro" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Ru" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/engine, -/area/ship/engineering/engine) -"RB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"RF" = ( -/obj/structure/ore_box, -/obj/effect/turf_decal/corner_steel_grid/full{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"RJ" = ( -/obj/effect/turf_decal/atmos/mix, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"RV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/structure/tank_dispenser, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"RW" = ( -/obj/machinery/door/airlock/hatch, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/holosign/barrier/atmos/infinite, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Sb" = ( -/obj/structure/closet/secure_closet/engineering_welding{ - anchored = 1; - can_be_unanchored = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Se" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/trimline/transparent/bar/filled, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Sf" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/layer4{ - dir = 8; - on = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/external) -"Sj" = ( -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/canteen) -"Sm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/machinery/field/generator, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Sp" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/pink{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Ss" = ( -/obj/structure/ore_box, -/obj/effect/turf_decal/corner_steel_grid/full{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Sv" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/light/directional/east, -/obj/structure/railing/corner, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Sw" = ( -/obj/structure/frame/machine, -/obj/item/circuitboard/machine/thermomachine/freezer, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stack/cable_coil/cut, -/obj/item/stack/sheet/glass, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Sx" = ( -/obj/machinery/light/directional/west, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) -"SD" = ( -/obj/effect/turf_decal/number/six, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"SK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"SM" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"SQ" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"ST" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"SY" = ( -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"Th" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Tl" = ( -/obj/machinery/light/directional/west, -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"To" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/machinery/airalarm/directional/east, -/obj/effect/turf_decal/spline/fancy/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/open/floor/wood/mahogany, -/area/ship/crew/canteen) -"Tq" = ( -/obj/machinery/suit_storage_unit/atmos, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Tr" = ( -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Tt" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/green{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 23 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"TC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"TD" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible/layer2{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/cable/green{ - icon_state = "2-4" - }, -/obj/machinery/camera/autoname, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled/warning, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"TG" = ( -/obj/machinery/atmospherics/components/unary/tank/oxygen{ - piping_layer = 2; - volume = 250000 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"TU" = ( -/obj/structure/lattice/catwalk, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"TV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 8 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"TW" = ( -/obj/structure/mineral_door/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/bridge) -"Ua" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/yellow/bordercorner, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"Uj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Uq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 8; - name = "Plasma to Thrusters" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Uw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"UB" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/engineering) -"UE" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/light/directional/south, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"UF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 9 - }, -/obj/effect/decal/cleanable/glass/plasma, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"UH" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/deliveryChute, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"UJ" = ( -/obj/machinery/door/window{ - dir = 8 - }, -/obj/effect/turf_decal/trimline/transparent/bar/filled, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"UL" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"UM" = ( -/obj/structure/table/optable, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/item/tank/internals/anesthetic, -/obj/item/tank/internals/anesthetic, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/mask/breath/medical, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"US" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/machinery/door/window{ - dir = 1 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"UT" = ( -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/tank/toxins{ - dir = 1; - piping_layer = 2; - volume = 250000 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"UX" = ( -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 6 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"UY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/corner/opaque/yellow/border{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/ship/bridge) -"Vk" = ( -/obj/effect/turf_decal/atmos/oxygen, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Vo" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - name = "Gas Mix to Mix Chamber" - }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/obj/machinery/button/door{ - dir = 8; - id = "Mix Chamber Blast"; - name = "Mix Chamber Vent Control"; - pixel_x = 26 - }, -/obj/effect/turf_decal/industrial/radiation, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Vp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 10 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Vr" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Vt" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Vz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"VA" = ( -/turf/closed/wall/mineral/titanium/survival/nodiagonal, -/area/ship/engineering/engine) -"VJ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/decal/cleanable/plasma, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"VK" = ( -/obj/machinery/camera/autoname, -/turf/open/floor/plating/airless, -/area/ship/external) -"VN" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 9 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"VS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/layer2{ - dir = 1; - name = "Mix Tank Scrubber" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"VT" = ( -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/deliveryChute, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering/engine) -"Wp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Wq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{ - dir = 8; - filter_types = list("plasma") - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Wr" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/spline/plain/opaque/yellow{ - dir = 1 - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"WG" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"WI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 4 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"WN" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Xb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable/green{ - icon_state = "0-9" - }, -/obj/structure/cable/green{ - icon_state = "4-9" - }, -/obj/effect/turf_decal/industrial/radiation, -/obj/effect/turf_decal/industrial/radiation{ - dir = 1 - }, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -12; - pixel_y = -16 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"Xi" = ( -/obj/effect/turf_decal/atmos/nitrogen, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Xn" = ( -/turf/closed/wall/r_wall/rust, -/area/ship/engineering/atmospherics) -"Xo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple, -/obj/structure/cable/pink{ - icon_state = "4-10" - }, -/obj/effect/decal/cleanable/crayon, -/obj/effect/decal/cleanable/blood/gibs/core, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"Xp" = ( -/obj/machinery/door/airlock/hatch, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Xq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Xv" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-4" - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"XC" = ( -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/structure/window/reinforced/spawner{ - dir = 1 - }, -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/cable/green{ - icon_state = "1-6" - }, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/obj/item/storage/firstaid/brute, -/obj/item/storage/box/gloves, -/obj/item/storage/box/masks, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"XJ" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/obj/structure/railing/corner, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"XN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown/bordercorner{ - dir = 4 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Yf" = ( -/obj/structure/sink/kitchen{ - dir = 1; - pixel_y = -10 - }, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Yh" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 8 - }, -/turf/open/floor/engine, -/area/ship/engineering/engine) -"Yi" = ( -/obj/machinery/suit_storage_unit/radsuit, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Yj" = ( -/obj/item/bedsheet/clown, -/obj/item/clothing/head/clownmitre, -/turf/closed/wall/mineral/bananium, -/area/ship/medical) -"Yl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/structure/cable/green{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"Yt" = ( -/obj/machinery/atmospherics/components/trinary/mixer/layer2{ - dir = 8; - node1_concentration = 0.7; - node2_concentration = 0.3 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Yw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ - dir = 8 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 6 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Yx" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks/beer, -/turf/open/floor/plasteel/grimy, -/area/ship/crew/canteen) -"Yy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/effect/turf_decal/industrial/radiation{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"YB" = ( -/obj/machinery/airalarm/directional/north, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/engine) -"YC" = ( -/obj/structure/particle_accelerator/particle_emitter/left, -/obj/machinery/light/directional/west, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"YH" = ( -/obj/effect/turf_decal/atmos/carbon_dioxide, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"YS" = ( -/obj/effect/turf_decal/trimline/transparent/bar, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/crew/dorm) -"Zc" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 6 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Zg" = ( -/turf/template_noop, -/area/template_noop) -"Zh" = ( -/turf/open/floor/engine/airless, -/area/ship/engineering/engine) -"Zj" = ( -/turf/closed/wall/r_wall, -/area/ship/medical) -"Zk" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/plasteel/white, -/area/ship/crew/canteen) -"Zm" = ( -/obj/structure/cable/green{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"Zn" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/ship/crew/dorm) -"Zr" = ( -/obj/machinery/atmospherics/components/binary/pump/layer2{ - dir = 8 - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"Zt" = ( -/obj/machinery/vending/wallmed{ - pixel_y = 28 - }, -/obj/structure/window/reinforced/spawner{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/corner/opaque/blue/diagonal, -/turf/open/floor/plasteel/white, -/area/ship/medical) -"Zu" = ( -/obj/machinery/computer/atmos_control/tank/air_tank, -/obj/machinery/light/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"Zy" = ( -/obj/structure/frame/machine, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"Zz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/industrial/radiation, -/obj/effect/turf_decal/industrial/radiation{ - dir = 1 - }, -/turf/open/floor/mineral/titanium, -/area/ship/storage) -"ZD" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/storage) -"ZF" = ( -/obj/machinery/light/directional/south, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/ship/hallway) -"ZG" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "N2 Chamber Blast"; - name = "N2 Chamber Vent" - }, -/turf/open/floor/engine/airless, -/area/ship/engineering/atmospherics) -"ZU" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/medical) -"ZY" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/item/toy/plush/among{ - pixel_x = 8; - pixel_y = -8 - }, -/turf/open/floor/carpet/stellar, -/area/ship/crew/canteen) -"ZZ" = ( -/obj/structure/cable/green{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/deathsposal{ - name = "\improper LAUNCH TUBE: LEADS TO SPACE sign"; - pixel_y = -32; - sign_change_name = "Warning - Launch Tube: Leads to Space" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/corner/opaque/brown/border{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/brown/border, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) - -(1,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(2,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(3,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -tt -tt -tt -tt -tt -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(4,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -tt -tt -aP -Kz -KI -tt -tt -tt -tt -tt -tt -tt -tt -Zg -QQ -QQ -QQ -QQ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(5,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -tt -Jp -Hb -rW -fU -tt -tM -qz -wP -sb -Ck -tj -tt -tt -tt -ll -Dy -QQ -QQ -QQ -QQ -QQ -QQ -QQ -QQ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(6,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -tt -SQ -Hb -bX -ch -Nw -FZ -FZ -kp -Hq -cL -mO -ZY -Kh -tt -cy -Ke -Lg -rp -Ke -ER -Yi -Al -Tq -QQ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(7,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -tt -tt -Kr -iA -cc -tt -Rn -Hb -Fb -Mp -dP -AV -yB -xl -tt -vl -Ke -Hw -Zn -OK -gj -by -YS -Tq -QQ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(8,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -gk -gk -gk -Zg -Zg -Zg -tt -tt -xo -bD -tt -qu -Hb -xv -Mp -cs -Eu -rJ -Di -tt -HK -sz -Ke -rp -Ke -jl -by -YS -Rc -QQ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(9,1,1) = {" -Zg -Zg -Zg -Zg -gk -gk -VN -KJ -gk -gk -gk -Zg -Zg -tt -CC -rD -tt -Yx -zB -qs -Mp -wq -MN -ua -ES -tt -ey -Ke -HC -Zn -OK -gj -MJ -Ni -oZ -QQ -Zg -Zg -Zg -Zg -Zg -Zg -VA -VA -VA -VA -VA -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(10,1,1) = {" -Zg -Zg -Zg -Zg -gk -id -kW -iO -Np -uN -CA -UB -Zg -tt -tt -tt -tt -tt -tt -tt -Gd -IF -To -hf -xE -eC -sB -US -GL -rp -Ke -sn -WG -YS -Ag -QQ -Zg -Zg -Zg -Zg -Zg -Zg -VA -rM -zi -yO -VA -VA -VA -VA -VA -BD -Zg -Zg -Zg -Zg -"} -(11,1,1) = {" -Zg -Zg -Zg -Zg -gk -ld -gm -Aj -qP -Dz -eA -Le -Zg -Zg -Zg -Zg -tt -Sj -BM -ze -Of -tt -tt -Qj -Zk -tt -oq -zt -bp -gb -nn -dM -ez -ly -sO -QQ -gX -gX -Zg -Zg -Zg -Zg -VA -cF -ag -OZ -td -IS -aa -xQ -jC -JN -Zg -Zg -Zg -Zg -"} -(12,1,1) = {" -Zg -Zg -Zg -Zg -gk -pb -XN -FP -Qw -eO -fK -UB -Zg -Zg -Zg -Zg -tt -Nb -tt -tt -jn -tt -yg -zV -vJ -tt -Wr -hQ -qi -tp -eX -eX -eX -yp -nQ -AZ -tI -gX -bL -bL -GZ -GZ -VA -qC -ag -KM -BV -BV -BV -Kt -zG -BD -Zg -Zg -Zg -Zg -"} -(13,1,1) = {" -Zg -Zg -Zg -Zg -gk -gk -Mk -kt -gk -gk -gk -Zg -Zg -Zg -Zg -Zg -oK -HW -Zg -Zg -Vt -tt -tt -tt -tt -tt -QQ -AZ -QQ -Sb -UJ -Gx -hu -rd -SM -QQ -CV -Kf -AS -AS -cV -Sx -ya -cF -vB -KM -wU -gc -BV -uz -zG -Zg -Zg -Zg -Zg -Zg -"} -(14,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -wy -Lk -RW -GY -AN -Gc -Zj -Zj -uG -Zj -Zj -Ie -kM -kM -Gy -Hp -Sv -ix -bZ -QQ -tI -OD -QQ -ke -qk -Kx -Cw -od -Gv -QQ -Zg -Zg -Zg -Zg -Zg -Zg -VA -sL -ag -KM -zW -nb -BV -LH -zG -Zg -Zg -Zg -Zg -Zg -"} -(15,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -Qy -Ax -gk -eZ -eZ -vc -Zj -pv -UM -yM -Zj -Gr -hR -hR -hR -hR -hR -Zg -vj -QQ -OD -xa -QQ -aN -Se -Kx -Cw -Lt -jL -QQ -Zg -Zg -Zg -Zg -Zg -Zg -VA -cO -pp -hV -fk -Wp -BV -EH -zG -Zg -Zg -Zg -Zg -Zg -"} -(16,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -iR -GW -gk -eZ -eZ -UE -Zj -Zt -AA -Yf -Zj -lr -Ep -qZ -Qd -CI -hR -hR -Au -gX -gP -gX -QQ -QQ -QQ -QQ -QQ -sd -QQ -QQ -pz -Zg -Zg -Zg -ZF -VA -VA -Av -bN -pg -bm -vd -Ru -Yh -zG -Zg -Zg -Zg -Zg -Zg -"} -(17,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -cM -UF -gk -eZ -eZ -wz -LK -wk -Yl -XC -Zj -hR -dd -qT -UY -vr -zH -hR -cE -Do -DE -Hp -Hp -Hp -Hp -Hp -nw -UL -XJ -GY -jX -MO -kM -Xv -bE -MR -Uj -oY -dL -mr -ay -bI -qv -hK -zG -Zg -Zg -Zg -Zg -Zg -"} -(18,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -Tt -UX -em -jW -jW -cJ -UH -ZU -TC -vX -hC -TW -bj -ao -nq -vw -jG -hR -qU -uq -Oj -iL -iL -iL -iL -Dt -zL -vv -IW -Zg -Zg -Zc -iL -Zm -yN -IY -at -yz -Hn -rj -Fr -LC -Ru -Zh -rm -Zg -Zg -Zg -Zg -Zg -"} -(19,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -vb -gk -gk -gk -eZ -eZ -Zj -Zj -NC -Is -Zj -hR -PD -qZ -nY -Ua -CP -hR -zl -Zg -Tr -bT -bT -bT -bT -bT -FE -jo -In -Xq -LL -Nj -iS -tm -IG -LL -bC -dK -Xo -jd -Kw -Dx -qv -ds -VA -Zg -Zg -Zg -Zg -Zg -"} -(20,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -nl -Ro -sR -gk -bL -bL -Yj -Zj -Zj -Zj -Zj -eq -PM -qZ -mj -ml -hR -hR -hB -Xn -kn -bT -rK -zE -gg -bT -Ol -Hx -qH -ny -Fm -IG -gQ -VS -RJ -lX -YB -VJ -bN -vd -BV -vd -Ru -Ru -VA -Zg -Zg -Zg -Zg -Zg -"} -(21,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -gk -gk -ZZ -gk -bL -bL -bL -bL -bL -bL -bL -IO -hR -hR -hR -dm -hR -Zg -Hi -Xn -CB -bT -Hu -kN -fB -sk -RV -fo -rE -qK -Vo -Pj -Cg -Pe -Ft -lX -tq -cF -Ot -RB -kb -LQ -eD -Uw -VA -Zg -Zg -Zg -Zg -Zg -"} -(22,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -gk -TD -mi -sY -sY -sY -mS -sY -sY -Xp -yT -Bo -Bo -Bo -OV -jJ -xA -HT -bT -Vr -bT -sk -hZ -sk -sk -gY -CW -IH -bT -bT -bT -bT -bT -bT -bT -VA -Jx -ag -zW -nb -gF -BV -WI -VA -Zg -Zg -Zg -Zg -Zg -"} -(23,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -gk -gk -WN -gk -gk -Zg -Zg -Zg -Zg -Zg -bL -Ps -hJ -Vz -Vz -fZ -Zg -Zg -Dw -bT -Qh -dR -ph -gv -Ak -sl -Uq -yP -Yt -NO -Fi -JO -AS -Tl -VT -PR -ya -cF -vB -aE -EF -KO -eD -bA -VA -Zg -Zg -Zg -Zg -Zg -"} -(24,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -zQ -vA -TV -uN -CA -UB -Zg -Zg -Zg -Zg -Xn -kn -eU -PJ -bT -bT -bT -bT -Iz -bT -tk -BZ -fT -DQ -ct -DR -BO -hl -CJ -bT -nG -Xn -Zg -Zg -Zg -Zg -VA -tg -ag -BV -ba -HE -hr -Uw -VA -BD -Zg -Zg -Zg -Zg -"} -(25,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -iR -gG -xC -pK -eA -Le -Zg -Zg -Zg -Zg -bT -CB -yj -FQ -KT -PG -qg -NG -pM -GP -zs -fp -LF -Fw -bg -uW -yd -vq -Jj -bT -ei -ei -ei -Zg -Zg -Zg -VA -cF -ag -BV -Sw -Sw -ST -rn -Gf -fL -Zg -Zg -Zg -Zg -"} -(26,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -Qy -Ix -lg -ff -fK -UB -Zg -Zg -Zg -Zg -bT -ej -Mb -jV -Cc -Lc -Ht -Zu -Cc -Lc -Ht -iC -Cc -Lc -Ht -EL -rk -Yy -QY -IL -mP -LZ -ei -IR -Zg -Zg -VA -xW -Sp -Kg -VA -VA -VA -VA -VA -BD -Zg -Zg -Zg -Zg -"} -(27,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -JK -Yw -gk -gk -gk -Zg -Zg -Zg -Zg -Zg -bT -If -SK -bT -wH -rv -vL -bT -wH -rv -vL -bT -wH -rv -vL -bT -TU -rv -pF -bT -ma -Xb -ei -ei -ei -ei -VA -VA -VA -VA -VA -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(28,1,1) = {" -Zg -Zg -Zg -Zg -Zg -gk -gk -gk -gk -Zg -Zg -Zg -Zg -Zg -Zg -Zg -bT -Th -bT -bT -DW -Xi -uQ -bT -vC -Vk -dD -bT -pQ -YH -jy -bT -ro -MD -Wq -bT -iQ -Zz -rr -aI -ZD -Dv -Ds -uj -ei -wZ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(29,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Sf -Zg -bT -ij -SD -Zr -bT -EC -sC -Zr -bT -CH -be -Zr -bT -Zr -jx -Eg -bT -Mc -uB -Sm -rr -ZD -Dv -Fj -gM -zy -wg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(30,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -bT -sy -CT -yy -bT -TG -CT -yy -bT -NR -CT -yy -bT -Vp -nu -UT -bT -kz -QE -dY -Im -eE -eE -Ss -RF -zy -tZ -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(31,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -bT -bT -bT -ZG -bT -bT -bT -dt -bT -bT -bT -yQ -bT -Bx -bT -bT -bT -Zy -mV -bB -SY -Or -Or -Or -bb -zy -wg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(32,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -ei -YC -cG -hE -su -Ge -fs -fs -fs -Gs -ek -zy -wg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(33,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -ei -KV -zm -LW -zu -uX -nT -nT -Js -pO -AL -ei -wf -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(34,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -ei -ei -ei -ei -ei -ei -ei -ei -ei -ei -ei -ei -VK -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(35,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(36,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(37,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(38,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(39,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} -(40,1,1) = {" -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -Zg -"} diff --git a/_maps/shuttles/independent/independent_shepherd.dmm b/_maps/shuttles/independent/independent_shepherd.dmm deleted file mode 100644 index 891811e17789..000000000000 --- a/_maps/shuttles/independent/independent_shepherd.dmm +++ /dev/null @@ -1,7545 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ad" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"ai" = ( -/obj/item/clothing/suit/hooded/chaplain_hoodie, -/obj/item/clothing/suit/hooded/chaplain_hoodie, -/obj/item/clothing/suit/hooded/chaplain_hoodie, -/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, -/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, -/obj/structure/closet/wall{ - dir = 8; - pixel_x = 30 - }, -/obj/structure/dresser, -/obj/item/clothing/suit/hooded/chaplain_hoodie, -/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, -/obj/item/clothing/suit/hooded/chaplainsuit/monkhabit, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"am" = ( -/turf/closed/wall/r_wall, -/area/ship/crew/hydroponics) -"aq" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/chair/wood{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/obj/machinery/newscaster/directional/south, -/turf/open/floor/wood, -/area/ship/crew/library) -"av" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lantern, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"ax" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced/spawner, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"az" = ( -/obj/structure/window/reinforced/spawner/west, -/obj/item/flashlight/lantern, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"aI" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner, -/turf/open/floor/wood, -/area/ship/crew/library) -"aK" = ( -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/machinery/light/small/directional/east, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"aM" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"bb" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/red_gold, -/area/ship/bridge) -"bh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapel_window"; - name = "Window Shutters"; - dir = 8 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"bi" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 10 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/dorm/dormtwo) -"bj" = ( -/turf/open/floor/wood/ebony, -/area/ship/crew/hydroponics) -"br" = ( -/obj/machinery/atmospherics/components/trinary/filter/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"bt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapel_window"; - name = "Window Shutters" - }, -/turf/open/floor/plating, -/area/ship/crew/chapel) -"bx" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"bM" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ship/engineering/atmospherics) -"bQ" = ( -/turf/open/floor/plating/ship/water, -/area/ship/crew/hydroponics) -"bS" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/light/directional/east, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/dorm/dormtwo) -"bW" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"bX" = ( -/obj/structure/fermenting_barrel, -/obj/item/reagent_containers/food/snacks/grown/oat, -/obj/item/reagent_containers/food/snacks/grown/oat, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 4 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"cd" = ( -/obj/structure/chair/pew/right, -/obj/effect/turf_decal/siding/wood{ - color = "#332521" - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"cf" = ( -/turf/closed/wall/r_wall, -/area/ship/crew/library) -"cn" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"cr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/obj/structure/railing/corner/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/hydroponics) -"cu" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"cw" = ( -/obj/item/reagent_containers/food/drinks/drinkingglass{ - list_reagents = list(/datum/reagent/consumable/ethanol/trappist=50) - }, -/obj/structure/table/wood/fancy, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 10 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"cB" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/borderfloorblack/corner{ - dir = 8 - }, -/obj/machinery/door/airlock{ - name = "Dormitories"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"cE" = ( -/turf/closed/wall/r_wall, -/area/ship/hallway/port) -"cJ" = ( -/obj/structure/railing/corner/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/hydroponics) -"cK" = ( -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"cW" = ( -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/carpet/red_gold, -/area/ship/crew/chapel) -"cX" = ( -/obj/structure/railing/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/carpet/red_gold, -/area/ship/crew/chapel) -"cY" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/red_gold, -/area/ship/bridge) -"cZ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc/auto_name/directional/north, -/turf/open/floor/wood, -/area/ship/medical/morgue) -"da" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/hallway/fore) -"de" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"dg" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/ship/crew/canteen) -"dm" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"ds" = ( -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/obj/structure/railing/corner/wood{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/hydroponics) -"dM" = ( -/turf/closed/wall, -/area/ship/engineering/atmospherics) -"dO" = ( -/obj/structure/catwalk, -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/ship/engineering/atmospherics) -"dT" = ( -/obj/effect/turf_decal/siding/wood, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/light/directional/south, -/turf/open/floor/wood, -/area/ship/hallway/port) -"dX" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/ship/crew/library) -"dZ" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/obj/effect/turf_decal/corner/opaque/lightgrey/mono, -/turf/open/floor/engine/air, -/area/ship/engineering/atmospherics) -"eb" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"ed" = ( -/obj/structure/table/wood, -/obj/machinery/plantgenes{ - pixel_y = 7 - }, -/obj/item/storage/box/disks_plantgene{ - pixel_y = -14 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 9 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"eg" = ( -/obj/structure/railing/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/hydroponics) -"eh" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"ei" = ( -/obj/structure/chair/pew{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"ek" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_animal/cow, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"eo" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/libraryscanner, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/machinery/light/directional/north, -/turf/open/floor/wood, -/area/ship/crew/library) -"eA" = ( -/obj/machinery/button/shieldwallgen{ - id = "shepherd_shields"; - pixel_x = 4; - pixel_y = -10 - }, -/obj/machinery/button/door{ - id = "chapel_recdoor"; - name = "Blast Door Control"; - pixel_x = -5; - pixel_y = -8 - }, -/turf/closed/wall/r_wall, -/area/ship/crew/canteen) -"eC" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"eK" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock{ - name = "Dormitories" - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"eM" = ( -/turf/closed/wall, -/area/ship/crew/dorm/dormtwo) -"eT" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 5 - }, -/obj/structure/beebox, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/honey_frame, -/obj/item/queen_bee/bought, -/obj/effect/turf_decal/siding/wood{ - color = "#332521" - }, -/turf/open/floor/grass/fairy, -/area/ship/crew/hydroponics) -"eU" = ( -/obj/structure/chair/wood/wings{ - dir = 4 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"eW" = ( -/obj/machinery/door/window/northright, -/obj/structure/curtain/cloth, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable, -/obj/machinery/power/apc/auto_name/directional/east, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/crew/chapel/office) -"eZ" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 10 - }, -/turf/open/floor/carpet/red_gold, -/area/ship/bridge) -"fb" = ( -/obj/structure/flora/ausbushes/reedbush, -/turf/open/floor/plating/ship/water, -/area/ship/crew/hydroponics) -"fl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/statue/sandstone/venus{ - anchored = 1; - dir = 8 - }, -/turf/open/floor/carpet/red_gold, -/area/ship/bridge) -"fx" = ( -/obj/structure/window/reinforced/spawner/north, -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/effect/turf_decal/corner_techfloor_grid/diagonal, -/turf/open/floor/pod/dark, -/area/ship/crew/dorm) -"fz" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/door/airlock{ - name = "Dormitories" - }, -/turf/open/floor/wood, -/area/ship/crew/dorm) -"fB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"fD" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"fN" = ( -/obj/item/table_bell/brass{ - pixel_y = 4 - }, -/obj/structure/table/wood/reinforced, -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/wood, -/area/ship/crew/chapel) -"fP" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/canteen) -"fS" = ( -/obj/machinery/space_heater, -/obj/machinery/light/small/directional/east, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"fW" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"gf" = ( -/obj/machinery/suit_storage_unit/inherit, -/obj/item/tank/internals/oxygen/red, -/obj/item/clothing/mask/breath, -/obj/item/clothing/head/helmet/space, -/obj/item/clothing/suit/space, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/canteen) -"gj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 9 - }, -/obj/structure/railing/wood{ - dir = 9 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/item/flashlight/lantern, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/hydroponics) -"gn" = ( -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521" - }, -/obj/structure/railing/corner/wood{ - dir = 2 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/hydroponics) -"gp" = ( -/obj/item/flashlight/lantern, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"gr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing/corner/wood{ - dir = 8 - }, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/hydroponics) -"gD" = ( -/obj/structure/chair/wood, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/canteen) -"gI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapel_window"; - name = "Window Shutters"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/bridge) -"gJ" = ( -/obj/machinery/mass_driver{ - dir = 8; - id = "chapel_massdriver" - }, -/obj/machinery/door/window/brigdoor/eastright, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/medical/morgue) -"gL" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_y = 12 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"gX" = ( -/obj/machinery/door/window/westleft, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"gY" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521" - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521" - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 1 - }, -/obj/machinery/door/airlock/grunge{ - name = "Chaplain's Quarters"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel/office) -"ha" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/turf/open/floor/carpet/red_gold, -/area/ship/hallway/port) -"hb" = ( -/obj/structure/chair/pew/right{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 1 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"hc" = ( -/obj/structure/table/wood/reinforced, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/item/candle/infinite, -/turf/open/floor/wood, -/area/ship/crew/chapel) -"he" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/hallway/port) -"hg" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/turf/open/floor/carpet/red, -/area/ship/crew/library) -"hi" = ( -/turf/open/floor/plasteel/stairs/left{ - dir = 8 - }, -/area/ship/crew/canteen) -"hn" = ( -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 4 - }, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/hydroponics) -"hs" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced/spawner/west, -/obj/structure/window/reinforced/spawner/east, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/window/northleft{ - req_one_access_txt = null; - req_one_access = list(12,22,37) - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/hydroponics) -"hv" = ( -/turf/closed/wall, -/area/ship/crew/chapel) -"hw" = ( -/obj/structure/railing/wood{ - dir = 4 - }, -/obj/effect/turf_decal/weather/dirt{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/right{ - dir = 1 - }, -/area/ship/crew/hydroponics) -"hy" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/airalarm/directional/east, -/turf/open/floor/wood, -/area/ship/hallway/fore) -"hL" = ( -/obj/structure/sink/kitchen{ - dispensedreagent = /datum/reagent/water/holywater; - name = "Holy sink"; - pixel_y = 20 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521" - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"hM" = ( -/obj/structure/railing/wood{ - dir = 8 - }, -/obj/effect/turf_decal/weather/dirt{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs/left{ - dir = 1 - }, -/area/ship/crew/hydroponics) -"hN" = ( -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/ship/crew/chapel) -"hZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/obj/machinery/firealarm/directional/south, -/turf/open/floor/wood, -/area/ship/bridge) -"if" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"ii" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"iD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 8 - }, -/turf/open/floor/carpet/red_gold, -/area/ship/bridge) -"iG" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 1 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 4 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521" - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/door/airlock/wood{ - dir = 4 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"iH" = ( -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"iI" = ( -/obj/structure/table/wood/fancy, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 9 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"iT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/turf/open/floor/wood, -/area/ship/hallway/port) -"iW" = ( -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"iZ" = ( -/obj/structure/table/wood, -/obj/machinery/button/door{ - dir = 1; - id = "chapel_window"; - name = "Window Shutter Control"; - pixel_x = -6; - pixel_y = -2 - }, -/obj/item/lighter, -/obj/item/storage/fancy/candle_box{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/storage/fancy/candle_box{ - pixel_x = 8; - pixel_y = 2 - }, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/crew/chapel/office) -"jf" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/crew/chapel) -"jj" = ( -/obj/structure/railing/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/hydroponics) -"jk" = ( -/obj/effect/turf_decal/weather/dirt, -/turf/open/floor/ship/dirt/dark, -/area/ship/crew/canteen) -"jl" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/fluff/hedge, -/turf/open/floor/carpet/red_gold, -/area/ship/bridge) -"jo" = ( -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/machinery/light/directional/east, -/turf/open/floor/wood, -/area/ship/hallway/fore) -"jw" = ( -/obj/effect/turf_decal/borderfloorblack, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/light_switch{ - pixel_y = 23; - pixel_x = 11 - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"jz" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"jA" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/carpet/red, -/area/ship/crew/library) -"jL" = ( -/obj/structure/railing/wood{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 10 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"jS" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"kc" = ( -/turf/closed/wall/r_wall, -/area/ship/hallway/starboard) -"kh" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 1 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"kp" = ( -/obj/effect/turf_decal/siding/wood/corner, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"kw" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/obj/item/key/displaycase, -/obj/item/megaphone, -/obj/item/storage/box/beanbag, -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/crew/chapel/office) -"kx" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"kC" = ( -/turf/closed/wall/r_wall, -/area/ship/crew/dorm/dormtwo) -"kE" = ( -/turf/open/floor/carpet/nanoweave/blue, -/area/ship/crew/chapel/office) -"kH" = ( -/obj/structure/destructible/tribal_torch, -/obj/structure/railing/wood, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"kR" = ( -/obj/machinery/power/shieldwallgen/atmos/roundstart{ - dir = 8; - id = "shepherd_shields"; - locked = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/poddoor/shutters{ - id = "chapel_recdoor" - }, -/turf/open/floor/plating, -/area/ship/crew/canteen) -"kX" = ( -/obj/machinery/door/firedoor/border_only{ - dir = 8 - }, -/obj/machinery/door/firedoor/border_only{ - dir = 4 - }, -/obj/effect/turf_decal/siding/wood, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"la" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"ld" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood/ebony, -/area/ship/hallway/port) -"lg" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "shepherd_left_thrusters"; - name = "Thruster Shield Control"; - pixel_x = -6; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"lh" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"ll" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/item/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/wood, -/area/ship/hallway/port) -"ln" = ( -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 10 - }, -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/dorm/dormtwo) -"lu" = ( -/obj/machinery/computer/pod{ - dir = 2; - id = "chapel_massdriver" - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/wood, -/area/ship/medical/morgue) -"lM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"lO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapel_window"; - name = "Window Shutters"; - dir = 4 - }, -/turf/open/floor/plating, -/area/ship/crew/chapel/office) -"lS" = ( -/obj/effect/turf_decal/borderfloorblack, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"lT" = ( -/obj/structure/curtain, -/obj/machinery/shower{ - dir = 1 - }, -/obj/effect/turf_decal/corner/opaque/bottlegreen/diagonal, -/obj/item/soap, -/obj/item/soap/deluxe, -/turf/open/floor/plasteel/white, -/area/ship/crew/toilet) -"lZ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/structure/fluff/divine/convertaltar, -/turf/open/floor/wood, -/area/ship/crew/chapel) -"md" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"mf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs/left{ - dir = 4 - }, -/area/ship/hallway/port) -"mp" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/button/door{ - id = "shepherd_right_thrusters"; - name = "Thruster Shield Control"; - pixel_x = -6; - pixel_y = 25 - }, -/turf/open/floor/plating, -/area/ship/engineering/electrical) -"mw" = ( -/obj/machinery/autolathe, -/obj/machinery/door/window/northright, -/turf/open/floor/plasteel, -/area/ship/engineering/electrical) -"mx" = ( -/obj/machinery/newscaster/directional/north{ - pixel_y = 30 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 8 - }, -/obj/effect/turf_decal/siding/wood/corner{ - dir = 1 - }, -/turf/open/floor/wood, -/area/ship/bridge) -"mB" = ( -/turf/closed/wall, -/area/ship/crew/dorm) -"mH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "chapel_window"; - name = "Window Shutters" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating, -/area/ship/engineering/atmospherics) -"mP" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"mR" = ( -/obj/effect/turf_decal/siding{ - dir = 8 - }, -/obj/machinery/holopad/emergency/command, -/obj/effect/turf_decal/siding/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/ship/bridge) -"mU" = ( -/obj/effect/turf_decal/siding/wood/corner{ - color = "#332521"; - dir = 4 - }, -/turf/open/floor/wood/ebony, -/area/ship/bridge) -"ne" = ( -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"nf" = ( -/obj/effect/turf_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/open/floor/wood/ebony, -/area/ship/crew/chapel) -"nx" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/open/floor/grass/ship/jungle, -/area/ship/crew/hydroponics) -"nF" = ( -/obj/item/poster/random_official, -/obj/item/paper_bin/bundlenatural, -/obj/item/storage/toolbox/artistic, -/obj/item/lighter, -/obj/item/toner, -/obj/item/table_bell/brass, -/obj/structure/closet/wall{ - dir = 1; - name = "supply closet"; - pixel_y = -30 - }, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/turf/open/floor/wood, -/area/ship/crew/library) -"nM" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/wood, -/area/ship/hallway/port) -"nP" = ( -/obj/structure/railing, -/obj/machinery/light/directional/north, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/bridge) -"nQ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/ship/hallway/starboard) -"nT" = ( -/turf/open/floor/plasteel/stairs/right{ - dir = 4 - }, -/area/ship/hallway/port) -"nW" = ( -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/structure/window/reinforced/spawner/north, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/structure/curtain/cloth/fancy, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 - }, -/obj/item/toy/plush/lizardplushie, -/turf/open/floor/carpet/black, -/area/ship/crew/dorm) -"nY" = ( -/obj/structure/railing/wood{ - dir = 8 - }, -/obj/structure/window/reinforced/spawner/east, -/turf/open/floor/plasteel/dark, -/area/ship/crew/hydroponics) -"oh" = ( -/obj/structure/table/wood, -/obj/item/storage/bag/plants, -/obj/item/hatchet/wooden, -/obj/item/shovel/spade, -/obj/item/reagent_containers/spray/weedspray, -/obj/item/cultivator, -/obj/item/reagent_containers/glass/bucket/wooden, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/closet/wall{ - dir = 4; - name = "supply closet"; - pixel_x = -28 - }, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/effect/turf_decal/siding/wood{ - color = "#332521"; - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/reagent_containers/glass/bucket/wooden, -/turf/open/floor/wood/ebony, -/area/ship/crew/canteen) -"ok" = ( -/obj/item/paper/natural{ - icon_state = "paper_words"; - default_raw_text = "
Ep?Ts0s>$$$_8mcxKBp#G zwO4XI0ms#hlQ|L5vm0iC)HIj<>@<0u{?s}4p8zP~h zh0z1di-B_!i_jSVN( G&V^0^qJkvS~BdQKc>9p90Xga{AG4!4W*sxLwLMSBbnT|(oYAjDz_xd1|`1MV* z3~%PDXxhDxA8!;J-XAu}E2K8E@i_&;TdvQ;`& 18{S5i^4sPDviytJ-rL)gt@CiXCLjyQvj^^c;=vC?F;y2 z_j^u@7$~UQrvsTr^#kFlN}Ye>1cAfcX_FW*M~e>Tk+JnZ9b`A# zA5P& z_zPwUZRqI8LQ}bF@?8}>Vo|V&sVTjHhFanS*bW-8ztZ<_TOc#Ed@;PDh^qq^L9!ti z@Qf!gFRzv+K^nl`*dNG *IJ0|f 2{l+P%Yo z`OM6JuM88P#(Qet;Z2}`|E9JQ7XieFGTLJ--~3@-9bFcj9|+d0U(`Hi?J;2d`iT99 zkbw}_^Onub-~6TzO(t7?vRl~8JZKM(t+@K{+U^^XvaYn%Dv}c(AQQ4A9JvFMS)@qu z D7p{JD5brIL6xzV mjLVsx@KKwG1$=te?V%*Ovfqn%J2eWf0Op1Rv>5(3wpj3{_H5s>T HtS3Iq<$!))iS_^y8m;h>C4zQPP&(Y+~4e|Lq90)TBOjAON#(J4<=Xl z-;h#R(3e)CQFZ>QA4UQ!$y4*MB82_aSb731W5fNQKf`|Zt`(g2pGtPfwu}-wb{fW) z-Q>L24f4?vE9@*Nk(Qk!nj~#FzgORgy2AYpWa@D>;K)h^YcEqf-ZOy&Qk2}Uc{}ms zjWArTpSl&te>^r|VW!+kP6EX1*?#Sa7t-DDl3c&fn?R{Den0SK2ST5re{Q$mtS_gN z(Vit@oVK1J<#Y6RlO=l17_a|eV{sELd+%j#((9t&? oCEeMmP1 z&eWbd6wet|fQRc{kbR46`XK{&l!CA!wpZo@qo$_(RTV4nJzx~omVh*VEcmWkkP_>? zcb0$=I19Q2o&1xpkDC}`X4dlt9CPT=p-;N&t#FQ2A<>olkWhWsey0w$-kQvh%ZEOY zZ}>dMpoWHUJ7`{XIuYpyVY2#J3|=UDx)Nk;UU`kG_NpQ=N+DKT-g8dmdgP=ZexyKx zDg%drRQI|5`|Nuri-c{Cc!pTUb2$6KYFiMC4VtFPt6EU|yy@c2$c$+y!x}xvu0Y9P zH<;q}?<9@x;~5tN&g|Y|l{Q##cd^PxhE#ZXp6{)g%H@yDRTm9ahtAJ0)(&LhFTi&L zgL5&8vq-!sa6JE~;0XMGDvq+p`!od!AaB}r=M_?33e0RH)=$4#NcQJ3?%M~p*j_nG zX%Qxd3vt4wgPw^`$CNYoV(RDRj^#k*k-)3-OrifXc{<0SnfQH=Zan46m2@%FWD8>V zPPe-sT)HR?u1czsSFMmb03^5)Cn+Up` nu`~# zjqcuYX58~9CuLkwY6@tF(6m^BwNW4H3PE-a`W!2)1cAbNQ!y5HxCaaqbS#E-;W&w= z+bQZA8Vd2xjtTj^KVjmStIWF`p?ddWY-upC3|8nR)e{-S0takmfu8l%se%GoQ+2zq zI^nMqDB-`wqoN63G@%s_R=yb~eykSf?yX6ILYo*Q!8Y0dCkRNd^Wfr>H}Z5|-yc)M z#=y%JR?ek@HQm}fZjOTsKu6BtBM7FtY pfuR|27{(L2K&a3r<-(;=V@zK zgS%q}6sTKc0CKQ(LD98$kAFJUiZOOQ1MkB9MheIoArndqloLK)_a3@-jI2b?ha{Pj zjF>|n+^6iRZzyFD6r8eUvJh E!mcj4=}gVOvipTc?oLhGQCtv}MT`~M2JmIm96X*i?h`@Ml-{>{91XPUEu(S# zw3Y-V_@a^n5ee#E Wcktge z@Zbyh!RtS~H}@+F_(`5&k=9o+E2xHjCe8pR>@i`Vkn;xHE ZIiMSDxm~20m;$5_K)ATMLrxtIb~?}W%+3(_PMg73U}`>E-_MMceSP;2 zzd=CyD3T!OUg_;r_-DWV7x|;$(JWJ&5IrM|{wRzm{}P71M$i|1y*Hc?it_GCH>xD? ze;2afJW>dsc4e2nX<_EBEFa^dUg$8E#ua3otir*zhEvW^_eKL$-k`<-8FDvHSoAWc zU1|X%xXA@xPFt3*hG0 uMJ_~mzOX(7fLP0|M;cOuv+{M8m)%+@-w6Q5u zjDmmWN6aHQ(Ibw646e;@0@1r}?oY@GE&pUm6^Fj=O9u=3z8k({T#cN5O^ZeJ$D5nT zSv07iF0L{FVC88QygD24h14TN6(`ea(k#UWwnT99BW>k j2iO2R zUPn*)NWC54DhKVQFQn^xB~((B;qybVzbj$Doa`rDIl>pQZX?E7JT}8;6?+E>!^wbT zR-fnomcn~urj5O<1eJoTi9&I1%b_N~nxDnjhEh2nQ8v0%oR (dQ~ok;BN;%p?Mi)haoY2#v67=8JHe4{*;?Vtt2R27a*OgQYn0#W1e7c%w{1L+ z8gg;ELu7ns-<|$d)2Q1v#J3D0ERPS_ZfWJ;fwT(M2Yjg;3L}D1LA;m~E&CsGv eJ9GC?dE`jeaJ1=v zyJ|^qu;z)DC@67>}yw9K`^CM@Grno;<#8dtr~gq&mI5vf)K m@qhkL2NjnX*gmxQ-2B~?_1|v0Vv^oTdp6{T z^lp|28JFrak2+-WORy^>WMMV&9vzEX0<+RqbsnhGuDQmN0&2~Rg%3f&SqrSeSzi{V zwqlH&29u+!hG01-Gg^fhf3+nE)}I(EP1XL-5|#KaEcqJK^#iMiKc=C?tQm9ytUB&< zw-N)X2tYZ==N&4*LnE#`F5dhtoMZ~QDT=Ei&a9ZG !RC7)3@sBEBf-H zk@tCxJD50w1qncPEq~gxiv6U3jkuV^HVTwxBO}|YK~DG$8w11su9rsKOEQlz&^vw# zHtYpQa@}@(@@yVrwtgZ437))6EjAo+MN9l oTm93<1qt{5-4vQI)P0rrNbrfTtNdd z1J69pW`kZlAgE4rK1&)&?nd>s$L{if1Z+dg>$czB1q6nXY0g*7P2hYcq~!_8>#soQ z Fs}$Y*-y)P1ug7otRJw)@sPN$ophDT0c%+AcGIP_dm dnoq2o#9;ez2ky& zOWI7YUu!3({5Sh3c&Y>Hl{>F|K$2nS4cqo002hS0qk}wp$Q}}WU6ed;@eldZop^{6 zx0Qf11P9(rd;aT5RINGWFjDz71Vbv<2VTi+2UBdE{nvd(2T$I=JhI3Ck-wX0g3m-& zbx)NyohR RBj1CJoVVS{OTEd>SBo?HQ7G6}B-suh|np=Q@DagG05uKVRq@;XV- zcjM0T+3 nl%iG}C zpb(DH4)#11^3#;NC{v1cDQL+Mk(fn#Vq($LZ-3>kWJy_vjk-1yK)eR~AwmfwfXhJU z`nxYG&ExFh0=EhtE{}ikgLGDs$`L{q>MGw(w!{z0C1&3UC~z`CpY2eQE@rPt7umHc zFsEszZ_l0~%I2L=$jj{z%>6d>tXBfKlK XN#w^IPYHt~s722kK}+1{e5DmUiq!_%|vsLU;Cbej77`4+fWj9bdB znMqAoCh#B&UY!GJ8LgLEtwOIJbH1!=z3$-vMJSfObWel>2r}(a>4idV^{{fX%QTax z!=2C7SK6C)KdW3%BAEXAmi+P_8YsX~LR>awJ)Nh4_`w5&ABjNa9YX0!>?$UkZh`~c z3z}X=pI$vb+tpVGH_y*z)1=?_dOsihXLEh;u= `NGH_K hM*e(!t#cxFEH`P}=Q^PJ~7XU;j_@AX(yw$ss}jji8D zgT-e;6hsdU#jzJW&Sz3i?^6;dWA0I%9aznsMp7ebKx@s79%=Z)%RHrPTW?jAZ^jIn z+)uV)avoB5XE9Imb@uj17>4j!C0(nlxI_cNMo~$Bk<~l$a!b &;x%qc0)Dd}PA=CG zJiwrP_jyGx3nX7$FQ3VO(-&o7!f_y8?V)Ukt&DE#zJzJ=e&W60!4p_{g30b{Am68! z4^gG^F$g&)j!>QN5w TXFerESGIRn)T|`qobgb}ckZ zjfYtSw(khLny1FU-PJ(pwk20FdL;+`!T%HNYnbG%ZI+9rZJj59b8qDn7e6?SzG4wl z6AyHGFdj^BZ+@Ro(SC<0-Z`(sJ=>g<-GaqGK3Jzc!fsI^q}Pz@qWuw&tF)r*Mwk^1 zuroR#ZLcpon4qA$?0)i+Kr*sng{-(`3{wIBFejg*k=LuxrXpIwstv^+1ZN1yUtaBW za^voh|MatrQKG~F>lKIHawr1eNN%2GyqTuvO^2Q~K0bpUS>ZoMBy# {VOrU&$>$d@z$YWY17%UV5>ecqnVN zZDjYg)7t{;H+H?{1Dl%@)@l`;ebX{q)-eZlxbN$&rm=$^W{C$DasQ|V>FABrZmPsq z!Qvz9LTlPoloT{y99SU2gKQ>|N~65?kI_zE;o438>Qt##yiH`5cyy>Wvv|{bq})Dj zq*?jq-J!(RZaOQX*a1JJ+Ume >9mE~} zyi5drHPL+`_U08 U1Th^#tzGQgW1p7b!(9@BUT3|)1-ly3pqDm~(GTlod_5&--r z#a;u{AXD9l8LaT68)pTSQuz&>_$nmyEG;^QCijbgT;(n2`@&T;BET)G(n<7Q%gGB= zcdi p}Y%xw{cHzCk@nk&hG>P%Wx6!#GpPd1Er zd)k;t8ZA71^i4}`zrwb{q0f5LY~CFPBFF}sX9BBe&~U9Y5>@Ncbyv1#%TEb0gIgpb zzQlqW!WKnoYE-8RA4<-PPDSB280ybLEns{IP1O!59|J= ;<%~9p5_{S z2zjqFcUA^K20VMfaP0WAS{(XiFa~r=n7O7cCKbwpyk^JCRwwGN+$=aK7VK Q0 zyHA`wMMuAlu}%@LhR{|bT^vIvGuSLOf?Ga^{(MSZj$4|>TVUo|du6IoKIgfL*=W%% zFFdT-=OxZ8P1E&g{*_XeCwJQEIqi!*Hjm0H_IkI3F<@1r;**I|ex{#J46-=;fz?Fe zOFb=NC@gL4MC!`&%sxXlcs@*x`s|Slin8xUBvs+I{hRF`_9;zod>B$V_|^*mX-l-0 zhw36|E%xCiRMF;MKCP>+ym%}h^snAuwBTXX0-UhXeg&mfAZYKV|CGy;h4&Lat6 zlyx-Win88t8KMgSNEaUHbf(Tdy%I`4cp<}itLHM%Q&zYAwMX7}pNxDpL1rwL^Lf9L zS|{f0cD2k%SSL0Cwaup-&_<6lIqgM#UQQ4V==KmBmWbmC4` zL+#M1sO!dES^*gQ9@Nx!$u5Splj{k77IjSPvSgW|ep8*Sr7Vv~Ja;0M0FQ`b>Evtm zj20hOT3R<|O)#@Ul)bZ(_ZkE&H^n!Wy8*I&^ySRM?I8eQ{&~c~&$(TuCB4e(i9ncC z&GH!#l$GszNh_&p=u0`b>#&P{!Kr4JpNq!+4}8=A&D1CdX=eVTa}0kwM$UbNAaH4G zq8nS%;VFKy4ltGB0UpQxS$gN6Gh>?_jb|+zPD1}8S-65PlumY@y|S)PjA0I8Vt3q5 zWp|GAW9ys6->EgG&VRD04qND56648t-Yj$@JKMDE3!K5zhkdJr$j~nvQ|Co{nj;kU zP-#-2Cc$;pqxO-kxFTChs+4DxlqP{5sH-x6RT;wFnT5tueiXSm9QFBjMGv22@!6^5 z^G_|gYq`23Sjbep^>*1qg=%^k?Drej9?OY_xMmdNmYFLrDiJL1oy}?=t~C;P!uwtj zD*dbxE%K@&A!K$%GOJ{MC~GwUy({M2257+uM-@gZ%&hzM`KKrVByAu2ObD_Dkrn_T zJ9l3)R^oi&@cTsHquwe+F<6_mG%CX}rVaMZ(lfZ=Ufx<$I`L4xId=S0>*%XsjJks( z>O@1D+w{k0f7|VK `CWO`UUT9d|}X6F`))jl{R>(>cZHf z=e2@vGHp0(V81Q(*~2T1pS1$kbyW}Ch_+07 I$l>=k+>M{5dc3G(| &pI zCKQ+^>tJ*kWc`!oH~LrCz~I23m!*?~U%9akD~2 (f{zmL=A>( RhcChxu$D ze$r>0tKl{VaFLG~!YvZ!Qou5rgKq4s1SeEH`Urj|wFglV+DW`xe*#-so{$QcM<@NS z(D*j0rI!T-whJ^292MCs(}kpo4bI1qDr{wtDDrN|pma*fk>BiVussUaY5F%D`@Ttz zH}8M~pSSRFU$iunYMRzZP#Qmn?z{73O=&8^6Xr@O-e?SWyk)STEsti0xDw!%Z~iCb zCpN}oPG7Cr_96I*j)bbBaU4&eAFEMTMF< }Go zoaYZd3sl&JZ~)c*{ie7(^7C{iq1e!gL4%4h0V!USW-KH!$a6!)e*D5eV#`=t$f&Dd zar9Db3+b7+iO!f%6}fz~n?LuqT8M+Fx;L%ksz(Oi2CfAlBPwr+7i`ph;qXrD^=niq z6^`^(kW#jhYdL&_>~SZW>_+5H$@kG;%c=V}V;#lMZ8 S=Icg&e0=78P64`CeT@X%3uqbt{bnPDd0twvW@ku=sA8HJ8o{+-tt+j0^J zThyF5<#e!KI!QXH^Cwr@ue4QieB*m&yg`gvG0*o3GF#oek|XZ=K9bTYOpha(m87`i zZEF$iA-E+pJ%Ay_TQmzsULYRwB`pp5thX{1v=?qJ(5+?Q&}~Jg-;)x9j@O z%)S1`?<9J@^rOQ%z{x3Ph`SvcwR3**AsIb4S4BL|h@oTQTTKheaQ=XYHl?3+-}&d` z$vW;N3Z(w=)vJ5r5kq{uHaw!mAUAW9$tN&$$F6&g;UOstb^|5>p2)sjj8xZpaZ20o z_u4^1O4f@%X{McIDvENGTw^{yeMdt~O0`_8osT*nSB!B$C(qbIaX{N7>+gvm-p2K> zDeO>ByQIKX_r8#qZKaWnwS*FE2}p|WM_zUHZ@3Nxoaj`NEWeN-47xuTioBq!f`;SY z*-nB&f{(l5ZNuvSPNtr9+{uERR2sfOeDo4j7qo=KtBsKV(Z?06YE 50IG? zQ*;jJ9HilTrn 5<#wx%Qxq$s3X&ONCb9PimBrCwh6?YRMc{@*KV$Kp#0?!&WHV~o*Ak7jK zi;=kg-&;vn_m#ZoWXKTxHEGv`VlpQzAM_;f9+`5W6yfdMnS_PssS|#5NmaA*E9&M% zIeZaZAHBU -b(i}1c>TUiB}*pY&*7PGLl4>#)JM|kPPvS2BGOy7Tqo! YjWj;1TB!iWLDLgeRfx6 z20O&G^)>yT+!vj(Xpih11Wc(kfuEBOH~ z1-*K^*QXK^tY>33d$!Qx&XV>a9{r+I96s@UbgTH&*`@}SCj18YzyH{=LEgsydpHX0 zB!gQUXW^R!k6LjJxwgWf0jSU+3tCxO*?|3Ko4d~$+7?!mzNfeZHzN%V69-rg|1sLR zr5Yd?ojGl)#G8oGFZ^1_8q(Ng1r-mpUCf$S_fIj}mZ!v+){Y0Ze&$csH#H|XLuC{Z zqQ*aGY56gP^Z#(s!XmFcMbEM;#nR7cAT#q6i^x?FLLLhWmLI&OD>2H`Hcf(MnC%)E z3&tQyjCRBO^%yFkJqI^YWrscqL~*-ex|fXB18 `n=~Ze ze$jBq6SgapFZ#N24GkYEhrPou?ldIKrR6IK?Ib+Vgn0S@P+cNG``t081#`HrAfGa| zJ^4p&&qQZfv~8x_T!w8$>54u&SrxRq(%bp8Y-svt lwJUszMKrU*BZt?vHQA1A$+CS3h@~GnOsFZS_`9o zqY}Sl|9+I~60MhRK(x1L&}>0dg1e7iXef0-xx0Hid(qq`-9qZC=1N7 ec^ GQU3#>3`9i$ delta 22985 zcmZs?byQUG8a6sZjfj9W(u$HwNavuEBB4kq4JzH88&sr01OaIU1O*3>?q=xj?(U%m zCcf=C=eu{^weI{eYj(_@U%c@=&-)H?mGt{A>F2w^1K*bh?uu{SEM0A!-EEv4ArSAh zKd)wDmL+cnd@2fiXVMy>zWGjh`R!P?F1#1>_)QwYeS7_iWd+pvRnt8RwRXpfx4*vU zy2b3d&e=C`1Nh4gtk&__Re(RyZ`$cM>2ClHWOh8?to$qPNVInutbC@n2mY0Y;)} iipS%Lb7zYdy9L zuV@L&^`7KjbsJR@*owmDjCsEdqThIv-a9;QHYP83MH5-EobTDfyK0SkH-{?oIw3 }Z7n}!BIjr+*4l3(;GK%K6P!Y^dh|*d0ES)^Y(sY(qLrWIcj*NvD)x~}LUmke z`UBMK&YVka=;1>Z
tQUWgTFf;CHre-8Mc+E}aqr%)VbvWf%~ay3NYL_$Y>rZJ1$i!Y8P+$H =WMETWIR>H44i z{tTF E$T;H-s+AmK%L$_h)~B zjrwn}1;@*z*zIN_)8%mWfTAdaCkSn_PiY>V 8v>5t?JtrCG3DL3sHrXZp>O24Q zELjCfs`4t$L5j4$wRJ?zA &K5z;dQG5H$E@U z0xez$yBY_;n{`*^SIG;Nj^=EJG9>~-mw=C%_3XA1`dv2pjNWGnEw4G)WD?k~t(pu{ z9OwUfy_rUqp=V?Bc)I8PN9G#~tmK_?IyR=hZlRf_e_TKJ)C)0Z8U671_^eWHv*7hN z)fve_ZMD-j7LQl9Tuk(oDjV$WjbhI2$GO171k*9TUe`D=tyM)$TljXT;2aOLJ{>_Y z|4{O5mTt_BcD>jeo5Xi3RLyErKLT8-qr1fRTh_{T`p@%S2CFevA8n-7X8_sA42SO| z%(M$*t0YpTmHRP1# bqzDUCRXf+32d96 zy=Is4*=^Y^fATvHGD{N9R_*EekF%o-MAh|iSbWF6ESr#yRlu7+;&*v=lO+7twAqgL z)ej5d=U1WP)7b@2-Mgf}4Gg1W%TzLeCaU!}Qi6dFuO1rb7PwE{O1Bu&gTYZi?qvsy z>)W2`(;mOQ3H6D1Lp~BRjv+q2s25t#$`Xn_O-r)6N%aG^%dR}Gktu&_G_EA75Zg4% zcNaLN5M|M&`?_#2*!-EI93YnbtjT)Y3%Qs^k0MNy;NeNDm$QHA!?6_eJ{kE8z%OxJ zY`Q fZP$(&9q`;}W~$XE8o-l=j1W?e5PS*tA*`-HRd7m8oiDVcNk z6!x<}IyLc(QEMqY|LgT80pUziz%wWF@acpCRjzNllFe^PHM%12YFyic6N>1Q_dTi4 za=1koc}{0)H4 Hd9j9bP|L;+t+dWG2I;lxA+S z1U6LWE-;1e{o@g~AguY3-|^0X;lJR9VIN*p?li!!P=9z%9QvFXTKSxqAc7ePZrcAs zM9o238DjkrLi(sZ >}(_i#dqi(YB`*LN&oUi@p?l6!~M!sm*v9~EXv5IBLdD(a& z(-pu {(c|`k4Rcb3p$^t1~wo!M1P^S4wp?F7yRo=*!!BA4bViGxC3%UrEm_0 z#j~0E86KG|{|270ShSafQ!e~CR*X&|2qox6?@7P#TO<|&E01(qfWmHkmRankP?mOA zcuLHmVM55Xx-gcO`+6O3+I_wVETqvVVAOM#dybE@Q#!uJ01)q0KVvk2cYg9_;+!rg zc3Hg=%5FkvvTB+V%Xn?}sF9GoDi3vGT2jW#LoE60;_@`WD#&$j`6=?tC{%E*afjVG zhV?L|o}^{
(}~t~ugz-EM4g9<0!@`y@HCGs}`L$a42HWBP` 5h6s<2v&@rEW*?+Bw&wI3k1VPMUR|m3 zDF7&=Mdl+%L(8TTiFT>4jdpw0I({M9eJY5qxq^9m)2}-X&$WS-N(uvH&x2M^M=38; zPMM8F!Zt+Oudwp1c_z3`5Jv6_!D^cO)^ia%$yv467k4q{8~?MUw)FR}CxMot_iLuc zzWt=ys(#wD+Z4)-=xW!uk-^>!u3t0OFEyI-L--y#hIb~jz^-?@jDqKgy z+V0p39aFl~nI-{A>|bR@%3N6{v^|BW*&VAs#V%CeX(Z{Uh?pztmtLH$Cy^a9#^uJE zsG}RLc7;+cXXVdvo%ok+%R5*7L~{58BpcPnyRpwFMt!EE>_q~O9VM;$N88Kqd}PiB z-g=BmIGPe>xF!L-=ZJayUS=dZ^70CMk%U{kad+*gC=JNdC&S*n-3U`Xzz$ypov>xy zUF#ULYtlg+7xf14U~!c1aE%QIQR|I(C X{y3VG{-XGBCY^VW@2)?(`9XzYxd`ua}&|d?t-lSomiGVd5v*=R+*{7A~ ziJ3^i!6_zzENj?dtHr3n-Za9TNmeb5zF9jm38~q%)Lw7KBuk1UiEg TX*uWG7IX7EM+kyAm^_ z_Re0udvn#LOU^QMsr(p0UE;kw=Fu+a#jXaN=}k4O)>X;V_b{-xe~5$;pYU}?(%)K( zKVZm={Lj{~zSm$#yPz6XO<*nC3&b9MioBTnp_u2Uz^9vVZCSTi4kNkUF&QY})>w?L zku7fqf5cqH=fi9{y7RovhQ`DQUW~f#Z80(KV(mqzY-4D;a%11yjdtFT3_5@ZCeG8F zF;{KxM`W1GcHSqVC?)Giax_cp*EULi&o-hft?+?n@bVD%C5|k9_*+=H-2PYPcZz1{ zPYBJ6EEfC@tlO>BR;eFPGJ}NAIzPxlHhu}%-veN(#xqC?({_v!p|nbgrN{%CKq(wM zdS0Op-%llbwBDAriU&>F8*srY_+$F%G-MXP&gCHHuY#M_7G8l55ac1gJO{L60XPOn zNxZkW$7WoWTWj#TdT VUr{F<`z2uaN|Z-COi|@~6-99(W&T9|Y36 zDlmIQZpHFb(YnrP=k#ps^Y#Ab3!;}ol^XlJ8$qn!sGzjo3@WcBvfP^Zs->qqb%Ug0 z>|CjocdyfGv0-z6C~odn)r7Z3mZz6?q{}ogj!mJ(73N_N$edqPe)b>sE#4v0n^GI4 zr0Se;{xt)5`!EZ5AU37|&fLhTN%(q{sMBp{I(EmfHgM? 26zVf{RIyC zCBn5BLFF#)1&F9%6R(>+p6S{f+}Qg3Jm_^Y8%1;ncIkc!_nXv^^H-tmchbgDLN%^P zhV0d4Kc( D}r71Fpxd#p(X1;F@(D@T&-NN!_}HD z)CgDa_-7q2lzo>-T*=4aiacO-8aU&+bM !{2m30#Q zg$10{cK8I>@6G82Hg2w6^U2J?($$*O{=9vdG&9b42u5y~#`n%t0%!~CM-3EIQ(xAD zPTyWabDR31WXOJ|t4J0#w;nYhT?{YdneZFII^!DSbe4Tf@LgLsL%y%>ijTouob*DD z1HAg;M+I}(-++d6kC=KAeEkv+>VWS&$P!n(Gd(7ar@M!xWA*Y#p>LjjWfDk>VmL)2 z4~*jA?+SkLAY;p>8%YS_@Z^rJlvSPZ#lLp?JsAAjqKE%+J;Kr%y$m$^Dxtv7u+E|OBh8GDce=O;-f zrq)F=XK1g)D_sp%gS#7WvCT$&lGA_lr}vTHG#;nLI8K(oB@J!x)Tjkst8zDyw)#T3 z#{}80%gX%%$U~$c^-@$;xO7Wg021RDgQg_+?P^^09vwq89@OmY+2DrH0 JdeXdsa2B$-;vBxwYSg9N&{oe|L5inbc_^>8UQm9Zb&|Imn|;6C8l z2pW42-w5*HX`-*JRDScla`BZ_bPXbX`OGjylL+9ZYr+hLtjCN7NCXZ;`fAy+E?*V2 zDi7Rn(7Yn(9~6G+lbyE !a@};hBcW>h-zF^A<>Pi9 zyS?SJSX;rbcp(-gUyDYv#-L&E-7x&9qEp$zx#tb|9qa|{;%Y%(Oy97iK8pe`OqdU7 zY!hqMeyyD#BW<<)cT!B>IFm&_&7CdNET>~;KVpx3t!p=U eN z?>DVy;Fg4A&@u2cXxlkaEa5gfh{dKY`cSNHB-$$)Jwbpv;9WO0>;=vrFCD-Yjp@=% zM#X=l*zpL(bh^lf;d}$Fm_NX68^ uy(x_ChA=O)$Wys$T6Cf~Y z>Tl%=z+lJP`zB-Gr3F=RCpNF!;bbhWE8zWM13smPM>5Ms*}-6#;06}|Md?7Ji2&S2 z>oQ*q*VRf?0$>j@F=8)3!yng(Jmmc0mKw(fH~p>|iGgijXvy5~CuZIxnC-mbl3~Y& zk3nx700Z~P! pCX@G!qKdA@cYFcr+)DU2wLHD z=?Nlu<75CZ$H_Hg>|)WB0nGvg1a`&2{0}5_G4SwF|zPT(?G2KW;s!Z^q!mhSgmk %3oMG!Tj_o-eNYYisF$Z zTT^V-Q@8ZL7u5a-S+|!xPpE(15jUGjSQi7{9NoK!a1mMV|9~yW)g>ANQaqY9{TLW~ zED*2*&QRxtO4GD<(bnV~spO*fm)+fuQ*&x%c|9_v^;!K(!fs#ol=L2mNjPY>6!7t_ z9)Qz&>T?{B?UXZuCFJn*`<3iA#D;Q;1gG>h8CY-R-pCyFfss>LGu E(At^UE8{!T> mdSfS`&!trRDD!RCkdFX?d3)CX#fNJ{Z;Q4nP zl`06ebm!n%E)=`8H)h9B3xgF*Ke3VXMCy9Q>y4&G4Wv*BE_ixAqzL0)t>9kbgod%F zpL)Swc6Y`(YBk7VU!|GjlzIU;>fi>5BF ZM=6BgB;kwxoLd_2Nblxk~V^@>-YIraA5ubbX0+ z(*@thxb}Ec7YYR+fJnEGw4zb7MQ-ck7tP|a`<&??52QHc_X`QTfp~|=o{p;Bpcj6} zdtCzrLine>@c*D1+r%wiH1`3q>-@BWz1_TGi8Bw~&D_{wewDZSc1q!khgga0wyUQH z5~t@qDw|K@Ub>UCIZjs59xU6--=TNJzN*_7CN{Wp=gtpj_wOZifXQ8r+#!Ojq7KW# z9-5&&x<6Dr`DCg9L)Y2$0Zp?UpOduoT|TXrJdN=7CsHw)N_B&i%SWUa1+isj`8HXt z=P9qJYvs@tqq8Tr`|$MzDbP$||8~@BBlFr#vbq-~?tV%elT!gU@M$*#M2mO~n 9ee8lgw?TM#} zDXBu-r@$wvUlR2FYA-yf_hYzO)yg-Vs^!ejPgV{0kXqmH0= Ym;f^KFnaFUABJRZYq>`GSAJt1^ZuRMVun(EP|GU9=$l z&nI_+LRl9N4{F4&Z;jJ71fnqI }#qYb`Q_0m1^S+m`G%xBYj34t_B0=l^Q zGTvpCPkUMoxyS@~{OfKEB@68be)2!Zn|ueu0X9-=H5q2OC;WJ7-lQ`huhW`Cu5$>A zJp#=x$wTt0S~<0DdSh;CC(FC?E3)x%)oNzgN$`K|fx~SY>)vtn9mt^40^Z@#JN)A3 zV}&cq6lQ*ZlfT+29yxBHLhs$!SvzhU?(>y`TsPiR=o`~}wqIxLhfCB*o6=b>-czXe zrxtLy`p!Zq|G>V5;i{-RU44dZySV $SLlzd{kT^m%g;S=pIXJw zS*#N?Lmgn-!hTO#UUZzeT>w)wpH3h51@DtFQJ~?LGBw?`?h9N8o<&fnV?nI_z6q>< zvQhl6Yjlvo&8|lhX#95z!*0p`W5KmYO#e{m%*%DtX^E?i!u8(_=p v(x{cQyT``Ygnpz#j*V%VDK z+qVTO?YLE30Kff@k{H$Li~ @^26cD;pOf@{Wx+6=K|f$oM@?(|~;$9`db{o6_e+ z;&P^^#OY>Ul;XeNM-Cj31 dn$*qR#{0jt}XEh!l*r)b3+WzMWvN$a7|Gmo_ zL-U-niQqmJ_zH<+f!v~5K9t!C&OW^m4x(;<7{cVJzHFQN+97hZ3yLbTk}|`c-iP(V zsX~P5&BFh=`|K)@Bg5IE!xuNHh?x*M@6=VJm}O6M%6TrSr0go=$q$uKwIrwtR2-l+ zqH3OpS_P)s(0YoQv|@kaoW-Vh9MPa!^1Z5F>@HyPx7_l1#OKNq5)@a2PmgIb(Sv;v z{L)h8H)V5FoSiGKjOiPG&`R{%$D#ES@!0f=1eyDlXQvZ!DJc=%-B0Td<1;1w7vw+D zBBv)iCls#j2;fOO=pjvlsQE+`9w@+AK_KPh4acs%fVXQRpwMgV{*rcjdS(t$WHd2# zMS^0VP6h%*Ql7nsuZZBk|1Zd&B;q&C4uV8dV~uE#d>bnQMs5aq4c({5!>UW>Z pQ#F=zmELX&Sl8AUX385He<2##8lR&LRD-`abKT zkVP+@@jG%-thr;ks#=;V?~s~{{eI?wezyzBPlXtxj-`j5KNq5i_^|dZy6H&JeD-oD z2zz5y&I=tI6Y E^Fh*=`7yR7gLVJLD%V^vp$j zlqVgv>5#2@EC60K%QPe_`07TAYLV@dS`JM%d<{R_ct^(~)+{H29t{f`QWKLjj=viV zNyZCttl>+zGrzE3ZPt5H9W^!n5cgw?%1t%b@RIA;fZGG5h?A6J@ln_c@-}64Hykpn zs`(^y`>!L?xeHLGH`~x~pX=IoRXk@cre(|UKO=x}I9W!IT&bJT95g;3^l1Fgng?8` zw8cY93rg%(;by)S38PftBeOYc+2X>UsCdfVBz1qoyU%H2LIJ554-AqbjqTwK5qxW6 z4mATjA5K3&VnU1LhMoxh+4~~ =`&9j|aE2O?3C@3irh`=iI4$B{x!xLijAhUdh;w;J%e( zH)ja!!7-(RK+RL|lfDo3Cq{@m=cs1qIpF-)k%xYvQ_2hJk-7a)*RpCAewVB`XmaR! zyeDS} kgBX%LVRCf#3SG2Gt#R3C& zx!19sF^H?~H3$R+-PMbNzF|vRKYY&A)AdmI&qe?EpMrW8SN2TOyQy_4#!+WIr$82_ zz_>Cmzb^x}Ys?+{rFy*@v?3TJhdVF(*UCfZje2W>piqE>1y5atG6^jq4JuiU4BD-w zN3Ym5iCM803nS0nWk{~04pO7KUV)2MXe;ZjfI&W8=EgU*hc@yftE`M}xLS>RdNxI@ z*lc)6_ubOqx-HGueOB_wg{>aI&oJBoz0Cu4Wg3Yg?3Xbk3`U %z;loZ3TcP6 z {)_WZTv3Kt^+b7#eC)8 zn#_4LosD7&0C4e>M_#$7XY(`=AY{zQ>E>dCzsLs?oGDU1ayXOiovQ86o>kA8Xd3rR z Gv%{rEWOKexo2-zhg)pSHL&mD@xGx0V`dsM#VYF zTHNu-MOBS8_{)=aFbbe-1MHs2J>;_b{`>g;wyoe5U@rJ19`xDwGteH4pVqgDbpZbr zLusHTZMHX|+i_BP@v&LF`uykBixhbkG}BP^<4&C z483w1&s(&>o%Yl$>y$;SBI~P1jwa)^d_0bj6=$BZXRA6@5?<2N$~mpz4e(uF^b_}& z3EP;`AN#P~pfL$gg>7b()|uM{xhUgHui|$a_3Bl_qi;~j^B{GQc)ejtEQo@i5hX21 z6VL-{>2@x>4PH%8g(soR@)? B|N_ HK5NrH5kj z(BpDS+5o4=6`Sz_;Rk+(@7_j_{Mr%|Hw`w)e2?_EqfPvYd(2j!8)e=g_Ow;*?j67a zmeU}NzZ?_4!|Hvq;KC_I?huP9m|!h-0Aexxj(78*vA9~s_?E}uJT#8L3c#zN(+{9K znCoYI>KiYNc}MHJP;zpLv;m&?ef9{B#eIR}G%z` {$UQ6%=!7-H1oaSa!jyzHaA*bLxY%Ny5r{cS0Bk44DTD-D?5GFOR}YpB <6Q z0{f?u%yXA0Q{XPL%3SKl9L1M~(?4+TSO>>MOIRU$F<~NPG5S4IrVPg`e{$2;?oEF$ zm@=ee#tGYvE#JP)-S*(;=XV(21I3u3OIrW4xdOJ01+^R3DKqB*LHgc@Ju6W#D<2li zjt`~w7XH2fzCLhL=QwFP$K`m_0rypyr|v$_g$y+u9Xj9wzQgEgF~%R{ekg$MP!Q{L zr*I3^wm){_Q=Ca@5WShtlghXoL@wA(Vc> Wf3K5>m+T z0?}}l;AYHD5~w9CK7kc}cNdW{YfS);Sn18MW*~Sx9_#UHzFO`=blAB@0lp3RPthQ^ z);7J@59K#*o@e%9wp*Q`k}+=$#k%Y`;L3g3k3J5)p;k^sPRn{uzt}IHot`jNv9;yn z 9WRS%qAEzEP zUKb|<33_d3>LXRZ0rUczwUJ!D$-vd=gKN*AdNuD0icZq-KjU K9? 4G-*}CSYbZF2@&N>I(ZB zBizx_Lr-wo1BnDy>O $Jl0xkb0lck@&kUHo(}ArYhPD}k zc{(@WD79Z}>=V8II(8bD{9V1EAc^1d!d1*eOAVbO_SbH ^W!G9&-g5Bsg zyLAU~P?)tOxPNRak0t32UHFHqmG^%e$<_l0HVKrC!N*$?$pEnw{)vBQqXkxh`r-Zu zkAA_I(T%Bp>CYMW6IHgZ7yI@%ez$0xt!H{#GWx}JvnMG7MQJ@#&eTaU3Fb@2ufxox z`|M^S9o#oaIB<^MU9Q^wc_)EI??xlR-ERnRA{76_8?U0pJApl`CwJDPJr4!H1_(5Q z$_7n#ysdqQ!k- -Pz{FkJDxTa8Q)q?@NzC zX81o9==AvkM#We;H0{4r6;xZrh>KB5zwJ(WJh!3cDvK|5YoM{*8eE$1sRwQfx&wQ$ z!L&Go49)e(jj2)ivW}QF0`A3t_HN$+dO#4tjK_8XOH%xJlCs?A8r@t?15;^^+zEv& z8M8Hvmxymo2HPZiWrJrEpCyU<)9q^p%-aqE_d`^}*yED^zd$>CzE{ngWpc0evX&i2 zT{gpR%7eNtk{0XPBaCmr_BQ+WC$Of?MQ_Dz0g#}RH!k<3U*1Jd(Z~^vObc{noA6{d z4jj}m=sF3WNGdnS>=nzFQc2?8D#)1K`{Skg1O(u7F;gW|JhlQ~RPNQUvu|z(J!lwX z)@3sZg55-!rixOKMi>OU4pcF&_UE_nznAop{d0kGL!KfUShuhyeffC>)rS4EZQvEa z=On?^xaV7H;N+8YW$v*>ca1Nye8Tu`)qzwjYU98oAh%a{7k{O0mQY1mK7}&dg^m8K zWut*yOE=E!_Bc%dR(^* cwbXc$Z~!TzF&7|Ao#VM1QXb+@lfW=R{7v ziG#%_RC>T!BQPQJc!ECD D!?y zyZii!gpl4!W{-Dvd$7rrtKjpUjliHk}^F_fqR#8-YY%YjzxXy>Ps-b2 rC zQ5RY!rMJE=2>uahr|+TndHK69!%Ad3L}Oz6NU)wVCyc6-!T=H`)u1xQLub4fS>&77 zj``D^Lg;zWrDs2%VJ5<7?0->v>;SIvUOvP6^ZGcMY!f!QT%!ru-<9lVgK}QP3hSon z&bvXx_HL(5`3L~RP3xdMv()N{bn2#*G1k{Y$7(S~_44XKAsvr0@F=A_e^RC1+A7GX z8n2o1Av`6d4U^Db{cmBr|5L>)v+MU0Cwi1}658LrWk{`bdH=i)!9%5OO3WhTPj{+2 zJv%|hYx+;e4RUg8nnvafS^=|{zL=Q>3X+v9KvI{rc-U3J3YKRv8b55QVy?_|$fX^T z&DKZA)rWs8&(%+8=(}Y-i1#b(EvTh1NX2-0I&YU;>Gs3hFg{;__RHYA9?o35Q$+kh zAQ?J7e@a2e`F;Iv3LEZKC2O(U8KU&o>7DQEIb7``s0 j72r$Sm{;e$_W$E`hrF>X1PXF8`JR=23AEh z^{b7Dvxguk;*{q5z2o#wP<4k*_U0teP}AMW&05^sc!1`PHxG>fq7{k!U}0g8L%{r1 zXvqLsp9*@*{P$x3V@BGtZlT+lE)QERNwGa)Z>jn08Bbw!wEqCPIha7g_7>O!F3(z{ z6L%QXL`U;5rZ%=M;KAldB|G@DB6vl`+uhb)VV$o3w+R1`6ht|!Y=ZNRu?I7tMwJr| zDkXqIzHqEM4fqWiS+-0egZPWY__vrR0w0C(L@4{aQMJtFkl!8k*Zsc`LVlCEfK&+r zX}6r{bfNB;iyn8tO&JgCWj0_xe~~88{c2?{#JJ|~n}X-p&~Qxy*}n5x!{hJmy3lnn zyMc0twVjh!ZG-FFNTO@#K`G>)fCF@QH}ou(fM*^>PWA%Upq|r0qxHbq8-w+du%XUG zQ#yc?jbE9iTZfl{_?UhZQwrH>skDOMS-@pFuoI$s%zW-pt)C12W;-%}eG?!!4tauu zwnaxj4)Cenj%!JH%WO+$>Ck3up<<7I0crX+B6j>k>f9^6uq#C0#s{dC>`>T)qgR!C zJYMQ%l;65K+2aNpYcZyXY7VbKz7=h6XFcm8SvMxgVJ)v+Tt-^V@b(Lkg>#l#a)T^f zsImSgC^9hKFjnyavmi)P%zWN){?jBXanfdRLZ1O+99Wb3%$gegWBrbgeZ3nKwXJ4N zFW@jN*~YRk0yrEcK5qRdOT;RvC@p39?Ki{ES(- kZ@5?{gD4nlQuHF#jn@~ZwFTiFn9xwa{RZZ) z>|RLFwg~+$cAH=JXq2FE;f!W6 rEH0h+kDI4FdNm-kWEd8~VFj0>70)S(32km~KHsaHQ+ zD_f&zgxH>bxb>DId+YNBD2k6P%?w?GCYz4aeI%YLHqQhguFrM%u0ehZ8{-eHWr4K` z0P$ImmbJLMgwgJ^Zo}x$O%h0WCWerK9VY !?VFk1I*7j_gjwK`~sYFXK zMp2{}fv^_-k21cVx#yE$Ut(W!i@fqIoAhR+J-MH@YyKpcCb-Cp7fC`dcPS?u;t!10 z*dd^(X5W##;%Byp$q2yxAqP&wY$jLEvG*JTs{Qi(ujXgBAVD$dGQ#AL1`PG)2#hB= zbdHnZc0+0B`u+2&nwuBCCRv`TqRaR3U%)am+SA|s`;28~i`FrZ$UDseD8!${>_Fc% zTnWw398?}T8 09K{$JQ_%n@7Agni*dn zoJ52_dRAltMvI8$9|3H@$(*c!MrU^e*~V}FA>SQ($MTBh!QeY!U=|W1h~`2IJ4u^; zc<%ld7w~4H`Zo&{$a0>L_ZdpNI%xSPP5eRy?sXLzA=vXN4D{KvwXbk{JC{rSufW0| zg(&0f`ofqmnAN~<>!-?5PS$F&-E-@61D%2b@=xQ`LB0hw&LJWQCH{sa?jGnK6qYm) z%Pt1!lozT>G!)~5!X4N}WpuxS+5ZP21h)W~tA0tI{-u)6t&yVvIhDgdHZ;NYe!;g= z<79ra)-L!_R$IE3_^Hr3yU@8ZteT(ynp?I^JqE7_w|orRt9|Iz&@1C8`i!7AeH8vmPG(B^)g*5bt_iIwa1v|=^L51*3j$= rc=d}MXM zph!LvTYfqWO}K-&%X(@}`4oWJH&RUq9Syx<@wxiRb@Wq~A(9g)BB8LR7Pvoa>!8%w zKvfm^Ye(uv5~#ItB9=N%J==`5hVPoxmat(jmA1I>9mg69Xs)A}Id7&46ehg@(Zav} zEUV^v-h(xv*K8g&8L}i{9%l>f`-Z=m&sX)EOx@~DCaU(H!w+0Gt$_wl^1cZ~SEYlp zdi4y3-%^s9@SePR@e>Bb^uj{__?Y4Oep>&J9Tue{I_Ej4UH)d^jRX+L7jyewvn|~) z@1OTz{E|%6)Ae^>|7G&g;{B4;m5h6;JkwD&4oR{xRQ)*!{i}WbCLdT~im-MLhHx2o z^#yp#0z%#Z45+UFkum$S4%@py?SvC0SExA!v?PSA 3~W|^@GS&H;F z*3RvqD*mZnCE7xigI#t_uW-2p7%)&m+AS&z{ucAid5V#|514T9Z!ya}E M<1*6zHxAN=dycHmyWYi>-^?p0A>H{u6-Q_X|u&I2p zSk1^xzemNHWG*}Fl%O`>gxQ(x{z`xlAR@8 3oYpaW zt2I<3k8@SnK$u5WdLzA$&y>$}tk%1+=1!qM-QjUAPY09FzTtKD;kr_Af(NKrgp>oX ze*&A#b;6hyXK&b3nFGJyW=Ky+5PI^l@XtgU)j;6h8hg+HC=q`@EWR3bY Foc7bu`~OFpb6IyM|HrwVlg`^m zT8yuRWTl9$G$$sFydxengG%&&bC5vn{ELocyNrS*wl9rp#BQe7H(s}8HO&}JoZNuSbw#Pd>h%f`3D4zeHPEnUiqe%-1 M0 zJ3}}T&Wl6!@yr*QA@fKdEP?Z>R@1c7vg*>xrIoRz6S>7_Q?Mx|IwrybW}j@E;!T~% z{i#WM>#nBUI+mDLQ;w_SpY>|cfQlpczmX6V11eyx=TJ)XU&ZJB`$oHB6 @9wKDe!Jb2#XaQplTt^8PsR);Fzkr$#Di& ksdIN&9T$m2JZh<`4c2n4Yq&X5z0LPh&M0g;-n7};=jDo=dklJ_ z fJOnaAVGAOkk{-P{O4uYZC9*F=#;8B=N*T P(h>XWZ&Sy_ 8gI(ARgb&X=1Bfp&G62XXXQ5K&dO0L0RSa}(lUsuG*1lvAvr`Y`sJ%}1 z$^xC->cZU4LXzY-1cUDbQPlX(9KO$D*UC@xhiAHWPh$^(J(z7WyltTZ#)ZurRzF>Mn^aVB!8-kd!9eQqhzF3Bgv-bRFG-FD#Hiq>L#O9fT5{u5S)dy-ak- zC)Q?mVbI>23Q5jE%SUqV6KDqBlMjW`W(qM%yhdbeEd)}mD12ykzzI$mIoHgC)Z4nj z^FbC|MQF~tI_7tGY1I(ezNYcw-}NSN=Zh>Z9(PtzYH;R77$?m|Ii2`2g2f0xXhQa1 zQ9^svhzOz?+3&lxtn2xw1%)@RiK5G=nB3%HmlvN>8vx55d#}meVfG-&?B?zx`BX#) zKf^V7ETRI98G>KPSC|tnlaa-J{ThOWHFQ+|)M%Tp_wz`{Bk^NrnYmy#`tFUFkHv-c zr1&O%{< _TvoUNeBN$g`^ufGS;C;T9IuW2{+|M*ia0kbOk~f2!<>{JMiTRt zTmU({g)OOF1Y8E@yf}RlZb7sII^Nft+UO)-_YnDe(4vCh&@po$rymGpJ!q`$Dv&%I zSjfu^{JmsSvo4Ouo1O!$188_JAi2SgWhc=4L!?*eF7@*Uo(Q;g>lP&F%NJ^c0gpzC zkCg ^)HB5E}55_ndYy_TTBQ#tWdyf_6@OOFtZC6U8oXAbhKCf|^IZ zNxAnf6X?~9Wg7zbJcuq&_BPxTs=6BsPA^YR&)g=L)X;9sH H@dkL|jr{W #iL@^B+OFz_Lr%W!2JW_DLTzyRf7&A0tJy^!J}ll61e!rw+y1yP!sBt=4DYoZ zwCTgVXG*$jQ%xR}(;iJJ6blq0fTnwNXxorC5Ba+Usi=QGPLVWNpf3orAubDF^dt$j z<9bqfyPeG_-#DLxXORpA2-CNFX5^TlS^7mLP35=cy`Uk?5ArCqJFY7bibAp~N_YO! z7vIw9PU`M40+mjP*$7n1)}8uqchV0=yEH@*e**^dC~!ZgU*oFe7w~K6i8kUGK4|7# z-H>r{jDlTN>wrS5|8dGimIWx+q+qbaCLc=L{}Mx1pTGDY>pgv3iWuYQhcdhQ$Nql4 z?VYGhZ6gfWX>SBQNQT`ojT|miY$N0$zDWtWkb8=1oB79Md2ViSMWxBJ;%D867E;8i zCTkgj#N7b17tX3~F*QtkP9k`@-f1R|kuLAIPbSiG5XvD1`b8v`2OoZCXA>H_Nf6rE z9qxJs?zz>iufJ1NB)W*7`Pc9Qsx|C%AZh5uM|?F1`Rb_BOQNl_G9`Vx(*Zg@&7pbW zcG!dq+KuW(So3&Pq?p4Ks~NQ*ej1=;z=xCs0?Y0egEE!I6q+xbnK|V0*mH~%0& r&FY!Z5?y zzk?~zBIe+c=YRX8p4)&TP- =SBJ7)PM}>l%OU(_88aXL7V<<>gBybEv_LTOo!H zAL?Uh3O5EEaOPAp#!f7*QWR>>u5aUDhE*G;+pmp@CoH=%xh h0H%AUd51 z2t;qs^tY|t)tZ$=xzDLQGvCa)Zk1yu*zE_tRQY9v@7?)Z+IRDTYyv}U%?E}O@e(@7 zVM{xs?hap4?7*|OJhVrWy%7N`5VHHtA*H=1W9pMbrV^QLWYG7&*w~*ya4UoIMcJO( z$iSVAEUCf@t^W*8F-PoQOJQe6@6UzB!TzhyZbL|l(e&`-*%Ri%_cdEIkKbPX_eRCn z|7kUTGjOlBC9rkiXvjU1i#0!!Rn*e9#Xif%(7^t`V+F!g?d~^yV$AN!=?bwjDiIey zwye6{3!({7wsv5Xao|mI;$}32KpK1fn1B8Hm0wucR&<;Rg^a$w>h76BeqI*BkETo5 zRa(9qaXM6wUhcEMB%d!dj+iq48vu4)|9kx@fiV9lq#9`9satb>rlzT^tV{yQ%E=+p z9UBAY5KorOy vu-zhg<}9=@P;%|gTYx}h>kn+qOg9Kd+Hd37Oa9XVIP+K_jvt)S zduWp-lLqvVAHxV99p@8@C(m&I=cj&T45W!q6_I~V{QE?l+!>r1&o8rW+uqL3|5xnO z_3)_N(Y|=9#tOB20@QmW37U4_lo>jL)u80~!z$S?8_Oaz!Zw$$j?VfOb$7gL{COPl zBCP|^yLaSA&NG+5kHTZExDhj_|82K#LyuS jT(RFze z$Sl|@KUQ n1(dd9vZIe6m82efk zots2%|1*Fb%7Dw0l4`jBg>#yWSHHQGeyrc$DAVi3 WXU*MeRtMTnq{EffN(abJ7-rm$6gj67Q_ z+>^7QcY-3+!&r-6Z)bWCWS02!jxf&i*={Ke4fk~JGyhVnOG-33vqpy=FCPv6JH_7s z{#SN%0SeilD%#(h4g}CY{v;iBr!+TdjR9$RaQbfs>``z2PZ3uh4`uho#}+RkNeB^d z$x`;6NJZI~tYIu=-(?LC$r4e@PGgCo!3^1#hDZ}amSGr6Qe++bHe=@ZsQ3N7_mAf@ z^UR$)XYM`sp7TBDd!7c{(@fp4Bg9*k5Vmm{x$#!#SexGqEVyKKxJP)7_i5uBLqX{w zHt)kYf+zjxAq5CTkMsC!XMCr7T@VinjXqEFI($Ig^i*qFd}~*#C3_vUF2Fz{UnF#h z6E9Sq5Ubjz*Fe7j=v5m`hNn*6a&J)u;fVjN+!-sO%ywM0!TA^tp-D>~9-(?~a{KH? zb92AoP+UJfBOgY2q`Oxs={iireGvkYH4AqOXj6e*^)VF1O`r&Fsy{bjXQS&x(aLyE zxn5_F##L~KUp{ ^&c*g5`SU84T$jAENa6=Qb=`bY-f6 z@C~Rm252d&Z|L%cWXWzRun^z*2C3_1XT{NIe?+b%dxQ$Y=)nW>3&CMUZ;kA!d~YuUVC+n3%n zq>}gH&Y)bTme8)aIW5x;T-lTUBEuF!Ck9l9ORf83q`x(BOsokXFoPJi9JC0zL@?)N zBfe 88F}<8^1>z`do9MxiS@ZO`Kzf*lp;$ff)$9 z`>?LmMge6}{9?bQVZDDDMRQNgjME|MTGD9iD~or2_(0Fepsy0uo!NIQMw|Cn092#< z#=eENven?>k4~r`){%_;uXqKdI`f?27nU6vrD6LjZ%F;*`d@xjeQi14%a1m--VDO` z86R>u&3&Ka9o;ab+D#8{<-O34&*7hqp!X#6Ln>@yGga)U?YhVOS-S^tROQf8IKF=> zC-iemFodY6xVU=$05CZGSzZclHK7`Qr8&<}-gWsB9Qw7y`{e*+dUq8-Hf#?_6d* zof{Ec^6fpLx4}jAz~unFSzklEG&~S7;oT@2LLlZ)R_F*3{4y|74O~iXc4gnEjALQq zeA=mnZM0n=nF<;D#r_%!T(PFZqk*xgYm(r??EyR6>qH>GDcH+MllPnvD)fuS%Vv8u zkq%`sbPz^@4)@G~Uue$v;`%A0&C;jqtrUIPSwr^J4WkpjAs2Mw(hF|l^Iql`|1B&e zBt#Px5?zH@a@YS3?ie||_9p-AvRFc+Q-SJL@&`eXO_HxIb(Uh!h7Mj2&9(ec-0;2p z<1jURI~54mSh1l~&5hK!V?AT#8JyN-aRtXoPTQM`Fhr3ycxj2Dfk7lZ#rU&2`j*-( ztM8*PZDDE~w3Ao@fIhJuePCfIfl&`2 LY2@~X H_5NHgd6P5$yOI5IQqvEkkqb!4$zkWXhLm@!w>4M8QPBxM?_4lFOz3~9 z#J6c-hq~ K-Ytg^VKRlYrRJr$hDrhIm?qJS^ zwQixNu- AYMFn|USgzr@ZF tK-pNoEgZ z8qKv8z3YF& V znk6*m&! d<-eMf^d$=jetm zRXu3n!Q9#_A9@uQy0hScv1?ntOlkZu#|2)gvOIZoFQ4>g1I!5{XB@-~`Dh?3`L)b$ z>d$WU7rR;JTBd-m54B|ZM8EcMTl*}N& ;+a`pKPtY(!Vi^%@|xnD! lfBH^bUA5F@iw&k?a37!+B6hTS4Y~9$In;($ z^f`f9q0QBQxo$#oavbUD>HB8rkZz#xH{*@SWx}iW1NhSaH=e$=l`%hpm&r1USzhiI zZUje_6}Ephyn2nn+>_d_kt=5Z^;1N{2JYDV+Yp3(5W lO+65kO~`)PL@sw_yfI_6DmGAP~?MQv_2rg}BZn-v `b^)LE6K-Mi8hop+~w;-fiA+1?@Iq|z(+?C0@a@4c@4uCdPiqgD)M_@)>+4EZ=a zCayVb3~wH;y 4E8CP+^K&NHPTZhw0$PjP~9fm{j3dJIG|L z{2l8m({B07nY?J$9tzo`snSqQ4wSlf*w Kbq@>5N@!~OEjrFc&{qrwe?yh~ zIE)_X=pC%Oeo=-lZt7Y`f^U^lGB~k}bW ic<(wrDH;H$+JY zLxN0^`YvG10TT3~{#UcElqPQ`EQAq9r}}jP@6Q`dGUfPuFYc#$BE-BBwAs^~$SoL~ zlQ_kg_C 0M=LpZ#ux7#;k} ~q;tk>S8Tg1h=MCuyCPZ$>XL_ef4*N|uaB87P?1I3(J!B8Qp#y8n*hcGVEvlj zZ)<(=Q`kjl&6Mez7H{)KYUAU>OX5@)3+}2~CC#YfZK;8zTo%ip{w52~1uBX$m7trF zB~kJrT!gs v(ZCyhr&h_y|R(CZ+d83c2^UF*b`5fQ%_Q+bMhzk#8 zd!hYseu!+F`9(J45WI83*|dN>q`oJefSsNWvr8{$#M$I=eJ{kc&sNwiM#v90CUZSo z8i-{b@D{O(myif-pPyMWdLQwi(3IICphKr?7+684A^@^ioa^-o7vh?O51j8ah($q3 z%_yXQp`;TN=(fJz|8n!7K7>j{Akw9%yvs|`mRzH}8g!Mmsaev(Lc4;#+S nj9QsO62PH63N;{eUIZ@z1ic#qz+W zPP4tO8cKWinq#ITV@1nTA%VYgrm@pLpbgaEzJ~IkB`TlHJz @^tf96pNaU9onTLZuo;(iFLQ{va!XLm z @h=8E z^-B7utqaEcvZeZGk+Lw>UGM)sW=O0DKx%~2895 PPqMrL)noAl zh*sFHt<`vHv@v82Ut$6QZw}D4{REUivH(hpls)0J{EygRk;hVAP`j4)tqX$E=H$dg z*X#3XZ>w_7Iq=O~elCA&jOY*mwKhonDX|l{bA9oN94OAx@)FH^t3Oi=UKxeFO9is> zLg^s_PX1@FsUNAc+%i8PA3?-@No2_a+h1asjm$jY-3?1xhUm*5b3lQTAQwtkUbHFP z`o9zo{SJ)OC18vm5;fqH&^0F4(3VsZf+)u!c>5BGEs&EmdL<$WiLR-0u6^!xj`!VF z>mjZ_ULB-&H>%nXWErCl7g;AO^G$;o_*r-p%D8B>;GaOW7e=88S>%*?#kUI(#`4YR zJ lcM|8?*gow^NU;TvxF(3z}y_%}j>8r|Gk_GcKqHH;QJ_|vD9 zbHK8Sl;(+E$hWb#43GjzFX^*X)DVzsol$D^IZqlpXPIpZ?^(uxOlF8U^^=a;?uoV9 z_(&-ktEy>UItXBt(w|sFo ds(YWfYbBV%s!T7!mIKR>|GO@;Q zwEoJ@&hFqBzQLvFTcAq!AqR9r^!!Aq{RQl0X-#bszah%8+;6)7Myj8q_W!t3vhXoa z-s-sTI;Oj7JYGW&SWn9C?r7`Fx#;6E@e3H-Tm^FFbk~E~WO4Xl;TL%4>g<2jaKu0B zar^Ptx7SR+$5!^RjN5+eA)^;Se@*tNtQqUxmH#YzzwcK}$opI2D|IAQS-3^_)>ru= zMmYQoBpKnTb@NlvpwY#F2ly =t(nYHZ$ zB7S$3jUw-nAqn3zn;q%9)K^Ng-}U9b8J^Om#}ExmDJU0fR2IOqt3=XJ0{%Gw*o^o6 zl)%ST*n$~COItdKVv9JP#(V96{By}#ckhl;LB4;V3!k*TCn6$JhCp;Q1uU#@@z87} znGHBCZW$K(835^u{FUDw?UT!>m#|%CXQ5IRTh&Tt?I-L%u);6{79`=rZKZhf5mD&k zMLIB!jon^&C(NOq6tvozHGP5#;!l7jurKsG7<(hDh~+|%s3Ke9iwN*>8$#igZhpRN zlT97mU0%6_2lqek`9Kt7M6y(Z6RRHdp4G4SX;ZuS6Ogw)+#YlcK-6w8(!6m*jjRd% zwn*S*@%gZlJ+wlH3gY>c9aGb5qMU?cn20SM!EIv{KJpCR`cO=bD0+cN^nbnetGPYP zpNFbQe2rT;%OP)_(hy8RdQCd;V$|c`PT4$Rf6aH2Mbn$%vHT5zzhWN-z<=l!q&+Ki zQU-poGK4U5ZAv^``{i8TohHk-Wb!@eww?xZST;`6u~)vw?6hc4;ET0~FAeJ>Cl}+1 zk A6n;5*1ewTSVhAq#m4X#jhIXlovS0!TbDF zCSJk2(Pe5UE;oe^MF;ua7#NxD?=1qC!l&@~;ie`TK5VU%hevtff}7Tm6W>V_JQl3z zMy_%T<_~y)_hb56oHBG?78Caf4Rvdcz0Nh(Ha5Kb;-g(%w-j>wSPrHC3@cfzNrMXr zaAA1@x7*LryQHFAFub#>Q(_Xf6Q&YQsVMeHMAGc$kXUd6KCPMvVD#xZIeh)p__!4X zkO=SlxfQm#MIZ}h4lE-bej$x1b&oE+O7+64(WTXUwZv*(kJT)Eql|*{FGz@sH!?9X zAxHAp$5n(vytB&CG=D^RR{xc|$}ZExa=|@-0YAx>Yha *;-NJPu=81-w9(<=;n`8Rp=@8txwyoOled%@VpiA~ax%Mt<6rh@h2UB;vd6dB z!Vy{}aE*<{;ZlEIZRljH$eqK*7DC`$E-L-@-?j6KI)9%YT5|6_wCh*UuUTGBStfbP zmnU&bxVyP^?_VE!zwA%=GSD(}E%bEnBvxf>%iG@(sF9ES)>k-%GLE4CBR!W_Ayvhk z;!6Y{%t0NsH=T*Ne&4t6@UWTEyf+!pqdZ0A(CtCn$Vlhg1 Q#%R`)5v<^;Jv8szOb(ZoNk z@UYsN=mx%Mc;7&reP3~8{mptA#$5hfCOjQsoA&gkX3E@UzuOGUiYYn+`3g@^b`hwB zM{(6O=7@pEw$|3t=Rxh9Y(WCJ$W16AQY~y(49r*kZZ9;cag7}x6=`qaoQH?u+k#WW z UUSY+E$5e~z2d+uxZ^uu=Q-{WYw z`>`X9Uq&=JKk0)`^@8s9W!EpiR!*2)w>z@)UTA;h7mqp*pn8Xx9Fnpn((`b4{T)rA zeTIhvxt(L3%`(q(uZNFPhWD6$j~2BSn o!Y&4jrHD{Wx18LwR$YpN;Lg&^r)$|Rkg}{_1k!Z z_f(?S3P|ht-L&x44E7~47gly#8X{dM-1g5^{8hf{vLE*S<5Q#uQ|wyHzdg6taI{q> zYFtzJsZ|jHwTeh18UKK$JUAR4X7|qqC;+q~PlzKDyNdLN?^atrTYYBo_RJyYpI_2Y zq{gusy}f%s2QHef1N6$x&CQX8u1 0 zH_^=AD`OeG4=95+{B*tV?&r*>vi80!Qr^7X+uIxGg-3efBUrD$51 Date: Wed, 10 Apr 2024 20:32:42 -0500 Subject: [PATCH 002/143] Automatic changelog generation for PR #2870 [ci skip] --- html/changelogs/AutoChangeLog-pr-2870.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2870.yml diff --git a/html/changelogs/AutoChangeLog-pr-2870.yml b/html/changelogs/AutoChangeLog-pr-2870.yml new file mode 100644 index 000000000000..da114a147340 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2870.yml @@ -0,0 +1,5 @@ +author: phoaly +changes: + - {rscdel: Removed some old ships} + - {tweak: Aspawned the Lagoon and Junker} +delete-after: true From 5c9c48ea36fd45d71be8a1f8fdef9e697cffab91 Mon Sep 17 00:00:00 2001 From: goober3 <118859017+goober3@users.noreply.github.com> Date: Thu, 11 Apr 2024 02:28:28 +0100 Subject: [PATCH 003/143] Modernizes the Komodo (#2701) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## To-do - [x] Rotate the Komodo - [x] Armory Nerf - [x] Medical Nerf ## About The Pull Request This PR: - Fixes various issues with stacked and floating wallmounts on the Komodo. - Adds a refueling system for the plasma and air tanks. - Nerfs the power generators. - Removes the ORM. - Moves light switches to more convenient locations. - Removes the NanoMed and re-organises medical slightly. - Removes the Bulldog, SRM pistol, Syndicate Derringer, and Infiltrator Rifle. - Adds a Stechkin and 357. Revolver for the Sergeant and Captain, respectively. - Removes the Security RnD kit. - Trims the Bartender's locker slightly, including the shotgun, which they had for some reason. - Adds a Peacekeeping locker to the armory. - Removes the engineering vendor. - Gets a little silly with it. ## Screenshots ![666675ed82834ce45b843cf92cdcbe93](https://github.com/shiptest-ss13/Shiptest/assets/118859017/7cb8ab2f-3ea1-48b9-ace1-bab64bd05ac8) ![image](https://github.com/shiptest-ss13/Shiptest/assets/118859017/bc5bb9f0-3e8c-4fc7-b5ef-f4746ec70d08) ![image](https://github.com/shiptest-ss13/Shiptest/assets/118859017/d32a0ea6-8eae-41e3-b7ad-aaf7e0d54603) ## Changelog 🆑 tweak: The Komodo has been tweaked, including some nerfs and wallmount fixes. /🆑 --- _maps/configs/syndicate_gorlex_komodo.json | 4 +- .../syndicate/syndicate_gorlex_komodo.dmm | 9131 +++++++++-------- 2 files changed, 4682 insertions(+), 4453 deletions(-) diff --git a/_maps/configs/syndicate_gorlex_komodo.json b/_maps/configs/syndicate_gorlex_komodo.json index 595b61b079d9..73ce92630014 100644 --- a/_maps/configs/syndicate_gorlex_komodo.json +++ b/_maps/configs/syndicate_gorlex_komodo.json @@ -40,11 +40,11 @@ "outfit": "/datum/outfit/job/syndicate/security/gorlex", "slots": 3 }, - "Deck assistant": { + "Deck Assistant": { "outfit": "/datum/outfit/job/syndicate/assistant/gorlex", "slots": 2 }, - "Bridge officer": { + "Bridge Officer": { "outfit": "/datum/outfit/job/syndicate/head_of_personnel", "slots": 1 } diff --git a/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm b/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm index 4500ef61d3ba..b5135c604f0e 100644 --- a/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm +++ b/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm @@ -1,128 +1,197 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"ab" = ( -/obj/structure/railing{ +"ac" = ( +/obj/effect/turf_decal/industrial/warning/corner{ dir = 4 }, -/obj/effect/decal/cleanable/oil{ - icon_state = "streak4" +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable, -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"ah" = ( -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/mask/gas/syndicate, -/obj/effect/turf_decal/techfloor{ dir = 10 }, -/obj/item/clothing/mask/gas/sechailer/balaclava, -/obj/item/clothing/under/syndicate/skirt, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/mineral/plastitanium, +/turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"am" = ( +"ae" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light/directional/west, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"ah" = ( /obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 6 + dir = 1 }, -/obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/computer/med_data/laptop{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-2" }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"as" = ( /obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 6 + dir = 9 }, -/turf/open/floor/pod, -/area/ship/cargo) -"an" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 +/obj/structure/rack, +/obj/item/storage/toolbox/syndicate{ + name = "syndicate toolbox"; + pixel_x = -3; + pixel_y = 5 }, -/obj/effect/turf_decal/industrial/warning/corner, -/obj/structure/railing/corner{ +/obj/item/geiger_counter{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/holosign_creator/atmos, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"aI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/mask/breath, +/obj/item/clothing/suit/space/syndicate/black/med, +/obj/item/clothing/head/helmet/space/syndicate/black/med, +/obj/machinery/firealarm/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"aL" = ( +/obj/machinery/vending/custom{ + layer = 3.1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor{ dir = 6 }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"aO" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "0-4" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"ao" = ( -/obj/effect/decal/cleanable/plasma, -/obj/structure/cable, -/obj/machinery/power/terminal, -/obj/structure/catwalk/over, -/turf/open/floor/plating, -/area/ship/engineering) -"av" = ( -/obj/item/reagent_containers/food/snacks/canned/beans{ - pixel_x = -5; - pixel_y = 3 +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = 12 }, -/obj/item/reagent_containers/food/snacks/canned/beans{ - pixel_x = 2; - pixel_y = 3 +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/maintenance/port) +"aY" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/syndicateemblem/bottom/right{ + dir = 8 }, -/obj/structure/closet/crate{ - name = "food crate" +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"bm" = ( +/obj/machinery/door/window/eastright, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"bA" = ( +/obj/machinery/door/poddoor{ + id = "syndie_warship_cargo"; + name = "Cargo Hatch" }, -/obj/effect/turf_decal/arrows{ +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"bM" = ( +/obj/effect/turf_decal/industrial/warning{ dir = 8 }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/aft) -"ax" = ( -/obj/machinery/computer/helm, -/obj/effect/turf_decal/techfloor{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"cn" = ( +/obj/effect/turf_decal/industrial/warning/corner{ dir = 1 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"aA" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/vomit/old, -/obj/effect/turf_decal/industrial/warning{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"cr" = ( +/obj/docking_port/stationary{ + dwidth = 5; + height = 15; + width = 30 + }, +/turf/template_noop, +/area/template_noop) +"cG" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/obj/item/stack/ore/salvage/scrapbluespace, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/starboard) -"aL" = ( -/obj/machinery/computer/operating{ - dir = 1 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"dc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 }, -/turf/open/floor/pod/dark, -/area/ship/medical) -"aR" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/rust, +/area/ship/maintenance/starboard) +"dD" = ( /obj/item/clothing/shoes/jackboots, /obj/item/clothing/mask/gas/syndicate, /obj/effect/turf_decal/techfloor{ - dir = 6 + dir = 10 }, /obj/item/clothing/head/beret/black, /obj/item/clothing/under/syndicate, @@ -132,500 +201,628 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/hallway/central) -"aU" = ( -/obj/structure/table/reinforced{ - color = "#c1b6a5" +"dG" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 5 }, -/obj/machinery/cell_charger, /obj/structure/railing{ - dir = 4 + dir = 5; + layer = 2.9 }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/machinery/power/apc/auto_name/directional/north, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/structure/bed/dogbed, +/mob/living/simple_animal/hostile/asteroid/elite/broodmother_child{ + faction = list("neutral","playerSyndicate"); + name = "Goliath"; + environment_smash = 0; + desc = "A little guy." }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"dJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"aX" = ( -/obj/effect/turf_decal/industrial/warning, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"bg" = ( /obj/structure/railing{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs{ - icon = 'icons/obj/stairs.dmi' + icon_state = "0-8" }, -/area/ship/maintenance/starboard) -"bk" = ( -/obj/structure/frame/computer, -/obj/effect/turf_decal/techfloor{ - dir = 1 +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 19; + pixel_y = -12 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"bn" = ( -/obj/structure/bookcase/random/fiction, -/obj/effect/turf_decal/siding/wood{ - dir = 9 +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"dL" = ( +/obj/machinery/power/smes{ + charge = 5e+006 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/west, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 22 +/obj/effect/turf_decal/industrial/radiation{ + dir = 8 }, -/turf/open/floor/holofloor/wood, -/area/ship/crew/dorm) -"bs" = ( -/obj/effect/spawner/lootdrop/salvage_capacitor, -/obj/effect/decal/cleanable/shreds, +/obj/structure/cable, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"bv" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Syndie_warship_lockdown"; - name = "Lockdown Shutters" +/obj/machinery/light/small/directional/east, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"dR" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/hallway/central) -"bE" = ( -/obj/effect/turf_decal/industrial/warning{ +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/aft) +"dS" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23; + pixel_y = -8 + }, +/obj/machinery/light/small/directional/east{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"dV" = ( +/obj/effect/turf_decal/industrial/warning/cee, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"bI" = ( -/obj/effect/spawner/lootdrop/salvage_manipulator, -/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-8" }, -/turf/open/floor/plating{ - icon_state = "panelscorched" +/obj/effect/turf_decal/techfloor/corner, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"dY" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 }, -/area/ship/maintenance/starboard) -"bR" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/dim/directional/west, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/starboard) -"bS" = ( -/obj/effect/turf_decal/techfloor{ +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"ea" = ( +/obj/machinery/porta_turret/ship/syndicate/weak{ + dir = 6 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"en" = ( +/obj/structure/railing/corner{ dir = 8 }, -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio{ - desc = "An old handheld radio. You could use it, if you really wanted to."; - icon_state = "radio"; - name = "old radio"; - pixel_x = 2; - pixel_y = 9 +/turf/open/floor/plasteel/stairs{ + dir = 1 }, -/obj/item/flashlight/lantern{ - pixel_x = -6; - pixel_y = 9 +/area/ship/crew/dorm) +"eo" = ( +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ + dir = 5 }, -/obj/item/storage/box/gum{ - pixel_x = 2; - pixel_y = -3 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/item/pen/edagger{ - pixel_x = -3 +/obj/machinery/light_switch{ + pixel_y = 21; + pixel_x = 12 }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"co" = ( +/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"es" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/cargo) +"ew" = ( /obj/effect/turf_decal/industrial/warning{ dir = 8 }, /obj/effect/turf_decal/industrial/warning{ dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/effect/turf_decal/techfloor/corner, -/obj/effect/turf_decal/techfloor/corner{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"cu" = ( -/obj/docking_port/stationary{ - dwidth = 5; - width = 30; - height = 15; +/area/ship/hallway/aft) +"ez" = ( +/obj/machinery/holopad/emergency/command, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"eK" = ( +/obj/effect/turf_decal/borderfloor, +/obj/effect/decal/cleanable/generic{ + pixel_x = -12; + pixel_y = 7 + }, +/obj/item/clothing/under/syndicate/sniper, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/suit/armor/vest/duster, +/obj/structure/closet/secure_closet/wall{ + dir = 1; + icon_state = "sec_wall"; + name = "Bridge Officer's Locker"; + req_access_txt = "57"; + pixel_y = -29 + }, +/obj/item/melee/classic_baton/telescopic, +/obj/item/clothing/neck/chameleon, +/obj/item/radio/headset/syndicate, +/obj/item/megaphone{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"eN" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = -6 + }, +/obj/item/stamp/qm{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/stamp{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ dir = 8 }, -/turf/template_noop, -/area/template_noop) -"cz" = ( +/obj/item/toy/figure/cargotech{ + pixel_x = -8; + pixel_y = 15 + }, +/turf/open/floor/pod, +/area/ship/cargo) +"eR" = ( +/obj/effect/turf_decal/steeldecal/steel_decals_central4{ + dir = 1 + }, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"eW" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/blackbox_recorder, +/turf/open/floor/engine, +/area/ship/bridge) +"eX" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 8 + dir = 1 }, -/obj/effect/turf_decal/syndicateemblem/middle/left, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"cR" = ( -/obj/machinery/door/airlock/hatch{ - name = "Cargo Bay" +"eY" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/button/door{ + dir = 8; + id = "syndiewarship_armorybay"; + name = "Weapon Hold"; + pixel_x = 25; + pixel_y = 7 }, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/techfloor, +/obj/machinery/suit_storage_unit/inherit, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + pixel_y = -2 + }, +/obj/item/clothing/suit/space/hardsuit/syndi/hl, +/obj/item/clothing/mask/gas/syndicate, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/security/armory) +"fd" = ( +/obj/effect/turf_decal/trimline/transparent/bar/filled/line, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/mineral/plastitanium, -/area/ship/cargo) -"cV" = ( -/obj/machinery/power/shuttle/engine/electric{ - dir = 1 +/area/ship/crew/canteen) +"fn" = ( +/obj/machinery/button/door{ + dir = 8; + id = "Syndie_warship_lockdown"; + name = "Lockdown Control"; + pixel_x = 26 }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/ship/engineering) -"cZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/light/directional/west, -/obj/effect/turf_decal/industrial/fire{ +/obj/effect/turf_decal/industrial/warning{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/north, -/obj/item/radio/intercom/directional/west, -/obj/item/t_scanner{ - pixel_x = -7; - pixel_y = 3 +/obj/structure/railing{ + dir = 4 }, -/obj/item/switchblade{ - pixel_x = -5; - pixel_y = -6 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 }, -/obj/item/trash/syndi_cakes, -/obj/item/trash/can, -/obj/item/suppressor{ - pixel_y = 11 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/item/gun/ballistic/automatic/pistol{ - pixel_x = 4; - pixel_y = -14 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/pod/dark, -/area/ship/security/armory) -"dm" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"ft" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"fD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/machinery/airalarm/directional/south, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"dp" = ( -/obj/item/scalpel{ - pixel_y = 16 - }, -/obj/structure/table/reinforced, -/obj/item/bodypart/l_arm/robot{ - pixel_x = -6 +/obj/machinery/light_switch{ + pixel_y = -23; + pixel_x = 3; + dir = 1 }, -/obj/item/bodypart/r_arm/robot{ - pixel_x = 6 +/turf/open/floor/plasteel/stairs{ + dir = 8 }, -/obj/item/hemostat, -/turf/open/floor/pod/dark, -/area/ship/medical) -"dv" = ( +/area/ship/bridge) +"fX" = ( /obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Syndie_warship_lockdown"; + name = "Lockdown Shutters" + }, +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/c10mm, -/obj/item/ammo_box/c10mm, -/obj/structure/closet/secure_closet/wall{ - dir = 1; - icon_state = "sec_wall"; - name = "Ammo locker"; - pixel_y = -29; - req_access_txt = "1" +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/item/ammo_box/magazine/m10mm, -/obj/item/ammo_box/magazine/m12g, -/obj/item/ammo_box/magazine/m12g, -/obj/item/ammo_box/magazine/smgm45, -/obj/item/ammo_box/magazine/smgm45, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"dw" = ( -/obj/effect/spawner/lootdrop/salvage_matter_bin, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/industrial/warning{ +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/central) +"fZ" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/glass{ dir = 8 }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"dz" = ( -/obj/machinery/door/firedoor, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-4" }, -/obj/machinery/door/airlock/hatch{ - name = "Starboard Maintenance" +/obj/structure/rack, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/grenade/chem_grenade/smart_metal_foam{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/storage/belt/utility{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/storage/belt/utility{ + pixel_y = -3 + }, +/obj/item/clothing/shoes/magboots/syndie{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/clothing/head/beret/eng/hazard{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"gk" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor/shutters{ + id = "syndiewarship_windows"; + name = "Blast Shutters" + }, +/turf/open/floor/plating, +/area/ship/hallway/central) +"gr" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/maintenance/starboard) -"dF" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 +/area/ship/hallway/central) +"gu" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/syndicateemblem/middle/middle{ + dir = 8 }, -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/effect/turf_decal/syndicateemblem/top/right, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/observer_start, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"dG" = ( +"gC" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 10 + }, +/obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/med_data/laptop{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 10 + }, +/turf/open/floor/pod, +/area/ship/cargo) +"gE" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/security/armory) +"gM" = ( +/obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "2-8" +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"dO" = ( -/obj/machinery/door/poddoor/shutters{ - id = "syndiewarship_armorybay"; - name = "Weapon Hold" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"dR" = ( -/obj/structure/salvageable/computer, -/obj/effect/decal/cleanable/wrapping, -/obj/machinery/firealarm/directional/west, -/turf/open/floor/circuit/green/off, +/area/ship/hallway/central) +"gN" = ( +/turf/closed/wall/mineral/plastitanium, /area/ship/maintenance/port) -"dT" = ( -/obj/machinery/computer/secure_data/syndie{ - dir = 8 +"gQ" = ( +/obj/structure/railing{ + dir = 1; + layer = 2.8 }, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/mask/gas/syndicate, /obj/effect/turf_decal/techfloor{ - dir = 4 + dir = 8 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-8" +/obj/item/clothing/under/syndicate, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"ea" = ( -/obj/machinery/porta_turret/ship/syndicate/heavy{ - dir = 6 +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -23; + pixel_y = 4 }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"em" = ( -/obj/machinery/light/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"hk" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, +/obj/effect/turf_decal/industrial/warning, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/effect/turf_decal/techfloor/corner{ dir = 8 }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"es" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/poster/ripped{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 +"ho" = ( +/obj/item/kirbyplants/random, +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ + dir = 9 }, -/obj/machinery/button/door{ +/obj/structure/extinguisher_cabinet/directional/west, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"hr" = ( +/obj/machinery/door/poddoor{ dir = 8; - id = "Artillery2shutter"; - name = "Artillery Hatch"; - pixel_x = 29; - pixel_y = -4 + id = "Artillery2shutter" }, -/obj/machinery/button/shieldwallgen{ - dir = 8; +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + dir = 1; id = "komodo_starboard"; - pixel_x = 28; - pixel_y = 6 + locked = 1 }, -/turf/open/floor/plasteel/dark, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/tech/grid, /area/ship/maintenance/starboard) -"ew" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 +"hy" = ( +/obj/effect/decal/cleanable/food/flour, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-4" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"ex" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/chair/office{ - dir = 8; - name = "tactical swivel chair" +/obj/structure/cable{ + icon_state = "1-4" }, -/turf/open/floor/pod, -/area/ship/cargo) -"eD" = ( -/obj/structure/cable, -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"eE" = ( -/obj/machinery/light/directional/south, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 +/obj/structure/catwalk/over, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/obj/machinery/firealarm/directional/south, +/turf/open/floor/plating, +/area/ship/engineering) +"hJ" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/tech, /area/ship/bridge) -"eW" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/cobweb, -/obj/item/blackbox, -/obj/item/storage/toolbox/infiltrator, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -10; - pixel_y = -19 +"hL" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 }, -/turf/open/floor/engine, -/area/ship/bridge) -"eX" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 +/obj/structure/railing{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"hO" = ( +/obj/machinery/cryopod{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/structure/railing{ dir = 8 }, +/obj/effect/turf_decal/industrial/warning{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/pod/dark, +/area/ship/crew/dorm) +"hV" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/plasma, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"eY" = ( -/obj/effect/turf_decal/industrial/warning/corner, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"hY" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/engineering) +"ib" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"fc" = ( -/obj/machinery/light/directional/north, +/turf/open/floor/holofloor/wood, +/area/ship/bridge) +"ic" = ( +/obj/structure/table/wood, +/obj/structure/bedsheetbin, +/obj/structure/railing, +/obj/item/radio/intercom/directional/west, +/turf/open/floor/carpet/red_gold, +/area/ship/crew/dorm) +"io" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/vomit/old, /obj/effect/turf_decal/industrial/warning{ - dir = 5 + dir = 1 }, -/obj/structure/railing{ - dir = 5 +/obj/item/stack/ore/salvage/scrapbluespace, +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"fg" = ( -/obj/machinery/suit_storage_unit/inherit/industrial, -/obj/item/clothing/suit/space/syndicate/black/engie, -/obj/item/clothing/head/helmet/space/syndicate/black/engie, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"ip" = ( +/obj/machinery/computer/med_data/syndie, /obj/effect/turf_decal/techfloor{ - dir = 8 + dir = 1 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"fk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"iH" = ( /obj/machinery/computer/mech_bay_power_console{ - dir = 1 + dir = 4 }, /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/techfloor{ - dir = 6 + dir = 10 }, /obj/effect/decal/cleanable/blood/old{ pixel_x = -14; @@ -633,32 +830,14 @@ }, /turf/open/floor/plasteel/telecomms_floor, /area/ship/cargo) -"ft" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"fE" = ( -/obj/effect/turf_decal/industrial/warning{ +"iJ" = ( +/obj/effect/turf_decal/siding/wood{ dir = 8 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Syndie_warship_lockdown"; - name = "Lockdown Shutters" - }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/hallway/central) -"gd" = ( -/obj/effect/turf_decal/siding/wood, /obj/structure/closet/wall{ - dir = 1; + dir = 4; name = "Utility Closet"; - pixel_y = -30 + pixel_x = -30 }, /obj/item/radio, /obj/item/radio, @@ -670,58 +849,19 @@ /obj/item/flashlight, /obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 5 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/holofloor/wood, /area/ship/crew/dorm) -"gh" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/techfloor{ - dir = 1 - }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/cargo) -"gj" = ( -/obj/effect/turf_decal/techfloor{ - dir = 6 - }, -/obj/structure/closet/crate, -/obj/item/radio/intercom/directional/east, -/obj/effect/spawner/lootdrop/costume, -/obj/item/storage/box/emptysandbags, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"gp" = ( -/obj/machinery/button/door{ +"iL" = ( +/obj/machinery/door/airlock/hatch{ dir = 8; - id = "syndiewarship_armorybay"; - name = "Weapon Hold"; - pixel_x = 28; - req_access_txt = "3" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) -"gq" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing/corner{ - dir = 1 + name = "Port Maintenance" }, +/obj/structure/barricade/wooden/crude, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 @@ -729,279 +869,170 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"gt" = ( -/obj/item/stack/ore/salvage/scraptitanium, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/area/ship/maintenance/starboard) -"gw" = ( -/obj/structure/table/reinforced, -/obj/item/toy/cards/deck/syndicate, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 6 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/item/spacecash/bundle/c1000{ - pixel_x = 5; - pixel_y = 11 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/maintenance/port) +"iT" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel/stairs, +/area/ship/bridge) +"jh" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ + dir = 1 }, -/obj/item/spacecash/bundle/c1000{ - pixel_x = 3; - pixel_y = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/closet/emcloset/wall{ + dir = 4; + pixel_x = -28 }, -/obj/item/reagent_containers/food/drinks/beer{ - pixel_x = -7; - pixel_y = 3 +/obj/machinery/advanced_airlock_controller{ + dir = 8; + pixel_x = 24 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"gy" = ( -/obj/effect/turf_decal/steeldecal/steel_decals8, -/obj/structure/chair/comfy/shuttle{ - dir = 1; - name = "Helm" +/turf/open/floor/plasteel, +/area/ship/engineering) +"ji" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil{ + icon_state = "streak3" }, -/obj/structure/railing/corner, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"gE" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/security/armory) -"gH" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 10 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 }, -/obj/machinery/mineral/ore_redemption{ - dir = 1; - output_dir = 1 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/pod, -/area/ship/cargo) -"gJ" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 6 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/structure/closet/wall{ - dir = 1; - name = "uniform closet"; - pixel_y = -30 +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"jn" = ( +/obj/machinery/computer/secure_data/syndie{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/storage/backpack/duffelbag/syndie, -/obj/item/storage/backpack/duffelbag/syndie, -/obj/item/clothing/under/syndicate/gorlex, -/obj/item/clothing/under/syndicate/gorlex, -/obj/item/clothing/under/syndicate/gorlex, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/combat, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 +/obj/effect/turf_decal/techfloor, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"jt" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/obj/item/storage/backpack/satchel, -/turf/open/floor/holofloor/wood, -/area/ship/crew/dorm) -"gK" = ( +/obj/effect/turf_decal/industrial/warning, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/corner_techfloor_grid{ - dir = 5 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/aft) +"jv" = ( +/obj/machinery/door/airlock/hatch{ + dir = 8; + name = "Aft Hallway" }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"gN" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/maintenance/port) -"hc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"hg" = ( -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Syndie_warship_lockdown"; - name = "Lockdown Shutters" +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/door/firedoor/border_only, /obj/machinery/door/firedoor/border_only{ - dir = 1 - }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/hallway/central) -"hj" = ( -/obj/machinery/turretid{ - pixel_x = -2; - pixel_y = 8 - }, -/obj/structure/table/reinforced, -/obj/item/gps{ - pixel_x = -6; - pixel_y = 2 + dir = 4 }, -/obj/machinery/button/door{ - id = "warshipbridge"; - name = "Bridge lockdown"; - pixel_x = 7; - pixel_y = -2 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"ho" = ( -/obj/machinery/light/directional/west, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/effect/turf_decal/steeldecal/steel_decals3, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"hp" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/effect/turf_decal/industrial/warning{ dir = 8 }, -/turf/open/floor/plasteel/stairs{ +/obj/effect/turf_decal/industrial/warning{ dir = 4 }, -/area/ship/bridge) -"hK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = 26 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/aft) +"jA" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "syndie_mechbay"; + name = "Mechbay" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"hY" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/engineering) -"io" = ( +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"jD" = ( +/obj/effect/spawner/lootdrop/salvage_capacitor, +/obj/effect/decal/cleanable/shreds, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"jE" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ dir = 4; - id = "syndiewarship_windows"; + id = "warshipbridge"; name = "Blast Shutters" }, /turf/open/floor/plating, -/area/ship/crew/dorm) -"ip" = ( -/obj/structure/railing, -/obj/effect/turf_decal/borderfloorblack, -/obj/machinery/airalarm/directional/west, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/port) -"iq" = ( -/obj/structure/bed, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/bedsheet/rd, -/obj/structure/curtain{ - color = "#5c131b" - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/under/syndicate/bloodred/sleepytime, -/turf/open/floor/carpet/black, /area/ship/bridge) -"is" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 - }, -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/structure/curtain/cloth/fancy{ - name = "blood-red curtains" +"jL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/turf/open/floor/holofloor/wood, -/area/ship/crew/dorm) -"iz" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil/streak, -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, /obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/port) -"iK" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 9 + icon_state = "4-8" }, -/obj/structure/railing{ - dir = 8 +/obj/structure/cable{ + icon_state = "2-4" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"iO" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/steeldecal/steel_decals10, -/obj/effect/decal/cleanable/robot_debris, -/obj/structure/cable, -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"iX" = ( -/obj/machinery/shower{ - pixel_y = 14 - }, -/obj/structure/mirror{ - pixel_x = -28 +"jW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 }, -/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/mineral/plastitanium, /area/ship/medical) -"jb" = ( -/obj/structure/salvageable/server, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/techfloor, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/maintenance/port) -"je" = ( -/obj/machinery/light/directional/north, -/obj/item/gun/ballistic/automatic/pistol, -/obj/item/gun/ballistic/automatic/pistol{ - pixel_y = 3 +"ke" = ( +/obj/effect/turf_decal/techfloor{ + dir = 8 }, -/obj/effect/turf_decal/industrial/fire, -/obj/structure/guncase, -/obj/structure/railing{ - dir = 4 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/item/gun/ballistic/automatic/smg/c20r/unrestricted, -/obj/item/gun/ballistic/shotgun/bulldog/unrestricted, -/turf/open/floor/pod/dark, -/area/ship/security/armory) -"jp" = ( +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"kh" = ( /obj/effect/turf_decal/arrows{ - dir = 8 + dir = 1 }, /obj/structure/closet/crate/engineering, /obj/effect/decal/cleanable/dirt/dust, @@ -1012,224 +1043,177 @@ pixel_x = 4; pixel_y = -3 }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-8" - }, +/obj/structure/cable, +/obj/machinery/power/apc/auto_name/directional/south, /turf/open/floor/mineral/plastitanium, /area/ship/hallway/aft) -"jr" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "syndie_warship_cargo"; - name = "Cargo Hatch" - }, -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - id = "komodo_cargo"; - locked = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" +"km" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/turf_decal/techfloor, +/obj/structure/cable, +/obj/machinery/suit_storage_unit/inherit, +/obj/item/clothing/suit/space/hardsuit/syndi/hl, +/obj/item/clothing/mask/gas/syndicate, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/mineral/plastitanium, +/area/ship/security/armory) +"ko" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"jw" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/cable{ - icon_state = "1-4" - }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"jz" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" - }, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/techfloor{ - dir = 5 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"jE" = ( +/area/ship/engineering) +"kq" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ - id = "warshipbridge"; - name = "Blast Shutters"; - dir = 4 + id = "syndiewarship_windows"; + name = "Blast Shutters" }, /turf/open/floor/plating, -/area/ship/bridge) -"jF" = ( -/obj/structure/railing/corner{ - dir = 4 - }, -/obj/effect/turf_decal/steeldecal/steel_decals_central4{ - dir = 4 - }, -/obj/structure/railing/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/steeldecal/steel_decals10{ - dir = 10 +/area/ship/medical) +"kr" = ( +/obj/item/stack/ore/salvage/scrapgold, +/obj/structure/table/reinforced, +/turf/open/floor/circuit/green/off, +/area/ship/maintenance/starboard) +"kD" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/canteen) +"kG" = ( +/obj/machinery/porta_turret/ship/syndicate/weak{ + dir = 1 }, -/obj/effect/turf_decal/steeldecal/steel_decals10{ - dir = 9 +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"kI" = ( +/turf/open/floor/engine, +/area/ship/bridge) +"kL" = ( +/obj/structure/table/wood, +/obj/structure/railing, +/obj/item/paicard{ + pixel_x = -7; + pixel_y = 4 }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"jP" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" +/obj/item/paicard{ + pixel_x = 1; + pixel_y = 1 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"jX" = ( /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/carpet/red_gold, +/area/ship/crew/dorm) +"kM" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-8" }, -/turf/open/floor/plating/rust, +/turf/open/floor/plasteel/dark, /area/ship/maintenance/port) -"km" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 +"lb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing/corner{ - dir = 4 +/obj/effect/turf_decal/techfloor{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"lg" = ( +/obj/machinery/door/window/southleft{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 - }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/transparent/bar/filled/corner, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"lj" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-2" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"kr" = ( -/obj/item/stack/ore/salvage/scrapgold, -/obj/structure/table/reinforced, +"lm" = ( +/obj/structure/salvageable/computer{ + dir = 8 + }, /turf/open/floor/circuit/green/off, /area/ship/maintenance/starboard) -"kC" = ( -/obj/item/kirbyplants/random, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 10 +"lr" = ( +/obj/structure/closet/wall/orange{ + dir = 1; + name = "Engineering locker"; + pixel_y = -30 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"kD" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/canteen) -"kH" = ( -/obj/structure/railing, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 +/obj/item/clothing/under/syndicate/coldres, +/obj/item/clothing/suit/toggle/industrial, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/head/welding, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/head/hardhat/weldhat/orange{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/clothing/glasses/meson/engine, +/obj/item/storage/belt/utility/full/engi, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "engine fuel pump" }, -/obj/effect/turf_decal/borderfloorblack, /obj/structure/cable{ icon_state = "1-4" }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"ls" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/steeldecal/steel_decals_central4, +/obj/structure/railing/corner{ + dir = 8 }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"kI" = ( -/turf/open/floor/engine, -/area/ship/bridge) -"kK" = ( -/obj/effect/decal/cleanable/plasma, -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-4" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"la" = ( -/obj/machinery/light/directional/north, -/obj/structure/tank_dispenser/oxygen, -/obj/effect/decal/cleanable/blood/old, /obj/structure/cable/yellow{ icon_state = "2-4" }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"lj" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/techfloor{ - dir = 1 - }, -/obj/structure/closet/crate/trashcart, -/obj/item/trash/cheesie, -/obj/item/trash/can/food/peaches/maint, -/obj/item/trash/can/food/beans{ - pixel_x = 6; - pixel_y = -3 - }, -/obj/item/trash/energybar, -/obj/item/trash/popcorn, -/obj/item/circuitboard/machine/rdserver, -/obj/item/trash/can/food/beans{ - pixel_x = 4; - pixel_y = -5 +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 }, /turf/open/floor/plasteel/tech, -/area/ship/cargo) -"lk" = ( -/obj/machinery/vending/cigarette/syndicate, -/obj/structure/railing/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ship/hallway/central) -"lm" = ( -/obj/machinery/door/airlock/hatch{ - name = "Engineering" - }, +/area/ship/engineering) +"lt" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 8 + dir = 4 }, -/obj/effect/turf_decal/industrial/warning{ +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, @@ -1237,648 +1221,701 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/firedoor, +/obj/machinery/airalarm/directional/east, /turf/open/floor/mineral/plastitanium/red, -/area/ship/engineering) -"lu" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "syndiewarship_windows"; - name = "Blast Shutters" - }, -/turf/open/floor/plating, /area/ship/hallway/central) -"lL" = ( -/obj/machinery/door/poddoor{ - id = "Artillery1shutter" +"lu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - dir = 4; - id = "komodo_port"; - locked = 1 +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/techfloor{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/machinery/airalarm/directional/east, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"lv" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/maintenance/port) -"lT" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 6 + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 }, -/obj/effect/turf_decal/techfloor/corner, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"lV" = ( -/obj/structure/railing{ - dir = 1 +"lz" = ( +/obj/structure/frame/computer{ + dir = 8 }, -/obj/structure/railing, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/effect/turf_decal/techfloor{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"lA" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 4; + layer = 2.8 + }, +/turf/open/floor/pod/dark, +/area/ship/crew/dorm) +"lY" = ( +/obj/structure/railing/corner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 +/obj/effect/turf_decal/steeldecal/steel_decals1{ + dir = 8 }, -/obj/machinery/button/door{ - dir = 1; - id = "warship_engines"; - name = "Engine shutters"; - pixel_y = -24 +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/stairs{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 }, -/area/ship/engineering) -"mj" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 5 +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 8 }, -/obj/structure/table/reinforced, -/obj/item/flashlight/lamp{ - pixel_x = -4; - pixel_y = 7 +/obj/machinery/atmospherics/pipe/manifold/cyan/visible/layer2{ + dir = 1 }, -/obj/item/paper_bin{ - pixel_x = 4 +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"mp" = ( +/obj/effect/decal/cleanable/plasma, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/obj/item/pen/red{ - pixel_x = 2; - pixel_y = 1 +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 10 }, -/obj/item/clothing/mask/gas/syndicate{ - pixel_x = -4 +/obj/structure/cable/yellow{ + icon_state = "0-8" }, -/obj/item/areaeditor/shuttle{ - pixel_x = -1; - pixel_y = -1 +/obj/machinery/power/port_gen/pacman, +/obj/machinery/light/dim/directional/east, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"my" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 }, -/obj/machinery/firealarm/directional/north, -/obj/item/codespeak_manual/unlimited{ - pixel_x = 6; - pixel_y = 5 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/holofloor/wood, -/area/ship/bridge) -"mr" = ( -/obj/machinery/shower{ - pixel_y = 14 +/obj/structure/cable/yellow{ + icon_state = "1-4" }, -/obj/structure/curtain, -/obj/item/soap/syndie, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/turf/open/floor/plasteel/freezer, -/area/ship/hallway/aft) -"mv" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater{ - dir = 1 +/obj/structure/catwalk/over, +/turf/open/floor/plating, +/area/ship/engineering) +"mC" = ( +/obj/structure/railing, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 8 }, -/obj/structure/window/plasma/reinforced/spawner, -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Engine Access" +/obj/effect/decal/cleanable/robot_debris, +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/machinery/door/poddoor{ - id = "warship_engines"; - name = "Thruster Blast Door" +/obj/machinery/power/terminal{ + dir = 8 }, -/turf/open/floor/plating, +/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"mA" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/spline/fancy/opaque/black{ +"mE" = ( +/obj/effect/decal/cleanable/glass{ dir = 8 }, -/obj/machinery/autolathe/hacked, -/obj/item/stack/sheet/plasteel/twenty{ - pixel_x = -3; - pixel_y = 6 +/turf/open/floor/circuit/green/off, +/area/ship/maintenance/port) +"mI" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plasteel, +/area/ship/engineering) +"mP" = ( +/obj/machinery/power/smes{ + charge = 5e+006 }, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 6 +/obj/effect/turf_decal/industrial/radiation{ + dir = 8 }, -/obj/item/stack/sheet/metal/fifty, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/structure/cable, +/obj/item/toy/figure/engineer{ + pixel_x = 9; + pixel_y = 14 }, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"mN" = ( -/obj/machinery/atmospherics/components/unary/shuttle/heater{ +"mX" = ( +/obj/machinery/door/airlock/hatch, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/structure/window/plasma/reinforced/spawner, -/obj/machinery/door/poddoor{ - id = "warship_engines"; - name = "Thruster Blast Door" - }, -/obj/machinery/door/window/eastleft{ - dir = 1; - name = "Engine Access" - }, -/turf/open/floor/plating, -/area/ship/engineering) +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/hallway/aft) "mY" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 6 - }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -23; + pixel_y = 4 }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"nb" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 10 - }, -/obj/structure/railing{ - dir = 10 - }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"nk" = ( +"mZ" = ( +/obj/item/kirbyplants/random, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/steeldecal/steel_decals4, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -23; + pixel_x = 4 }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/aft) +"nb" = ( +/obj/effect/turf_decal/techfloor, +/obj/item/storage/bag/ore, +/obj/item/storage/bag/ore, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/mining_scanner, +/obj/item/mining_scanner, +/obj/structure/closet/wall{ + dir = 1; + icon_door = "orange_wall"; + name = "Mining equipment"; + pixel_y = -29 }, +/obj/item/gps/mining, /turf/open/floor/plasteel/tech, -/area/ship/bridge) -"no" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ +/area/ship/cargo) +"nh" = ( +/obj/structure/salvageable/server, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/techfloor{ dir = 8 }, -/obj/machinery/microwave{ - pixel_y = 5 +/obj/machinery/button/shieldwallgen{ + id = "komodo_port"; + pixel_y = 24; + pixel_x = 6 }, -/obj/item/storage/box/donkpockets/donkpocketteriyaki{ - pixel_x = 4; - pixel_y = 5 +/obj/machinery/button/door{ + id = "Artillery1shutter"; + name = "Artillery Hatch"; + pixel_x = -4; + pixel_y = 26 }, -/obj/item/storage/box/donkpockets/donkpocketteriyaki, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 5 +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/maintenance/port) +"nq" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 9 }, -/obj/item/radio/intercom/directional/east, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"ny" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/effect/turf_decal/box, +/obj/machinery/camera/autoname{ + dir = 10 }, -/turf/open/floor/plasteel/stairs{ - dir = 8 +/turf/open/floor/pod, +/area/ship/cargo) +"nv" = ( +/obj/machinery/door/poddoor{ + dir = 8; + id = "Artillery2shutter" }, -/area/ship/bridge) -"nG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + id = "komodo_starboard"; + locked = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/turf/open/floor/plasteel/tech/grid, +/area/ship/maintenance/starboard) +"nz" = ( +/obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/catwalk/over, -/turf/open/floor/plating, -/area/ship/engineering) -"nQ" = ( -/obj/machinery/computer/monitor/secret{ - dir = 4 +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 }, -/obj/effect/turf_decal/spline/fancy/opaque/black, -/obj/effect/turf_decal/techfloor{ - dir = 8 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"nA" = ( +/obj/structure/chair/office{ + dir = 1; + name = "tactical swivel chair" }, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "1-2" }, -/obj/structure/railing, +/obj/machinery/firealarm/directional/west, /turf/open/floor/plasteel/tech, -/area/ship/bridge) -"nR" = ( +/area/ship/engineering) +"nD" = ( +/obj/effect/turf_decal/industrial/warning, /obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/port) -"nU" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/maintenance/port) -"oi" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/robot_debris/limb, -/obj/machinery/light/dim/directional/east, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"on" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"nI" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/oil{ + icon_state = "streak4" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 +/obj/machinery/power/terminal{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{ + dir = 5 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"oo" = ( -/obj/structure/rack, -/obj/effect/turf_decal/techfloor, -/obj/effect/spawner/lootdrop/maintenance/two, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/maintenance/starboard) -"pf" = ( -/obj/machinery/power/port_gen/pacman/super, -/obj/structure/railing{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 }, -/obj/effect/decal/cleanable/oil{ - icon_state = "gib7" +/obj/effect/turf_decal/industrial/warning{ + dir = 10 }, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/light/dim/directional/north, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"nU" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/maintenance/port) +"nV" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/machinery/autolathe/hacked, +/obj/item/stack/sheet/plasteel/twenty{ + pixel_x = -3; + pixel_y = 6 }, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable/yellow{ - icon_state = "0-2" + icon_state = "1-2" + }, +/obj/item/stack/sheet/glass/twenty{ + pixel_x = 6 }, +/obj/item/stack/sheet/metal/ten, +/obj/machinery/light/directional/east, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"po" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +"nX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-8" }, -/obj/structure/catwalk/over/plated_catwalk/dark, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"pA" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"ok" = ( +/obj/machinery/vending/cigarette/syndicate, /obj/structure/railing/corner{ dir = 1 }, -/obj/structure/railing/corner{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/ship/hallway/central) +"ot" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/techfloor{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" + dir = 4 }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"pE" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "2-4" +/obj/item/radio/intercom/directional/east, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"ox" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/closet/firecloset/wall{ + dir = 8; + pixel_x = 29 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"pF" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/decal/cleanable/wrapping, /obj/effect/turf_decal/techfloor{ dir = 4 }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"pN" = ( -/obj/machinery/door/firedoor, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"oO" = ( /obj/machinery/door/airlock/hatch{ - name = "Aft Hallway" + name = "Captain's Office"; + req_access_txt = "20" }, +/obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"pb" = ( +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/robot_debris, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-4" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"pS" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "Syndie_warship_lockdown"; - name = "Lockdown Control"; - pixel_x = -6; - pixel_y = 6 +/obj/machinery/firealarm/directional/south, +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/obj/machinery/button/door{ - id = "syndie_warship_cargo"; - name = "cargohold shutters"; - pixel_x = 6; - pixel_y = 6 +/area/ship/maintenance/starboard) +"ph" = ( +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + dir = 4; + id = "komodo_cargo"; + locked = 1 }, -/obj/machinery/button/door{ - id = "syndiewarship_windows"; - name = "Window Control"; - pixel_y = -4 +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/item/desk_flag{ - pixel_x = -10 +/obj/machinery/door/poddoor{ + id = "syndie_warship_cargo"; + name = "Cargo Hatch" }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"qc" = ( -/obj/machinery/door/airlock/hatch{ - name = "Dormitory" +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"po" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/grass, +/area/ship/crew/canteen) +"pA" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "0-4" }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"qu" = ( -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/power/terminal{ dir = 8 }, -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"pJ" = ( +/obj/machinery/power/smes/shuttle/precharged{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced/spawner{ dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ +/obj/machinery/door/window/eastleft{ + name = "Engine Access" + }, +/obj/machinery/door/poddoor{ + dir = 8; + id = "warship_engines"; + name = "Thruster Blast Door" + }, +/turf/open/floor/plating, +/area/ship/engineering) +"pN" = ( +/obj/machinery/porta_turret/ship/syndicate/weak{ + dir = 9 + }, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"qf" = ( +/obj/structure/railing{ dir = 8 }, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-4" }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-2" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"qy" = ( -/obj/structure/railing/corner{ - dir = 4; - layer = 2.8 +/turf/open/floor/plating, +/area/ship/maintenance/port) +"qk" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor/shutters{ + id = "syndiewarship_windows"; + name = "Blast Shutters" }, +/turf/open/floor/plating, +/area/ship/engineering) +"qm" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/industrial/fire, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/stairs{ - dir = 8 +/obj/item/trash/syndi_cakes{ + pixel_y = 6; + pixel_x = 4 }, -/area/ship/crew/dorm) -"qD" = ( -/obj/machinery/light/directional/west{ - light_color = "#e8eaff" +/obj/item/t_scanner{ + pixel_x = -2; + pixel_y = 12 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/techfloor{ +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/east, +/obj/item/storage/box/firingpins{ + pixel_x = -12 + }, +/turf/open/floor/pod/dark, +/area/ship/security/armory) +"qz" = ( +/obj/effect/turf_decal/industrial/warning{ dir = 9 }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/cargo) -"qI" = ( +/obj/effect/turf_decal/industrial/warning/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"qB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" + }, /obj/effect/turf_decal/techfloor{ - dir = 4 + dir = 6 }, -/obj/item/storage/bag/ore, -/obj/item/storage/bag/ore, -/obj/item/pickaxe, -/obj/item/pickaxe, -/obj/item/mining_scanner, -/obj/item/mining_scanner, /obj/machinery/light/directional/east, -/obj/structure/closet/wall{ - dir = 8; - icon_door = "orange_wall"; - name = "Mining equipment"; - pixel_x = 29 +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"qD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/gps/mining, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"qK" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/industrial/fire/corner{ +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"qF" = ( +/obj/machinery/power/smes/shuttle/precharged{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/south, -/obj/item/storage/box/firingpins{ - pixel_x = 21 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/item/clothing/glasses/night{ - pixel_y = 6 +/obj/structure/window/plasma/reinforced/spawner{ + dir = 8 }, -/obj/item/clothing/glasses/night{ - pixel_x = 2; - pixel_y = 1 +/obj/machinery/door/poddoor{ + dir = 8; + id = "warship_engines"; + name = "Thruster Blast Door" }, -/obj/item/clothing/glasses/night{ - pixel_x = -2; - pixel_y = -4 +/obj/machinery/door/window/eastright{ + name = "Engine Access" }, -/turf/open/floor/pod/dark, -/area/ship/security/armory) -"qT" = ( -/obj/machinery/syndicatebomb/self_destruct{ - anchored = 1 +/turf/open/floor/plating, +/area/ship/engineering) +"qG" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/syndicateemblem/middle/right{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"qZ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 }, -/obj/machinery/light/directional/south, -/turf/open/floor/circuit/red, -/area/ship/bridge) -"rf" = ( -/obj/structure/railing/corner, -/obj/effect/turf_decal/steeldecal/steel_decals1, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ +/obj/machinery/light/directional/west, +/turf/open/floor/carpet/red_gold, +/area/ship/crew/dorm) +"rg" = ( +/obj/item/cautery, +/obj/structure/table/reinforced, +/obj/item/healthanalyzer, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/turf/open/floor/pod/dark, +/area/ship/medical) +"rm" = ( +/obj/effect/turf_decal/industrial/warning{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"rh" = ( -/obj/machinery/porta_turret/ship/syndicate/heavy{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 10 }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"rj" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/industrial/fire{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/grenade/frag{ - pixel_x = 6; - pixel_y = -3 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/pod/dark, -/area/ship/security/armory) -"ro" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"rv" = ( +/turf/closed/wall/r_wall/syndicate/nodiagonal, +/area/ship/medical) +"rE" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 1 + dir = 10 }, /obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 1 - }, +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 + dir = 5 }, -/obj/machinery/airalarm/directional/north, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-4" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"rs" = ( +"rI" = ( +/obj/structure/table/reinforced, +/obj/item/toy/cards/deck/syndicate, /obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 9 + dir = 10 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable{ - icon_state = "0-2" +/obj/item/spacecash/bundle/c1000{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/spacecash/bundle/c1000{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -7; + pixel_y = 3 }, /obj/machinery/light_switch{ - pixel_x = -20; - pixel_y = 12; - dir = 4 + dir = 1; + pixel_y = -23; + pixel_x = 4 }, /turf/open/floor/mineral/plastitanium, /area/ship/crew/canteen) -"rv" = ( -/turf/closed/wall/r_wall/syndicate/nodiagonal, -/area/ship/medical) -"rA" = ( -/obj/machinery/cryopod{ - dir = 8 +"rN" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/syndie{ + pixel_y = 5; + pixel_x = -8 }, -/obj/structure/railing, -/obj/effect/turf_decal/industrial/warning{ - dir = 10 +/obj/machinery/light/directional/south, +/obj/machinery/fax/syndicate, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"rS" = ( +/obj/machinery/porta_turret/ship/syndicate/weak{ + dir = 5 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/dark, -/area/ship/crew/dorm) -"rK" = ( -/obj/machinery/button/door{ - dir = 1; - id = "syndie_mechbay"; - name = "mechbay door"; - pixel_y = -24 +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"rX" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/techfloor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"rN" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 + icon_state = "1-2" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/syndicateemblem/top/left, -/obj/machinery/firealarm/directional/west, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"rS" = ( -/obj/machinery/porta_turret/ship/syndicate/heavy{ - dir = 5 +"rZ" = ( +/obj/structure/railing{ + dir = 4 }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"sb" = ( -/obj/structure/closet/toolcloset, /obj/structure/railing{ - dir = 1 + dir = 8 }, -/obj/effect/decal/cleanable/oil{ - icon_state = "streak5" +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/button/door{ + dir = 4; + id = "warship_engines"; + name = "Engine shutters"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/stairs{ + dir = 1 }, -/obj/effect/turf_decal/industrial/outline/yellow, -/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) "si" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, @@ -1889,1391 +1926,1393 @@ }, /turf/open/floor/plating, /area/ship/bridge) -"sj" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/effect/turf_decal/syndicateemblem/bottom/right, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) "sn" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/item/clothing/suit/armor/vest/syndie, -/obj/item/clothing/suit/armor/vest/syndie, -/obj/item/clothing/suit/armor/vest/syndie, -/obj/item/clothing/head/helmet/operator, -/obj/item/clothing/head/helmet/operator, -/obj/item/clothing/head/helmet/operator, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/closet/secure_closet/wall{ - dir = 1; - icon_state = "sec_wall"; - name = "Armour locker"; - pixel_y = -29; - req_access_txt = "1" - }, -/obj/item/storage/belt/military, -/obj/item/storage/belt/military, -/obj/item/storage/belt/military, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"sq" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"sy" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/syndicateemblem/bottom/left, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"sI" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" - }, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/techfloor{ - dir = 9 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"sQ" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"sT" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 4 - }, -/obj/effect/decal/cleanable/generic, -/obj/structure/chair/comfy/shuttle{ - dir = 8; - name = "tactical chair" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"td" = ( -/obj/machinery/porta_turret/ship/syndicate/heavy{ - dir = 9 - }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"tf" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/security/armory) -"ti" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, /obj/machinery/door/poddoor/shutters{ - dir = 4; id = "syndiewarship_windows"; name = "Blast Shutters" }, /turf/open/floor/plating, /area/ship/crew/canteen) -"tj" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +"sq" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/engineering) +"sy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"sF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/structure/cable/yellow{ - icon_state = "1-8" + icon_state = "1-2" }, /obj/structure/catwalk/over, /turf/open/floor/plating, /area/ship/engineering) -"tv" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/mask/gas/syndicate, -/obj/effect/turf_decal/techfloor, -/obj/item/clothing/under/syndicate, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" +"sG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, +/obj/effect/turf_decal/techfloor/corner, +/obj/machinery/light/directional/east, /turf/open/floor/mineral/plastitanium, /area/ship/hallway/central) -"tw" = ( -/obj/machinery/door/airlock/vault{ - req_access_txt = "53" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/engine, -/area/ship/bridge) -"tx" = ( -/obj/machinery/vending/tool, -/obj/effect/turf_decal/industrial/warning{ - dir = 5 +"sQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"ty" = ( -/obj/effect/turf_decal/industrial/warning{ +/obj/structure/bed{ dir = 8 }, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 +/obj/item/bedsheet/black{ + dir = 8 }, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/curtain/cloth/fancy{ + name = "blood-red curtains" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/engineering) -"tC" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/bridge) -"tO" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 }, +/turf/open/floor/holofloor/wood, +/area/ship/crew/dorm) +"sS" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/techfloor{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"tT" = ( -/obj/machinery/light/small/directional/north, -/obj/machinery/power/smes{ - charge = 5e+006 +/obj/machinery/light/dim/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"sV" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 }, -/obj/item/toy/figure/engineer{ - pixel_x = 9; - pixel_y = 14 +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/obj/effect/turf_decal/industrial/radiation, -/obj/structure/railing{ - dir = 9 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, /obj/structure/cable{ - icon_state = "0-8" + icon_state = "1-8" }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"tY" = ( -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"up" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 10 - }, -/turf/open/floor/holofloor/wood, -/area/ship/bridge) -"uA" = ( -/obj/structure/chair/stool/bar{ +"sX" = ( +/obj/effect/turf_decal/industrial/warning{ dir = 1 }, +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 8 +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/storage/toolbox/ammo/c10mm, +/obj/structure/closet/secure_closet/wall{ + dir = 4; + icon_state = "sec_wall"; + name = "Ammo Locker"; + req_access_txt = "1"; + pixel_x = -29 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/smgm45, +/obj/item/ammo_box/magazine/smgm45, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"sY" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 }, -/obj/structure/cable{ - icon_state = "1-4" +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"uB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/firealarm/directional/west, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"uD" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" +/obj/structure/fireaxecabinet{ + dir = 8; + pixel_x = 27 }, -/obj/machinery/light_switch{ - pixel_x = -17; - pixel_y = 26 +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"tf" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/security/armory) +"tn" = ( +/obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/costume, +/obj/item/storage/box/emptysandbags, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/button/door{ + dir = 4; + id = "syndie_mechbay"; + name = "mechbay door"; + pixel_x = -24 + }, +/obj/item/radio/intercom/directional/south, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"tr" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing{ + dir = 4 }, /obj/effect/turf_decal/techfloor{ - dir = 1 + dir = 4 + }, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/cheesie, +/obj/item/trash/can/food/peaches/maint, +/obj/item/trash/can/food/beans{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/trash/energybar, +/obj/item/trash/popcorn, +/obj/item/circuitboard/machine/rdserver, +/obj/item/trash/can/food/beans{ + pixel_x = 4; + pixel_y = -5 }, -/obj/item/radio/intercom/directional/north, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"uF" = ( -/obj/machinery/holopad/emergency/command, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-2" }, /turf/open/floor/plasteel/tech, -/area/ship/bridge) -"uL" = ( +/area/ship/cargo) +"tv" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 10 + dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-2" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"uQ" = ( -/obj/machinery/light/directional/south, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"uR" = ( -/obj/structure/rack, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = 2; - pixel_y = 8 - }, -/obj/item/grenade/chem_grenade/smart_metal_foam{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/storage/belt/utility{ - pixel_y = -3 +"tC" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/bridge) +"tD" = ( +/obj/machinery/button/door{ + dir = 8; + id = "syndie_mechbay"; + name = "mechbay door"; + pixel_x = 24 }, -/obj/item/storage/belt/utility{ - pixel_x = 3; - pixel_y = 5 +/obj/effect/turf_decal/techfloor{ + dir = 6 }, -/obj/item/clothing/shoes/magboots/syndie{ - pixel_x = -6; - pixel_y = -5 +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/cargo) +"tF" = ( +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 }, -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 8 +/obj/structure/railing{ + dir = 4 }, -/obj/item/clothing/head/beret/eng/hazard{ - pixel_x = -5; - pixel_y = 4 +/obj/item/clothing/under/syndicate/skirt/maid, +/obj/item/clothing/gloves/combat/maid, +/obj/item/clothing/head/maidheadband/syndicate, +/obj/item/clothing/accessory/maidapron/syndicate, +/obj/structure/closet/crate/secure/loot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 }, -/turf/open/floor/plasteel/tech, +/obj/machinery/firealarm/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"tT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/door/airlock/external, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/turf/open/floor/plasteel, /area/ship/engineering) -"uW" = ( -/obj/machinery/vending/medical, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"vg" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 +"ub" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 6 }, -/obj/effect/turf_decal/industrial/warning{ +/obj/item/kirbyplants/random, +/obj/effect/decal/cleanable/wrapping, +/obj/machinery/camera/autoname{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/railing{ + dir = 6 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/engineering) -"vm" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/techfloor, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -12; - pixel_y = -16 +/obj/machinery/firealarm/directional/west{ + pixel_y = -2 }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/maintenance/starboard) -"vq" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"ue" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/industrial/fire/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/glasses/night{ + pixel_y = 6 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/item/clothing/glasses/night{ + pixel_x = 2; + pixel_y = 1 }, -/obj/structure/window/plasma/reinforced/spawner, -/obj/machinery/door/window/eastleft{ - dir = 1; - name = "Engine Access" +/obj/item/clothing/glasses/night{ + pixel_x = -2; + pixel_y = -4 }, -/obj/machinery/door/poddoor{ - id = "warship_engines"; - name = "Thruster Blast Door" +/obj/machinery/airalarm/directional/west, +/obj/item/radio/intercom/directional/north, +/turf/open/floor/pod/dark, +/area/ship/security/armory) +"uh" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/techfloor, +/obj/structure/sign/poster/official/moth/delam{ + pixel_y = -32 }, -/turf/open/floor/plating, +/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"vw" = ( -/obj/machinery/light/directional/north, +"ul" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 }, -/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/turf_decal/industrial/warning, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 + dir = 4 }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"vx" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"vA" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 +/area/ship/engineering) +"us" = ( +/obj/structure/bookcase/random/fiction, +/obj/effect/turf_decal/siding/wood{ + dir = 5 }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 4 +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + pixel_y = 23; + pixel_x = -6 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 +/obj/machinery/firealarm/directional/east{ + pixel_y = -8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 +/turf/open/floor/holofloor/wood, +/area/ship/crew/dorm) +"uG" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "1-2" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"vC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 +"uJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 5 }, +/obj/machinery/light/directional/north, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/cargo) +"uS" = ( +/obj/effect/decal/cleanable/dirt, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/catwalk/over, -/obj/structure/closet/wall/orange{ - name = "fuel locker"; - pixel_y = 28 - }, -/obj/item/stack/sheet/mineral/uranium/five, -/obj/item/stack/sheet/mineral/uranium/five{ - pixel_x = 2 - }, -/obj/effect/spawner/lootdrop/maintenance/three, -/turf/open/floor/plating, -/area/ship/engineering) -"vQ" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/button/door{ - dir = 8; - id = "syndiewarship_armorybay"; - name = "Weapon Hold"; - pixel_x = 28 + dir = 4 }, -/obj/effect/turf_decal/techfloor{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/suit_storage_unit/inherit, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 22 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/clothing/suit/space/hardsuit/syndi/hl, -/obj/item/clothing/mask/gas/syndicate, -/turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) -"vT" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 +/turf/open/floor/pod, +/area/ship/cargo) +"uV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = 7 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_x = -16; + pixel_y = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/structure/railing, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/firealarm/directional/east{ + pixel_y = 4 }, +/obj/machinery/light/directional/south, +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"vd" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"vl" = ( +/obj/item/stack/ore/salvage/scrapplasma/five, +/obj/effect/decal/cleanable/ash/large, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"wo" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "syndiewarship_windows"; - name = "Blast Shutters" - }, /turf/open/floor/plating, -/area/ship/medical) -"ws" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/techfloor{ - dir = 8 +/area/ship/maintenance/port) +"vp" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/industrial/fire{ + dir = 4 }, -/obj/structure/extinguisher_cabinet/directional/west, -/turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"wO" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/siding/wood{ - dir = 6 - }, -/obj/machinery/light/small/directional/east, -/obj/item/toy/plush/beeplushie{ - pixel_x = 3; - pixel_y = 8 +/obj/structure/closet/secure_closet/wall{ + dir = 4; + icon_state = "secure_wall"; + name = "Peacekeeping Locker"; + req_access_txt = "1"; + pixel_x = -29 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler, +/obj/item/storage/box/handcuffs, +/obj/item/holosign_creator/security, +/obj/item/megaphone/sec, +/obj/item/restraints/legcuffs/bola/energy, +/turf/open/floor/pod/dark, +/area/ship/security/armory) +"vs" = ( +/obj/structure/railing/corner{ + dir = 8 }, -/turf/open/floor/holofloor/wood, -/area/ship/bridge) -"wP" = ( -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/structure/cable/yellow{ +/obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/power/terminal{ - dir = 1 - }, /turf/open/floor/plasteel/stairs{ dir = 8 }, -/area/ship/engineering) -"xg" = ( -/obj/structure/mecha_wreckage/mauler, -/obj/effect/turf_decal/techfloor, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/cargo) -"xj" = ( -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ +/area/ship/bridge) +"vx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"vA" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/effect/turf_decal/industrial/warning/corner{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 5 }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-4" }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"xl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/stairs, -/area/ship/bridge) -"xC" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"vF" = ( /obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/industrial/radiation, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"xD" = ( -/obj/machinery/door/poddoor{ - id = "Artillery2shutter" - }, -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - dir = 4; - id = "komodo_starboard"; - locked = 1 + dir = 8 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/maintenance/starboard) -"xP" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = -12; - pixel_y = 2 +/obj/machinery/power/terminal{ + dir = 4 }, -/obj/structure/mirror{ - pixel_x = -26 +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer2, +/turf/open/floor/plasteel/stairs{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/freezer, -/area/ship/hallway/aft) -"xZ" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 +/area/ship/engineering) +"vI" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 10 }, /obj/structure/railing{ - dir = 4 + dir = 10 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 4 +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"vL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 1; + name = "tactical swivel chair" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ +/turf/open/floor/pod, +/area/ship/cargo) +"vT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"yw" = ( -/obj/machinery/porta_turret/ship/syndicate{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-8" }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"yJ" = ( -/obj/structure/frame/machine, -/obj/structure/grille/broken, -/obj/structure/spider/stickyweb, -/obj/item/toy/plush/spider, -/turf/open/floor/plasteel/tech, +/obj/structure/catwalk/over/plated_catwalk/dark, +/turf/open/floor/plating, /area/ship/maintenance/port) -"yV" = ( -/obj/structure/chair/stool/bar{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 +"vX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "syndiewarship_armorybay"; + name = "Weapon Hold" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"yX" = ( -/obj/structure/railing{ +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/structure/cable{ - icon_state = "2-8" +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/obj/structure/cable{ +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"vY" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/cigbutt{ + anchored = 1; + color = "#808080"; + layer = 2; + pixel_x = -4; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/fakelattice, +/obj/structure/railing, +/turf/open/floor/plasteel/elevatorshaft, +/area/ship/hallway/aft) +"wd" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "engine fuel pump" + }, +/obj/structure/cable/yellow{ icon_state = "2-4" }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 5 + }, +/obj/effect/turf_decal/steeldecal/steel_decals10{ + dir = 9 + }, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"yY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil{ - icon_state = "streak3" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 +"wk" = ( +/obj/machinery/computer/operating{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "2-4" +/turf/open/floor/pod/dark, +/area/ship/medical) +"wE" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 8 }, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"wG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ icon_state = "1-8" }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"zk" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/tank/air{ - piping_layer = 2 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/decal/cleanable/greenglow, -/obj/machinery/airalarm/directional/north, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-4" }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering) -"zu" = ( -/obj/machinery/button/door{ - id = "Syndie_warship_lockdown"; - name = "Lockdown Control"; - pixel_y = 26 +/obj/machinery/atmospherics/components/binary/volume_pump{ + name = "Input to Fuel" }, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 +/obj/effect/turf_decal/industrial/shutoff{ + dir = 8 }, -/obj/structure/railing{ - dir = 1 +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"wJ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/steeldecal/steel_decals4{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 }, /obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"zF" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "warshipbridge"; - name = "Blast Shutters" + icon_state = "4-8" }, -/turf/open/floor/plating, +/turf/open/floor/plasteel/tech, /area/ship/bridge) -"zK" = ( -/obj/structure/closet/crate{ - name = "food crate" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/effect/turf_decal/arrows{ - dir = 8 - }, -/obj/machinery/light/directional/east, -/obj/structure/railing, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/aft) -"zR" = ( -/obj/structure/railing{ +"wR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ dir = 4 }, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/mask/gas/syndicate, -/obj/effect/turf_decal/techfloor, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/under/syndicate/gorlex, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"zV" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - dir = 4; - id = "syndiewarship_windows"; - name = "Blast Shutters" +/obj/machinery/airalarm/directional/west, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"wT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/turf/open/floor/plating, +/turf/open/floor/mineral/plastitanium, +/area/ship/security/armory) +"xd" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/techfloor, +/turf/open/floor/mineral/plastitanium, /area/ship/engineering) -"Ai" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "engine fuel pump" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" +"xj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 }, -/obj/effect/turf_decal/steeldecal/steel_decals10{ - dir = 9 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/obj/effect/turf_decal/steeldecal/steel_decals10{ - dir = 10 +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Aj" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/crew/canteen) -"Al" = ( -/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, -/obj/machinery/door/poddoor/shutters{ - id = "warshipbridge"; - name = "Blast Shutters"; - dir = 8 +/area/ship/cargo) +"xr" = ( +/obj/machinery/cryopod{ + dir = 1 }, -/turf/open/floor/plating, -/area/ship/bridge) -"Ap" = ( -/obj/effect/turf_decal/techfloor, -/obj/machinery/power/apc/auto_name/directional/south, -/obj/structure/cable, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -12; - pixel_y = -16 +/obj/structure/railing{ + dir = 4; + layer = 2.8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 5 }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/maintenance/port) -"As" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/computer/cryopod/directional/east, +/obj/effect/decal/cleanable/robot_debris, +/turf/open/floor/pod/dark, +/area/ship/crew/dorm) +"xF" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/door/airlock/highsecurity{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Au" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"xH" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/top/middle{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Av" = ( -/obj/effect/turf_decal/industrial/warning, +"xJ" = ( +/obj/structure/curtain, +/obj/item/soap/syndie, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Az" = ( -/obj/effect/decal/cleanable/glass, -/turf/open/floor/circuit/green/off, -/area/ship/maintenance/port) -"AR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/machinery/shower{ + pixel_y = 14 }, -/obj/machinery/door/airlock/external{ +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/hallway/aft) +"xM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ship/engineering) -"AY" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/maintenance/port) -"Bf" = ( -/obj/structure/chair/comfy{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line, -/obj/machinery/airalarm/directional/south, -/obj/effect/decal/cleanable/vomit/old{ - pixel_x = 9; - pixel_y = -1 +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"xV" = ( +/obj/structure/cable{ + icon_state = "0-8" }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"Bg" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ +/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{ dir = 1 }, -/turf/open/floor/engine/hull, -/area/ship/external) -"Bj" = ( -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 +/obj/effect/decal/cleanable/generic, +/obj/item/stack/cable_coil/orange{ + pixel_x = 6; + pixel_y = -6 }, -/obj/effect/turf_decal/industrial/warning/corner{ +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/robot_debris/old, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"xW" = ( +/obj/structure/railing{ dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing/corner{ +/obj/effect/turf_decal/techfloor{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"yb" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-8" }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Bk" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 +/obj/machinery/atmospherics/pipe/manifold/orange/visible, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/atmospherics/components/binary/pump/on/layer2{ + dir = 8; + name = "Air to Distro"; + target_pressure = 500 }, -/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"yd" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 9 + dir = 4 }, /obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"BL" = ( -/obj/effect/turf_decal/corner_techfloor_grid{ - dir = 5 + icon_state = "4-8" }, -/obj/structure/railing{ - dir = 1 +/obj/structure/cable{ + icon_state = "2-8" }, -/obj/structure/closet/crate/secure/loot, +/obj/structure/catwalk/over/plated_catwalk/dark, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"yg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"BP" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/mineral/plastitanium, -/area/ship/maintenance/starboard) -"BV" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/corner_techfloor_grid{ - dir = 5 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/railing/corner{ - dir = 1 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/structure/catwalk/over, +/turf/open/floor/plating, +/area/ship/engineering) +"yk" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"yp" = ( +/obj/structure/salvageable/computer{ + dir = 8 + }, +/obj/effect/decal/cleanable/wrapping, +/turf/open/floor/circuit/green/off, +/area/ship/maintenance/port) +"ys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/catwalk/over, +/obj/structure/closet/wall/orange{ + dir = 8; + name = "fuel locker"; + pixel_x = 28 + }, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/item/stack/sheet/mineral/plasma/five, +/obj/item/stack/sheet/mineral/plasma/five, +/turf/open/floor/plating, +/area/ship/engineering) +"yB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/engineering) +"yH" = ( +/obj/item/gun/ballistic/automatic/pistol, +/obj/item/gun/ballistic/automatic/pistol{ + pixel_y = 3 + }, +/obj/effect/turf_decal/industrial/fire{ + dir = 8 + }, +/obj/structure/guncase, +/obj/structure/railing, +/obj/item/gun/ballistic/automatic/smg/c20r/unrestricted, +/obj/machinery/light/directional/east, +/turf/open/floor/pod/dark, +/area/ship/security/armory) +"yJ" = ( +/obj/structure/frame/machine, +/obj/structure/grille/broken, +/obj/structure/spider/stickyweb, +/obj/item/toy/plush/spider, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"yO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23; + pixel_y = 12 }, -/obj/machinery/power/apc/auto_name/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"yV" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil/streak, +/obj/effect/turf_decal/industrial/warning, /obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 22 + icon_state = "4-8" }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"zw" = ( +/obj/effect/turf_decal/borderfloor, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"BW" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" - }, +"zx" = ( +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch{ - pixel_x = -10; - pixel_y = 26 - }, -/obj/effect/turf_decal/techfloor{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ dir = 1 }, -/obj/item/radio/intercom/directional/north{ - pixel_y = 31; - pixel_x = 3 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"Ca" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 - }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Cn" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-8" }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"Cr" = ( -/obj/machinery/light/directional/east, +/area/ship/hallway/central) +"zP" = ( /obj/machinery/suit_storage_unit/inherit/industrial, /obj/item/clothing/suit/space/syndicate/black/engie, /obj/item/clothing/head/helmet/space/syndicate/black/engie, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, -/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/techfloor, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/east, /turf/open/floor/mineral/plastitanium, /area/ship/engineering) -"CA" = ( +"zZ" = ( /obj/effect/turf_decal/industrial/warning{ dir = 1 }, -/obj/effect/turf_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 6 +/obj/effect/turf_decal/syndicateemblem/middle/left{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 6 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Aa" = ( +/obj/machinery/door/airlock/hatch{ + name = "Canteen" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-2" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"CH" = ( -/obj/effect/turf_decal/steeldecal/steel_decals_central4{ - dir = 8 +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"CK" = ( +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/crew/canteen) +"Ab" = ( /obj/structure/railing{ dir = 1 }, -/obj/structure/railing, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/structure/cable/yellow{ +/obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/ship/engineering) -"CL" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/crew/dorm) -"CM" = ( -/turf/template_noop, -/area/template_noop) -"CO" = ( -/obj/machinery/power/shuttle/engine/fueled/plasma{ +/obj/structure/catwalk/over/plated_catwalk/dark, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Ad" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ dir = 1 }, -/turf/open/floor/plating, -/area/ship/engineering) -"CP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/dim/directional/south, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 + dir = 8 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"CT" = ( -/obj/machinery/computer/security{ - dir = 8 +/obj/item/reagent_containers/glass/rag{ + pixel_x = -5; + pixel_y = 12 }, -/obj/effect/turf_decal/techfloor{ - dir = 4 +/obj/machinery/firealarm/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"Aj" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/crew/canteen) +"Al" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "warshipbridge"; + name = "Blast Shutters" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 8 +/turf/open/floor/plating, +/area/ship/bridge) +"AL" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/radio/intercom/wideband/directional/east, +/obj/item/gun/ballistic/automatic/pistol{ + pixel_y = 3 + }, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/ammo_box/c10mm, +/obj/item/clothing/gloves/tackler/combat/insulated, +/obj/item/clothing/suit/armor/vest/leather{ + desc = "Lightly armored leather overcoat meant as casual wear for high-ranking officers. Bears the crest of the Gorlex Marauders." + }, +/obj/item/clothing/mask/gas/sechailer/swat, +/obj/item/clothing/head/HoS/beret/syndicate, +/obj/structure/closet/secure_closet/wall{ + dir = 4; + icon_state = "sec_wall"; + name = "Sergeant's Locker"; + req_access_txt = "58"; + pixel_x = -29 + }, +/obj/item/melee/classic_baton/telescopic, +/obj/item/clothing/suit/armor/vest/blueshirt, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/shoes/combat, +/obj/item/radio/headset/syndicate, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"CY" = ( -/obj/machinery/door/airlock/external{ - dir = 4 +"AS" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/obj/docking_port/mobile{ +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"AV" = ( +/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, +/obj/machinery/door/poddoor/shutters{ + id = "syndiewarship_windows"; + name = "Blast Shutters" + }, +/turf/open/floor/plating, +/area/ship/crew/dorm) +"AY" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/maintenance/port) +"AZ" = ( +/obj/structure/closet/toolcloset, +/obj/structure/railing{ dir = 4; - launch_status = 0; - port_direction = 8 + layer = 2.8 }, -/turf/open/floor/plasteel, +/obj/effect/decal/cleanable/oil{ + icon_state = "streak5" + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"CZ" = ( -/obj/machinery/computer/bsa_control, -/obj/machinery/firealarm/directional/east, -/turf/open/floor/circuit/green/off, -/area/ship/maintenance/starboard) -"Dd" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/hallway/central) -"Dl" = ( -/obj/machinery/computer/med_data/syndie{ - dir = 4 +"Bd" = ( +/obj/machinery/computer/helm{ + dir = 8 }, /obj/effect/turf_decal/techfloor{ + dir = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"Bx" = ( +/obj/machinery/porta_turret/ship/syndicate/weak, +/turf/closed/wall/mineral/plastitanium, +/area/ship/bridge) +"BK" = ( +/obj/effect/turf_decal/box, +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"BP" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/mineral/plastitanium, +/area/ship/maintenance/starboard) +"BQ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 + }, +/obj/effect/turf_decal/techfloor/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/item/radio/intercom/directional/west, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -23; - pixel_y = 13 - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Do" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4; - name = "Dormitory" +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"BR" = ( +/obj/machinery/door/airlock/hatch{ + dir = 8; + name = "Engineering" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"DO" = ( -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/mask/gas/syndicate, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 1 - }, -/obj/effect/turf_decal/techfloor{ - dir = 10 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/item/clothing/mask/balaclava, -/obj/item/clothing/under/syndicate/gorlex, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"DQ" = ( -/obj/structure/railing/corner, -/turf/open/floor/plasteel/stairs{ +/obj/effect/turf_decal/industrial/warning{ dir = 8 }, -/area/ship/crew/dorm) -"DZ" = ( /obj/effect/turf_decal/industrial/warning{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/engineering) +"BY" = ( +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 + }, +/obj/effect/turf_decal/industrial/warning/corner, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-8" }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"Ed" = ( -/obj/machinery/light/small/directional/south, -/obj/structure/table/reinforced{ - color = "#c1b6a5" - }, -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_x = -6 - }, -/obj/item/clipboard{ - pixel_x = 5 - }, -/obj/item/folder/red{ - pixel_x = 6; - pixel_y = -3 +/area/ship/hallway/central) +"Ce" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/obj/item/pen{ - pixel_x = -6; - pixel_y = 1 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Eg" = ( -/obj/structure/toilet{ - pixel_y = 13 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/small/directional/west, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/poster/official/moth/smokey{ - pixel_x = 28 +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/freezer, +/turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/aft) -"Eh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - dir = 4; - name = "Canteen" +"Ci" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, +/obj/effect/turf_decal/industrial/warning, +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/crew/canteen) -"El" = ( -/obj/structure/filingcabinet, -/obj/item/folder/documents/syndicate/mining, -/turf/open/floor/engine, -/area/ship/bridge) -"Ep" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/cargo) -"Ew" = ( -/obj/structure/table/reinforced{ - color = "#c1b6a5" +/area/ship/hallway/aft) +"Cj" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 }, -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 8 +/obj/structure/railing/corner{ + dir = 4 }, -/obj/item/storage/fancy/nugget_box{ - pixel_x = -5; - pixel_y = -21 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/item/flashlight/lamp{ - pixel_x = -8; - pixel_y = 13 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/item/phone{ - pixel_x = 7; - pixel_y = 10 +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"CB" = ( +/obj/item/stack/ore/salvage/scraptitanium, +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/trash/can{ - pixel_x = -8; - pixel_y = -2 +/obj/machinery/airalarm/directional/south, +/turf/open/floor/plating{ + icon_state = "platingdmg1" }, -/obj/item/newspaper{ - pixel_x = -4; - pixel_y = -1 +/area/ship/maintenance/starboard) +"CG" = ( +/obj/effect/decal/cleanable/plasma, +/obj/machinery/power/terminal{ + dir = 8 }, -/obj/item/reagent_containers/food/drinks/mug{ - pixel_x = 9; - pixel_y = 4 +/obj/structure/cable{ + icon_state = "0-2" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel/tech, +/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"EM" = ( -/obj/structure/table/reinforced, -/obj/item/camera_bug{ - pixel_x = -4; - pixel_y = 7 +"CL" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/crew/dorm) +"CM" = ( +/turf/template_noop, +/area/template_noop) +"Dd" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/hallway/central) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 9 }, -/obj/item/megaphone{ - pixel_x = -2; - pixel_y = -6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 9 }, -/obj/machinery/light/directional/west, +/obj/structure/closet/firecloset/wall{ + dir = 8; + pixel_x = 29 + }, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"Eb" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/techfloor{ dir = 8 }, -/obj/machinery/recharger{ - pixel_x = 7; - pixel_y = 1 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/tech, +/area/ship/cargo) +"Ek" = ( +/obj/structure/closet/secure_closet{ + anchored = 1; + icon_state = "hos"; + name = "captain's locker"; + req_access_txt = "20" + }, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/suit/armor/vest/capcarapace/syndicate, +/obj/item/clothing/gloves/krav_maga/combatglovesplus, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/glasses/thermal/eyepatch, +/obj/item/clothing/head/HoS/beret/syndicate, +/obj/item/clothing/head/HoS/syndicate, +/obj/item/gun/ballistic/revolver, +/obj/item/clothing/under/syndicate/sniper, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/radio/headset/syndicate/alt/leader, +/turf/open/floor/carpet/black, /area/ship/bridge) -"ES" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 8 +"El" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents/syndicate/red, +/turf/open/floor/engine, +/area/ship/bridge) +"Em" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-8" }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"Eo" = ( /obj/effect/turf_decal/industrial/warning{ + dir = 6 + }, +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Ep" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/cargo) +"EB" = ( +/obj/structure/closet/crate{ + name = "food crate" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/ration{ + pixel_x = -6 + }, +/obj/effect/spawner/lootdrop/ration{ + pixel_x = -6 + }, +/obj/effect/spawner/lootdrop/ration{ + pixel_x = -6 + }, +/obj/effect/spawner/lootdrop/ration{ + pixel_x = -6 + }, +/obj/effect/spawner/lootdrop/ration, +/obj/effect/spawner/lootdrop/ration, +/obj/effect/spawner/lootdrop/ration, +/obj/effect/spawner/lootdrop/ration, +/obj/machinery/airalarm/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/aft) +"EF" = ( +/obj/effect/turf_decal/industrial/warning/corner{ dir = 4 }, +/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "2-4" +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"EJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 10 }, /turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"EX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/area/ship/hallway/central) +"EL" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 }, +/obj/machinery/computer/monitor, /obj/structure/cable/yellow{ - icon_state = "4-8" + icon_state = "0-2" }, -/obj/structure/catwalk/over, -/turf/open/floor/plating, +/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"EY" = ( -/obj/effect/turf_decal/techfloor, -/obj/structure/cable{ - icon_state = "1-8" +"EN" = ( +/obj/machinery/syndicatebomb/self_destruct{ + anchored = 1 }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Fc" = ( -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/door/window/brigdoor/northright{ + dir = 4; + req_access_txt = "19" }, -/obj/structure/extinguisher_cabinet/directional/east, -/turf/open/floor/plasteel/dark, +/obj/machinery/light/dim/directional/west{ + brightness = 6; + bulb_colour = "#FF3232"; + bulb_power = 0.4 + }, +/turf/open/floor/circuit/red, /area/ship/bridge) -"Fg" = ( +"Fe" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/syndicateemblem/middle/middle, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/top/left{ + dir = 8 }, -/obj/effect/landmark/observer_start, +/obj/machinery/firealarm/directional/north, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Fo" = ( -/obj/item/stack/ore/salvage/scrapmetal/ten, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Fr" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ +"FB" = ( +/obj/effect/turf_decal/industrial/warning{ dir = 1 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"Fx" = ( -/obj/machinery/button/door{ - id = "syndie_mechbay"; - name = "mechbay door"; - pixel_y = 25 - }, -/obj/effect/turf_decal/techfloor{ - dir = 5 +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/cargo) +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) "FL" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 9 +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 }, -/obj/structure/bookcase/random/fiction, /obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/holofloor/wood, +/obj/item/radio/intercom/wideband/directional/south, +/turf/open/floor/plasteel/dark, /area/ship/bridge) -"FT" = ( -/obj/effect/turf_decal/industrial/warning{ +"FO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/obj/effect/decal/cleanable/greenglow, -/obj/effect/decal/cleanable/plasma, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/turf/open/floor/plating, -/area/ship/maintenance/port) +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) "FV" = ( /obj/effect/spawner/lootdrop/salvage_scanning, /obj/effect/decal/cleanable/shreds{ @@ -3281,712 +3320,677 @@ }, /turf/open/floor/plating, /area/ship/maintenance/port) -"FY" = ( -/obj/machinery/porta_turret/ship/syndicate{ - dir = 4 +"Gh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = -11 + }, +/obj/machinery/power/apc/auto_name/directional/west, +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/maintenance/starboard) +"Gj" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"Gl" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/structure/railing{ +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Gl" = ( +/obj/machinery/door/poddoor{ + dir = 8; + id = "Artillery1shutter" + }, +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; dir = 1; - layer = 2.8 + id = "komodo_port"; + locked = 1 }, -/turf/open/floor/pod/dark, -/area/ship/crew/dorm) -"Gp" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/effect/turf_decal/industrial/warning/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/docking_port/mobile{ + can_move_docking_ports = 1; + dir = 8; + launch_status = 0; + preferred_direction = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 1 +/turf/open/floor/plasteel/tech/grid, +/area/ship/maintenance/port) +"Gs" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Gy" = ( -/obj/item/stack/ore/salvage/scrapplasma/five, -/obj/effect/decal/cleanable/ash/large, -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/stairs{ + dir = 8; + icon = 'icons/obj/stairs.dmi' }, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"GT" = ( -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/industrial/warning{ - dir = 9 +/area/ship/maintenance/starboard) +"GD" = ( +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/mask/gas/syndicate, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 }, -/obj/structure/railing{ +/obj/effect/turf_decal/techfloor{ dir = 9 }, -/obj/machinery/firealarm/directional/north, -/turf/open/floor/mineral/plastitanium/red, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/under/syndicate/gorlex, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" + }, +/turf/open/floor/mineral/plastitanium, /area/ship/hallway/central) -"Hc" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/maintenance/starboard) -"Hd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 +"GJ" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/industrial/warning/corner{ + dir = 1 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-8" }, -/obj/structure/catwalk/over/plated_catwalk/dark, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Ho" = ( -/obj/structure/railing{ +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"GN" = ( +/obj/machinery/modular_computer/console/preset/command{ dir = 1 }, -/obj/effect/turf_decal/techfloor{ - dir = 1 +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/techfloor, +/obj/structure/railing{ + dir = 8 }, /turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Hp" = ( -/obj/structure/railing, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/robot_debris, -/obj/effect/decal/cleanable/blood/old, -/obj/effect/turf_decal/borderfloorblack, -/obj/machinery/airalarm/directional/east, +/area/ship/bridge) +"GS" = ( /obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" + icon_state = "1-4" }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Hc" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/maintenance/starboard) -"Hv" = ( -/obj/structure/railing/corner{ - dir = 8 +"Hf" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -6 + }, +/obj/item/clipboard{ + pixel_x = 5 + }, +/obj/item/folder/red{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/tech, +/area/ship/engineering) +"Ho" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, +/turf/open/floor/plasteel/dark, +/area/ship/maintenance/port) +"Hr" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 7 }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 +/obj/item/paper_bin{ + pixel_x = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 1 }, -/obj/structure/cable, -/obj/machinery/power/terminal, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Hy" = ( -/obj/machinery/cryopod{ - dir = 8 +/obj/item/clothing/mask/gas/syndicate{ + pixel_x = -4 }, -/obj/structure/railing{ - dir = 1; - layer = 2.8 +/obj/item/areaeditor/shuttle{ + pixel_x = -1; + pixel_y = -1 }, -/obj/machinery/computer/cryopod/directional/north{ - pixel_y = 26 +/obj/machinery/firealarm/directional/east, +/obj/item/codespeak_manual{ + pixel_x = 6; + pixel_y = 5 }, +/turf/open/floor/holofloor/wood, +/area/ship/bridge) +"Hs" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 9 + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/pod/dark, -/area/ship/crew/dorm) -"HB" = ( -/obj/structure/railing{ +/obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/obj/machinery/atmospherics/components/unary/tank/toxins, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/cable{ - icon_state = "2-4" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 10 }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/engineering) -"HJ" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 }, -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/wrapping, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "2-8" }, -/obj/machinery/camera/autoname{ - dir = 1 +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Ht" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 8 }, -/obj/machinery/firealarm/directional/south, -/obj/structure/railing{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"HM" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 3; - pixel_y = 7 +/obj/structure/cable/yellow{ + icon_state = "1-2" }, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ - pixel_x = 4; - pixel_y = -18 +/obj/structure/catwalk/over, +/obj/structure/cable/yellow{ + icon_state = "1-8" }, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/machinery/light/directional/east, -/obj/structure/railing{ +/turf/open/floor/plating, +/area/ship/engineering) +"HF" = ( +/obj/effect/turf_decal/industrial/warning{ dir = 4 }, -/obj/machinery/firealarm/directional/north, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"HN" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/bodybags{ - pixel_y = 6 - }, -/obj/item/stack/medical/gauze, -/obj/item/stack/medical/ointment, -/obj/item/stack/medical/bruise_pack{ - pixel_x = 6 - }, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/industrial/warning/corner{ dir = 1 }, -/obj/machinery/power/apc/auto_name/directional/west, -/obj/structure/cable, -/obj/item/storage/firstaid/brute{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/storage/firstaid/fire{ - pixel_x = -7; - pixel_y = -3 - }, -/turf/open/floor/pod/dark, -/area/ship/medical) -"HV" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/techfloor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel/tech, -/area/ship/cargo) -"Ib" = ( -/obj/structure/railing/corner, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/poster/contraband/random{ - pixel_x = -32 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"HI" = ( +/obj/machinery/computer/cargo/express{ + layer = 3 + }, +/obj/effect/turf_decal/techfloor{ + dir = 1 }, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "0-2" }, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/starboard) -"Ic" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 9 +/obj/machinery/airalarm/directional/north, +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/pod, +/area/ship/cargo) +"HQ" = ( +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/kirbyplants/random{ + pixel_x = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 +/turf/open/floor/pod, +/area/ship/cargo) +"HU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"If" = ( /obj/effect/turf_decal/industrial/warning/corner{ - dir = 1 + dir = 8 }, +/obj/effect/turf_decal/industrial/warning/corner, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ + dir = 1 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Ig" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" +/obj/structure/cable{ + icon_state = "2-8" }, -/obj/effect/turf_decal/techfloor{ - dir = 1 +/obj/structure/sign/poster/syndicate/random{ + pixel_y = 32 }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/aft) +"Ie" = ( +/obj/machinery/suit_storage_unit/inherit, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/turf_decal/techfloor, +/obj/item/clothing/suit/space/hardsuit/syndi/hl, +/obj/item/clothing/mask/gas/syndicate, +/obj/machinery/light/directional/south, /turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"Ih" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/area/ship/security/armory) +"If" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "2-4" }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/starboard) -"Ii" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{ - dir = 8 +/obj/machinery/firealarm/directional/west, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Il" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/effect/turf_decal/industrial/warning/corner{ dir = 8 }, -/obj/structure/closet/emcloset/wall{ - dir = 1; - pixel_y = -28 - }, -/obj/machinery/advanced_airlock_controller{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/ship/engineering) -"Ij" = ( -/obj/structure/railing{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/catwalk/over/plated_catwalk/dark, -/turf/open/floor/plating, -/area/ship/maintenance/starboard) -"Il" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 5 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Im" = ( +/obj/machinery/button/door{ + dir = 1; + id = "syndiewarship_armorybay"; + name = "Weapon Hold"; + req_access_txt = "3"; + pixel_y = -26 }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, +/turf/open/floor/mineral/plastitanium, /area/ship/security/armory) -"In" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/effect/turf_decal/techfloor{ - dir = 10 +"It" = ( +/obj/effect/turf_decal/borderfloor, +/obj/effect/decal/cleanable/generic, +/obj/structure/chair/comfy/shuttle{ + dir = 1; + name = "tactical chair" + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"IO" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/borderfloorblack{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/machinery/camera/autoname{ - dir = 1 +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/port) +"Ji" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_x = 6; + pixel_y = -2 }, -/turf/open/floor/plasteel/telecomms_floor, -/area/ship/cargo) -"Io" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/rust, -/area/ship/maintenance/starboard) -"IE" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/item/lighter{ + pixel_x = -7; + pixel_y = -4 }, -/obj/structure/cable{ - icon_state = "2-4" +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"Jp" = ( +/obj/structure/sink{ + pixel_y = 16 }, -/obj/structure/cable{ - icon_state = "2-8" +/obj/structure/mirror{ + pixel_y = 30; + layer = 2.8 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"IL" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light/small/directional/west, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/hallway/aft) +"Jt" = ( /obj/structure/table/reinforced, -/obj/machinery/light/directional/east, -/obj/item/paper_bin{ - pixel_x = 6 +/obj/effect/turf_decal/techfloor{ + dir = 1 }, -/obj/item/pen/red{ - pixel_x = 5; +/obj/machinery/recharger{ + pixel_x = 7; pixel_y = 1 }, -/obj/effect/turf_decal/techfloor{ - dir = 4 - }, +/obj/machinery/light/directional/north, /obj/item/clipboard{ pixel_x = -5 }, /obj/item/taperecorder{ pixel_x = -3 }, -/obj/item/clothing/glasses/hud/security/night{ - pixel_x = -4; - pixel_y = -6 - }, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"Jo" = ( -/obj/machinery/power/port_gen/pacman/super, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/plasma, -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Js" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 - }, -/obj/item/radio/intercom/directional/east, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/computer/monitor, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Jw" = ( -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/neck/scarf/red, -/obj/item/clothing/mask/bandana/skull, -/obj/item/clothing/mask/gas/syndicate, -/obj/effect/turf_decal/techfloor{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 1 - }, -/obj/item/clothing/under/utility, -/obj/structure/closet/syndicate{ - desc = "It's a basic storage unit."; - name = "uniform closet" - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"Jx" = ( -/obj/effect/decal/cleanable/dirt, +"JJ" = ( +/obj/structure/barricade/wooden, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"JB" = ( -/obj/machinery/computer/crew/syndie{ - dir = 4 +/obj/machinery/door/airlock/hatch{ + dir = 8; + name = "Starboard Maintenance" }, -/obj/effect/turf_decal/techfloor{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/west, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"JC" = ( -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/effect/turf_decal/industrial/warning{ - dir = 8 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/maintenance/starboard) +"JN" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"JE" = ( -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/effect/turf_decal/techfloor{ - dir = 4 +/turf/open/floor/plasteel/stairs{ + dir = 8; + icon = 'icons/obj/stairs.dmi' }, -/obj/machinery/power/apc/auto_name/directional/east, -/obj/structure/cable{ - icon_state = "0-8" +/area/ship/maintenance/port) +"JO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/suit/space/hardsuit/syndi/hl, -/obj/item/clothing/mask/gas/syndicate, -/turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) -"JH" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/west, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ship/crew/dorm) -"JK" = ( -/obj/machinery/door/window/southleft, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/trimline/transparent/bar/filled/corner{ +/obj/effect/turf_decal/techfloor{ dir = 4 }, /turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) +/area/ship/hallway/central) +"JQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/turf/open/floor/holofloor/wood, +/area/ship/bridge) "JV" = ( -/obj/structure/closet/wall/orange{ +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/poddoor/shutters/preopen{ dir = 8; - name = "Engineering locker"; - pixel_x = 30 - }, -/obj/item/clothing/under/syndicate/coldres, -/obj/item/clothing/suit/toggle/industrial, -/obj/item/clothing/shoes/workboots, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/head/hardhat/weldhat/orange{ - pixel_x = 7; - pixel_y = 2 + id = "Syndie_warship_lockdown"; + name = "Lockdown Shutters" }, -/obj/item/clothing/glasses/meson/engine, -/obj/item/storage/belt/utility/full/engi, -/obj/machinery/atmospherics/components/binary/pump{ - name = "engine fuel pump" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/item/circuitboard/machine/protolathe/department/security, -/obj/item/circuitboard/machine/circuit_imprinter/department/sec, -/obj/item/circuitboard/computer/rdconsole, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Kd" = ( -/obj/item/kirbyplants/random, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/central) +"JX" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/aft) +/obj/item/radio/intercom/directional/west, +/turf/open/floor/pod/dark, +/area/ship/crew/dorm) "Ko" = ( -/obj/item/retractor, -/obj/item/cautery, -/obj/structure/table/reinforced, -/obj/item/healthanalyzer, -/obj/item/circular_saw, -/obj/item/surgicaldrill{ - pixel_y = 5 - }, -/obj/structure/window/reinforced{ - dir = 1 +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/techfloor{ + dir = 8 }, -/turf/open/floor/pod/dark, -/area/ship/medical) -"KE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/item/radio/intercom/directional/west, /obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"KG" = ( -/obj/structure/closet/secure_closet{ - anchored = 1; - icon_state = "hos"; - name = "captain's locker"; - req_access_txt = "20" - }, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/under/syndicate/ngr/officer, -/obj/item/clothing/suit/armor/vest/capcarapace/syndicate, -/obj/item/clothing/gloves/krav_maga/combatglovesplus, -/obj/item/clothing/shoes/jackboots, -/obj/item/clothing/glasses/thermal/eyepatch, -/obj/item/clothing/head/HoS/beret/syndicate, -/obj/item/clothing/head/HoS/syndicate, -/obj/item/clothing/head/ngrcap{ - pixel_x = 5; - pixel_y = -4 + icon_state = "1-2" }, -/obj/item/gun/ballistic/derringer/traitor, -/obj/item/clothing/under/syndicate/sniper, -/obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain, -/obj/item/ammo_box/a357, -/obj/item/ammo_box/a357, -/obj/item/radio/headset/syndicate/alt/leader, -/turf/open/floor/carpet/black, -/area/ship/bridge) -"KL" = ( -/obj/machinery/vending/custom, -/obj/structure/railing{ - dir = 1 +/obj/machinery/light/floor, +/obj/machinery/button/shieldwallgen{ + dir = 4; + id = "komodo_cargo"; + pixel_x = -24; + pixel_y = -6 }, -/obj/effect/turf_decal/techfloor{ - dir = 5 +/obj/machinery/button/door{ + dir = 4; + id = "syndie_warship_cargo"; + name = "cargohold shutters"; + pixel_x = -26; + pixel_y = 4 }, /turf/open/floor/plasteel/tech, /area/ship/cargo) -"Le" = ( -/obj/structure/railing/corner{ - dir = 8 +"Kq" = ( +/obj/effect/turf_decal/borderfloor{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + name = "Operations" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/industrial/stand_clear, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/sign/poster/contraband/random{ - pixel_x = 32 +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Kz" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/bottom/left{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"KL" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" + }, +/obj/machinery/cell_charger, +/obj/structure/railing, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/structure/cable/yellow{ + icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "0-8" }, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/port) -"Ln" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" +/obj/machinery/power/apc/auto_name/directional/east, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"KT" = ( +/obj/structure/closet/crate{ + name = "food crate" }, -/obj/structure/closet/firecloset/wall{ - pixel_y = 29 +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 3 }, -/obj/effect/turf_decal/techfloor{ +/obj/item/storage/box/donkpockets{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/turf_decal/arrows{ dir = 1 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"Lt" = ( -/obj/machinery/door/airlock/hatch{ - name = "Captain's Office"; - req_access_txt = "20"; - dir = 4 +/obj/structure/railing{ + dir = 8 }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Lx" = ( -/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/aft) +"Lb" = ( +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/neck/scarf/red, +/obj/item/clothing/mask/bandana/skull, +/obj/item/clothing/mask/gas/syndicate, /obj/effect/turf_decal/techfloor{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 }, +/obj/item/clothing/under/utility, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" + }, /turf/open/floor/mineral/plastitanium, -/area/ship/engineering) -"LP" = ( +/area/ship/hallway/central) +"Lj" = ( +/obj/item/scalpel{ + pixel_y = 6; + pixel_x = 10 + }, /obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 +/obj/item/hemostat, +/obj/machinery/light/directional/west, +/obj/effect/spawner/lootdrop/random_prosthetic{ + pixel_x = 6 }, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ - pixel_x = 8; - pixel_y = 2 +/obj/effect/spawner/lootdrop/random_prosthetic{ + pixel_x = -6 }, -/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ - pixel_x = 6; - pixel_y = -2 +/turf/open/floor/pod/dark, +/area/ship/medical) +"Lk" = ( +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, -/obj/item/lighter{ - pixel_x = 7; - pixel_y = -4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable{ + icon_state = "1-8" }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"LU" = ( -/obj/effect/turf_decal/industrial/warning{ +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"Lo" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/syndicateemblem/bottom/middle{ dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Mb" = ( -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - dir = 1; - id = "komodo_cargo"; - locked = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "syndie_warship_cargo"; - name = "Cargo Hatch" +"LP" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg{ + pixel_y = -6 }, +/obj/structure/railing, /turf/open/floor/plasteel/tech/grid, /area/ship/cargo) -"Mm" = ( -/obj/machinery/chem_dispenser/drinks/beer/fullupgrade, +"LV" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/effect/turf_decal/syndicateemblem/top/right{ + dir = 8 + }, +/obj/structure/sign/poster/syndicate/random{ + pixel_y = -32 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Mb" = ( /obj/structure/table/reinforced, -/obj/machinery/light/directional/north, -/obj/machinery/firealarm/directional/north, -/obj/machinery/vending/boozeomat/syndicate_access{ - pixel_x = 32 +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ + dir = 6 }, +/obj/item/radio/intercom/directional/south, /turf/open/floor/mineral/plastitanium, /area/ship/crew/canteen) -"Mo" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 4 +"Ml" = ( +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 8 }, -/obj/effect/decal/cleanable/generic{ - pixel_x = -12; - pixel_y = 7 +/obj/effect/turf_decal/techfloor{ + dir = 1 }, -/obj/item/clothing/under/syndicate/sniper, -/obj/item/clothing/under/syndicate/ngr, -/obj/item/clothing/shoes/combat, -/obj/item/clothing/mask/gas/syndicate, -/obj/item/clothing/suit/armor/vest/duster, -/obj/structure/closet/secure_closet/wall{ - dir = 8; - icon_state = "sec_wall"; - name = "Bridge officer's locker"; - pixel_x = 29; - req_access_txt = "57" +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/item/melee/classic_baton/telescopic, -/obj/item/clothing/neck/chameleon, -/obj/item/radio/headset/syndicate, -/turf/open/floor/plasteel/dark, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/computer/monitor, +/turf/open/floor/plasteel/tech, /area/ship/bridge) "ME" = ( /obj/effect/spawner/structure/window/plasma/reinforced/plastitanium, @@ -3996,216 +4000,245 @@ }, /turf/open/floor/plating, /area/ship/bridge) -"MG" = ( -/obj/machinery/door/poddoor{ - id = "Artillery2shutter" +"MF" = ( +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ + dir = 6 }, -/obj/machinery/power/shieldwallgen/atmos{ - anchored = 1; - dir = 8; - id = "komodo_starboard"; - locked = 1 +/obj/structure/closet/wall/red{ + dir = 1; + name = "Bartender's locker"; + pixel_y = -29 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/item/clothing/shoes/cowboy/black, +/obj/item/storage/belt/military/snack, +/obj/item/storage/pill_bottle/lsd{ + pixel_x = 9; + pixel_y = 5 }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/maintenance/starboard) -"MI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 +/obj/item/clothing/accessory/waistcoat, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -9; + pixel_y = 2 }, -/obj/machinery/button/door{ - dir = 4; - id = "Artillery1shutter"; - name = "Artillery Hatch"; - pixel_x = -29; - pixel_y = -4 +/obj/item/clothing/under/suit/waiter/syndicate, +/obj/machinery/vending/boozeomat/syndicate_access{ + pixel_x = 32; + density = 0 }, -/obj/machinery/button/shieldwallgen{ - dir = 4; - id = "komodo_port"; - pixel_x = -28; - pixel_y = 6 +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"MG" = ( +/obj/machinery/door/airlock/hatch{ + name = "Dormitory" }, -/turf/open/floor/plasteel/dark, -/area/ship/maintenance/port) -"MJ" = ( -/obj/structure/chair/comfy/black{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light/directional/south, -/turf/open/floor/carpet/red_gold, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, /area/ship/crew/dorm) -"MR" = ( -/obj/effect/turf_decal/industrial/warning/cee{ +"MO" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater{ + dir = 4 + }, +/obj/structure/window/plasma/reinforced/spawner{ dir = 8 }, -/obj/effect/turf_decal/techfloor/corner{ - dir = 1 +/obj/machinery/door/poddoor{ + dir = 8; + id = "warship_engines"; + name = "Thruster Blast Door" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"MU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ - dir = 8 +/obj/machinery/door/window/eastleft{ + name = "Engine Access" }, -/obj/machinery/firealarm/directional/east, -/obj/machinery/suit_storage_unit/inherit, -/obj/item/clothing/mask/breath, -/obj/item/clothing/suit/space/syndicate/black/med, -/obj/item/clothing/head/helmet/space/syndicate/black/med, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"MX" = ( -/obj/structure/sign/poster/contraband/random{ - pixel_y = 32 +/turf/open/floor/plating, +/area/ship/engineering) +"MV" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 6 }, /obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/item/kirbyplants/random, -/turf/open/floor/pod, -/area/ship/cargo) -"Ng" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 10 - }, -/obj/structure/rack, -/obj/item/inducer/syndicate{ - pixel_y = -7 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"Nd" = ( +/obj/structure/railing/corner{ + dir = 1 }, -/obj/item/storage/toolbox/syndicate{ - name = "syndicate toolbox"; - pixel_x = -3; - pixel_y = 5 +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/item/geiger_counter{ - pixel_x = 1; - pixel_y = 5 +/obj/machinery/power/terminal{ + dir = 8 }, -/obj/item/holosign_creator/atmos, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 +/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/turf/open/floor/plasteel/tech/techmaint, +/turf/open/floor/plasteel/tech, /area/ship/engineering) -"Nh" = ( -/obj/structure/railing{ - dir = 8 +"Nf" = ( +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/mask/gas/syndicate, +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/item/clothing/under/syndicate/skirt, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"Ni" = ( +/obj/effect/turf_decal/industrial/warning, +/obj/item/clothing/suit/armor/vest/syndie, +/obj/item/clothing/suit/armor/vest/syndie, +/obj/item/clothing/suit/armor/vest/syndie, +/obj/item/clothing/head/helmet/operator, +/obj/item/clothing/head/helmet/operator, +/obj/item/clothing/head/helmet/operator, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-4" }, -/turf/open/floor/plasteel/stairs{ - icon = 'icons/obj/stairs.dmi' +/obj/structure/closet/secure_closet/wall{ + dir = 4; + icon_state = "sec_wall"; + name = "Armor Locker"; + req_access_txt = "1"; + pixel_x = -29 }, -/area/ship/maintenance/port) -"Nz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/engineering) -"NB" = ( -/obj/structure/table/wood, -/obj/structure/railing{ +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"Nj" = ( +/obj/structure/chair/stool/bar{ dir = 4 }, -/obj/item/paicard{ - pixel_x = -7; - pixel_y = 4 +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ + dir = 1 }, -/obj/item/paicard{ - pixel_x = 1; - pixel_y = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 6 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/airalarm/directional/north, -/turf/open/floor/carpet/red_gold, -/area/ship/crew/dorm) -"NE" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/cigbutt{ - anchored = 1; - color = "#808080"; - layer = 2; - pixel_x = -4; - pixel_y = 1 +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/decal/cleanable/greenglow, -/obj/effect/decal/fakelattice, -/obj/structure/railing{ +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"Nq" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/effect/turf_decal/techfloor{ + dir = 9 + }, +/obj/machinery/camera/autoname{ dir = 4 }, -/turf/open/floor/plasteel/elevatorshaft, -/area/ship/hallway/aft) +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/cargo) +"ND" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/tank/air{ + piping_layer = 2; + dir = 8 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm/directional/east, +/turf/open/floor/plasteel/tech/grid, +/area/ship/engineering) "NI" = ( /obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_x = -6; - pixel_y = 8 - }, /obj/item/paper_bin{ - pixel_x = 5; + pixel_x = 7; pixel_y = 1 }, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 4 + }, /obj/item/pen/fountain{ - pixel_x = 4; + pixel_x = 7; pixel_y = 2 }, /obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/carpet/red_gold, /area/ship/crew/dorm) -"NY" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +"Oe" = ( +/obj/effect/turf_decal/techfloor{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/catwalk/over/plated_catwalk/dark, -/turf/open/floor/plating, -/area/ship/maintenance/port) -"Ok" = ( +/obj/structure/table/reinforced, /obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/airalarm/directional/north, +/obj/machinery/turretid{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Om" = ( /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/syndicateemblem/top/middle, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Or" = ( -/obj/structure/railing/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-4" }, -/turf/open/floor/plasteel/stairs, -/area/ship/bridge) -"OG" = ( +/obj/structure/catwalk/over, +/turf/open/floor/plating, +/area/ship/engineering) +"Oq" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 10 + dir = 5 }, -/obj/effect/turf_decal/techfloor/corner{ - dir = 8 +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north{ + pixel_x = 8 }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) "OP" = ( -/obj/machinery/porta_turret/ship/syndicate{ +/obj/machinery/porta_turret/ship/syndicate/weak{ dir = 10 }, /turf/closed/wall/mineral/plastitanium, @@ -4213,165 +4246,125 @@ "OQ" = ( /turf/closed/wall/mineral/plastitanium, /area/ship/maintenance/starboard) -"OT" = ( -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 5 +"OV" = ( +/obj/machinery/door/airlock/hatch{ + name = "Infirmary" }, -/obj/structure/closet/wall/red{ - dir = 8; - name = "Bartender's locker"; - pixel_x = 29 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/clothing/shoes/cowboy/black, -/obj/item/storage/belt/military/snack, -/obj/item/storage/belt/bandolier, -/obj/item/storage/pill_bottle/lsd{ - pixel_x = 9; - pixel_y = 5 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/effect/turf_decal/industrial/warning, +/obj/machinery/door/firedoor/border_only{ + dir = 1 + }, +/obj/machinery/door/firedoor/border_only, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"Pl" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/item/clothing/accessory/waistcoat, -/obj/item/reagent_containers/food/drinks/shaker{ - pixel_x = -9; - pixel_y = 2 +/obj/structure/catwalk/over/plated_catwalk/dark, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Pp" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/robot_debris/limb, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ + dir = 8 }, -/obj/item/clothing/under/syndicate/sniper, -/obj/item/clothing/head/that, -/obj/item/clothing/under/rank/civilian/bartender/purple, -/obj/item/clothing/suit/apron/purple_bartender, -/obj/item/storage/box/lethalshot, -/obj/item/gun/ballistic/shotgun/doublebarrel, -/obj/item/clothing/under/suit/waiter/syndicate, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"Po" = ( -/obj/machinery/power/smes/shuttle/precharged{ - dir = 1 +/obj/machinery/light/dim/directional/south, +/turf/open/floor/plating, +/area/ship/maintenance/port) +"Pt" = ( +/obj/machinery/atmospherics/components/unary/shuttle/heater{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/structure/window/plasma/reinforced/spawner{ + dir = 8 + }, +/obj/machinery/door/window/eastright{ + name = "Engine Access" }, -/obj/structure/window/plasma/reinforced/spawner, /obj/machinery/door/poddoor{ + dir = 8; id = "warship_engines"; name = "Thruster Blast Door" }, -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Engine Access" - }, /turf/open/floor/plating, /area/ship/engineering) -"Pu" = ( -/obj/machinery/light/directional/east, -/obj/structure/closet/cardboard/metal, -/obj/item/reagent_containers/food/drinks/waterbottle/large, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 3; - pixel_y = 3 +"PA" = ( +/obj/structure/mecha_wreckage/mauler, +/obj/effect/turf_decal/techfloor{ + dir = 8 }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = -3; - pixel_y = 3 +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/cargo) +"PE" = ( +/obj/structure/chair/comfy, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ + dir = 8 }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 8; - pixel_y = -2 +/obj/effect/decal/cleanable/vomit/old{ + pixel_x = 9; + pixel_y = -1 }, -/obj/item/reagent_containers/food/drinks/waterbottle/large{ - pixel_x = 4; - pixel_y = -2 +/obj/machinery/airalarm/directional/west, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"PG" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/light_switch{ - pixel_x = -13; - pixel_y = 22 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/aft) -"Pv" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 6 }, -/obj/structure/railing{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 6 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"Pz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "2-4" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"PB" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 9 - }, -/mob/living/simple_animal/hostile/carp/megacarp{ - faction = list("neutral"); - name = "Tom"; - resize = 0.8 - }, -/obj/effect/decal/cleanable/blood/old, -/obj/structure/bed/dogbed, -/obj/structure/railing{ - dir = 9; - layer = 2.9 +"PN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"PE" = ( -/obj/machinery/suit_storage_unit/inherit, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/industrial/outline/yellow, -/obj/structure/extinguisher_cabinet/directional/north, /obj/effect/turf_decal/techfloor{ dir = 4 }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/obj/item/clothing/suit/space/hardsuit/syndi/hl, -/obj/item/clothing/mask/gas/syndicate, /turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) -"PK" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 6 - }, -/turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Qv" = ( -/obj/effect/decal/cleanable/dirt, +"PO" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/structure/cable{ - icon_state = "2-8" +/obj/effect/turf_decal/steeldecal/steel_decals1{ + dir = 8 }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/structure/railing/corner{ + dir = 1 }, /turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Qy" = ( -/obj/structure/railing, -/obj/effect/spawner/lootdrop/salvage_manipulator, +/area/ship/bridge) +"PP" = ( /obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/industrial/warning{ - dir = 8 - }, -/obj/effect/turf_decal/borderfloorblack, -/obj/structure/cable{ - icon_state = "1-8" + dir = 1 }, /obj/structure/cable{ icon_state = "4-8" @@ -4380,589 +4373,723 @@ icon_state = "panelscorched" }, /area/ship/maintenance/starboard) -"QI" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 - }, +"PS" = ( /obj/structure/cable{ - icon_state = "1-4" + icon_state = "0-4" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Rk" = ( -/obj/structure/sign/syndicate, -/turf/closed/wall/mineral/plastitanium, -/area/ship/cargo) -"Ro" = ( -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood/universal{ - pixel_x = 4; - pixel_y = 4 +/obj/effect/turf_decal/steeldecal/steel_decals3{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/sign/departments/medbay/alt{ - pixel_x = 32 +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/auto_name/directional/west, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -19; + pixel_y = -11 }, -/obj/structure/closet/crate/freezer/blood, -/turf/open/floor/pod/dark, -/area/ship/medical) -"Rp" = ( -/obj/machinery/porta_turret/ship/syndicate{ - dir = 6 +/turf/open/floor/plasteel/dark, +/area/ship/crew/dorm) +"PV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/ripped{ + pixel_y = -32 }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"Rz" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ - dir = 8 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4, +/turf/open/floor/plasteel/dark, +/area/ship/maintenance/starboard) +"PX" = ( +/obj/effect/decal/cleanable/plasma, /obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/reagent_containers/glass/rag{ - pixel_x = -5; - pixel_y = 12 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"RB" = ( -/obj/effect/turf_decal/industrial/warning/cee{ - dir = 4 + icon_state = "0-4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 +/obj/machinery/power/terminal{ + dir = 8 }, +/obj/structure/catwalk/over, +/turf/open/floor/plating, +/area/ship/engineering) +"PZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/wrapping, +/obj/effect/turf_decal/techfloor, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"Qb" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "4-8" }, -/obj/effect/turf_decal/techfloor/corner{ +/obj/machinery/firealarm/directional/north, +/turf/open/floor/plasteel/dark, +/area/ship/crew/dorm) +"Qh" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"RG" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" - }, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/techfloor/corner{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"RN" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" - }, -/obj/machinery/light/directional/north, -/obj/effect/turf_decal/techfloor/corner{ - dir = 1 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"RT" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "Port Maintenance" - }, -/obj/structure/barricade/wooden/crude, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/maintenance/port) -"Sd" = ( -/obj/effect/turf_decal/spline/fancy/opaque/black{ - dir = 10 + icon_state = "4-8" }, -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -6 +/obj/machinery/door/airlock/grunge{ + dir = 8; + name = "Bridge"; + req_access_txt = "19" }, -/obj/item/pen{ - pixel_x = -6 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/item/stamp/qm{ - pixel_x = 6; - pixel_y = 9 +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/obj/item/stamp{ - pixel_x = 6; - pixel_y = 4 +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/obj/item/stamp/denied{ - pixel_x = 6; - pixel_y = -1 +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/obj/effect/turf_decal/spline/fancy/opaque/black, -/obj/item/toy/figure/cargotech{ - pixel_x = -8; - pixel_y = 15 +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"QC" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks{ + dir = 8 }, -/turf/open/floor/pod, -/area/ship/cargo) -"Sm" = ( -/obj/effect/turf_decal/industrial/warning, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"QI" = ( /obj/effect/turf_decal/industrial/warning{ - dir = 1 + dir = 10 }, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 5 }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-4" }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Sn" = ( -/obj/machinery/door/poddoor/shutters{ - id = "syndiewarship_armorybay"; - name = "Weapon Hold" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/security/armory) -"Sq" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/aft) -"Sr" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/steeldecal/steel_decals1, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/railing/corner{ +"QW" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"SC" = ( -/obj/machinery/computer/cargo/express{ - dir = 4 +/obj/effect/spawner/lootdrop/salvage_manipulator, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/warning{ + dir = 1 }, -/obj/effect/turf_decal/techfloor{ +/obj/effect/turf_decal/borderfloorblack{ dir = 8 }, -/obj/machinery/airalarm/directional/west, -/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "1-4" }, -/turf/open/floor/pod, -/area/ship/cargo) -"SG" = ( -/obj/machinery/door/airlock/hatch{ - dir = 4 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/showroomfloor, -/area/ship/hallway/aft) -"SN" = ( -/obj/effect/turf_decal/steeldecal/steel_decals9, -/obj/effect/decal/cleanable/dirt/dust, -/obj/effect/turf_decal/industrial/caution, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ - dir = 4 +/turf/open/floor/plating{ + icon_state = "panelscorched" }, -/obj/machinery/atmospherics/pipe/manifold/orange/hidden{ +/area/ship/maintenance/starboard) +"QZ" = ( +/obj/effect/turf_decal/steeldecal/steel_decals9{ dir = 8 }, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable/yellow{ - icon_state = "4-8" + icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 }, +/obj/effect/turf_decal/industrial/caution, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"SU" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/ship/crew/canteen) -"SX" = ( -/obj/machinery/light/directional/east, -/obj/effect/turf_decal/industrial/warning{ - dir = 4 - }, +"Rf" = ( +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/effect/turf_decal/industrial/warning, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/rust, +/area/ship/maintenance/port) +"Rk" = ( +/obj/structure/sign/syndicate, +/turf/closed/wall/mineral/plastitanium, +/area/ship/cargo) +"Rl" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/spline/fancy/opaque/black{ dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/structure/railing{ dir = 9 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"SZ" = ( +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"Ro" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/reagent_containers/hypospray/medipen{ + pixel_y = 6 + }, +/obj/item/reagent_containers/hypospray/medipen, +/obj/item/reagent_containers/hypospray/medipen{ + pixel_y = -6 + }, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/item/reagent_containers/glass/bottle/formaldehyde{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/hypospray/medipen/pumpup{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/reagent_containers/hypospray/medipen/pumpup{ + pixel_x = 3 + }, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = -32 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"Rs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ship/maintenance/starboard) +"RK" = ( +/obj/structure/bed{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/bedsheet/rd{ + dir = 8 + }, +/obj/structure/curtain{ + color = "#5c131b" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/clothing/under/syndicate/bloodred/sleepytime, +/turf/open/floor/carpet/black, +/area/ship/bridge) +"RR" = ( /obj/machinery/door/poddoor{ + dir = 8; id = "Artillery1shutter" }, /obj/machinery/power/shieldwallgen/atmos{ anchored = 1; - dir = 8; id = "komodo_port"; locked = 1 }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-8" }, /turf/open/floor/plasteel/tech/grid, /area/ship/maintenance/port) -"TB" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 10 +"RS" = ( +/obj/effect/turf_decal/steeldecal/steel_decals8{ + dir = 8 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ +/obj/structure/chair/comfy/shuttle{ + dir = 4; + name = "Helm" + }, +/obj/structure/railing/corner{ dir = 8 }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"RZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/holofloor/wood, -/area/ship/crew/dorm) -"TE" = ( -/turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) -"TH" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 8 + icon_state = "4-8" }, -/obj/structure/chair/comfy/shuttle{ - dir = 4; - name = "Operations" +/obj/machinery/door/airlock/grunge{ + dir = 8; + name = "Bridge"; + req_access_txt = "19" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/obj/effect/decal/cleanable/dirt/dust, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"TJ" = ( -/obj/structure/railing{ +/obj/effect/turf_decal/industrial/warning{ dir = 8 }, -/obj/structure/railing{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/structure/railing{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Sd" = ( +/obj/structure/mirror{ + pixel_x = 28 }, -/turf/open/floor/plasteel/stairs, -/area/ship/cargo) -"TN" = ( -/obj/structure/frame/machine, -/obj/structure/grille/broken, -/obj/structure/railing{ - dir = 4 +/obj/structure/sink/kitchen{ + dir = 8 }, -/obj/effect/decal/cleanable/glass, +/obj/machinery/airalarm/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/ship/medical) +"Sv" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "4-8" }, +/obj/structure/cable{ + icon_state = "2-8" + }, /obj/structure/cable{ icon_state = "1-8" }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"TR" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/medical) -"TY" = ( -/obj/effect/turf_decal/steeldecal/steel_decals6, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"To" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/stand_clear{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/obj/structure/sign/poster/contraband/random{ + pixel_y = -32 }, -/obj/machinery/power/terminal{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-8" }, /turf/open/floor/plasteel/tech, -/area/ship/engineering) -"Uo" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - dir = 4; - name = "Infirmary" +/area/ship/maintenance/port) +"Tr" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "syndiewarship_armorybay"; + name = "Weapon Hold" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"Uw" = ( -/obj/effect/decal/cleanable/food/flour, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ +/obj/effect/turf_decal/industrial/warning{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 10 +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"TB" = ( +/obj/machinery/door/airlock/hatch, +/obj/machinery/door/firedoor/border_only, +/obj/machinery/door/firedoor/border_only{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 4 +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/aft) +"TE" = ( +/turf/open/floor/mineral/plastitanium, +/area/ship/security/armory) +"TK" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 9 }, +/obj/effect/decal/cleanable/dirt/dust, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-4" }, -/obj/structure/cable{ - icon_state = "1-4" +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"TQ" = ( +/obj/machinery/suit_storage_unit/inherit/industrial, +/obj/item/clothing/suit/space/syndicate/black/engie, +/obj/item/clothing/head/helmet/space/syndicate/black/engie, +/obj/effect/turf_decal/techfloor{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23; + pixel_y = -4 }, -/obj/structure/catwalk/over, -/turf/open/floor/plating, +/turf/open/floor/mineral/plastitanium, /area/ship/engineering) -"Ux" = ( -/obj/machinery/door/poddoor/shutters{ - id = "syndie_mechbay"; - name = "Mechbay" +"TR" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/medical) +"TU" = ( +/obj/structure/railing/corner{ + layer = 2.8 }, -/obj/machinery/door/firedoor/border_only, -/obj/machinery/door/firedoor/border_only{ +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/stairs{ dir = 1 }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"UH" = ( +/area/ship/crew/dorm) +"Uh" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/dim/directional/west, +/turf/open/floor/plasteel/tech/techmaint, +/area/ship/engineering) +"Un" = ( +/obj/effect/turf_decal/industrial/warning, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 + dir = 10 }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 10 }, -/obj/structure/catwalk/over, -/turf/open/floor/plating, -/area/ship/engineering) -"UJ" = ( -/obj/effect/turf_decal/borderfloor{ +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/ship/hallway/central) +"Uy" = ( +/obj/effect/turf_decal/trimline/transparent/bar/filled/line{ dir = 8 }, -/obj/item/gun/ballistic/automatic/pistol/candor{ - pixel_x = 1; - pixel_y = 5 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 4 }, -/obj/item/ammo_box/magazine/m45, -/obj/item/ammo_box/magazine/m45{ - pixel_x = 3 +/obj/machinery/light/directional/west, +/turf/open/floor/mineral/plastitanium, +/area/ship/crew/canteen) +"UF" = ( +/obj/structure/closet/cardboard/metal, +/obj/item/reagent_containers/food/drinks/waterbottle/large, +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = 3; + pixel_y = 3 }, -/obj/item/clothing/under/syndicate/ngr, -/obj/item/clothing/gloves/tackler/combat/insulated, -/obj/item/clothing/suit/armor/vest/leather{ - desc = "Lightly armored leather overcoat meant as casual wear for high-ranking officers. Bears the crest of the Gorlex Marauders." +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = -3; + pixel_y = 3 }, -/obj/item/clothing/mask/gas/sechailer/swat, -/obj/item/clothing/head/HoS/beret/syndicate, -/obj/structure/cable{ - icon_state = "4-8" +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = 8; + pixel_y = -2 }, -/obj/structure/closet/secure_closet/wall{ - dir = 1; - icon_state = "sec_wall"; - name = "Sergeant's locker"; - pixel_y = -29; - req_access_txt = "58" +/obj/item/reagent_containers/food/drinks/waterbottle/large{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23; + pixel_y = 4 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/aft) +"UK" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + dir = 8; + id = "Syndie_warship_lockdown"; + name = "Lockdown Control"; + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/button/door{ + dir = 8; + id = "syndie_warship_cargo"; + name = "cargohold shutters"; + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/button/door{ + dir = 8; + id = "syndiewarship_windows"; + name = "Window Control"; + pixel_y = -4 + }, +/obj/item/desk_flag{ + pixel_x = -10 }, -/obj/item/melee/classic_baton/telescopic, -/obj/item/clothing/suit/armor/vest/blueshirt, -/obj/item/clothing/under/syndicate/combat, -/obj/item/clothing/accessory/holster, -/obj/item/clothing/shoes/combat, -/obj/item/radio/headset/syndicate, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"UK" = ( -/obj/machinery/door/firedoor, +"UP" = ( /obj/machinery/door/airlock/hatch{ - name = "Engineering" + dir = 8; + name = "Vault"; + req_access_txt = "19"; + security_level = 6 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/engineering) -"UO" = ( -/obj/effect/turf_decal/industrial/warning, /obj/effect/turf_decal/industrial/warning{ - dir = 1 + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ +/turf/open/floor/engine, +/area/ship/bridge) +"UT" = ( +/obj/structure/toilet{ dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/sign/poster/official/moth/smokey{ + pixel_y = -32 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/showroomfloor, +/area/ship/hallway/aft) "Vc" = ( /turf/closed/wall/mineral/plastitanium/nodiagonal, /area/ship/medical) "Vj" = ( /obj/structure/table/optable, -/obj/machinery/light/directional/south, /obj/machinery/defibrillator_mount/loaded{ - pixel_y = -26 + pixel_x = -26 + }, +/turf/open/floor/pod/dark, +/area/ship/medical) +"Vk" = ( +/turf/closed/wall/mineral/plastitanium, +/area/ship/cargo) +"Vl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/engineering) +"Vq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_y = 6 + }, +/obj/item/stack/medical/gauze, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/bruise_pack{ + pixel_x = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" }, +/obj/item/storage/firstaid/brute{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/machinery/power/apc/auto_name/directional/north, /turf/open/floor/pod/dark, /area/ship/medical) -"Vk" = ( -/turf/closed/wall/mineral/plastitanium, -/area/ship/cargo) -"Vq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 1 +"VK" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-8" }, +/turf/open/floor/holofloor/wood, +/area/ship/crew/dorm) +"VN" = ( /obj/machinery/door/airlock/hatch{ - name = "Bridge"; - req_access_txt = "19" + dir = 8; + name = "Dormitory" + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/border_only{ + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 8 + }, +/obj/effect/turf_decal/industrial/warning{ + dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ship/bridge) -"Vu" = ( -/obj/structure/table/reinforced, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg{ - pixel_y = -6 +/area/ship/crew/dorm) +"VR" = ( +/turf/closed/wall/mineral/plastitanium/nodiagonal, +/area/ship/hallway/aft) +"VU" = ( +/obj/effect/turf_decal/industrial/warning{ + dir = 5 }, -/obj/structure/railing{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ dir = 4 }, -/turf/open/floor/plasteel/tech/grid, -/area/ship/cargo) -"VA" = ( -/obj/structure/chair/office{ - dir = 8; - name = "tactical swivel chair" +/turf/open/floor/mineral/plastitanium/red, +/area/ship/security/armory) +"VZ" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/oil{ + icon_state = "gib7" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/firealarm/directional/south, -/obj/machinery/light_switch{ - dir = 1; - pixel_x = -8; - pixel_y = -24 +/obj/effect/turf_decal/industrial/warning{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/industrial/outline/yellow, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/structure/cable/yellow{ + icon_state = "0-8" }, +/obj/machinery/power/port_gen/pacman, /turf/open/floor/plasteel/tech, /area/ship/engineering) -"VO" = ( -/obj/effect/turf_decal/industrial/warning, -/obj/effect/turf_decal/industrial/warning{ - dir = 1 +"We" = ( +/obj/machinery/door/airlock/hatch{ + dir = 8; + name = "Cargo Bay" }, -/obj/effect/decal/cleanable/dirt/dust, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"VR" = ( -/turf/closed/wall/mineral/plastitanium/nodiagonal, -/area/ship/hallway/aft) -"Wc" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom/directional/south, -/obj/structure/bedsheetbin, -/obj/structure/railing{ - dir = 4 +/obj/machinery/door/firedoor/border_only{ + dir = 8 }, -/turf/open/floor/carpet/red_gold, -/area/ship/crew/dorm) -"Wj" = ( -/obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/industrial/warning{ dir = 8 }, +/obj/machinery/door/firedoor/border_only{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/cargo) +"Wl" = ( +/obj/machinery/door/poddoor{ + id = "syndie_warship_cargo"; + name = "Cargo Hatch" + }, +/obj/machinery/power/shieldwallgen/atmos{ + anchored = 1; + dir = 8; + id = "komodo_cargo"; + locked = 1 + }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "0-2" }, -/turf/open/floor/plating{ - icon_state = "panelscorched" +/turf/open/floor/plasteel/tech/grid, +/area/ship/cargo) +"Wq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/bed{ + dir = 8 + }, +/obj/item/bedsheet/black{ + dir = 8 + }, +/obj/structure/curtain/cloth/fancy{ + name = "blood-red curtains" }, -/area/ship/maintenance/starboard) -"Wo" = ( /obj/effect/decal/cleanable/dirt/dust, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/syndicateemblem/bottom/middle, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/obj/item/clothing/under/dress/blacktango, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{ + dir = 8 + }, +/obj/item/trash/popcorn, +/turf/open/floor/holofloor/wood, +/area/ship/crew/dorm) +"Wu" = ( +/obj/effect/turf_decal/industrial/warning/cee{ + dir = 1 + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 }, /turf/open/floor/mineral/plastitanium/red, /area/ship/hallway/central) -"Wq" = ( -/obj/machinery/button/door{ - dir = 4; - id = "syndie_warship_cargo"; - name = "cargohold shutters"; - pixel_x = -25 +"WA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 6 + }, +/obj/item/pen/red{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/turf_decal/techfloor, +/obj/item/clipboard{ + pixel_x = -5 + }, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/clothing/glasses/hud/security/night{ + pixel_x = -4; + pixel_y = -6 }, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"WD" = ( /obj/structure/table/reinforced, /obj/item/storage/fancy/cigarettes/cigpack_robustgold{ pixel_x = -6; @@ -4972,316 +5099,371 @@ pixel_x = -5; pixel_y = 3 }, -/obj/machinery/light_switch{ - dir = 4; - pixel_x = -24; - pixel_y = 10 - }, /obj/item/trash/boritos, -/obj/machinery/button/shieldwallgen{ - dir = 4; - id = "komodo_cargo"; - pixel_x = -24; - pixel_y = -10 - }, +/obj/machinery/computer/helm/viewscreen/directional/north, /turf/open/floor/pod, /area/ship/cargo) -"Ws" = ( +"WK" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + dir = 8; + id = "warshipbridge"; + name = "Bridge Window"; + pixel_y = -1; + pixel_x = -2 + }, +/obj/item/reagent_containers/food/drinks/mug{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/gps{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"WL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" + }, +/obj/effect/turf_decal/techfloor/corner{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"WQ" = ( +/obj/structure/railing, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/mask/gas/syndicate, +/obj/effect/turf_decal/techfloor{ + dir = 8 + }, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/under/syndicate/gorlex, +/obj/structure/closet/syndicate{ + desc = "It's a basic storage unit."; + name = "uniform closet" + }, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"WR" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/tech, +/area/ship/bridge) +"Xd" = ( /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ icon_state = "1-2" }, +/obj/structure/sign/poster/syndicate/random{ + pixel_x = 32 + }, /turf/open/floor/pod, /area/ship/cargo) -"Ww" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, +"Xf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, -/obj/machinery/power/apc/auto_name/directional/north, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "2-8" + }, +/obj/item/radio/intercom/directional/north{ + pixel_x = 6 }, /obj/machinery/light_switch{ - pixel_x = -13; + pixel_x = -8; pixel_y = 22 }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"WA" = ( -/obj/structure/table/reinforced, -/obj/item/toy/figure/syndie{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/machinery/fax/syndicate{ - pixel_x = 4; - pixel_y = 0 - }, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"WJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +"Xp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, /turf/open/floor/mineral/plastitanium, -/area/ship/security/armory) -"WM" = ( +/area/ship/engineering) +"Xr" = ( +/obj/structure/salvageable/machine, +/obj/effect/decal/cleanable/cobweb, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{ +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"Xs" = ( +/obj/effect/turf_decal/steeldecal/steel_decals6{ + dir = 8 + }, +/obj/structure/cable/yellow, +/obj/machinery/power/terminal{ dir = 4 }, +/obj/machinery/atmospherics/components/binary/pump/layer2{ + dir = 1; + name = "Input to Air" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, /turf/open/floor/plasteel/tech, -/area/ship/cargo) -"WP" = ( -/obj/machinery/modular_computer/console/preset/command{ - dir = 8 +/area/ship/engineering) +"Xu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8; + name = "tactical chair" + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 23; + pixel_y = 16 }, -/obj/effect/turf_decal/spline/fancy/opaque/black, /obj/effect/turf_decal/techfloor{ dir = 4 }, -/obj/structure/railing, -/turf/open/floor/plasteel/tech, -/area/ship/bridge) -"WT" = ( +/obj/item/radio/intercom/directional/east, +/turf/open/floor/mineral/plastitanium, +/area/ship/hallway/central) +"XI" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/pod/dark, +/area/ship/medical) +"XS" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/stairs{ + dir = 1 + }, +/area/ship/bridge) +"XT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/bookcase/random/fiction, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/holofloor/wood, +/area/ship/bridge) +"Yb" = ( +/obj/machinery/power/shuttle/engine/electric{ + dir = 4 }, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "0-4" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"WW" = ( -/obj/effect/turf_decal/corner_techfloor_grid{ - dir = 5 +/turf/open/floor/plating, +/area/ship/engineering) +"Yk" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{ + dir = 4 }, -/obj/structure/fireaxecabinet{ - pixel_y = 27 +/turf/open/floor/engine/hull, +/area/ship/external/dark) +"Yn" = ( +/obj/machinery/power/shuttle/engine/fueled/plasma{ + dir = 4 }, -/obj/structure/railing{ - dir = 1 +/turf/open/floor/plating, +/area/ship/engineering) +"Yp" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Syndie_warship_lockdown"; + name = "Lockdown Shutters" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/ship/bridge) -"WY" = ( -/obj/machinery/camera/autoname{ - dir = 9 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/pod, -/area/ship/cargo) -"WZ" = ( -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/door/firedoor/border_only{ dir = 8 }, -/obj/effect/turf_decal/industrial/warning{ +/obj/machinery/door/firedoor/border_only{ dir = 4 }, +/turf/open/floor/plasteel/tech/grid, +/area/ship/hallway/central) +"YP" = ( +/obj/item/stack/ore/salvage/scrapmetal/ten, +/obj/effect/decal/cleanable/dirt, /obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{ - dir = 8 - }, -/obj/machinery/firealarm/directional/west, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/aft) -"Xg" = ( -/obj/structure/railing, -/obj/effect/decal/cleanable/robot_debris, -/obj/item/radio/intercom/directional/south, -/turf/open/floor/pod/dark, -/area/ship/crew/dorm) -"Xk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 5 +/turf/open/floor/plating, +/area/ship/maintenance/port) +"YQ" = ( +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing/corner{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 5 +/obj/structure/railing/corner, +/obj/effect/turf_decal/techfloor{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 4 }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "4-8" }, /obj/structure/cable{ icon_state = "1-4" }, -/obj/structure/catwalk/over, -/turf/open/floor/plating, -/area/ship/engineering) -"Xr" = ( -/obj/structure/salvageable/machine, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt/dust, /turf/open/floor/plasteel/tech, -/area/ship/maintenance/starboard) -"Xz" = ( -/obj/effect/turf_decal/siding/wood{ - dir = 1 - }, -/obj/structure/bed, -/obj/item/bedsheet/black, -/obj/structure/curtain/cloth/fancy{ - name = "blood-red curtains" +/area/ship/cargo) +"YR" = ( +/obj/structure/table/reinforced{ + color = "#c1b6a5" }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/item/clothing/under/dress/blacktango, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2, -/obj/item/trash/popcorn, -/turf/open/floor/holofloor/wood, -/area/ship/crew/dorm) -"XC" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/directional/east, -/obj/machinery/airalarm/directional/east, -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/reagent_containers/hypospray/medipen{ - pixel_y = 6 +/obj/effect/turf_decal/spline/fancy/opaque/black{ + dir = 1 }, -/obj/item/reagent_containers/hypospray/medipen, -/obj/item/reagent_containers/hypospray/medipen{ - pixel_y = -6 +/obj/item/flashlight/lamp{ + pixel_x = -8; + pixel_y = 11 }, -/obj/item/reagent_containers/glass/bottle/charcoal, -/obj/item/reagent_containers/glass/bottle/formaldehyde{ - pixel_x = 4; - pixel_y = 1 +/obj/item/phone{ + pixel_x = 7; + pixel_y = 10 }, -/obj/item/reagent_containers/hypospray/medipen/pumpup{ +/obj/item/reagent_containers/food/drinks/mug{ pixel_x = -1; - pixel_y = -12 + pixel_y = 4 }, -/obj/item/reagent_containers/hypospray/medipen/pumpup{ - pixel_x = 3; - pixel_y = -10 +/obj/item/storage/fancy/nugget_box{ + pixel_x = 6; + pixel_y = -7 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"XE" = ( -/obj/machinery/porta_turret/ship/syndicate/heavy{ - dir = 8 +/obj/item/trash/can{ + pixel_x = -8; + pixel_y = -2 }, -/turf/closed/wall/mineral/plastitanium, -/area/ship/bridge) -"XF" = ( -/obj/machinery/power/terminal, /obj/structure/cable{ - icon_state = "0-4" + icon_state = "1-2" }, -/turf/open/floor/plasteel/tech/techmaint, +/turf/open/floor/plasteel/tech, /area/ship/engineering) -"XH" = ( -/obj/structure/reagent_dispensers/watertank, +"YT" = ( +/obj/effect/spawner/lootdrop/salvage_manipulator, +/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ship/maintenance/starboard) +"YX" = ( +/obj/machinery/computer/crew/syndie, /obj/effect/turf_decal/techfloor{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/dust, +/turf/open/floor/plasteel/dark, +/area/ship/bridge) +"Zb" = ( +/obj/structure/railing{ dir = 4 }, -/obj/structure/sign/poster/official/moth/delam{ - pixel_x = 33 +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs{ + dir = 1 }, -/turf/open/floor/plasteel/tech/techmaint, /area/ship/engineering) -"Ye" = ( -/obj/effect/turf_decal/industrial/warning{ +"Zd" = ( +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/industrial/warning/corner{ - dir = 8 +/obj/structure/railing{ + dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, +/obj/structure/railing, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 4 }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Yl" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "syndie_warship_cargo"; - name = "Cargo Hatch" +/turf/open/floor/plasteel/stairs{ + dir = 8 }, -/turf/open/floor/plasteel/tech/grid, /area/ship/cargo) -"Yv" = ( -/obj/machinery/chem_dispenser/drinks/fullupgrade, -/obj/structure/table/reinforced, -/obj/structure/extinguisher_cabinet/directional/north, -/turf/open/floor/mineral/plastitanium, -/area/ship/crew/canteen) -"Yw" = ( -/obj/effect/turf_decal/industrial/warning, +"Zf" = ( +/obj/effect/spawner/lootdrop/salvage_matter_bin, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/decal/cleanable/dirt/dust, /obj/effect/turf_decal/industrial/warning{ dir = 1 }, -/obj/effect/decal/cleanable/dirt/dust, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 - }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"YE" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 2; - name = "tactical chair" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm/directional/north, +/turf/open/floor/plating, +/area/ship/maintenance/starboard) +"Zg" = ( +/obj/structure/rack, /obj/effect/turf_decal/techfloor{ - dir = 1 + dir = 8 }, -/turf/open/floor/mineral/plastitanium, -/area/ship/hallway/central) -"YJ" = ( -/obj/structure/closet/wall/white/med{ - name = "medical locker"; - pixel_y = 29 +/obj/effect/spawner/lootdrop/maintenance/two, +/obj/machinery/button/door{ + dir = 1; + id = "Artillery2shutter"; + name = "Artillery Hatch"; + pixel_x = -4; + pixel_y = -24 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 8 +/obj/machinery/button/shieldwallgen{ + dir = 1; + id = "komodo_starboard"; + pixel_x = 6; + pixel_y = -22 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 4 +/turf/open/floor/plasteel/telecomms_floor, +/area/ship/maintenance/starboard) +"Zi" = ( +/obj/structure/closet/wall/white/med{ + dir = 8; + name = "medical locker"; + pixel_x = 29 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-8" }, /obj/item/clothing/under/utility, /obj/item/clothing/suit/longcoat/roboblack, @@ -5293,6 +5475,7 @@ pixel_x = 1; pixel_y = -3 }, +/obj/item/storage/belt/medical, /obj/item/bodybag, /obj/item/bodybag{ pixel_x = -3; @@ -5300,91 +5483,89 @@ }, /turf/open/floor/mineral/plastitanium, /area/ship/medical) -"YP" = ( -/obj/machinery/door/window/eastright{ - dir = 1 - }, -/turf/open/floor/mineral/plastitanium, -/area/ship/medical) -"YY" = ( -/obj/effect/decal/cleanable/dirt/dust, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/tech, -/area/ship/maintenance/starboard) -"Za" = ( -/obj/effect/decal/cleanable/dirt, +"Zy" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 10 + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 10 - }, -/obj/structure/closet/firecloset/wall{ - pixel_y = 29 - }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"Zb" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 10 + dir = 4 }, -/obj/machinery/firealarm/directional/south, /obj/structure/cable{ icon_state = "1-4" }, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"Zu" = ( -/obj/structure/railing/corner{ - dir = 4 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/structure/railing/corner, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ - dir = 4 +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -21; + pixel_x = 6 }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/obj/machinery/firealarm/directional/south{ + pixel_x = -6 + }, +/turf/open/floor/pod, +/area/ship/cargo) +"Zz" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/industrial/stand_clear{ dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ dir = 4 }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, /obj/structure/cable{ icon_state = "2-8" }, -/turf/open/floor/plasteel/tech/techmaint, -/area/ship/engineering) -"ZI" = ( -/obj/effect/turf_decal/borderfloor{ - dir = 4 - }, +/turf/open/floor/plasteel/tech, +/area/ship/maintenance/starboard) +"ZO" = ( /obj/effect/decal/cleanable/dirt/dust, +/obj/effect/turf_decal/corner_techfloor_grid{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ - dir = 8 + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel/dark, /area/ship/bridge) -"ZO" = ( -/obj/effect/turf_decal/industrial/warning{ - dir = 4 +"ZV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 }, -/obj/effect/turf_decal/syndicateemblem/middle/right, -/turf/open/floor/mineral/plastitanium/red, -/area/ship/hallway/central) -"ZS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4, -/obj/machinery/firealarm/directional/east, -/obj/structure/cable{ - icon_state = "1-8" +/obj/structure/closet/wall{ + dir = 4; + name = "uniform closet"; + pixel_x = -30 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/decal/cleanable/dirt/dust, +/obj/item/storage/backpack/duffelbag/syndie, +/obj/item/storage/backpack/duffelbag/syndie, +/obj/item/clothing/under/syndicate/gorlex, +/obj/item/clothing/under/syndicate/gorlex, +/obj/item/clothing/under/syndicate/gorlex, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{ + dir = 5 }, -/turf/open/floor/pod, -/area/ship/cargo) +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/turf/open/floor/holofloor/wood, +/area/ship/crew/dorm) (1,1,1) = {" CM @@ -5394,763 +5575,819 @@ CM CM CM CM +pN +Yb +Yb +Yb +OP +CM +CM +CM +CM +CM +CM +"} +(2,1,1) = {" +CM CM CM +Yk +sq +Yb +Yb +hY +pJ +pJ +qF +hY +Yb +Yb +sq CM CM CM +"} +(3,1,1) = {" CM +pN +Yn +yB +sq +pJ +qF +sq +pA +PX +mC +sq +pJ +qF +sq +sq +Yn +OP +"} +(4,1,1) = {" CM +hY +MO +yB +EL +yk +CG +Uh +ji +Om +Lk +rZ +Nd +nI +Hf +sq +Pt +hY +"} +(5,1,1) = {" CM +qk +wd +ls +Zb +Ht +sF +ys +my +hy +fZ +ah +wG +yb +YR +nA +lr +hY +"} +(6,1,1) = {" CM +qk +mp +VZ +as +xM +AZ +sq +dS +yg +KL +nV +QZ +lY +vF +Xs +xV +hY +"} +(7,1,1) = {" CM +hY +sq +sq +sq +FO +uh +sq +sq +BR +sq +sq +Vl +ND +dL +mP +sq +hY +"} +(8,1,1) = {" CM CM +mI +jh +tT +Du +PZ +sq +Xp +ko +xd +CL +CL +CL +CL +CL +CL CM +"} +(9,1,1) = {" CM CM +Ep +Ep +Ep +Ep +Ep +Ep +TQ +ul +zP +CL +PS +en +JX +hO +CL CM +"} +(10,1,1) = {" CM CM +Ep +Nq +PA +iH +LP +Ep +sq +BR +sq +CL +Qb +TU +lA +xr +CL CM +"} +(11,1,1) = {" CM CM -cu +Ep +uJ +es +tD +uV +Ep +vY +Ce +mZ +CL +VN +CL +CL +CL +CL +Bx +"} +(12,1,1) = {" CM +kG +Ep +jA +jA +Ep +Ep +Ep +VR +HU +ew +MG +VK +iJ +ZV +qZ +ic +AV +"} +(13,1,1) = {" CM +ph +Ko +Eb +ke +tn +Ep +xJ +TB +Ci +KT +CL +us +Wq +sQ +NI +kL +AV +"} +(14,1,1) = {" +cr +bA +eR +vd +xj +nb +Ep +VR +VR +jt +EB +gE +gE +gE +gE +gE +gE +gE +"} +(15,1,1) = {" CM +Wl +xW +tr +YQ +aL +Ep +Jp +mX +dR +kh +gE +ue +vp +sX +Ni +km +tf +"} +(16,1,1) = {" CM +Rk +eN +gC +Zd +nq +Ep +UT +VR +Ci +UF +gE +qm +TE +FB +nD +Ie +tf +"} +(17,1,1) = {" CM +Vk +WD +vL +uS +HQ +Ep +VR +VR +jv +VR +gE +gE +yH +VU +MV +eY +tf +"} +(18,1,1) = {" CM +Vk +HI +Xd +Zy +Ep +Ep +Nf +WQ +hk +gQ +Lb +gE +gE +Tr +vX +gE +tf +"} +(19,1,1) = {" CM +kG +Ep +Ep +We +Ep +GD +gr +Gj +gM +ft +BQ +dD +gE +wT +Im +gE +Bx +"} +(20,1,1) = {" CM CM +gk +Wu +rm +mY +bM +HF +EF +Sv +lj +Il +tv +uG +lv +dV +gk CM +"} +(21,1,1) = {" CM CM +gk +lb +ot +JO +PN +WL +Kz +Lo +aY +sG +ox +Xu +lu +qB +gk CM "} -(2,1,1) = {" -CM +(22,1,1) = {" CM CM -td -gN -gN -gN -gN -gN -gN -gN -rh +kG +Dd +Dd +Dd +Dd +Dd +zZ +gu +qG +Dd +Dd +Dd +Dd +Dd +Bx CM +"} +(23,1,1) = {" CM CM +sn +ho +Uy +PE +rI +kD +Fe +xH +LV +Vc +wk +Vj +Lj +kq CM CM +"} +(24,1,1) = {" CM CM +sn +Nj +xF +qD +fd +Aa +rX +nX +AS +Vc +Vq +bm +rg +kq CM CM +"} +(25,1,1) = {" CM CM -XE -Vk -Vk -Rk -jr -Yl +Aj +Ad +Ji +lg Mb -XE -CM -CM +kD +eX +jL +Un +OV +Zi +jW +aI +rv +TR CM +"} +(26,1,1) = {" CM -hY -zV -zV -hY -OP CM +Aj +eo +sy +MF +kD +kD +fX +Yp +JV +Vc +Vc +yO +vx +Ro +TR CM "} -(3,1,1) = {" -CM +(27,1,1) = {" CM CM -lL -Gy -Fo -bs -ip -dR -MI -jb -gN -CM -Aj -Aj -Aj -Aj Aj -ti -ti -yw -lu -lu -Ep -SC -Wq +QC +wE +kD +kD +If +cn +zx +nz +EJ +Vc +Vc Sd -Ho -CH -rK -Ep -Ep -Ep -Ep -CY -sq -Jo -Ai -mN -CO -CM +BK +TR CM "} -(4,1,1) = {" +(28,1,1) = {" CM CM -CM -SZ -FT -iz -jX -kH -Az -nR -Ap -nU -lu +Aj +po kD -SU -Yv -rs -Rz -uA -kC -Dd -sI -MR -Ep -MX -ex -am -lj -WM -HV -Ux -qD -In -Ep -Ii -sq -pf -jF -Nz -Nz -Bg +kD +PG +BY +dJ +fn +lt +cG +rE +Vc +Vc +XI +TR CM "} -(5,1,1) = {" +(29,1,1) = {" CM CM -CM -AY -yJ -FV -oi -Le -Nh -Hd -NY -RT -vA +Aj kD kD -Mm -Fr -LP -yV -uQ -Dd -BW -CA -cR -ZS -Ws -TJ -pA -sQ -EY -Ux -gh -xg -Ep -AR -sq -Ng -CK -tx -sq -sq +TK +sV +dY +tC +tC +tC +hL +ac +QI +Vc +Vc +TR CM "} -(6,1,1) = {" +(30,1,1) = {" CM CM -jE -tC -tC -tC -tC -tC +CM +gk +qz +GJ +Eo tC tC +EN tC tC -em -uL -kD -kD -OT -JK -Jx -Bf -Dd -tO -Yw -Ep -Ep -WY -gH -KL -qI -gj -Ep -Fx -fk -Ep -Za -uB -hc -UH -XF -vq -cV -CM -"} -(7,1,1) = {" +Oq +Hs +vA +gk CM -zF -ME -EM -Dl -JB -bS -tC -BL -KE -Vq -Or -xZ -Bj -QI -kD -kD -no -xj -gw -Dd -Ig -Sm -DO -Ep -Ep -Ep -Ep -Ep -Ep -Ep -HM -Vu -Ep -pF -XH -sb -nG -kK -Po -cV CM "} -(8,1,1) = {" -jE -si -nQ -pS -ZI -sT -Mo -tC -WW -dm +(31,1,1) = {" +CM +pN +gN +nU +iL tC +vs tC +eW +kI +El tC -fc -km -Zb -kD -kD -Eh -kD +ok Dd -RN -Ye -OG -ah -VR -Eg -xP -VR -mr -Ep -Ep -Ep -Ep -sq -sq -sq -vC -CP -sq -hY +JJ +Hc +OQ OP "} -(9,1,1) = {" -ME -bk -Sr -nb -hp -PB -tC +(32,1,1) = {" +CM +gN +nh +aO +Ab tC -BV -eE +RZ tC -eW tC +UP tC -Ww -jw -fE -ft -LU -rN -cz -sy -If -Av -zR -VR -VR -SG -VR -Sq -VR -NE -sq -fg -ws -sq -la -tj -yY -eD -vq -cV -"} -(10,1,1) = {" -ME -hj -uF -jP -nk -pE -xl -As -gK -Fc -tw -kI -qT tC -zu -dG -bv -WT -Pz -Ok -Fg -Wo -IE -tY -co -pN -ew -ES -WZ -ew -qu -JC -lm -vg -ty -UK -EX -Uw -Xk -ao -vq -cV -"} -(11,1,1) = {" -ME -ax -gy -Pv -ny -HJ tC tC -Lt +Pl +Gh +Zg +OQ +"} +(33,1,1) = {" +CM +gN +Ho +kM +vT tC +Xf +wR +ae +GS tC -El +Ek +RK tC +yd +Rs +PV +OQ +"} +(34,1,1) = {" +CM +gN +yp +mE +JN tC -ro -eY -hg -Ca -SX -dF +tF +sY +Cj ZO -sj -eX -aX -tv -VR -Pu -jp -av -zK -VO -Kd -sq -Cr -Lx -sq -aU -TN -Zu -iO -Po -cV +oO +ib +JQ +tC +Gs +kr +lm +OQ "} -(12,1,1) = {" -Al -ME -WP -WA -TH -UJ +(35,1,1) = {" +CM +gN +IO +qf +To tC -FL -up -KG tC tC tC -GT -gq -PK -Vc -Uo -Vc -Vc -Dd -RG -Gp -lT -Jw -gE -gE -gE -gE -CL -Do -CL -CL -CL -CL -sq -mA -uR -lV -sq -hY -Rp -"} -(13,1,1) = {" -CM -zF -ME -IL -CT -dT +Qh tC -mj -wO -iq +XT +Hr tC -lk -iK -an -on -Vc -Vc -YJ -HN -aL -Dd -Ln -vT -aR -gE -gE -cZ -qK -gE -bn -TB -qc -JH -ho -CL -HB -SN -Qv -Hv -vq -cV -CM +Zz +QW +pb +OQ "} -(14,1,1) = {" +(36,1,1) = {" CM -CM -Al +gN +jD +Rf +Pp tC +Oe +eK tC +fD tC tC tC tC +sS +Zf +CB +OQ +"} +(37,1,1) = {" +CM +gN +YP +yV +FV tC +YX +It +dG +WR +ub +AL +jn tC -Dd -vw -Bk -Vc -Vc -hK -Ic -YP -Vj -Dd -uD -Au -gE -gE -je -TE -rj -gE -Xz -gd -CL -qy -DQ -CL -zk -rf -yX -ab -Po -cV -CM +dc +PP +YT +OQ "} -(15,1,1) = {" +(38,1,1) = {" CM -CM -CM -BP +gN +vl +hV +yJ +tC +ip +zw +iT +wJ +XS +Kq +FL +tC Xr -Io -bR -Ib -bg -po -Ij -dz -mY -Vc -Vc -iX -vx -MU -Ko -dp -Dd -YE -UO -WJ -Sn -bE -Cn -dv -gE -is -gJ -CL -Gl -Xg -CL -tT -wP -Ew -Ed -sq -sq +io +Em +OQ +"} +(39,1,1) = {" CM +rS +RR +Gl +AY +tC +Jt +UK +Rl +hJ +vI +WA +rN +tC +BP +nv +hr +ea "} -(16,1,1) = {" +(40,1,1) = {" CM CM CM -xD -aA -Wj -dw -Qy -kr -Ih -vm -Hc -lu -Vc -uW -XC -Ro -rv -wo -wo -Dd -jz -RB -gp -dO -Il -DZ -sn -gE -NI -MJ -CL -Hy -rA -CL -xC -TY -VA -sq -sq CM CM -"} -(17,1,1) = {" +ME +Al +Ml +PO +ez +RS +GN +Al +si CM CM CM -MG -YY -bI -gt -Hp -CZ -es -oo -OQ CM -TR -TR -TR -TR -TR +"} +(41,1,1) = {" CM CM -FY -lu -lu -gE -gE -vQ -PE -JE -gE -NB -Wc -CL -CL -CL -CL -sq -Js -JV -mv -CO CM CM -"} -(18,1,1) = {" CM CM +ME +jE +lz +WK +Bd +Al +ME CM -rS -OQ -OQ -OQ -OQ -OQ -OQ -OQ -ea CM CM CM CM +"} +(42,1,1) = {" CM CM CM @@ -6158,23 +6395,15 @@ CM CM CM CM -FY -tf -tf -tf -tf -gE -io -io -FY +ME +Al +Al +Al +si +CM CM CM CM -hY -hY -hY -hY -Rp CM CM "} From 0f2e2cf716b90276dc99e66f503585f296a7bd5c Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:29:09 -0300 Subject: [PATCH 004/143] Gives MAA bridge access on the colossus. (#2696) ## About The Pull Request Updates the Colossus's bridge door to allow the MAA access. ## Why It's Good For The Game It's standard on inteq vessels. ## Changelog :cl: fix: Fixes MAA on the Colossus not being able to access the bridge. /:cl: --------- Signed-off-by: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Co-authored-by: Mark Suckerberg --- _maps/shuttles/inteq/inteq_colossus.dmm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_maps/shuttles/inteq/inteq_colossus.dmm b/_maps/shuttles/inteq/inteq_colossus.dmm index ed5ac0d11fb6..647896ce8185 100644 --- a/_maps/shuttles/inteq/inteq_colossus.dmm +++ b/_maps/shuttles/inteq/inteq_colossus.dmm @@ -3795,7 +3795,8 @@ "QL" = ( /obj/machinery/door/airlock/command/glass{ name = "Bridge"; - req_access_txt = "20" + req_access_txt = null; + req_one_access = list(19,3) }, /obj/structure/cable{ icon_state = "1-2" From 482675e14624da819dc3ae279e5a5cd95fedfac2 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Wed, 10 Apr 2024 21:08:06 -0500 Subject: [PATCH 005/143] Automatic changelog generation for PR #2696 [ci skip] --- html/changelogs/AutoChangeLog-pr-2696.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2696.yml diff --git a/html/changelogs/AutoChangeLog-pr-2696.yml b/html/changelogs/AutoChangeLog-pr-2696.yml new file mode 100644 index 000000000000..05b6fa459451 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2696.yml @@ -0,0 +1,4 @@ +author: Martinpachu +changes: + - {bugfix: Fixes MAA on the Colossus not being able to access the bridge.} +delete-after: true From 20a50993d72ad462345fabccefe964f108b5c5a5 Mon Sep 17 00:00:00 2001 From: Sadhorizon <108196626+Sadhorizon@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:30:22 +0200 Subject: [PATCH 006/143] Blood pack variety crates now contain Elzu and IPC blood. (#2875) ## About The Pull Request Title. Also, "random blood pack" now can roll Elzu and IPC blood. ## Why It's Good For The Game You would expect the blood pack variety crate to contain blood for ALL the species!!! Same with the random blood pack. ## Changelog :cl: tweak: "Blood pack variety crate" now contains Elzu and IPC blood. tweak: Random blood packs now can roll Elzu and IPC blood. /:cl: --- code/modules/cargo/packs/medical.dm | 4 +++- code/modules/reagents/reagent_containers/blood_pack.dm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/packs/medical.dm b/code/modules/cargo/packs/medical.dm index 090041f06382..d49e9760da81 100644 --- a/code/modules/cargo/packs/medical.dm +++ b/code/modules/cargo/packs/medical.dm @@ -92,7 +92,9 @@ /obj/item/reagent_containers/blood/BMinus, /obj/item/reagent_containers/blood/OPlus, /obj/item/reagent_containers/blood/OMinus, - /obj/item/reagent_containers/blood/lizard) + /obj/item/reagent_containers/blood/lizard, + /obj/item/reagent_containers/blood/elzuose, + /obj/item/reagent_containers/blood/synthetic) crate_name = "blood freezer" crate_type = /obj/structure/closet/crate/freezer diff --git a/code/modules/reagents/reagent_containers/blood_pack.dm b/code/modules/reagents/reagent_containers/blood_pack.dm index d72389224fd9..6c5691f83f73 100644 --- a/code/modules/reagents/reagent_containers/blood_pack.dm +++ b/code/modules/reagents/reagent_containers/blood_pack.dm @@ -38,7 +38,7 @@ /obj/item/reagent_containers/blood/random/Initialize() icon_state = "bloodpack" - blood_type = pick("A+", "A-", "B+", "B-", "O+", "O-", "L") + blood_type = pick("A+", "A-", "B+", "B-", "O+", "O-", "L", "E", "Coolant") return ..() /obj/item/reagent_containers/blood/APlus From 54dbb55d730f06abce54c75d02a6306bdebeb229 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Thu, 11 Apr 2024 14:51:31 -0500 Subject: [PATCH 007/143] Automatic changelog generation for PR #2875 [ci skip] --- html/changelogs/AutoChangeLog-pr-2875.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2875.yml diff --git a/html/changelogs/AutoChangeLog-pr-2875.yml b/html/changelogs/AutoChangeLog-pr-2875.yml new file mode 100644 index 000000000000..e0b1b326f569 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2875.yml @@ -0,0 +1,4 @@ +author: Sadhorizon +changes: + - {tweak: Random blood packs now can roll Elzu and IPC blood.} +delete-after: true From 268f27d2f4bbd7d827f3e8ae031ad94f58209add Mon Sep 17 00:00:00 2001 From: Theos Date: Thu, 11 Apr 2024 15:34:26 -0400 Subject: [PATCH 008/143] N2O no longer puts you into a coma (#2850) ## About The Pull Request Replaces add sleep with set sleep for nitrous so the current sleep +4 seconds doesnt stack with itself to comically high numbers ## Why It's Good For The Game If i wanted to sleep id get a blanket not a silly tank ## Changelog :cl: fix: anesthetic can no longer semi permanently knock people out /:cl: --------- Signed-off-by: Theos --- code/modules/surgery/organs/lungs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/lungs.dm b/code/modules/surgery/organs/lungs.dm index fc5de4be3049..05ca5131e0f9 100644 --- a/code/modules/surgery/organs/lungs.dm +++ b/code/modules/surgery/organs/lungs.dm @@ -226,7 +226,7 @@ if(SA_pp > SA_para_min) // Enough to make us stunned for a bit H.Unconscious(60) // 60 gives them one second to wake up and run away a bit! if(SA_pp > SA_sleep_min) // Enough to make us sleep as well - H.Sleeping(max(H.AmountSleeping() + 40, 200)) + H.Sleeping(200) else if(SA_pp > 0.01) // There is sleeping gas in their lungs, but only a little, so give them a bit of a warning if(prob(20)) H.emote(pick("giggle", "laugh")) From 18498d953f5bb77f9c6d1b41bc6909a0fd003e43 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Thu, 11 Apr 2024 15:04:27 -0500 Subject: [PATCH 009/143] Automatic changelog generation for PR #2850 [ci skip] --- html/changelogs/AutoChangeLog-pr-2850.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2850.yml diff --git a/html/changelogs/AutoChangeLog-pr-2850.yml b/html/changelogs/AutoChangeLog-pr-2850.yml new file mode 100644 index 000000000000..7269f7dc9dc6 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2850.yml @@ -0,0 +1,4 @@ +author: SomeguyManperson +changes: + - {bugfix: anesthetic can no longer semi permanently knock people out} +delete-after: true From b25ec1852794fafc0fced17c97c87ebec1b6ebf6 Mon Sep 17 00:00:00 2001 From: Yata9arasu_alt <58084138+Yata9ar4su@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:35:17 +0700 Subject: [PATCH 010/143] Adds Fullscreen (#2878) ## About The Pull Request Added fullscreen as hotkey F11 and on OOC -> Toggle Fullscreen ![image](https://github.com/shiptest-ss13/Shiptest/assets/58084138/3db51657-c491-423a-a4e2-1e70647897b3) ![image](https://github.com/shiptest-ss13/Shiptest/assets/58084138/8136e422-922a-4937-8c59-50993d1a8bc1) ## Why It's Good For The Game You can play in fullscreen without annoying borders. ## Changelog :cl: add: Fullscreen on F11 /:cl: --- code/__DEFINES/keybinding.dm | 1 + code/datums/keybinding/client.dm | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/code/__DEFINES/keybinding.dm b/code/__DEFINES/keybinding.dm index 97b9c9d82aad..50a16edc350a 100644 --- a/code/__DEFINES/keybinding.dm +++ b/code/__DEFINES/keybinding.dm @@ -31,6 +31,7 @@ #define COMSIG_KB_CLIENT_GETHELP_DOWN "keybinding_client_gethelp_down" #define COMSIG_KB_CLIENT_SCREENSHOT_DOWN "keybinding_client_screenshot_down" #define COMSIG_KB_CLIENT_MINIMALHUD_DOWN "keybinding_client_minimalhud_down" +#define COMSIG_KB_CLIENT_FULLSCREEN_DOWN "keybinding_client_fullscreen_down" //Communication #define COMSIG_KB_CLIENT_OOC_DOWN "keybinding_client_ooc_down" diff --git a/code/datums/keybinding/client.dm b/code/datums/keybinding/client.dm index e4b940c7f722..3e78c4ac4c23 100644 --- a/code/datums/keybinding/client.dm +++ b/code/datums/keybinding/client.dm @@ -45,3 +45,39 @@ return user.mob.button_pressed_F12() return TRUE + +/client + var/fullscreen = FALSE +/datum/keybinding/client/t_fullscreen + hotkey_keys = list("F11") + name = "change_fullscreen" + full_name = "Toggle Fullscreen" + description = "Change window to Fullscreen or back" + keybind_signal = COMSIG_KB_CLIENT_FULLSCREEN_DOWN + +/datum/keybinding/client/t_fullscreen/down(client/C) + . = ..() + C.toggle_fullscreen() + + +/client/verb/toggle_fullscreen() + set name = "Toggle Fullscreen" + set category = "OOC" + + fullscreen = !fullscreen + + if (fullscreen) + winset(usr, "mainwindow", "on-size=") + winset(usr, "mainwindow", "titlebar=false") + winset(usr, "mainwindow", "can-resize=false") + winset(usr, "mainwindow", "menu=") + winset(usr, "mainwindow", "is-maximized=false") + winset(usr, "mainwindow", "is-maximized=true") + else + winset(usr, "mainwindow", "titlebar=true") + winset(usr, "mainwindow", "can-resize=true") + winset(usr, "mainwindow", "menu=menu") + winset(usr, "mainwindow", "is-maximized=false") + winset(usr, "mainwindow", "on-size=fitviewport") + + fit_viewport() From aa66226021feb753758ff7c464af0180a7a2c719 Mon Sep 17 00:00:00 2001 From: Changelogs