From db555b4c28440112a78bbe54f14fdc4536932d55 Mon Sep 17 00:00:00 2001
From: Migratingcocofruit
<69551563+Migratingcocofruit@users.noreply.github.com>
Date: Mon, 22 Sep 2025 15:52:15 +0300
Subject: [PATCH] Powernet separation (#29348)
* Adds reinforced APCs and frames for them.
* farragus WIP
* more farragus stuff
* more faragus stuff
* more farragus
* uses plastic for insulation instead
* box and faragus changes
* Box changes
* cerebron changes
* more meta updates
* fixes short on box station
* fixes shorts on meta station
* delta changes
* adds reinforced apcs with bigger cells
* emerald things
* more diagoras
* cleaning up cables in diagoras
* switches elecmaints smes to the engineering type on diagoras
* adds more grid monitors to cyberiad
* various corrections
* 2 doors on cyberiad electrical maints
* boxstation fixes
* Kerberos fixes
* cerebron fixes
* some faragus fixes
* more cyberiad fixes
* meta fixes
* more kerberos fixes
* faragus and cyberiad fixes
* emerald fixes
* farragus fixes
* emerald fixes
* farragus fixes
* emerald fixes
* diagoras fix
* more map fixes
* more CI fixes
* final fixes I hope
* Update emeraldstation.dmm
* finish merging metastation
* reset meta to master version
* redoing some of the meta changes
* Update metastation.dmm
* clear merge conflict
* Update metastation.dmm
* Update metastation.dmm
* Update metastation.dmm
* meta resolution
* emerald resolution
* delta resolution
* fartgas resolution
* box box
* stay out stay out
* metastation fixes
* faragus fix
* delta fix
* meta changes
* Starting over with farragus
* Starting over in faragus
* faragus changes
* Update cerestation.dmm
* Update cerestation.dmm
* Update cerestation.dmm
* Update cerestation.dmm
* Update cerestation.dmm
* resolving some faragus conflicts
* resolve faragus conflicts
* resolves delta conflicts
* resolves cyberiad conflicts
* resolves emerald conflicts
* fixes cables in faragus
* fixes meta cables
* fixes delta cables
* more meta fixes
* more farragus cable fixes
* more cable fixes
* meta and faragus fixes
* box and delta fixes
* more mapping fixes
* hopefully the last fix
* Update metastation.dmm
* Update metastation.dmm
* fixes shorts on cyberiad cerebron and farragus
* CI fixes
* Update cerestation.dmm
* resolve faragus conflicts
* resolve emerald conflict
* fix some faragus cabling
* more cabling correction in faragus
* more cable fixes
* Update cerestation.dmm
* remove doubled scrubber pipe on tile
* resolves faragus conflict
* changes the default power input of engineering SMES to 200kw and 80kW respectively
* connects power monitoring computers to the grid that weren't
* meta station elec maints improvements
* adds missing power monitoring computers on box and delta
* removes dirt from wall
* corrects area boundry on meta
* adds missing cable on box sci
* removes dirt from wall on box
* connects cyberiad bridge to the rest of the powernet
* connects box brig to powernet
* Adds catwalks to box maints
* adds catwalks to meta
* Adds catwalks to delta
* Update deltastation.dmm
* adds ability to insulate cables
* Moves stations to using extra insulated cables for high power network
* Removes catwalks from meta
* Removes catwalks from box
* Removes catwalks from delta
* resolves box conflicts
* Update cable.dm
* remove floating request console
* corrects position of fire alarm and removes extra intercom on metastation
* resolves faragus conflict
* fixes a stray light bulb and light switch in maints as well as a doubled power
* wires kerberos security checkpoint to the grid
* Update cerestation.dmm
* Removes stray extinguisher cabinet from meta station
* resolves area conflict on faragus
* resolves more faragus issues
* fixes faragus cabling issues
* Update cerestation.dmm
* removes another stray fire extinguisher cabinet
* insulates the APC in delta PTL room
* connect delta fore starboard solars to the high power grid instead of the low power
* Update deltastation.dmm
* deconflict
* solves some unconnected cables
* connects delta customs to network and finishes resolving conflicts
* Update deltastation.dmm
* adds the new cables. needs coils and mapping
* moves connection perms to the heavy duty cables. toggled with engineering permission ID. box gets new cables
* sorts cables on stations
* faragus cable connections
* cable corrections. Adds heavy duty cables to the autolathe
* CI fix
* more fixes and makes the new cables show up on t ray scanners
* box station mapping fixes
* delta mapping fixes
* meta fix
* Update deltastation.dmm
* delta and faragus fixes
* Update emeraldstation.dmm
* adds diagonal sprites to heavy duty cables. allows sillicons to toggle them and
* Makes borg versions of the heavy duty cable coil
* palete consolidation
* Improves visibility of high power cables
* fixes a wrong wire under the pet store maints door in delta station
* resolve conflicts
* migrates new cable type to new attack chain
* Update cable_coil.dm
---
_maps/map_files/stations/boxstation.dmm | 6571 +--
_maps/map_files/stations/cerestation.dmm | 37295 ++++++++--------
_maps/map_files/stations/deltastation.dmm | 6950 +--
_maps/map_files/stations/emeraldstation.dmm | 9113 ++--
_maps/map_files/stations/metastation.dmm | 10094 +++--
code/__DEFINES/cable_defines.dm | 7 +
.../game/area/ss13_areas/maintenance_areas.dm | 24 +
.../items/mountable_frames/apc_frame.dm | 6 +-
code/game/turfs/turf.dm | 5 +-
.../mob/living/silicon/robot/robot_modules.dm | 2 +
code/modules/power/apc/apc.dm | 48 +-
code/modules/power/apc/apc_construction.dm | 6 +-
code/modules/power/cables/cable.dm | 90 +-
code/modules/power/cables/cable_coil.dm | 53 +-
code/modules/power/smes.dm | 2 +
.../research/designs/autolathe_designs.dm | 9 +
icons/obj/cable_coils/heavy_duty.dmi | Bin 0 -> 416 bytes
.../obj/cable_coils/heavy_duty_connected.dmi | Bin 0 -> 432 bytes
icons/obj/power_cond/hv_power_cond.dmi | Bin 0 -> 6925 bytes
.../power_cond/hv_power_cond_connected.dmi | Bin 0 -> 7009 bytes
paradise.dme | 1 +
21 files changed, 36597 insertions(+), 33679 deletions(-)
create mode 100644 code/__DEFINES/cable_defines.dm
create mode 100644 icons/obj/cable_coils/heavy_duty.dmi
create mode 100644 icons/obj/cable_coils/heavy_duty_connected.dmi
create mode 100644 icons/obj/power_cond/hv_power_cond.dmi
create mode 100644 icons/obj/power_cond/hv_power_cond_connected.dmi
diff --git a/_maps/map_files/stations/boxstation.dmm b/_maps/map_files/stations/boxstation.dmm
index 94e18d4fe36..ad0a08b187f 100644
--- a/_maps/map_files/stations/boxstation.dmm
+++ b/_maps/map_files/stations/boxstation.dmm
@@ -23,7 +23,7 @@
/area/station/maintenance/fpmaint)
"aaf" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/sign/securearea{
@@ -73,11 +73,11 @@
"aaA" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -584,21 +584,6 @@
},
/turf/simulated/floor/plating,
/area/station/aisat/hall)
-"adM" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint2)
"adN" = (
/obj/structure/table,
/obj/item/instrument/harmonica,
@@ -857,7 +842,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -1046,6 +1031,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"afs" = (
@@ -1216,6 +1204,9 @@
/obj/machinery/light{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluered"
@@ -1454,6 +1445,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/transmission_laser)
"ahA" = (
@@ -2487,6 +2481,15 @@
"akB" = (
/turf/simulated/wall/r_wall,
/area/station/security/range)
+"akC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/east)
"akD" = (
/obj/machinery/light/small,
/turf/simulated/floor/plasteel{
@@ -2802,7 +2805,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/range)
"alD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/tracker,
@@ -3174,7 +3177,7 @@
/turf/simulated/floor/carpet,
/area/station/command/office/hos)
"amU" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/tracker,
@@ -3230,7 +3233,7 @@
},
/area/station/security/prisonershuttle)
"ann" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_starboard)
@@ -3304,7 +3307,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -3327,7 +3330,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/storage)
"anG" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -3746,10 +3749,10 @@
/turf/simulated/floor/plasteel,
/area/station/security/main)
"aoK" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
@@ -3849,7 +3852,7 @@
id = "Cell 3";
pixel_y = 32
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/light/small{
@@ -3997,13 +4000,13 @@
/turf/simulated/floor/plasteel,
/area/station/security/storage)
"apn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -4014,7 +4017,7 @@
/turf/space,
/area/space/nearstation)
"app" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -4025,7 +4028,7 @@
},
/area/station/engineering/solar/fore_starboard)
"apq" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -4341,7 +4344,7 @@
},
/area/station/legal/lawoffice)
"arb" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
@@ -4394,7 +4397,7 @@
/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_pump/on,
@@ -4588,30 +4591,30 @@
},
/area/station/security/evidence)
"arL" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
"arM" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
"arN" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/structure/lattice/catwalk,
@@ -4652,14 +4655,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"arU" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
"arX" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -4940,24 +4943,31 @@
icon_state = "dark"
},
/area/station/security/permabrig)
-"asL" = (
+"asD" = (
+/obj/structure/girder,
/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
+"asL" = (
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
"asM" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -4997,6 +5007,11 @@
icon_state = "darkred"
},
/area/station/security/lobby)
+"asV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/south)
"asX" = (
/obj/machinery/computer/secure_data{
dir = 4
@@ -5314,7 +5329,7 @@
},
/area/station/security/brig)
"atF" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Port Auxiliary Solar Array"
},
@@ -6155,14 +6170,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"awQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_starboard)
"awR" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/structure/lattice/catwalk,
@@ -6208,7 +6223,7 @@
/area/station/maintenance/asmaint2)
"axn" = (
/obj/structure/lattice,
-/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil/yellow,
/turf/space,
/area/space/nearstation)
"axp" = (
@@ -6222,7 +6237,7 @@
},
/area/station/legal/lawoffice)
"axq" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -6479,8 +6494,8 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"axW" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end,
@@ -6899,7 +6914,7 @@
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -7253,7 +7268,7 @@
/obj/machinery/power/treadmill{
dir = 8
},
-/obj/structure/cable/yellow,
+/obj/structure/cable,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
},
@@ -7456,7 +7471,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aAZ" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -7555,7 +7570,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -7564,6 +7579,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aBu" = (
@@ -7574,6 +7592,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aBv" = (
@@ -7592,10 +7613,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"aBy" = (
-/obj/effect/mapping_helpers/turfs/damage,
-/turf/simulated/floor/plating/airless,
-/area/space/nearstation)
"aBz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
@@ -7603,7 +7620,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -7683,10 +7700,15 @@
},
/area/station/security/execution)
"aBT" = (
-/obj/item/paper/crumpled,
-/obj/effect/mapping_helpers/turfs/damage,
-/turf/simulated/floor/plasteel/airless,
-/area/space/nearstation)
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"aBU" = (
/obj/machinery/light_construct/small{
dir = 8
@@ -7722,9 +7744,9 @@
},
/area/station/hallway/primary/fore)
"aBZ" = (
-/obj/effect/mapping_helpers/turfs/damage,
-/turf/simulated/floor/plasteel/airless,
-/area/space/nearstation)
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"aCa" = (
/obj/machinery/ai_status_display{
pixel_x = 32
@@ -7850,7 +7872,7 @@
id = "Cell 4";
pixel_y = -32
},
-/obj/structure/cable/yellow,
+/obj/structure/cable,
/obj/machinery/light/small,
/turf/simulated/floor/plasteel{
dir = 1;
@@ -7972,7 +7994,7 @@
/obj/machinery/recharge_station,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aCM" = (
/obj/item/shard,
/obj/item/stack/rods,
@@ -8039,7 +8061,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/shelf/engineering,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aCV" = (
/obj/structure/table/wood,
/obj/item/trash/plate,
@@ -8226,7 +8248,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"aDu" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar_control{
@@ -8371,8 +8393,11 @@
/area/station/maintenance/abandonedbar)
"aDZ" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool{
+ dir = 4
+ },
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aEa" = (
/obj/structure/table/wood,
/obj/item/trash/can,
@@ -8521,12 +8546,18 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aEv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aEw" = (
@@ -8568,13 +8599,13 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"aEE" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -8682,8 +8713,14 @@
/area/station/maintenance/abandonedbar)
"aEY" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aEZ" = (
/obj/machinery/light,
/obj/machinery/light_switch{
@@ -8713,7 +8750,7 @@
/turf/simulated/wall/r_wall,
/area/station/maintenance/abandonedbar)
"aFg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/grille,
@@ -8943,26 +8980,24 @@
c_tag = "Fore Port Solar Control";
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/machinery/power/apc/directional/west{
- shock_proof = 1
- },
+/obj/machinery/power/apc/reinforced/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"aFR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/power/smes,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"aFS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -9075,9 +9110,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"aGn" = (
@@ -9214,6 +9246,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aGN" = (
@@ -9235,7 +9270,7 @@
/turf/simulated/wall/r_wall,
/area/station/maintenance/solar_maintenance/fore_starboard)
"aGU" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar_control{
@@ -9252,7 +9287,7 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aGW" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 8
@@ -9452,13 +9487,13 @@
},
/area/station/hallway/primary/fore)
"aHI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"aHJ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/terminal,
@@ -9479,7 +9514,7 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aHM" = (
/obj/machinery/atmospherics/trinary/filter{
dir = 4
@@ -9571,6 +9606,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aIe" = (
@@ -9617,6 +9655,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"aIt" = (
@@ -9647,21 +9688,19 @@
/turf/simulated/floor/wood,
/area/station/maintenance/fpmaint2)
"aIA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"aIB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/machinery/power/apc/directional/west{
- shock_proof = 1
- },
+/obj/machinery/power/apc/reinforced/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"aIC" = (
@@ -9669,7 +9708,7 @@
c_tag = "Fore Starboard Solars";
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/power/smes,
@@ -9692,6 +9731,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aIJ" = (
@@ -9719,6 +9761,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"aIO" = (
@@ -9915,6 +9960,9 @@
"aJp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aJq" = (
@@ -9959,9 +10007,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aJF" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
@@ -10068,9 +10113,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
@@ -10084,7 +10126,7 @@
/area/station/maintenance/fpmaint)
"aKi" = (
/obj/item/clothing/mask/bandana/skull,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -10107,9 +10149,15 @@
/area/station/legal/courtroom)
"aKm" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
"aKn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
"aKo" = (
@@ -10173,9 +10221,6 @@
},
/area/station/hallway/primary/fore)
"aKz" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -10215,7 +10260,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aKH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -10235,7 +10280,7 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aKK" = (
/obj/machinery/economy/arcade/claw,
/turf/simulated/floor/carpet/arcade,
@@ -10262,7 +10307,7 @@
dir = 8
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aKN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -10283,17 +10328,17 @@
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aKS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aKT" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/structure/table,
@@ -10375,7 +10420,7 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
"aLi" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -10387,7 +10432,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aLj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -10400,50 +10445,37 @@
/obj/effect/spawner/random/cobweb/left/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
-"aLm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aLo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aLp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aLq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9;
+ level = 2
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
@@ -10451,7 +10483,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -10470,15 +10502,8 @@
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
-"aLv" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aLx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -10535,7 +10560,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"aLL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -10631,9 +10656,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -10664,6 +10686,9 @@
/obj/structure/cable{
icon_state = "1-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "blue"
@@ -10691,6 +10716,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "redcorner"
@@ -10704,13 +10732,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
},
/area/station/legal/courtroom/gallery)
"aMb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -10722,7 +10753,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aMc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -10734,7 +10765,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aMe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -10744,7 +10775,14 @@
dir = 9
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
+"aMh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"aMi" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -10767,7 +10805,7 @@
/area/shuttle/pod_1)
"aMq" = (
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aMr" = (
/turf/simulated/wall,
/area/space/nearstation)
@@ -10834,7 +10872,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry)
"aMF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -10882,13 +10920,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aMO" = (
@@ -10903,7 +10944,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -11033,7 +11074,7 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -11044,11 +11085,14 @@
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
"aNm" = (
-/obj/machinery/power/port_gen/pacman,
+/obj/structure/table,
+/obj/item/stock_parts/cell/high/plus,
+/obj/item/stock_parts/cell/high/plus,
+/obj/machinery/cell_charger,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -11058,34 +11102,34 @@
/area/station/maintenance/fsmaint)
"aNo" = (
/turf/simulated/floor/mech_bay_recharge_floor,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNp" = (
/obj/machinery/mech_bay_recharge_port,
/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNq" = (
/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/computer/mech_bay_power_console,
/turf/simulated/floor/bluegrid,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNs" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aNt" = (
/obj/docking_port/mobile/pod{
id = "pod1";
@@ -11243,7 +11287,7 @@
},
/area/station/public/dorms)
"aNR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -11276,16 +11320,10 @@
/obj/item/clothing/head/armyofficer,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"aOj" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aOk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -11332,10 +11370,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"aOt" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -11343,12 +11378,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
-"aOu" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/station/legal/courtroom)
"aOv" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -11382,15 +11411,6 @@
},
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
-"aOx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/carpet,
-/area/station/legal/courtroom)
"aOy" = (
/obj/structure/table/wood,
/obj/item/folder/red,
@@ -11405,12 +11425,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/legal/courtroom/gallery)
-"aOA" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/legal/courtroom/gallery)
"aOB" = (
/turf/simulated/floor/plasteel,
/area/station/legal/courtroom/gallery)
@@ -11425,14 +11439,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"aOE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -11442,7 +11453,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aOG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -11460,9 +11471,8 @@
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aOK" = (
-/obj/structure/table,
/obj/item/clothing/gloves/color/fyellow,
/obj/item/storage/toolbox/electrical,
/obj/item/multitool,
@@ -11471,22 +11481,32 @@
pixel_x = 28
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/camera_assembly,
+/obj/item/assembly/prox_sensor{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/camera_assembly,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aOL" = (
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aOM" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"aON" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
+"aON" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
@@ -11537,11 +11557,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aOX" = (
-/obj/structure/lattice,
-/obj/structure/closet,
-/obj/effect/spawner/random/maintenance,
-/turf/space,
-/area/space/nearstation)
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"aOZ" = (
/obj/machinery/atmospherics/unary/tank/air{
dir = 8
@@ -11637,7 +11657,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aPw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -11689,9 +11709,6 @@
},
/area/station/legal/courtroom/gallery)
"aPD" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "blue"
},
@@ -11750,7 +11767,7 @@
"aPO" = (
/obj/structure/sign/electricshock,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aPQ" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -11760,14 +11777,12 @@
},
/area/station/hallway/secondary/entry/north)
"aPS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/machinery/power/apc/directional/north{
- shock_proof = 1
- },
+/obj/machinery/power/apc/reinforced/directional/north,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aPW" = (
/obj/structure/mirror{
icon_state = "mirror_broke";
@@ -11802,15 +11817,16 @@
/area/station/maintenance/fpmaint2)
"aQc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 1;
+ level = 2
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aQe" = (
@@ -11933,11 +11949,14 @@
/area/station/maintenance/fsmaint)
"aQD" = (
/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"aQE" = (
@@ -11990,7 +12009,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -11999,11 +12018,9 @@
},
/area/station/hallway/primary/fore)
"aQR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
+/obj/machinery/power/port_gen/pacman,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aQS" = (
/obj/machinery/light{
dir = 4
@@ -12013,45 +12030,38 @@
},
/area/station/hallway/primary/fore)
"aQT" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aQU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aQW" = (
-/obj/structure/table,
-/obj/item/camera_assembly,
-/obj/item/camera_assembly,
-/obj/item/assembly/prox_sensor{
- pixel_x = -5;
- pixel_y = 5
- },
/obj/machinery/alarm/directional/east,
/obj/machinery/light{
dir = 4
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aQX" = (
/turf/simulated/floor/plating/airless,
/area/station/hallway/secondary/entry/north)
"aQY" = (
-/obj/structure/chair/stool{
- dir = 4
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aQZ" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
@@ -12089,10 +12099,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aRk" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -12104,7 +12111,7 @@
/obj/structure/sign/electricshock{
pixel_y = -32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -12118,7 +12125,7 @@
/turf/simulated/wall/mineral/titanium,
/area/shuttle/pod_1)
"aRn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -12128,10 +12135,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"aRo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -12140,15 +12147,11 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
-"aRp" = (
-/obj/effect/mapping_helpers/turfs/rust,
-/turf/simulated/wall,
-/area/station/maintenance/fpmaint2)
"aRr" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -12160,7 +12163,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -12169,10 +12172,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"aRu" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aRw" = (
@@ -12198,7 +12201,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aRD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -12206,11 +12209,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"aRE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/fore)
"aRF" = (
/obj/machinery/status_display{
layer = 4;
@@ -12222,7 +12220,7 @@
},
/area/station/hallway/primary/fore)
"aRG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -12231,7 +12229,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aRI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -12248,7 +12246,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -12258,7 +12256,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -12312,18 +12310,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"aRZ" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/plus,
-/obj/item/stock_parts/cell/high/plus,
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
"aSb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"aSc" = (
@@ -12428,9 +12422,6 @@
/area/station/command/bridge)
"aSx" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aSz" = (
@@ -12475,13 +12466,6 @@
icon_state = "arrival"
},
/area/station/public/dorms)
-"aSK" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aSM" = (
/turf/simulated/floor/plasteel{
icon_state = "caution"
@@ -12496,7 +12480,7 @@
"aSP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -12505,9 +12489,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
@@ -12518,6 +12499,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"aST" = (
@@ -12552,7 +12536,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"aTe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -12562,13 +12546,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"aTf" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/spawner/random/cobweb/left/rare,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aTg" = (
/obj/structure/grille/broken,
/turf/simulated/floor/plating,
@@ -12578,6 +12555,9 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"aTi" = (
@@ -12588,43 +12568,36 @@
},
/area/station/public/dorms)
"aTj" = (
-/obj/machinery/power/terminal,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "2-4"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aTk" = (
-/obj/structure/cable{
- icon_state = "0-2"
- },
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aTl" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"aTm" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/light_switch{
dir = 1;
name = "south bump";
pixel_y = -24
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aTn" = (
/obj/machinery/power/terminal,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aTo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -12657,12 +12630,6 @@
icon_state = "darkgreen"
},
/area/station/procedure/trainer_office)
-"aTw" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
"aTx" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -12693,9 +12660,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"aTB" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
@@ -12721,9 +12685,6 @@
/turf/simulated/floor/wood,
/area/station/public/dorms)
"aTF" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -12944,41 +12905,42 @@
"aUf" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aUg" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
+"aUh" = (
/obj/structure/cable{
icon_state = "0-4"
},
-/obj/machinery/power/smes,
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"aUh" = (
/obj/machinery/computer/monitor{
dir = 1;
name = "Backup Power Monitoring Console"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aUi" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"aUj" = (
/obj/structure/cable{
icon_state = "0-8"
},
-/obj/machinery/power/smes,
+/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aUl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -13005,6 +12967,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"aUq" = (
@@ -13014,6 +12982,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
@@ -13048,32 +13019,17 @@
/obj/machinery/seed_extractor,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
-"aUy" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aUz" = (
/obj/structure/sink/directional/north,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"aUA" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
-"aUB" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"aUE" = (
/turf/simulated/wall/r_wall,
/area/station/command/vault)
@@ -13218,9 +13174,6 @@
"aUX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -13228,7 +13181,7 @@
"aUY" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
"aVc" = (
/turf/simulated/wall,
/area/station/security/checkpoint/secondary)
@@ -13362,12 +13315,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aVx" = (
@@ -13395,6 +13348,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aVA" = (
@@ -13408,10 +13364,10 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -13428,13 +13384,6 @@
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/wood,
/area/station/service/bar)
-"aVH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fpmaint2)
"aVI" = (
/obj/structure/window/reinforced{
dir = 4
@@ -13459,7 +13408,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -13468,7 +13417,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"aVM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -13535,7 +13484,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -13576,10 +13525,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -13587,6 +13536,9 @@
"aWh" = (
/obj/machinery/requests_console/directional/north,
/obj/machinery/computer/secure_data,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "red"
@@ -13725,9 +13677,6 @@
},
/area/station/command/vault)
"aWA" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
@@ -13882,11 +13831,6 @@
icon_state = "dark"
},
/area/station/public/dorms)
-"aWY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/public/dorms)
"aWZ" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock,
@@ -13902,12 +13846,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aXc" = (
@@ -13920,6 +13861,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -13928,6 +13872,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -13945,6 +13892,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -13961,6 +13911,9 @@
},
/area/station/service/chapel)
"aXi" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -14060,10 +14013,6 @@
icon_state = "red"
},
/area/station/security/checkpoint/secondary)
-"aXF" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plasteel,
-/area/station/security/checkpoint/secondary)
"aXG" = (
/obj/structure/cable{
icon_state = "2-4"
@@ -14088,7 +14037,7 @@
/area/station/hallway/secondary/garden)
"aXJ" = (
/obj/effect/spawner/random/blood/often,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -14164,25 +14113,22 @@
},
/area/station/command/vault)
"aXW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aXX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aXZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/glass,
@@ -14238,9 +14184,6 @@
/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools)
"aYj" = (
@@ -14371,7 +14314,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -14445,9 +14388,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"aZd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -14482,18 +14422,6 @@
icon_state = "red"
},
/area/station/security/checkpoint/secondary)
-"aZh" = (
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plasteel{
- icon_state = "red"
- },
-/area/station/security/checkpoint/secondary)
"aZi" = (
/mob/living/simple_animal/mouse/brown/tom,
/turf/simulated/floor/plasteel{
@@ -14671,9 +14599,6 @@
dir = 4
},
/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkbluecorners"
},
@@ -14743,7 +14668,7 @@
},
/area/station/security/checkpoint/secondary)
"aZX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -14880,7 +14805,7 @@
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -14935,8 +14860,8 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"baw" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -14987,6 +14912,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"baF" = (
@@ -15053,9 +14981,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"bbb" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -15069,17 +14994,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bbd" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bbi" = (
@@ -15158,15 +15080,12 @@
},
/area/station/hallway/primary/central/north)
"bbs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
@@ -15208,21 +15127,18 @@
},
/area/station/medical/morgue)
"bbC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bbF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -15244,7 +15160,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -15339,14 +15255,11 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bbX" = (
@@ -15356,10 +15269,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -15371,7 +15281,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -15428,6 +15338,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/space,
/area/space/nearstation)
"bco" = (
@@ -15453,9 +15366,6 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"bct" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
@@ -15465,6 +15375,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bcu" = (
@@ -15477,10 +15390,9 @@
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
"bcv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -15508,9 +15420,6 @@
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"bcA" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -15612,9 +15521,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkblue"
@@ -15937,19 +15843,6 @@
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
-"bdI" = (
-/obj/machinery/door/airlock/multi_tile/glass{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/dorms)
"bdJ" = (
/obj/machinery/light/small{
dir = 1
@@ -15994,6 +15887,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -16448,9 +16344,6 @@
/area/station/turret_protected/aisat/interior)
"bfn" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -16575,7 +16468,7 @@
/turf/simulated/floor/grass,
/area/station/service/hydroponics)
"bfK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -16621,7 +16514,7 @@
},
/area/station/service/hydroponics)
"bfP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -16644,9 +16537,6 @@
"bfU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/wood,
/area/station/service/library)
"bfV" = (
@@ -16701,9 +16591,6 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkbluecorners"
@@ -16854,21 +16741,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/east)
-"bgB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"bgC" = (
/obj/structure/sign/double/map/left{
pixel_y = 31
@@ -17026,6 +16898,9 @@
"bhd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"bhe" = (
@@ -17077,9 +16952,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/wood,
/area/station/service/clown)
"bhl" = (
@@ -17114,9 +16986,6 @@
/area/station/service/bar)
"bht" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -17147,9 +17016,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/wood,
/area/station/service/library)
"bhz" = (
@@ -17162,6 +17028,9 @@
/area/station/public/storage/office)
"bhA" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
"bhB" = (
@@ -17181,9 +17050,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -17263,6 +17129,9 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "arrivalcorner"
@@ -17299,9 +17168,6 @@
/area/station/hallway/primary/central/north)
"bhW" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
@@ -17380,15 +17246,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/wood,
/area/station/service/library)
"bio" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -17405,9 +17265,6 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -17420,9 +17277,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"biq" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
@@ -17432,6 +17286,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"bis" = (
@@ -17441,6 +17298,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"bit" = (
@@ -17467,12 +17327,21 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"bix" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"biy" = (
@@ -17482,6 +17351,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"biC" = (
@@ -17544,6 +17416,9 @@
"biI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "L7"
},
@@ -17661,9 +17536,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -17678,9 +17550,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -17696,9 +17565,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -17929,9 +17795,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
@@ -17946,15 +17809,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
/area/station/service/hydroponics)
"bjX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment/corner{
@@ -17983,9 +17843,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
@@ -18030,9 +17887,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
@@ -18071,15 +17925,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/east)
-"bkl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/port/east)
"bkn" = (
/obj/structure/chair/office/dark{
dir = 1
@@ -18094,9 +17939,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/wood,
/area/station/service/library)
"bkq" = (
@@ -18117,7 +17959,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
"bkr" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -18360,9 +18202,6 @@
"bla" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "rampbottom"
@@ -18461,6 +18300,9 @@
},
/area/station/service/chapel)
"blo" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "chapel"
@@ -18555,7 +18397,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -18633,10 +18475,6 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/public/storage/emergency/port)
-"blV" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"blW" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plasteel,
@@ -18759,7 +18597,7 @@
/area/station/service/kitchen)
"bmu" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -18892,6 +18730,9 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"bmO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "chapel"
},
@@ -19002,6 +18843,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "L8"
},
@@ -19118,7 +18962,7 @@
dir = 8
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -19217,7 +19061,7 @@
/area/station/maintenance/port)
"bnL" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -19490,6 +19334,9 @@
/area/station/service/hydroponics)
"bow" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -19573,6 +19420,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/bar)
"boN" = (
@@ -19598,9 +19448,6 @@
/area/station/hallway/secondary/entry)
"boQ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light_switch{
dir = 8;
name = "east bump";
@@ -19647,8 +19494,8 @@
/area/station/service/hydroponics)
"boW" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/lounge)
@@ -19845,6 +19692,9 @@
"bpA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"bpB" = (
@@ -19900,6 +19750,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -19909,7 +19762,10 @@
dir = 4
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -19939,27 +19795,18 @@
dir = 4
},
/obj/effect/landmark/start/chaplain,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
"bpO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
"bpP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "chapel"
@@ -19986,6 +19833,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -19999,9 +19849,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "chapel"
@@ -20015,6 +19862,9 @@
/area/station/service/hydroponics)
"bpW" = (
/obj/machinery/smartfridge/food/chef,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/service/hydroponics)
"bqa" = (
@@ -20129,6 +19979,9 @@
"bqs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "stairs-m"
},
@@ -20165,6 +20018,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"bqz" = (
@@ -20192,9 +20048,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -20248,6 +20101,9 @@
"bqL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "green"
@@ -20256,9 +20112,6 @@
"bqM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/carpet,
/area/station/service/library)
"bqN" = (
@@ -20436,6 +20289,9 @@
},
/area/station/service/hydroponics)
"bru" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -20579,6 +20435,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"brX" = (
@@ -20587,12 +20446,12 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"brY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -20602,6 +20461,9 @@
"brZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -21085,7 +20947,7 @@
dir = 5
},
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
@@ -21095,12 +20957,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
/area/station/service/kitchen)
"btL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -21114,6 +20979,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -21125,6 +20993,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -21143,6 +21014,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -21152,18 +21026,27 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"btR" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"btS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"btT" = (
@@ -21179,6 +21062,12 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -21200,9 +21089,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/carpet,
/area/station/service/library)
"btX" = (
@@ -21524,12 +21410,6 @@
},
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
-"buY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet,
-/area/station/service/library)
"bva" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass,
@@ -21648,6 +21528,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"bvF" = (
@@ -21679,7 +21562,9 @@
/area/station/service/kitchen)
"bvO" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"bvP" = (
@@ -21888,9 +21773,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"bwv" = (
@@ -22001,18 +21883,6 @@
icon_state = "freezerfloor"
},
/area/station/public/toilet/lockerroom)
-"bwT" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/south)
"bwW" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
@@ -22022,7 +21892,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -22215,7 +22085,7 @@
},
/area/station/science/rnd)
"bye" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -22288,6 +22158,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"byy" = (
@@ -22327,10 +22200,21 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
+"byH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/public/dorms)
"byM" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -22345,6 +22229,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"byU" = (
@@ -22354,6 +22241,9 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"byZ" = (
@@ -22487,7 +22377,7 @@
/area/station/hallway/secondary/exit)
"bzz" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -22743,14 +22633,6 @@
icon_state = "green"
},
/area/station/hallway/primary/starboard/west)
-"bAu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/port)
"bAv" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -22839,9 +22721,6 @@
/obj/machinery/light{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/camera{
c_tag = "Starboard Primary Hallway 4";
dir = 4
@@ -23090,6 +22969,15 @@
icon_state = "brown"
},
/area/station/supply/expedition)
+"bBZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/station/service/hydroponics)
"bCf" = (
/turf/simulated/wall,
/area/station/maintenance/disposal)
@@ -23245,9 +23133,6 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"bCN" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
@@ -23497,7 +23382,7 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -23509,7 +23394,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -23569,6 +23454,9 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"bEi" = (
@@ -23742,7 +23630,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -23781,6 +23669,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"bFj" = (
@@ -24326,6 +24217,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"bHr" = (
@@ -24336,6 +24233,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
"bHt" = (
@@ -24362,6 +24262,9 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/west)
"bHv" = (
@@ -24376,6 +24279,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/west)
"bHz" = (
@@ -24390,14 +24299,17 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/west)
"bHC" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -24769,6 +24681,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"bIS" = (
@@ -24861,18 +24776,6 @@
/obj/structure/cable,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/west)
-"bJe" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"bJf" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -24912,7 +24815,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -24971,7 +24874,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/port)
"bJv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -25043,6 +24946,9 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"bJU" = (
@@ -25093,6 +24999,9 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitehall"
},
@@ -25125,6 +25034,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
+"bKf" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"bKi" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -25215,7 +25133,7 @@
"bKE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -25237,11 +25155,6 @@
icon_state = "brown"
},
/area/station/supply/sorting)
-"bKN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/se)
"bKQ" = (
/obj/structure/rack{
dir = 8;
@@ -25280,16 +25193,8 @@
icon_state = "whitepurple"
},
/area/station/science/robotics)
-"bKU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/south)
"bKW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -25305,7 +25210,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -25324,6 +25229,9 @@
"bLh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -25422,20 +25330,12 @@
},
/area/station/medical/reception)
"bLA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"bLC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/south)
"bLE" = (
/turf/simulated/floor/mech_bay_recharge_floor,
/area/station/science/robotics/chargebay)
@@ -25489,7 +25389,7 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -25546,12 +25446,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
-/turf/simulated/floor/plating,
+/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"bMg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -25561,7 +25461,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -25573,12 +25473,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"bMi" = (
@@ -25690,6 +25587,21 @@
icon_state = "browncorner"
},
/area/station/hallway/primary/central/sw)
+"bML" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"bMT" = (
/obj/machinery/light{
dir = 8
@@ -25896,9 +25808,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"bNC" = (
@@ -25946,9 +25855,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"bNG" = (
@@ -26106,9 +26012,6 @@
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"bOh" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -26118,9 +26021,6 @@
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"bOm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -26133,9 +26033,6 @@
},
/area/station/supply/office)
"bOp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -26184,6 +26081,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -26212,6 +26112,17 @@
icon_state = "white"
},
/area/station/medical/chemistry)
+"bOH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Toxin Testing EVA Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"bOK" = (
/turf/simulated/wall,
/area/station/command/office/captain/bedroom)
@@ -26263,7 +26174,7 @@
/turf/simulated/wall,
/area/station/medical/chemistry)
"bOY" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -26528,9 +26439,6 @@
},
/area/station/supply/office)
"bQc" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -26564,9 +26472,6 @@
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
@@ -26574,6 +26479,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"bQm" = (
@@ -26593,6 +26501,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"bQo" = (
@@ -26660,6 +26571,9 @@
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"bQP" = (
@@ -26838,6 +26752,12 @@
icon_state = "whiteyellow"
},
/area/station/medical/chemistry)
+"bRx" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"bRy" = (
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/mechanical,
@@ -26967,26 +26887,10 @@
/obj/effect/spawner/window/reinforced/tinted,
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
-"bSg" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/supply/storage)
"bSi" = (
/turf/simulated/wall/r_wall,
/area/station/command/teleporter)
-"bSj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/supply/storage)
"bSm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -27013,18 +26917,15 @@
},
/area/station/medical/chemistry)
"bSp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"bSq" = (
@@ -27159,9 +27060,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -27231,11 +27129,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
-"bST" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/sw)
"bSV" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -27384,12 +27277,6 @@
"bTy" = (
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
-"bTz" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/sw)
"bTA" = (
/obj/structure/table,
/obj/machinery/requests_console/directional/west,
@@ -27640,18 +27527,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"bUw" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"bUx" = (
@@ -27681,12 +27562,6 @@
icon_state = "whitepurple"
},
/area/station/science/robotics)
-"bUI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"bUK" = (
/obj/machinery/computer/aifixer{
dir = 1
@@ -27710,6 +27585,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -27728,6 +27606,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"bUW" = (
@@ -27741,17 +27622,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/plasteel,
-/area/station/supply/lobby)
-"bUX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
@@ -27765,6 +27637,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"bUZ" = (
@@ -27777,6 +27655,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "browncorner"
@@ -27871,6 +27752,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -27894,6 +27778,9 @@
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"bVS" = (
@@ -27910,24 +27797,11 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
-"bVU" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/effect/spawner/random/oil/maybe,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"bVV" = (
/obj/structure/rack,
/obj/item/reagent_containers/spray/cleaner,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
-"bVX" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"bWa" = (
/turf/simulated/wall,
/area/station/medical/cryo)
@@ -27943,12 +27817,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"bWc" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/oil/maybe,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -28013,9 +27881,6 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
@@ -28049,6 +27914,9 @@
dir = 8
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -28246,6 +28114,9 @@
/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"bXk" = (
@@ -28873,6 +28744,9 @@
/obj/structure/disposalpipe/junction{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -28914,6 +28788,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -29401,6 +29278,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -29718,9 +29598,6 @@
},
/area/station/medical/medbay3)
"ccW" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/maintenance,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -29793,7 +29670,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -29946,6 +29823,9 @@
/area/station/hallway/primary/central/sw)
"cdW" = (
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/medical/psych)
"cdX" = (
@@ -30223,7 +30103,7 @@
},
/area/station/maintenance/assembly_line)
"cfg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -30276,9 +30156,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -30550,6 +30427,9 @@
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
"cgl" = (
@@ -30595,15 +30475,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
-"cgo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/se)
"cgp" = (
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
@@ -30733,9 +30604,6 @@
/turf/simulated/wall,
/area/station/maintenance/aft)
"chg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/oil/maybe,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -30912,9 +30780,6 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/general,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"chJ" = (
@@ -31108,12 +30973,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ciM" = (
@@ -31137,14 +31002,14 @@
dir = 5
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/item/trash/pistachios,
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/item/trash/pistachios,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ciQ" = (
@@ -31160,13 +31025,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ciT" = (
@@ -31290,7 +31155,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -31612,7 +31477,7 @@
},
/area/station/hallway/primary/aft/north)
"ckS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -31808,6 +31673,24 @@
/obj/effect/mapping_helpers/turfs/burn,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"clA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/hardsuitstorage)
"clF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -31949,6 +31832,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -32092,7 +31978,7 @@
"cmJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -32268,6 +32154,9 @@
/obj/structure/cable{
icon_state = "1-4"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whiteblue"
@@ -32451,7 +32340,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -32539,6 +32428,13 @@
icon_state = "darkgreen"
},
/area/station/medical/storage/secondary)
+"cov" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/alarm/directional/west,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"coA" = (
/obj/item/seeds/apple,
/obj/effect/mapping_helpers/turfs/damage,
@@ -32596,7 +32492,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
"coV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -32735,10 +32631,10 @@
/turf/simulated/floor/plating,
/area/station/medical/virology)
"cpz" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
@@ -32772,15 +32668,6 @@
icon_state = "whitepurplecorner"
},
/area/station/science/hallway)
-"cpH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"cpI" = (
/obj/structure/window/reinforced,
/turf/simulated/floor/plasteel{
@@ -33017,7 +32904,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -33063,9 +32950,6 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plasteel,
@@ -33238,7 +33122,7 @@
"crB" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -33661,7 +33545,7 @@
dir = 4
},
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
@@ -33789,15 +33673,12 @@
},
/area/station/medical/surgery/observation)
"ctg" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkbluefull"
},
@@ -33845,7 +33726,7 @@
},
/area/station/maintenance/asmaint2)
"cts" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -33872,7 +33753,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -34106,15 +33987,6 @@
icon_state = "bluefull"
},
/area/station/medical/storage)
-"cur" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "darkbluecorners"
- },
-/area/station/medical/surgery/observation)
"cus" = (
/obj/structure/table,
/obj/item/storage/firstaid/regular{
@@ -34256,9 +34128,6 @@
/area/station/medical/virology)
"cuN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small{
dir = 4
@@ -34698,6 +34567,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whiteblue"
@@ -34916,9 +34788,6 @@
/area/station/medical/surgery/secondary)
"cxR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -35025,10 +34894,10 @@
dir = 4
},
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -35388,6 +35257,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -35537,10 +35409,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/incinerator)
"czR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/incinerator)
@@ -35606,6 +35478,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -35627,6 +35502,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -35636,15 +35514,15 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"cAm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cAo" = (
@@ -35790,17 +35668,6 @@
"cAP" = (
/turf/simulated/wall/r_wall,
/area/station/science/misc_lab)
-"cAQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/science/hallway)
"cAR" = (
/obj/structure/table,
/obj/machinery/recharger,
@@ -35880,7 +35747,7 @@
/area/station/maintenance/asmaint)
"cBh" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
@@ -35922,7 +35789,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"cBn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -36022,7 +35889,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -36044,7 +35911,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/corner{
@@ -36159,7 +36026,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/incinerator)
"cCD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -36317,6 +36184,9 @@
"cDj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellow"
@@ -36684,11 +36554,6 @@
icon_state = "bluecorner"
},
/area/station/maintenance/aft)
-"cEr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/engineering/atmos)
"cEs" = (
/obj/machinery/light{
dir = 8
@@ -37031,7 +36896,7 @@
/area/station/science/misc_lab)
"cFX" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/welded{
@@ -37080,12 +36945,6 @@
/obj/item/reagent_containers/dropper/precision,
/turf/simulated/floor/engine,
/area/station/science/misc_lab)
-"cGf" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/supply/storage)
"cGi" = (
/obj/machinery/newscaster/directional/north,
/obj/machinery/photocopier,
@@ -37492,13 +37351,6 @@
"cHD" = (
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
-"cHE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"cHG" = (
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
@@ -37579,6 +37431,9 @@
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cHQ" = (
@@ -37604,6 +37459,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cHW" = (
@@ -37627,6 +37485,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cHZ" = (
@@ -37693,6 +37554,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cIh" = (
@@ -37706,6 +37570,9 @@
dir = 10
},
/obj/structure/sink/directional/east,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cIi" = (
@@ -37891,6 +37758,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cIY" = (
@@ -37917,11 +37787,11 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cJc" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cJg" = (
@@ -37929,9 +37799,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"cJi" = (
@@ -37974,13 +37841,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cJt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/carpet,
@@ -38047,6 +37917,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cJE" = (
@@ -38054,6 +37927,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cJG" = (
@@ -38062,9 +37938,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cJH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
@@ -38072,6 +37945,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cJJ" = (
@@ -38137,14 +38013,11 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cJN" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cJO" = (
@@ -38173,15 +38046,6 @@
},
/turf/simulated/floor/plating,
/area/station/science/toxins/mixing)
-"cJV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"cJZ" = (
/turf/simulated/wall,
/area/station/hallway/primary/aft/north)
@@ -38189,7 +38053,7 @@
/turf/simulated/wall,
/area/station/maintenance/assembly_line)
"cKc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -38204,7 +38068,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cKe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -38222,7 +38086,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"cKg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -38234,7 +38098,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cKi" = (
/obj/effect/spawner/random/oil/maybe,
@@ -38249,7 +38113,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -38265,7 +38129,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -38290,7 +38154,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -38367,7 +38231,7 @@
/area/station/maintenance/asmaint2)
"cKR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -38531,7 +38395,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"cLF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/grille/broken,
@@ -38569,6 +38433,9 @@
/obj/machinery/firealarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cLM" = (
@@ -38584,7 +38451,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cLO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -38598,21 +38465,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
-"cLQ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"cLS" = (
/obj/machinery/computer/security/engineering{
dir = 4
@@ -38637,7 +38489,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -38661,7 +38513,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -38670,7 +38522,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -38680,7 +38532,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -38739,7 +38591,7 @@
/area/station/hallway/secondary/entry/south)
"cMo" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -38758,14 +38610,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cMt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"cMw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/item/paper,
@@ -38786,19 +38638,19 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"cMz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/assembly_line)
"cMB" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -38821,7 +38673,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -38844,9 +38696,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellow"
@@ -38854,7 +38703,7 @@
/area/station/hallway/primary/aft/south)
"cMH" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -38877,6 +38726,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"cMS" = (
@@ -38912,7 +38764,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cNb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -38964,7 +38816,7 @@
},
/area/station/science/xenobiology)
"cNq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -38983,9 +38835,6 @@
"cNs" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"cNu" = (
@@ -39048,11 +38897,11 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 10
},
-/obj/structure/lattice,
+/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
"cNF" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -39078,7 +38927,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/assembly_line)
"cNM" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -39117,9 +38966,6 @@
},
/area/station/hallway/primary/aft/south)
"cNU" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
@@ -39187,9 +39033,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cOi" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -39203,7 +39046,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -39238,7 +39081,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"cOm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -39251,7 +39094,7 @@
/turf/simulated/floor/grass,
/area/station/hallway/secondary/exit)
"cOq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -39508,7 +39351,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"cPx" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_port)
@@ -39532,7 +39375,7 @@
/area/station/engineering/atmos/distribution)
"cPC" = (
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/structure/lattice/catwalk,
@@ -39555,21 +39398,21 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"cPG" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_port)
"cPH" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_port)
"cPI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/structure/lattice/catwalk,
@@ -39632,6 +39475,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"cPT" = (
@@ -39724,7 +39570,7 @@
/turf/space,
/area/space/nearstation)
"cQq" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/structure/lattice/catwalk,
@@ -39773,16 +39619,7 @@
},
/area/station/hallway/primary/aft/north)
"cQH" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -39884,6 +39721,9 @@
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"cQT" = (
@@ -39897,6 +39737,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"cQW" = (
@@ -39953,13 +39796,13 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"cRe" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -39974,9 +39817,6 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"cRh" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/machinery/light_switch{
dir = 4;
name = "west bump";
@@ -40083,12 +39923,9 @@
pixel_x = 4;
pixel_y = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/effect/spawner/random/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -40289,10 +40126,10 @@
},
/area/station/science/xenobiology)
"cSk" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/structure/lattice/catwalk,
@@ -40365,13 +40202,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"cSE" = (
@@ -40497,7 +40334,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"cST" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/machinery/power/smes,
@@ -40549,7 +40386,7 @@
/obj/machinery/power/terminal{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/light/small{
@@ -40561,7 +40398,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -40803,10 +40640,10 @@
/turf/space,
/area/station/engineering/solar/aft_starboard)
"cTX" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -40814,26 +40651,20 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"cUd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"cUe" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
-"cUf" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint2)
"cUh" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
@@ -40844,15 +40675,15 @@
/area/station/public/mrchangs)
"cUj" = (
/obj/machinery/requests_console/directional/north,
-/obj/structure/table,
-/obj/item/book/manual/wiki/engineering_guide,
-/obj/item/book/manual/engineering_particle_accelerator{
- pixel_y = 6
- },
-/obj/item/book/manual/engineering_singularity_safety,
/obj/machinery/camera{
c_tag = "Engineering North-West"
},
+/obj/machinery/computer/monitor{
+ name = "Grid Power Monitoring Computer"
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"cUk" = (
@@ -40860,13 +40691,6 @@
name = "north bump";
pixel_y = 28
},
-/obj/structure/table,
-/obj/item/book/manual/wiki/hacking{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/book/manual/wiki/engineering_construction,
-/obj/item/book/manual/supermatter_engine,
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"cUl" = (
@@ -40906,10 +40730,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -41077,7 +40901,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"cVl" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar_control{
dir = 4;
name = "Aft Port Solar Control"
@@ -41089,10 +40913,8 @@
c_tag = "Aft Port Solar Control";
dir = 1
},
-/obj/structure/cable,
-/obj/machinery/power/apc/directional/south{
- shock_proof = 1
- },
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/apc/reinforced/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"cVo" = (
@@ -41191,28 +41013,21 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
+"cVG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "vault"
+ },
+/area/station/public/dorms)
"cVH" = (
/obj/machinery/light_switch{
name = "north bump";
pixel_y = 24
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"cVI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/carpet,
-/area/station/service/library)
"cVJ" = (
/obj/machinery/door_control{
id = "atmos";
@@ -41375,17 +41190,6 @@
icon_state = "white"
},
/area/station/science/xenobiology)
-"cWx" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"cWy" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -41397,13 +41201,13 @@
name = "west bump";
pixel_x = -28
},
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/computer/monitor{
dir = 4;
name = "Grid Power Monitoring Computer"
},
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"cWB" = (
@@ -41749,7 +41553,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -42302,7 +42106,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"dap" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -42310,18 +42114,6 @@
"dar" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/secure_storage)
-"dau" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"dav" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -42493,7 +42285,7 @@
},
/area/station/medical/reception)
"dbd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -42574,6 +42366,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"dbD" = (
@@ -42586,19 +42381,11 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"dbJ" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"dbK" = (
/obj/machinery/camera{
c_tag = "Atmospherics West";
@@ -42723,6 +42510,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"dce" = (
@@ -42732,6 +42522,9 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"dcf" = (
@@ -42744,10 +42537,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"dcj" = (
@@ -42773,9 +42568,6 @@
/turf/simulated/floor/plating,
/area/station/engineering/hardsuitstorage)
"dcn" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 6
},
@@ -42785,14 +42577,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"dcp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"dcq" = (
@@ -42819,13 +42617,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
-"dcu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"dcv" = (
/obj/machinery/atmospherics/meter,
/obj/machinery/atmospherics/pipe/manifold/visible{
@@ -42833,15 +42624,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
-"dcx" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"dcy" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
@@ -42883,24 +42665,21 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"dcG" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated/pre_connect{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"dcH" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/light{
@@ -42938,7 +42717,7 @@
/area/station/engineering/secure_storage)
"dcQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -43013,7 +42792,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -43023,9 +42802,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"ddl" = (
@@ -43109,7 +42885,7 @@
req_access = list(32)
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -43130,11 +42906,11 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"ddy" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/cable/yellow{
- icon_state = "1-2"
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
@@ -43150,7 +42926,7 @@
/turf/space,
/area/space/nearstation)
"ddE" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -43172,65 +42948,64 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ddK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 10
- },
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
+ dir = 1
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ddN" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"ddP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"ddQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"ddR" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"ddT" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"ddU" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
@@ -43243,13 +43018,16 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
-"deb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
+"deb" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/obj/structure/lattice/catwalk,
@@ -43260,34 +43038,34 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"ded" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"dee" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"def" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"deg" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/tracker,
/obj/structure/lattice/catwalk,
/turf/space,
@@ -43345,7 +43123,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -43354,27 +43132,9 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"dew" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
-"dex" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"dey" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -43477,10 +43237,10 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"deN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -43520,12 +43280,10 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"deS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/machinery/power/apc/directional/west{
- shock_proof = 1
- },
+/obj/machinery/power/apc/reinforced/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"deU" = (
@@ -43535,13 +43293,13 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"deW" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"deY" = (
@@ -43552,13 +43310,13 @@
/area/station/engineering/atmos)
"deZ" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"dfa" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -43590,7 +43348,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/light/small{
@@ -43603,7 +43361,7 @@
name = "Aft Starboard Solar Control";
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -43724,6 +43482,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"dfN" = (
@@ -44018,7 +43779,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -44070,6 +43831,9 @@
"dhw" = (
/obj/machinery/door/airlock,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -44174,6 +43938,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dhS" = (
@@ -44429,6 +44196,10 @@
/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
+"diV" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"dja" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
@@ -44528,12 +44299,12 @@
/turf/simulated/floor/carpet/grimey,
/area/station/service/bar)
"djk" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/bar)
"djl" = (
@@ -44634,9 +44405,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
@@ -45006,6 +44774,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/bar)
"dkO" = (
@@ -45026,7 +44797,7 @@
dir = 6;
level = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -45044,7 +44815,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -45100,7 +44871,7 @@
/obj/machinery/atmospherics/binary/pump{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -45109,7 +44880,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -45389,9 +45160,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
"dmv" = (
@@ -45830,9 +45598,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -45855,6 +45620,16 @@
},
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior)
+"doc" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "cautioncorner"
+ },
+/area/station/hallway/primary/aft/north)
"doe" = (
/obj/machinery/atmospherics/pipe/simple/visible/universal{
dir = 4
@@ -45882,7 +45657,7 @@
},
/area/station/security/prison/cell_block/a)
"doh" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -45912,6 +45687,9 @@
name = "east bump";
pixel_x = 24
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "red"
@@ -45922,37 +45700,37 @@
/turf/simulated/floor/transparent/glass,
/area/station/hallway/primary/central/south)
"dop" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"dor" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"dos" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"dot" = (
@@ -45988,7 +45766,7 @@
},
/area/station/science/toxins/mixing)
"doG" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Starboard Solar Array"
},
@@ -46248,8 +46026,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"dqi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -46368,13 +46145,22 @@
/turf/simulated/floor/plating,
/area/station/aisat/hall)
"dra" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
+"drb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"drf" = (
/turf/simulated/wall/r_wall,
/area/station/turret_protected/ai)
@@ -46720,13 +46506,27 @@
/obj/machinery/light{
dir = 1
},
-/obj/structure/closet/secure_closet/engineering_electrical,
/obj/machinery/power/apc/critical/directional/north{
shock_proof = 1
},
/obj/structure/cable{
icon_state = "0-2"
},
+/obj/structure/table,
+/obj/item/book/manual/engineering_singularity_safety,
+/obj/item/book/manual/engineering_particle_accelerator{
+ pixel_y = 6
+ },
+/obj/item/book/manual/wiki/engineering_guide,
+/obj/item/book/manual/supermatter_engine,
+/obj/item/book/manual/wiki/hacking{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/book/manual/wiki/engineering_construction,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"dsK" = (
@@ -46741,7 +46541,7 @@
name = "north bump";
pixel_y = 28
},
-/obj/machinery/atmospherics/portable/canister/oxygen,
+/obj/structure/closet/secure_closet/engineering_electrical,
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"dsN" = (
@@ -47026,10 +46826,10 @@
"dvc" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/sign/poster/contraband/random/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/sign/poster/contraband/random/directional/west,
/turf/simulated/floor/wood,
/area/station/maintenance/aft)
"dvv" = (
@@ -47050,6 +46850,15 @@
},
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"dwF" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_starboard)
"dwT" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
@@ -47163,7 +46972,7 @@
"dzb" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
@@ -47193,9 +47002,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellow"
@@ -47342,6 +47148,15 @@
/obj/item/pizzabox/vegetable,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
+"dEM" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"dES" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "HoS"
@@ -47368,6 +47183,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dFG" = (
@@ -47493,12 +47311,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dHd" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/mapping_helpers/turfs/rust/maybe,
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"dHw" = (
@@ -47536,8 +47353,19 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
+"dIG" = (
+/obj/machinery/door/airlock/engineering/glass{
+ locked = 1;
+ name = "Engineering Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"dIQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -47630,7 +47458,7 @@
/area/station/command/office/hop)
"dKb" = (
/obj/effect/spawner/random/barrier/obstruction,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -47674,10 +47502,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -47768,6 +47596,9 @@
/area/station/hallway/primary/aft/south)
"dMD" = (
/obj/structure/disposalpipe/junction/y,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dMJ" = (
@@ -47799,6 +47630,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
+"dNp" = (
+/obj/effect/spawner/random/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
+"dNJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"dOb" = (
/obj/structure/table,
/obj/item/reagent_containers/drinks/bottle/rum,
@@ -47924,11 +47771,11 @@
},
/area/station/hallway/secondary/entry)
"dRs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -47953,8 +47800,15 @@
icon_state = "whitebluecorner"
},
/area/station/medical/surgery/secondary)
+"dRP" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"dSe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -47971,9 +47825,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -48119,7 +47970,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -48166,16 +48017,6 @@
icon_state = "bluefull"
},
/area/station/medical/storage)
-"dXA" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"dXC" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/item/stack/rods{
@@ -48185,7 +48026,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -48200,7 +48041,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -48231,6 +48072,27 @@
icon_state = "white"
},
/area/station/medical/patients_rooms1)
+"dXY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
+"dYu" = (
+/obj/structure/chair/sofa/pew/right{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "chapel"
+ },
+/area/station/service/chapel)
"dYV" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -48301,7 +48163,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/table,
@@ -48451,7 +48313,10 @@
dir = 1
},
/obj/structure/cable/yellow{
- icon_state = "0-8"
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -48469,12 +48334,6 @@
},
/area/station/service/mime)
"edD" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/atmos/glass{
autoclose = 0;
id_tag = "atmossm_door_ext";
@@ -48489,6 +48348,12 @@
req_access = list(24)
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -48678,13 +48543,6 @@
},
/turf/simulated/floor/plating,
/area/station/command/meeting_room)
-"ehg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/apmaint)
"ehl" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -48762,10 +48620,10 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -48837,9 +48695,6 @@
id_tag = "Biohazard_medi";
name = "Quarantine Lockdown"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -48850,12 +48705,12 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/turbine)
"ejc" = (
@@ -48907,9 +48762,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -48941,6 +48793,10 @@
},
/turf/simulated/floor/plating,
/area/station/security/brig)
+"elx" = (
+/obj/effect/spawner/random/fungus/maybe,
+/turf/simulated/wall,
+/area/station/maintenance/electrical/fore_port)
"elC" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -49145,14 +49001,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"erB" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"erU" = (
@@ -49163,7 +49019,7 @@
/area/station/engineering/engine/supermatter)
"esb" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
+ dir = 1
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
@@ -49233,6 +49089,9 @@
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
"euu" = (
@@ -49248,7 +49107,7 @@
/area/station/engineering/control)
"euD" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -49355,7 +49214,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -49370,9 +49229,6 @@
},
/area/station/science/hallway)
"exN" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -49381,9 +49237,6 @@
/area/station/maintenance/apmaint2)
"eyl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"eyV" = (
@@ -49413,13 +49266,6 @@
icon_state = "freezerfloor"
},
/area/station/maintenance/disposal)
-"ezn" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"ezy" = (
/obj/item/radio/intercom{
name = "east bump";
@@ -49466,10 +49312,10 @@
/area/station/medical/storage/secondary)
"eAq" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -49487,7 +49333,7 @@
/turf/simulated/floor/plating,
/area/station/medical/coldroom)
"eAw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -49506,6 +49352,15 @@
icon_state = "white"
},
/area/station/medical/virology)
+"eAL" = (
+/obj/structure/chair/stool{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/dorms)
"eBd" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
@@ -49536,6 +49391,15 @@
/obj/machinery/alarm/directional/east,
/turf/simulated/floor/carpet/grimey,
/area/station/hallway/secondary/entry/lounge)
+"eDj" = (
+/obj/effect/turf_decal/delivery/white/hollow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/public/dorms)
"eDB" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall/r_wall,
@@ -49547,10 +49411,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -49590,6 +49451,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
@@ -49608,6 +49472,9 @@
/obj/effect/mapping_helpers/airlock/polarized{
id = "psychoffice"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/medical/psych)
"eER" = (
@@ -49655,6 +49522,13 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/west)
+"eGF" = (
+/obj/effect/spawner/random/barrier/grille_often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"eGU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -49723,23 +49597,6 @@
icon_state = "darkred"
},
/area/station/security/brig)
-"eHO" = (
-/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/science/genetics)
"eHX" = (
/obj/structure/table,
/obj/item/taperecorder,
@@ -49831,6 +49688,14 @@
icon_state = "freezerfloor"
},
/area/station/command/office/captain/bedroom)
+"eJZ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/public/dorms)
"eKb" = (
/turf/simulated/floor/plating/airless,
/area/station/maintenance/fore)
@@ -49856,9 +49721,6 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -49897,15 +49759,15 @@
/turf/simulated/floor/plating,
/area/station/medical/morgue)
"eLY" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"eMo" = (
@@ -49919,7 +49781,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -49938,17 +49800,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/north)
-"eMw" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"eMZ" = (
/obj/item/transfer_valve{
pixel_x = 4;
@@ -50003,8 +49854,7 @@
/obj/structure/sign/electricshock{
pixel_y = -32
},
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -50041,6 +49891,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"ePc" = (
@@ -50058,7 +49911,7 @@
pixel_y = 32
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -50074,6 +49927,9 @@
dir = 1
},
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
"ePP" = (
@@ -50108,6 +49964,13 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"eQa" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"eQc" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical/glass{
@@ -50167,6 +50030,10 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/security/warden)
+"eRZ" = (
+/obj/machinery/economy/vending/tool,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"eSb" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
@@ -50176,7 +50043,7 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -50205,9 +50072,6 @@
"eSS" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"eTp" = (
@@ -50236,6 +50100,24 @@
icon_state = "white"
},
/area/station/maintenance/aft)
+"eUN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/lounge)
"eVU" = (
/obj/structure/cable{
icon_state = "2-8"
@@ -50250,15 +50132,15 @@
},
/area/station/command/office/hos)
"eWc" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"eWl" = (
@@ -50302,16 +50184,6 @@
},
/turf/simulated/floor/beach/sand,
/area/station/hallway/secondary/exit)
-"eWK" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/aft/south)
"eXd" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/effect/spawner/airlock/s_to_n,
@@ -50370,9 +50242,6 @@
name = "Morgue Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/morgue,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/poddoor/preopen{
id_tag = "Biohazard_medi";
name = "Quarantine Lockdown"
@@ -50569,7 +50438,7 @@
/area/station/maintenance/asmaint)
"fcQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -50583,9 +50452,6 @@
},
/area/station/engineering/control)
"fdn" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
@@ -50689,7 +50555,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -50716,24 +50582,11 @@
"ffv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
-"ffD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
"ffL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -50741,6 +50594,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluered"
@@ -50926,10 +50782,13 @@
/obj/machinery/atmospherics/binary/valve/open,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
-"fkr" = (
+"fkk" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
+"fkr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
@@ -50940,6 +50799,9 @@
name = "west bump";
pixel_x = -28
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
@@ -50976,14 +50838,14 @@
},
/area/station/maintenance/asmaint)
"fmD" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"fmE" = (
@@ -51033,7 +50895,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -51056,7 +50918,7 @@
pixel_y = -24
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -51072,7 +50934,7 @@
dir = 10
},
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
@@ -51116,9 +50978,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
@@ -51168,9 +51027,6 @@
name = "Science Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -51295,6 +51151,15 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"fsv" = (
+/obj/machinery/door/airlock/engineering,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"fsQ" = (
/obj/structure/window/reinforced{
dir = 4
@@ -51400,6 +51265,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -51540,6 +51408,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
@@ -51562,10 +51433,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -51586,9 +51457,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"fzd" = (
@@ -51608,6 +51476,14 @@
/obj/structure/sign/radiation/rad_area,
/turf/simulated/wall/r_wall,
/area/station/engineering/transmission_laser)
+"fzw" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"fzC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/binary/valve/open{
@@ -51615,6 +51491,14 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
+"fzD" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/firealarm/directional/east,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/lounge)
"fAw" = (
/obj/machinery/tcomms/core/station,
/obj/machinery/camera{
@@ -51649,7 +51533,7 @@
dir = 4
},
/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -51728,12 +51612,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"fCa" = (
@@ -51830,14 +51714,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"fDP" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -51856,7 +51740,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -51869,6 +51753,9 @@
/area/station/command/server)
"fEC" = (
/obj/machinery/light,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "arrival"
},
@@ -51908,6 +51795,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -51919,7 +51809,7 @@
/area/shuttle/arrival/station)
"fFd" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -51928,6 +51818,9 @@
/obj/machinery/power/terminal{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"fFA" = (
@@ -51964,7 +51857,7 @@
/area/station/maintenance/asmaint)
"fHB" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -52011,7 +51904,7 @@
/area/station/supply/lobby)
"fJa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -52042,6 +51935,12 @@
icon_state = "dark"
},
/area/station/ai_monitored/storage/eva)
+"fJl" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/east)
"fJu" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -52102,7 +52001,7 @@
/area/station/hallway/secondary/entry/north)
"fLV" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -52175,7 +52074,7 @@
/area/station/maintenance/solar_maintenance/aft_starboard)
"fNM" = (
/obj/effect/spawner/random/barrier/possibly_welded_airlock,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -52204,7 +52103,7 @@
},
/area/station/command/office/captain/bedroom)
"fOW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -52307,6 +52206,12 @@
icon_state = "red"
},
/area/station/security/permabrig)
+"fRy" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/hardsuitstorage)
"fRJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -52416,9 +52321,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -52484,7 +52386,7 @@
/obj/machinery/door/window/classic/normal{
name = "Glass Door"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -52501,8 +52403,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/yellow,
/obj/machinery/power/apc/directional/west,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -52538,12 +52440,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -52670,6 +52572,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "whiteblue"
@@ -52724,9 +52629,6 @@
},
/area/station/medical/storage/secondary)
"gdy" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=AIE";
location = "AftH"
@@ -52854,33 +52756,25 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
-"gfi" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "showroomfloor"
- },
-/area/station/medical/surgery)
"gfw" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/table,
/obj/item/clothing/glasses/welding,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -52894,7 +52788,7 @@
amount = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -52966,12 +52860,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
-"gih" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"gin" = (
/obj/structure/railing{
dir = 4
@@ -53041,6 +52929,21 @@
},
/turf/simulated/floor/engine/airless,
/area/station/science/toxins/test)
+"gjS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "red"
+ },
+/area/station/security/checkpoint/secondary)
"gkm" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -53292,7 +53195,7 @@
"gqA" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -53360,12 +53263,6 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/ce)
-"gsj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"gsl" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/hatch{
@@ -53400,9 +53297,6 @@
},
/area/station/security/permabrig)
"gsS" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -53585,9 +53479,6 @@
},
/area/station/security/permabrig)
"gxl" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -53612,6 +53503,12 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
/area/station/maintenance/fpmaint2)
+"gyq" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/maintenance/solar_maintenance/aft_starboard)
"gyt" = (
/obj/structure/toilet/directional/west,
/obj/machinery/newscaster/directional/north,
@@ -53654,7 +53551,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/tinted/grilled,
@@ -53668,6 +53565,16 @@
/obj/effect/mapping_helpers/turfs/rust/maybe,
/turf/simulated/wall,
/area/station/maintenance/apmaint)
+"gzO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"gAk" = (
/obj/effect/landmark/start/shaft_miner,
/obj/effect/decal/cleanable/dirt,
@@ -53679,17 +53586,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
-"gAm" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"gAt" = (
/obj/structure/chair{
dir = 8
@@ -53716,9 +53612,6 @@
/turf/simulated/floor/transparent/glass,
/area/station/hallway/primary/central/south)
"gCE" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/cable{
icon_state = "1-4"
},
@@ -53811,9 +53704,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -53864,7 +53754,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -53932,7 +53822,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/east)
"gId" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -54012,17 +53902,10 @@
/obj/machinery/power/apc/directional/east,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
-"gJO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/spawner/random/barrier/grille_often,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"gJU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -54030,6 +53913,18 @@
icon_state = "white"
},
/area/station/maintenance/asmaint)
+"gKl" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/west)
"gKo" = (
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plasteel{
@@ -54158,7 +54053,7 @@
},
/area/station/medical/virology)
"gNx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -54171,7 +54066,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 9
},
-/obj/structure/lattice,
+/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
"gNX" = (
@@ -54191,10 +54086,10 @@
},
/area/station/hallway/secondary/exit)
"gOm" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -54278,7 +54173,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
"gPV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -54324,7 +54219,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint2)
"gRg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -54382,7 +54277,7 @@
dir = 10
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -54406,6 +54301,18 @@
icon_state = "bluecorner"
},
/area/station/hallway/secondary/exit)
+"gSI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/dorms)
"gSP" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -54425,12 +54332,9 @@
},
/area/station/science/hallway)
"gST" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
@@ -54442,7 +54346,10 @@
"gTH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"gTO" = (
/obj/machinery/alarm/directional/east,
@@ -54655,7 +54562,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -54666,7 +54573,7 @@
/area/station/maintenance/apmaint)
"gYu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -54689,6 +54596,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"gYI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/se)
"gYM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -54832,6 +54748,9 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
"hdr" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitegreen"
@@ -54873,7 +54792,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -54918,7 +54837,7 @@
/area/station/maintenance/asmaint)
"hgj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -55101,9 +55020,6 @@
},
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -55158,7 +55074,7 @@
},
/area/station/science/xenobiology)
"hlu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -55223,10 +55139,10 @@
/turf/space,
/area/space)
"hoD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -55346,7 +55262,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -55498,7 +55414,7 @@
dir = 4
},
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -55591,9 +55507,6 @@
/area/station/maintenance/apmaint)
"hyH" = (
/obj/machinery/firealarm/directional/south,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -55672,11 +55585,11 @@
/turf/simulated/floor/grass,
/area/station/security/permabrig)
"hAt" = (
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/effect/turf_decal/stripes/end,
/obj/structure/cable{
icon_state = "0-8"
},
-/obj/effect/turf_decal/stripes/end,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"hAG" = (
@@ -55698,6 +55611,15 @@
/obj/item/robotanalyzer,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"hBz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"hCr" = (
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel,
@@ -55746,7 +55668,7 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/window/reinforced/tinted,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -55834,11 +55756,11 @@
},
/area/station/science/server/coldroom)
"hEN" = (
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -55866,15 +55788,15 @@
},
/area/station/service/kitchen)
"hEX" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"hFe" = (
@@ -55890,9 +55812,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -55910,9 +55829,6 @@
/area/station/maintenance/fpmaint2)
"hGb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -55962,7 +55878,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"hHh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
@@ -55972,7 +55888,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"hHk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -55995,6 +55911,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -56047,15 +55966,6 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"hJN" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint2)
"hJW" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/carpet,
@@ -56077,6 +55987,9 @@
c_tag = "Engineering SMES";
dir = 8
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -56151,6 +56064,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"hMB" = (
@@ -56210,15 +56126,6 @@
icon_state = "freezerfloor"
},
/area/station/medical/cloning)
-"hNI" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
"hOa" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -56268,15 +56175,6 @@
/obj/structure/sign/poster/official/air1/directional/east,
/turf/simulated/floor/plasteel,
/area/station/science/storage)
-"hPB" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"hPH" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plasteel{
@@ -56347,6 +56245,15 @@
},
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"hSg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/grille/broken,
+/obj/effect/decal/cleanable/generic,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"hSx" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -56424,7 +56331,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -56482,11 +56389,22 @@
"hVy" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/secondary/entry/north)
+"hVB" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/monitor{
+ name = "Grid Power Monitoring Computer"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"hVP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -56579,11 +56497,11 @@
/obj/machinery/light/small{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"hXR" = (
@@ -56619,10 +56537,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
},
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/turf/simulated/floor/plasteel,
/area/station/engineering/transmission_laser)
"hZc" = (
@@ -56630,6 +56548,19 @@
/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/command/bridge)
+"hZl" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/power/apc/critical/directional/west{
+ shock_proof = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"hZz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/defibrillator_mount{
@@ -56671,9 +56602,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
@@ -56833,7 +56761,7 @@
/turf/simulated/floor/wood,
/area/station/command/meeting_room)
"ifN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -56982,9 +56910,6 @@
/obj/structure/closet/crate,
/obj/item/vending_refill/cargodrobe,
/obj/item/vending_refill/boozeomat,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"iis" = (
@@ -57036,7 +56961,7 @@
/turf/simulated/wall,
/area/station/science/lobby)
"ikK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -57045,6 +56970,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"ikL" = (
@@ -57059,7 +56987,7 @@
/area/station/supply/expedition)
"ilh" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -57070,9 +56998,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -57094,7 +57019,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -57161,8 +57086,8 @@
},
/area/station/medical/virology)
"inj" = (
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/window/reinforced,
@@ -57214,9 +57139,6 @@
"inV" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/hologram/holopad,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"iot" = (
@@ -57224,6 +57146,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
+"ioz" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Diner"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/service/bar)
"ioE" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -57380,17 +57312,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"itZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/grille,
@@ -57407,10 +57339,7 @@
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -57431,9 +57360,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/cable{
icon_state = "1-8"
},
@@ -57590,7 +57516,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"iyP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -57654,6 +57580,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"izR" = (
@@ -57693,13 +57622,13 @@
/turf/simulated/floor/plating,
/area/station/security/brig)
"iBf" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"iBv" = (
@@ -57767,7 +57696,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -57940,6 +57869,12 @@
dir = 10
},
/area/station/public/dorms)
+"iGR" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"iHi" = (
/obj/structure/table,
/obj/machinery/recharger,
@@ -57955,7 +57890,7 @@
"iHI" = (
/obj/structure/disposalpipe/segment,
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/glass,
@@ -58045,6 +57980,9 @@
id_tag = "atmos";
name = "Atmos Blast Door"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"iKd" = (
@@ -58062,7 +58000,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -58106,6 +58044,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"iME" = (
@@ -58167,7 +58108,7 @@
/obj/machinery/door/airlock/engineering,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -58177,7 +58118,13 @@
dir = 4
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/fore_starboard)
+"iOW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"iOY" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/camera{
@@ -58422,6 +58369,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"iTx" = (
@@ -58506,7 +58456,7 @@
/area/station/hallway/secondary/entry/south)
"iUo" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -58551,6 +58501,21 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/ce)
+"iWq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/dorms)
"iWr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
/turf/simulated/floor/plasteel,
@@ -58702,6 +58667,13 @@
icon_state = "yellow"
},
/area/station/command/office/ce)
+"jap" = (
+/obj/structure/girder,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"jaF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -58754,6 +58726,18 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
+"jcm" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"jcY" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -58782,7 +58766,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -58971,7 +58955,7 @@
},
/area/station/engineering/ai_transit_tube)
"jix" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -59101,9 +59085,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"jnc" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
@@ -59133,10 +59114,10 @@
},
/area/station/medical/patients_rooms_secondary)
"jnA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -59187,9 +59168,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -59207,7 +59185,7 @@
},
/area/station/medical/surgery/observation)
"jok" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -59268,12 +59246,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -59289,11 +59261,11 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "gravity"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/yellow,
-/obj/structure/cable/yellow{
+/obj/structure/cable,
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -59369,9 +59341,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -59431,12 +59400,12 @@
/obj/machinery/power/smes{
charge = 5e+006
},
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
/obj/machinery/ai_status_display{
pixel_y = 32
},
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"jtD" = (
@@ -59519,7 +59488,7 @@
},
/area/station/science/break_room)
"jwb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -59543,9 +59512,12 @@
/turf/simulated/floor/grass,
/area/station/hallway/secondary/exit)
"jwr" = (
-/obj/machinery/power/port_gen/pacman,
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"jwu" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -59559,6 +59531,12 @@
dir = 8
},
/area/station/hallway/secondary/exit)
+"jwE" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"jwH" = (
/obj/machinery/door/poddoor/shutters{
dir = 2;
@@ -59624,7 +59602,7 @@
"jyy" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -59645,6 +59623,9 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/service/mime,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -59703,11 +59684,11 @@
layer = 4;
pixel_x = -32
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/medical/psych)
"jAv" = (
@@ -59772,7 +59753,7 @@
/turf/simulated/floor/plasteel,
/area/station/medical/storage)
"jCt" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -59823,9 +59804,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plasteel,
@@ -59837,7 +59815,7 @@
name = "Maintenance Airlock"
},
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -59864,6 +59842,15 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/north)
+"jDS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"jDV" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -59873,6 +59860,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"jEc" = (
@@ -60071,9 +60061,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"jKZ" = (
@@ -60169,7 +60162,7 @@
},
/area/station/maintenance/asmaint)
"jOz" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -60259,7 +60252,7 @@
},
/area/station/service/library)
"jQt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -60453,6 +60446,13 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/command/office/hop)
+"jTN" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/service/chapel/office)
"jTS" = (
/obj/structure/bed/roller,
/obj/item/organ/internal/kidneys/vox,
@@ -60464,7 +60464,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -60567,14 +60567,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"jVw" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/sortjunction{
sort_type_txt = "19"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"jVA" = (
@@ -60639,13 +60639,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"jXc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"jXj" = (
@@ -60653,6 +60650,9 @@
dir = 4
},
/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitegreen"
@@ -60665,9 +60665,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/south)
"jYt" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -60721,26 +60718,11 @@
name = "Aft Starboard Solar Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
-"kap" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
"kav" = (
/obj/effect/turf_decal/caution{
dir = 1
@@ -60786,6 +60768,9 @@
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -60794,9 +60779,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -60819,7 +60801,10 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"kdh" = (
/obj/effect/decal/cleanable/dirt,
@@ -60915,6 +60900,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"kfu" = (
@@ -60951,6 +60939,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"khl" = (
@@ -61097,7 +61088,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -61106,7 +61097,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -61120,8 +61111,15 @@
name = "Toxin Testing EVA Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"kjG" = (
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint2)
@@ -61250,7 +61248,7 @@
},
/area/station/command/bridge)
"kmA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -61274,6 +61272,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
"knc" = (
@@ -61416,11 +61417,11 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -61430,9 +61431,6 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"krL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
@@ -61515,11 +61513,6 @@
icon_state = "whitepurple"
},
/area/station/command/office/rd)
-"ksy" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/firealarm/directional/east,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"ksJ" = (
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel,
@@ -61563,6 +61556,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -61589,7 +61585,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/tinted/grilled,
@@ -61740,12 +61736,6 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/aft/south)
-"kzc" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating/airless,
-/area/station/maintenance/solar_maintenance/aft_port)
"kzB" = (
/obj/effect/spawner/random/food_or_drink/three_course_meal,
/obj/structure/closet/crate/freezer,
@@ -62004,6 +61994,14 @@
icon_state = "whitebluefull"
},
/area/station/medical/reception)
+"kEz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"kEA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -62091,6 +62089,15 @@
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
+"kHb" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"kHc" = (
/obj/item/flag/nt{
layer = 3.4
@@ -62139,6 +62146,12 @@
"kHT" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -62209,11 +62222,14 @@
},
/area/station/science/xenobiology)
"kJI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"kJO" = (
@@ -62221,6 +62237,9 @@
name = "Security Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"kJW" = (
@@ -62265,9 +62284,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -62277,6 +62293,9 @@
/obj/structure/chair{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
"kKW" = (
@@ -62290,7 +62309,7 @@
},
/area/station/command/office/cmo)
"kLd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -62354,12 +62373,12 @@
},
/area/station/science/toxins/launch)
"kNn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light/small{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"kNq" = (
@@ -62516,13 +62535,13 @@
/area/shuttle/arrival/station)
"kRy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -62550,7 +62569,7 @@
dir = 1
},
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -62583,7 +62602,7 @@
/area/station/security/permabrig)
"kSP" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/barricade/wooden,
@@ -62690,9 +62709,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"kUB" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
@@ -62707,12 +62723,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kUF" = (
@@ -62748,13 +62764,21 @@
/obj/effect/turf_decal/stripes/line{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/maintenance/aft)
+"kWK" = (
+/obj/structure/grille/broken,
+/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"kXd" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -62802,6 +62826,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
+"kXK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/lounge)
"kYq" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -62878,10 +62911,10 @@
/turf/simulated/floor/wood,
/area/station/security/permabrig)
"laU" = (
-/obj/structure/cable{
- icon_state = "0-2"
- },
/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/space,
/area/station/engineering/solar/fore_port)
"lbb" = (
@@ -62920,6 +62953,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -63011,7 +63047,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"ldn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -63238,7 +63274,7 @@
},
/area/station/science/hallway)
"lko" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -63308,9 +63344,6 @@
name = "Power Transmission Laser"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"lmM" = (
@@ -63319,10 +63352,13 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"lmU" = (
@@ -63375,9 +63411,6 @@
name = "Hydroponics Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -63458,7 +63491,7 @@
/area/station/command/bridge)
"lpu" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/reagent_dispensers/watertank,
@@ -63468,10 +63501,9 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"lpJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -63485,9 +63517,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
@@ -63620,9 +63649,6 @@
},
/area/station/engineering/control)
"lsy" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
},
@@ -63644,7 +63670,7 @@
"lsS" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -63675,13 +63701,6 @@
},
/turf/simulated/floor/engine/airless,
/area/station/science/toxins/test)
-"ltD" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/space/nearstation)
"ltR" = (
/obj/structure/plasticflaps{
opacity = 1
@@ -63707,6 +63726,12 @@
icon_state = "freezerfloor"
},
/area/station/security/permabrig)
+"luj" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical,
+/obj/item/multitool,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"lvc" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plasteel{
@@ -63998,14 +64023,14 @@
},
/area/station/science/xenobiology)
"lDe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -64020,6 +64045,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkpurple"
@@ -64056,14 +64084,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
-"lDY" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
"lEh" = (
/obj/machinery/atmospherics/refill_station/plasma,
/turf/simulated/floor/plasteel{
@@ -64072,7 +64092,7 @@
/area/station/hallway/primary/aft/south)
"lEy" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
@@ -64090,6 +64110,9 @@
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/west)
"lFH" = (
@@ -64165,21 +64188,24 @@
},
/turf/simulated/floor/plating,
/area/station/security/prison/cell_block/a)
+"lGN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/carpet,
+/area/station/service/chapel)
"lGO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/hallway)
"lGY" = (
@@ -64222,12 +64248,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -64397,21 +64423,13 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
-"lLq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"lLv" = (
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"lLC" = (
@@ -64469,7 +64487,7 @@
},
/area/station/science/genetics)
"lNI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -64510,7 +64528,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -64585,7 +64603,7 @@
name = "Aft Port Solar Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -64613,8 +64631,14 @@
/obj/machinery/alarm/directional/south,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/west)
+"lQG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"lQP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -64699,7 +64723,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -64850,12 +64874,6 @@
},
/turf/simulated/floor/wood,
/area/station/security/permabrig)
-"lWE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft)
"lWF" = (
/obj/structure/window/reinforced{
dir = 8
@@ -64864,8 +64882,8 @@
/obj/structure/window/reinforced{
dir = 4
},
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -64961,7 +64979,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -64992,7 +65010,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
"may" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -65002,7 +65020,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -65025,14 +65043,34 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"mcb" = (
+/obj/structure/chair/sofa/pew/right{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "chapel"
+ },
+/area/station/service/chapel)
"mch" = (
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
/obj/effect/spawner/window/reinforced/tinted,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"mcw" = (
-/obj/machinery/power/apc/directional/west,
+"mcq" = (
/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "green"
+ },
+/area/station/service/hydroponics)
+"mcw" = (
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -65056,9 +65094,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
"mcW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -65148,20 +65183,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"meh" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/north)
"mem" = (
@@ -65180,9 +65215,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"mfv" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -65254,9 +65286,6 @@
icon_state = "dark"
},
/area/station/maintenance/aft)
-"mgM" = (
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"mgZ" = (
/obj/structure/chair/stool{
dir = 1
@@ -65292,11 +65321,11 @@
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
"mhG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"mhW" = (
@@ -65309,7 +65338,7 @@
"mhY" = (
/obj/machinery/atmospherics/pipe/simple/visible,
/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"miB" = (
/obj/structure/table/reinforced,
/obj/item/storage/secure/briefcase,
@@ -65530,7 +65559,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -65573,6 +65602,9 @@
/obj/effect/mapping_helpers/airlock/access/all/service/janitor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"mnD" = (
@@ -65673,7 +65705,7 @@
"msh" = (
/obj/machinery/recharge_station,
/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"msm" = (
/obj/structure/machine_frame,
/obj/effect/decal/cleanable/dirt,
@@ -65739,6 +65771,22 @@
icon_state = "dark"
},
/area/station/engineering/smes)
+"mtd" = (
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway";
+ dir = 8
+ },
+/obj/machinery/economy/atm/directional/east,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/camera{
+ c_tag = "Arrivals Hallway";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/lounge)
"mtx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet,
@@ -65781,7 +65829,7 @@
dir = 4
},
/obj/structure/table,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -65804,7 +65852,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -65857,7 +65905,7 @@
pixel_y = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -65965,9 +66013,6 @@
"mAq" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"mBl" = (
@@ -65989,9 +66034,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"mBJ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 2;
sort_type_txt = "16"
@@ -66040,9 +66082,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -66179,9 +66218,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"mGG" = (
@@ -66193,10 +66229,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -66215,9 +66251,6 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"mGP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance{
name = "Chapel Office Maintenance"
},
@@ -66326,7 +66359,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"mJb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -66365,9 +66398,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"mKq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/grille/broken,
/obj/item/stack/rods,
/obj/structure/disposalpipe/segment{
@@ -66415,15 +66445,15 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
/obj/effect/mapping_helpers/airlock/access/any/science/rd,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -66471,9 +66501,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -66493,18 +66520,12 @@
/turf/space,
/area/space/nearstation)
"mMk" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/fyellow{
- pixel_y = 6
- },
-/obj/item/storage/toolbox/electrical,
-/obj/item/radio/intercom{
- name = "west bump";
- pixel_x = -28
- },
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"mMB" = (
/obj/machinery/power/apc/directional/west,
/obj/structure/cable{
@@ -66583,6 +66604,9 @@
/obj/machinery/door/airlock/bananium,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/service/clown,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
"mOr" = (
@@ -66604,7 +66628,7 @@
},
/area/station/medical/medbay)
"mOA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -66635,6 +66659,9 @@
},
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"mPx" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/fore_port)
"mPT" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable,
@@ -66702,9 +66729,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"mSb" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -66728,9 +66752,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"mSU" = (
@@ -66838,6 +66859,15 @@
},
/turf/simulated/floor/engine/n2,
/area/station/engineering/atmos)
+"mVT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "vault"
+ },
+/area/station/service/hydroponics)
"mWa" = (
/obj/machinery/atmospherics/binary/pump{
dir = 1;
@@ -66873,10 +66903,10 @@
/area/station/command/bridge)
"mXi" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -66901,7 +66931,7 @@
/area/station/engineering/control)
"mXJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -66939,6 +66969,14 @@
/obj/structure/plasticflaps,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
+"mZq" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "rampbottom"
+ },
+/area/station/public/dorms)
"mZr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -67013,7 +67051,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -67061,6 +67099,9 @@
/obj/structure/cable{
icon_state = "1-8"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -67117,6 +67158,10 @@
icon_state = "darkred"
},
/area/station/hallway/secondary/exit)
+"ndW" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"nee" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/effect/spawner/airlock/s_to_n,
@@ -67222,10 +67267,7 @@
/turf/simulated/floor/grass/jungle/no_creep,
/area/station/command/bridge)
"niH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -67452,9 +67494,6 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/mining/glass,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -67510,10 +67549,10 @@
"nsU" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"nsZ" = (
@@ -67560,13 +67599,22 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"ntv" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/south)
"ntz" = (
/obj/item/kirbyplants/large,
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/wood,
/area/station/command/office/captain)
"ntD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -67587,9 +67635,6 @@
},
/area/station/science/break_room)
"nus" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
@@ -67617,7 +67662,7 @@
},
/area/station/medical/cryo)
"nuY" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -67635,10 +67680,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -67669,7 +67713,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -67731,13 +67775,15 @@
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"nxX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"nyC" = (
@@ -67758,6 +67804,9 @@
},
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -67790,9 +67839,6 @@
"nAt" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/medical/psychology,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -67809,6 +67855,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"nAQ" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/service/hydroponics)
"nAZ" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -67821,6 +67877,9 @@
"nBs" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"nBz" = (
@@ -67865,15 +67924,6 @@
icon_state = "barber"
},
/area/station/service/barber)
-"nBU" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"nBZ" = (
/obj/item/storage/firstaid/fire{
pixel_x = 5;
@@ -67993,6 +68043,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "whiteblue"
@@ -68045,13 +68098,11 @@
/area/station/medical/patients_rooms_secondary)
"nFr" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitepurple"
@@ -68086,7 +68137,7 @@
/area/station/command/meeting_room)
"nHq" = (
/obj/machinery/light/small,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -68100,6 +68151,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"nHW" = (
@@ -68264,7 +68318,7 @@
},
/area/station/command/bridge)
"nME" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68280,14 +68334,17 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"nMV" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/closet,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -68390,7 +68447,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -68417,7 +68474,7 @@
/area/station/command/bridge)
"nPO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
@@ -68533,7 +68590,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -68548,7 +68605,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -68681,6 +68738,9 @@
"nXm" = (
/obj/machinery/alarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitegreen"
@@ -68872,6 +68932,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"nZF" = (
@@ -68881,7 +68944,7 @@
},
/obj/effect/mapping_helpers/airlock/access/any/medical/genetics,
/obj/effect/mapping_helpers/airlock/access/any/science/research,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68948,10 +69011,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -69143,6 +69206,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -69202,7 +69268,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -69260,15 +69326,9 @@
/turf/simulated/floor/plasteel,
/area/station/medical/virology)
"oja" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/railing{
dir = 8
},
@@ -69279,6 +69339,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellow"
@@ -69334,10 +69397,10 @@
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
"ojT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -69355,6 +69418,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluered"
@@ -69364,6 +69430,12 @@
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
+"okt" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/maintenance/solar_maintenance/fore_starboard)
"okv" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -69418,7 +69490,7 @@
"olI" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -69426,7 +69498,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"olO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -69451,7 +69523,7 @@
/turf/simulated/wall/r_wall,
/area/station/engineering/engine/supermatter)
"omB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -69464,6 +69536,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"omG" = (
@@ -69565,8 +69640,17 @@
icon_state = "dark"
},
/area/station/command/server)
-"ooS" = (
+"ooM" = (
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
+"ooS" = (
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/mineral/stacking_machine{
@@ -69589,11 +69673,18 @@
/obj/item/seeds/potato,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"opt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fpmaint2)
"opZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
@@ -69743,6 +69834,17 @@
/obj/effect/turf_decal/stripes,
/turf/simulated/floor/plasteel,
/area/station/science/xenobiology)
+"otk" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"otn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -69762,6 +69864,12 @@
/obj/structure/sign/poster/contraband/random/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"otx" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/maintenance/solar_maintenance/aft_port)
"otA" = (
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
@@ -69775,6 +69883,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -69801,6 +69912,13 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"ouh" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/plasteel,
+/area/station/security/checkpoint/secondary)
"ouo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
@@ -69997,6 +70115,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/goonplaque,
/area/station/hallway/secondary/entry/lounge)
"ozX" = (
@@ -70167,6 +70288,15 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"oEl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"oEm" = (
/obj/machinery/computer/security/telescreen/entertainment/television,
/turf/simulated/floor/carpet/royalblack,
@@ -70217,9 +70347,6 @@
/area/station/science/server)
"oFo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 4
},
@@ -70322,7 +70449,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -70334,9 +70461,6 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
/obj/effect/mapping_helpers/airlock/access/any/medical/general,
/obj/effect/mapping_helpers/airlock/access/any/medical/morgue,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"oHk" = (
@@ -70383,12 +70507,6 @@
/area/station/maintenance/fsmaint)
"oHU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -70502,9 +70620,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -70669,6 +70784,15 @@
dir = 4
},
/area/station/hallway/secondary/exit)
+"oPv" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/station/service/hydroponics)
"oPE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -70708,12 +70832,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"oPX" = (
@@ -70724,7 +70845,7 @@
/obj/machinery/atmospherics/unary/portables_connector,
/obj/machinery/atmospherics/portable/canister/air,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"oPY" = (
/turf/simulated/floor/plating/airless,
/area/station/hallway/secondary/exit)
@@ -70747,7 +70868,7 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -70874,9 +70995,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"oTa" = (
@@ -70926,9 +71044,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"oVs" = (
@@ -70945,9 +71060,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -71007,12 +71119,6 @@
},
/turf/simulated/floor/transparent/glass,
/area/station/hallway/primary/central/south)
-"oWU" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/airless,
-/area/station/maintenance/solar_maintenance/aft_starboard)
"oWV" = (
/obj/structure/table/reinforced,
/turf/simulated/floor/plating,
@@ -71055,6 +71161,16 @@
icon_state = "vault"
},
/area/station/engineering/gravitygenerator)
+"oXI" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/power/smes/engineering,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"oXK" = (
/obj/effect/decal/cleanable/blood/old,
/turf/simulated/floor/plating,
@@ -71069,8 +71185,8 @@
"oYC" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel,
@@ -71099,7 +71215,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -71196,7 +71312,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -71219,7 +71335,7 @@
dir = 4
},
/obj/machinery/light/small,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -71313,10 +71429,10 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"pfI" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -71395,6 +71511,34 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"piN" = (
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/airlock/research/glass,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/science/genetics)
+"piU" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/public/dorms)
"piY" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable,
@@ -71446,7 +71590,7 @@
/area/station/maintenance/asmaint)
"pkq" = (
/obj/machinery/light/small,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -71484,11 +71628,11 @@
/turf/simulated/floor/engine/vacuum,
/area/station/science/toxins/mixing)
"plJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -71604,7 +71748,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"ppo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -71613,13 +71757,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"ppp" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft)
"ppy" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -71680,12 +71817,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -71704,6 +71835,15 @@
icon_state = "white"
},
/area/station/command/office/rd)
+"prM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/east)
"prX" = (
/obj/structure/closet/secure_closet/cargotech,
/turf/simulated/floor/plasteel{
@@ -71805,9 +71945,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -71899,6 +72036,13 @@
/obj/effect/spawner/random/barrier/grille_often,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"pxE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fpmaint2)
"pxG" = (
/obj/structure/closet/secure_closet/medical3,
/obj/structure/mirror{
@@ -71927,6 +72071,13 @@
icon_state = "escapecorner"
},
/area/station/hallway/secondary/exit)
+"pyj" = (
+/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"pyl" = (
/obj/item/storage/box/monkeycubes,
/obj/item/storage/box/monkeycubes/stokcubes,
@@ -72044,6 +72195,12 @@
/obj/effect/landmark/spawner/nukedisc_respawn,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"pAn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/lounge)
"pAp" = (
/obj/machinery/atmospherics/refill_station/plasma,
/obj/effect/decal/cleanable/dirt,
@@ -72117,13 +72274,8 @@
"pBP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable{
- icon_state = "0-2"
- },
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/medical/coldroom)
"pBU" = (
@@ -72226,6 +72378,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -72310,20 +72465,20 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"pFI" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/power/apc/important/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitegreencorner"
},
/area/station/public/sleep)
"pGh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -72351,9 +72506,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"pHN" = (
@@ -72397,7 +72549,7 @@
/turf/simulated/floor/plating,
/area/station/supply/warehouse)
"pIR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -72417,8 +72569,8 @@
},
/area/station/engineering/hardsuitstorage)
"pKi" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -72539,7 +72691,7 @@
/turf/space,
/area/space)
"pNw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -72730,7 +72882,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -72806,9 +72958,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -72871,7 +73020,7 @@
"pUZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -72880,6 +73029,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"pVb" = (
@@ -72902,9 +73054,6 @@
},
/obj/effect/mapping_helpers/airlock/access/all/service/janitor,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -72924,6 +73073,14 @@
/obj/machinery/alarm/directional/east,
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
+"pWT" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"pWW" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -72966,7 +73123,7 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
"pYT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -73089,21 +73246,19 @@
/turf/simulated/floor/carpet,
/area/station/public/vacant_office)
"qcp" = (
+/obj/item/radio/intercom{
+ name = "north bump";
+ pixel_y = 28
+ },
+/obj/item/storage/toolbox/electrical,
+/obj/item/clothing/gloves/color/fyellow{
+ pixel_y = 6
+ },
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high/plus,
/obj/structure/rack,
-/obj/item/stack/sheet/metal{
- amount = 20
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/sheet/glass{
- amount = 20;
- pixel_x = 1;
- pixel_y = 1
- },
-/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"qcs" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
@@ -73152,6 +73307,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"qcQ" = (
@@ -73167,19 +73325,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/lounge)
-"qdm" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/apmaint)
-"qdO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
"qdV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -73189,6 +73334,9 @@
/area/station/maintenance/apmaint2)
"qed" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"qei" = (
@@ -73331,9 +73479,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
@@ -73411,9 +73556,6 @@
/obj/effect/mapping_helpers/airlock/access/all/service/clown,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"qiN" = (
@@ -73520,13 +73662,13 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/polarized{
id = "gravity"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -73549,12 +73691,6 @@
dir = 2;
sort_type_txt = "13"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -73562,10 +73698,10 @@
/area/station/hallway/primary/starboard/east)
"qlY" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -73680,7 +73816,7 @@
},
/area/station/security/permabrig)
"qod" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73776,7 +73912,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -73787,7 +73923,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -73907,7 +74043,7 @@
name = "shutter door controller";
pixel_y = 26
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73969,9 +74105,8 @@
},
/area/station/command/bridge)
"qsB" = (
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -74006,6 +74141,9 @@
"qta" = (
/obj/machinery/firealarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitegreen"
@@ -74425,25 +74563,9 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/plus,
+/obj/machinery/power/port_gen/pacman,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
-"qDj" = (
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/research/glass,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/science/genetics)
+/area/station/maintenance/electrical/aft_starboard)
"qDn" = (
/obj/structure/chair/office/dark{
dir = 1
@@ -74514,7 +74636,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/generic,
@@ -74554,18 +74676,6 @@
icon_state = "white"
},
/area/station/science/xenobiology)
-"qFg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/dorms)
"qFj" = (
/obj/structure/sign/vacuum/external{
pixel_y = 32
@@ -74607,7 +74717,7 @@
/area/station/command/meeting_room)
"qFN" = (
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -74618,9 +74728,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"qGb" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -74646,7 +74753,7 @@
/area/station/hallway/secondary/entry)
"qGT" = (
/obj/structure/closet/firecloset,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -74813,7 +74920,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/clothing/glasses/sunglasses/blindfold,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -74975,7 +75082,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -75028,9 +75135,6 @@
name = "Toxins Mixing Room"
},
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -75041,6 +75145,9 @@
dir = 4
},
/obj/machinery/door/firedoor/heavy,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -75194,7 +75301,7 @@
/turf/simulated/wall,
/area/space/nearstation)
"qUj" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -75219,7 +75326,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/aft)
"qUZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -75234,11 +75341,11 @@
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"qVo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"qVq" = (
@@ -75251,6 +75358,11 @@
temperature = 80
},
/area/station/science/xenobiology)
+"qVs" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/south)
"qVN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -75279,6 +75391,9 @@
/obj/effect/landmark/start/botanist,
/obj/item/book/manual/wiki/hydroponics,
/obj/item/book/manual/wiki/botanist,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "green"
@@ -75298,7 +75413,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/east)
"qWJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -75371,7 +75486,7 @@
/area/station/maintenance/asmaint2)
"qZO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -75398,7 +75513,7 @@
},
/area/station/maintenance/aft)
"raC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
@@ -75600,14 +75715,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/south)
-"rea" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"ree" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -75628,9 +75735,6 @@
/turf/simulated/floor/plating,
/area/station/medical/morgue)
"reC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
@@ -75686,7 +75790,7 @@
/area/station/command/office/ntrep)
"rgb" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -75729,9 +75833,6 @@
/turf/simulated/wall/r_wall,
/area/station/engineering/hardsuitstorage)
"rhh" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -75834,6 +75935,14 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"rjy" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"rkp" = (
/obj/effect/turf_decal/woodsiding{
dir = 6
@@ -75916,19 +76025,11 @@
icon_state = "white"
},
/area/station/command/office/rd)
-"rma" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"rmi" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -75952,7 +76053,7 @@
"rmI" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -75998,14 +76099,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/light{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
@@ -76077,6 +76175,15 @@
icon_state = "darkpurple"
},
/area/station/command/office/rd)
+"rpR" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"rqq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -76084,9 +76191,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/effect/decal/cleanable/glass,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
@@ -76202,7 +76306,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -76233,6 +76337,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"rud" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"ruu" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/portable/canister,
@@ -76245,6 +76355,15 @@
/obj/structure/sign/poster/official/soul/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
+"ruJ" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"ruR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -76498,9 +76617,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/oil/maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -76574,7 +76690,7 @@
"rEa" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -76583,7 +76699,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/wood,
@@ -76597,13 +76713,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/machinery/power/apc/directional/west,
+/obj/machinery/power/apc/reinforced/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"rEz" = (
@@ -76616,12 +76729,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "caution"
},
@@ -76678,6 +76791,14 @@
icon_state = "white"
},
/area/station/medical/virology)
+"rFU" = (
+/obj/structure/grille/broken,
+/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"rFW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -76789,6 +76910,9 @@
/area/station/maintenance/fore)
"rHR" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -76799,11 +76923,18 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
+"rIn" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"rID" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
@@ -76860,9 +76991,6 @@
/area/station/supply/lobby)
"rJZ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -76876,14 +77004,14 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 9
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"rLo" = (
@@ -76982,6 +77110,14 @@
icon_state = "yellowcorner"
},
/area/station/maintenance/asmaint2)
+"rNy" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "bar"
+ },
+/area/station/public/dorms)
"rOl" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/mining/glass{
@@ -77007,6 +77143,14 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
/area/station/command/bridge)
+"rOn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/machinery/power/terminal,
+/obj/structure/cable/extra_insulated,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"rOW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -77114,6 +77258,9 @@
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"rSr" = (
@@ -77126,15 +77273,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"rSD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -77177,7 +77318,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -77242,12 +77383,6 @@
icon_state = "whitepurple"
},
/area/station/science/xenobiology)
-"rTV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/airless,
-/area/station/maintenance/solar_maintenance/fore_port)
"rUf" = (
/obj/machinery/door/airlock/maintenance{
electrified_until = -1;
@@ -77293,9 +77428,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"rVV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
@@ -77391,14 +77523,27 @@
pixel_y = 28
},
/obj/structure/disposalpipe/junction/y,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
},
/area/station/public/dorms)
+"rZd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/dorms)
"rZf" = (
/obj/structure/closet/coffin,
/obj/machinery/door/window/classic/normal{
@@ -77450,7 +77595,7 @@
/area/station/command/office/blueshield)
"rZE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -77479,10 +77624,22 @@
/obj/structure/transit_tube/horizontal,
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior)
+"saI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"saV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -77583,6 +77740,9 @@
dir = 4
},
/obj/machinery/light/small,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"sds" = (
@@ -77641,9 +77801,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -77711,6 +77868,9 @@
/area/station/maintenance/fore)
"sht" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"shz" = (
@@ -77769,9 +77929,6 @@
/area/station/maintenance/aft)
"six" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/girder,
@@ -77787,6 +77944,26 @@
icon_state = "freezerfloor"
},
/area/station/security/permabrig)
+"siX" = (
+/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/science/genetics)
"siY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/preopen{
@@ -77876,18 +78053,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint2)
"snj" = (
@@ -77932,7 +78106,7 @@
dir = 5
},
/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"snM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -78108,9 +78282,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -78151,6 +78322,9 @@
/turf/simulated/floor/carpet,
/area/station/command/office/hop)
"ssK" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -78196,6 +78370,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
+"stD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/carpet/black,
+/area/station/service/chapel/office)
"stM" = (
/obj/structure/table/reinforced,
/obj/machinery/kitchen_machine/microwave,
@@ -78230,6 +78410,9 @@
dir = 4
},
/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"suz" = (
@@ -78288,6 +78471,12 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/north)
+"svR" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/maintenance/solar_maintenance/fore_port)
"svS" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -78372,7 +78561,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"szk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/item/shard,
@@ -78481,10 +78670,10 @@
/turf/simulated/floor/plating,
/area/station/security/brig)
"sDz" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -78492,6 +78681,24 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
+"sDB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/hardsuitstorage)
"sDL" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -78509,7 +78716,7 @@
/area/station/security/permabrig)
"sEh" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -78547,9 +78754,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellow"
@@ -78562,15 +78766,15 @@
/obj/effect/turf_decal/delivery/blue/hollow,
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
-"sFv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
+"sFo" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/south)
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"sFy" = (
/obj/structure/closet/l3closet/scientist,
/turf/simulated/floor/plating,
@@ -78598,15 +78802,15 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -78626,9 +78830,6 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
@@ -78673,7 +78874,7 @@
/obj/machinery/door/airlock/welded,
/obj/structure/barricade/wooden,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -78711,6 +78912,9 @@
name = "Crematorium"
},
/obj/effect/mapping_helpers/airlock/access/all/service/crematorium,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -78753,9 +78957,6 @@
/turf/simulated/floor/engine,
/area/station/maintenance/turbine)
"sKD" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/oil/maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -78888,7 +79089,7 @@
/obj/structure/table,
/obj/effect/decal/cleanable/cobweb,
/obj/effect/landmark/spawner/nukedisc_respawn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -78912,6 +79113,9 @@
/obj/item/bedsheet/red,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"sOg" = (
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"sOz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -78919,9 +79123,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light_switch{
name = "north bump";
pixel_y = 24
@@ -78932,6 +79133,9 @@
pixel_y = 24;
name = "radiation shielding control"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"sOE" = (
@@ -78995,7 +79199,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"sPN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -79046,13 +79250,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/sortjunction{
dir = 2;
sort_type_txt = "22"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"sRk" = (
@@ -79077,14 +79281,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal)
-"sRT" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"sRY" = (
/obj/structure/chair/wood{
dir = 8
@@ -79115,7 +79311,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -79151,7 +79347,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/transmission_laser)
"sTF" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -79180,7 +79376,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -79191,10 +79387,10 @@
dir = 4
},
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"sWV" = (
/obj/structure/disposalpipe/segment{
@@ -79228,7 +79424,7 @@
/turf/simulated/floor/carpet/grimey,
/area/station/command/office/hop)
"sXR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79245,7 +79441,7 @@
"sXX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -79258,6 +79454,9 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"sYi" = (
@@ -79270,7 +79469,7 @@
/area/station/medical/surgery/primary)
"sYp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -79311,7 +79510,7 @@
},
/area/station/maintenance/asmaint2)
"sZa" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -79320,9 +79519,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"sZe" = (
@@ -79400,12 +79596,15 @@
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"tbU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/computer/monitor{
+ name = "Grid Power Monitoring Computer"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -79437,9 +79636,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Maintenance"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
@@ -79475,9 +79671,6 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"tdg" = (
@@ -79489,7 +79682,7 @@
/area/station/public/mrchangs)
"tdj" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -79585,7 +79778,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -79670,9 +79863,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"tiG" = (
@@ -79687,6 +79877,22 @@
icon_state = "red"
},
/area/station/command/bridge)
+"tiP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore)
+"tjd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/asmaint)
"tjl" = (
/obj/structure/dresser,
/turf/simulated/floor/plasteel{
@@ -79708,6 +79914,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -79719,7 +79928,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -79731,7 +79940,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -79799,13 +80008,6 @@
/obj/item/clothing/head/soft/rainbow,
/turf/simulated/floor/beach/sand,
/area/station/hallway/secondary/exit)
-"tnR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft)
"tow" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -79881,12 +80083,12 @@
"tqH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/cobweb/right/rare,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint2)
"trR" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -79990,7 +80192,7 @@
/obj/structure/sign/electricshock{
pixel_y = -32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -80089,21 +80291,6 @@
/obj/machinery/hydroponics/soil,
/turf/simulated/floor/grass,
/area/station/security/permabrig)
-"twG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/south)
"twL" = (
/obj/structure/bed{
dir = 4
@@ -80161,10 +80348,10 @@
/turf/simulated/floor/plasteel,
/area/station/supply/sorting)
"tzE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/machinery/power/apc/directional/west,
+/obj/machinery/power/apc/reinforced/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"tzW" = (
@@ -80206,7 +80393,7 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -80234,11 +80421,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"tBF" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"tCq" = (
/obj/structure/table/glass,
/obj/item/paper,
@@ -80341,9 +80532,6 @@
name = "Kitchen Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -80391,10 +80579,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
"tEq" = (
@@ -80412,7 +80600,7 @@
/area/station/supply/smith_office)
"tEt" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -80424,6 +80612,14 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/hop)
+"tFk" = (
+/obj/structure/closet,
+/obj/effect/spawner/random/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"tFt" = (
/obj/machinery/computer/scan_consolenew{
dir = 8
@@ -80500,9 +80696,6 @@
"tHh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
@@ -80554,7 +80747,7 @@
dir = 10
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -80562,6 +80755,9 @@
"tHZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "blue"
},
@@ -80595,17 +80791,17 @@
icon_state = "dark"
},
/area/station/science/server)
-"tIs" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"tIY" = (
/obj/effect/spawner/airlock/w_to_e/long/square,
/turf/simulated/wall,
/area/station/maintenance/fore)
+"tIZ" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"tJA" = (
/obj/structure/disposalpipe/trunk{
dir = 8
@@ -80670,9 +80866,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"tLN" = (
@@ -80771,13 +80964,13 @@
},
/area/station/hallway/secondary/entry/south)
"tMT" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -80801,6 +80994,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/medical/psych)
"tNG" = (
@@ -80894,9 +81090,6 @@
/area/station/science/xenobiology)
"tPW" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -81168,9 +81361,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"tVd" = (
@@ -81193,20 +81383,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
-"tVq" = (
-/obj/structure/chair/sofa,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft)
"tVK" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -81224,21 +81400,24 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"tWe" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "gravity"
},
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/gravitygenerator)
"tWs" = (
@@ -81284,7 +81463,7 @@
},
/area/station/security/permabrig)
"tWL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -81299,7 +81478,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"tXE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -81400,9 +81579,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -81419,7 +81595,7 @@
dir = 4
},
/obj/item/mounted/frame/apc_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -81447,6 +81623,14 @@
icon_state = "brown"
},
/area/station/supply/qm)
+"tZq" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/port)
"tZu" = (
/obj/structure/table,
/obj/item/toy/crayon/spraycan,
@@ -81583,7 +81767,7 @@
},
/area/station/medical/sleeper)
"udB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -81636,6 +81820,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -81652,12 +81839,6 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/control)
-"ufm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/airless,
-/area/station/maintenance/solar_maintenance/fore_starboard)
"ufq" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
@@ -81709,9 +81890,6 @@
"uhi" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/service/mime,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -81757,6 +81935,13 @@
/obj/structure/disaster_counter/toxins,
/turf/simulated/wall/r_wall,
/area/station/science/toxins/launch)
+"uiB" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/space,
+/area/station/engineering/solar/aft_port)
"ujR" = (
/obj/structure/chair/sofa/corp{
dir = 1
@@ -81821,6 +82006,15 @@
icon_state = "blue"
},
/area/station/medical/storage)
+"ulq" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"uls" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/drinks/bottle/wine,
@@ -81888,9 +82082,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"uno" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/newscaster/directional/east,
/turf/simulated/floor/plasteel{
icon_state = "darkblue"
@@ -81899,7 +82090,7 @@
"unu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -81909,9 +82100,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/assembly_line)
"uor" = (
@@ -81919,6 +82107,9 @@
dir = 6
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/medical/psych)
"uoQ" = (
@@ -81940,9 +82131,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -81962,7 +82150,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -81985,9 +82173,6 @@
/area/station/medical/cryo)
"upX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellow"
@@ -82006,6 +82191,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"uql" = (
@@ -82037,6 +82225,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitepurple"
@@ -82091,6 +82282,15 @@
icon_state = "dark"
},
/area/station/engineering/smes)
+"urD" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"urU" = (
/obj/effect/spawner/random/maintenance,
/obj/structure/disposalpipe/segment/corner{
@@ -82178,13 +82378,6 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"uud" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 10
- },
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/space/nearstation)
"uuh" = (
/obj/machinery/disposal,
/obj/machinery/light,
@@ -82215,7 +82408,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -82324,7 +82517,7 @@
/area/station/engineering/gravitygenerator)
"uyl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -82335,6 +82528,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
+"uyA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"uzd" = (
/obj/machinery/alarm/directional/west,
/obj/structure/table/glass/reinforced,
@@ -82356,6 +82558,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"uzB" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"uzD" = (
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel{
@@ -82502,12 +82713,27 @@
},
/area/station/engineering/control)
"uDn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
+"uDs" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/east)
"uDI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -82524,6 +82750,9 @@
icon_state = "darkpurple"
},
/area/station/science/toxins/mixing)
+"uDX" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/aft_starboard)
"uEc" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/door/poddoor/preopen{
@@ -82543,7 +82772,7 @@
/area/station/engineering/hardsuitstorage)
"uEr" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -82679,7 +82908,7 @@
/area/station/medical/patients_rooms1)
"uIo" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -82730,7 +82959,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"uJq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -82826,11 +83055,18 @@
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
+"uPf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/assembly_line)
"uPg" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -82859,6 +83095,13 @@
temperature = 80
},
/area/station/science/xenobiology)
+"uQY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"uRo" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -82912,6 +83155,13 @@
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
+"uSF" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/checkpoint/secondary)
"uTj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -82936,9 +83186,6 @@
id_tag = "Biohazard_medi";
name = "Quarantine Lockdown"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"uTu" = (
@@ -83053,6 +83300,12 @@
"uVt" = (
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
+"uVx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/grille/broken,
+/obj/item/stack/rods,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"uVC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -83106,8 +83359,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
@@ -83129,7 +83382,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -83158,7 +83411,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/wood,
@@ -83214,13 +83467,13 @@
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"uZx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -83230,6 +83483,9 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/west)
"uZW" = (
@@ -83241,7 +83497,7 @@
},
/area/station/science/robotics)
"vab" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/grille/broken,
@@ -83258,30 +83514,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"vaH" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/power/apc/critical/directional/west{
- shock_proof = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
-"vbc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille/broken,
-/obj/effect/decal/cleanable/generic,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"vbm" = (
/obj/structure/table,
/obj/item/paper/crumpled,
@@ -83360,7 +83592,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -83433,6 +83665,13 @@
},
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
+"vfr" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/space,
+/area/station/engineering/solar/aft_starboard)
"vfs" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -83448,9 +83687,6 @@
"vfy" = (
/obj/machinery/power/apc/directional/south,
/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -83458,7 +83694,7 @@
"vfJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -83552,13 +83788,6 @@
/obj/machinery/light,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
-"viB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"viP" = (
/obj/structure/table/glass,
/obj/item/hand_labeler,
@@ -83581,7 +83810,7 @@
/area/station/maintenance/apmaint)
"vjs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -83590,7 +83819,7 @@
/obj/structure/girder,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -83604,7 +83833,7 @@
/area/station/maintenance/apmaint)
"vkG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -83775,7 +84004,7 @@
/obj/machinery/light/small,
/obj/structure/dispenser,
/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"voK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -83884,7 +84113,7 @@
/area/station/command/bridge)
"vro" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -83927,7 +84156,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"vsA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -83959,10 +84188,10 @@
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"vtf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/obj/structure/grille,
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -84013,9 +84242,6 @@
},
/area/station/science/hallway)
"vuP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/junction,
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
@@ -84037,6 +84263,9 @@
},
/obj/machinery/door/firedoor,
/obj/structure/curtain/open,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
@@ -84135,7 +84364,7 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -84232,25 +84461,6 @@
icon_state = "darkpurple"
},
/area/station/science/toxins/launch)
-"vzf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft)
"vzq" = (
/obj/effect/decal/cleanable/blood/old,
/obj/machinery/light/small,
@@ -84267,16 +84477,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
-"vAK" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"vAN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -84297,6 +84497,9 @@
/area/station/supply/storage)
"vBs" = (
/obj/machinery/firealarm/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -84360,15 +84563,32 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"vDX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/economy/vending/tool,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"vDY" = (
/obj/effect/turf_decal/delivery/red/hollow,
/obj/machinery/shower/directional/north,
/turf/simulated/floor/noslip,
/area/station/security/prisonlockers)
+"vEl" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"vEm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/delivery/white/hollow,
@@ -84406,7 +84626,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -84467,6 +84687,9 @@
"vGf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"vGj" = (
@@ -84577,7 +84800,7 @@
"vJQ" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -84655,11 +84878,8 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"vLf" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
dir = 8;
@@ -84676,7 +84896,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
"vLT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -84696,12 +84916,6 @@
/obj/effect/spawner/window/reinforced/tinted,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"vMh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"vMv" = (
/obj/structure/punching_bag,
/obj/effect/turf_decal/delivery/hollow,
@@ -84758,9 +84972,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"vNo" = (
@@ -84779,6 +84990,14 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"vOj" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore)
"vOq" = (
/obj/item/kirbyplants/large,
/obj/machinery/alarm/directional/east,
@@ -84818,12 +85037,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
-"vPi" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"vPz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -84839,7 +85052,7 @@
/area/station/security/permabrig)
"vPC" = (
/obj/item/mounted/frame/apc_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating{
@@ -84872,6 +85085,15 @@
icon_state = "whitepurple"
},
/area/station/science/xenobiology)
+"vSg" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"vSi" = (
/obj/structure/table/reinforced,
/obj/item/storage/bag/tray,
@@ -84879,6 +85101,27 @@
icon_state = "bar"
},
/area/station/security/permabrig)
+"vSq" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/table,
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/sheet/glass{
+ amount = 20;
+ pixel_x = 1;
+ pixel_y = 1
+ },
+/obj/item/stack/sheet/metal{
+ amount = 20
+ },
+/obj/effect/spawner/random/maintenance,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"vSs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -84994,6 +85237,14 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
+"vVf" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/lounge)
"vVt" = (
/obj/machinery/door/airlock/research{
name = "Research Division Access"
@@ -85004,6 +85255,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -85017,13 +85271,22 @@
icon_state = "brown"
},
/area/station/supply/expedition)
+"vVQ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/station/hallway/primary/starboard/west)
"vVV" = (
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
"vWe" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/directional/west,
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/apc/reinforced/directional/west,
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"vWw" = (
@@ -85051,6 +85314,14 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
+"vXc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"vXo" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -85114,7 +85385,7 @@
/turf/simulated/floor/engine/airless,
/area/station/science/toxins/test)
"vYD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -85165,6 +85436,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"wan" = (
@@ -85370,7 +85644,7 @@
/area/station/hallway/primary/port/west)
"weq" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -85379,7 +85653,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"wer" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -85431,6 +85705,13 @@
icon_state = "caution"
},
/area/station/public/dorms)
+"wfZ" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 9
+ },
+/obj/structure/lattice,
+/turf/space,
+/area/space/nearstation)
"wgt" = (
/obj/structure/table/wood,
/obj/item/ashtray/glass,
@@ -85488,13 +85769,16 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"whA" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint2)
"whN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"wiS" = (
@@ -85574,7 +85858,7 @@
layer = 4;
pixel_y = -32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -85584,9 +85868,6 @@
id_tag = "atmos";
name = "Atmos Blast Door"
},
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -85594,6 +85875,12 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"wkg" = (
@@ -85636,14 +85923,14 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
-"wlv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
+"wli" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/effect/spawner/random/barrier/grille_maybe,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
+/turf/simulated/floor/plasteel{
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/lounge)
"wlJ" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment/corner{
@@ -85746,7 +86033,7 @@
"woE" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -85854,6 +86141,9 @@
/obj/structure/cable{
icon_state = "1-4"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"wrM" = (
@@ -85868,9 +86158,6 @@
id_tag = "maint_house"
},
/obj/structure/barricade/wooden,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"wrT" = (
@@ -85891,6 +86178,15 @@
icon_state = "blue"
},
/area/station/legal/courtroom/gallery)
+"wsl" = (
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"wss" = (
/obj/machinery/computer/cryopod{
pixel_x = 30;
@@ -85899,6 +86195,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitegreencorner"
@@ -86014,10 +86313,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -86083,9 +86382,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"wwZ" = (
@@ -86300,17 +86596,15 @@
icon_state = "dark"
},
/area/station/science/robotics/chargebay)
-"wDj" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
+"wDN" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/port)
+/obj/machinery/door/airlock/engineering,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"wDS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -86318,19 +86612,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/status_display{
layer = 4;
pixel_y = 32
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"wEl" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -86571,6 +86862,12 @@
icon_state = "barber"
},
/area/station/service/barber)
+"wJE" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/west)
"wJH" = (
/obj/machinery/door/airlock/titanium{
id_tag = "s_docking_airlock";
@@ -86593,6 +86890,18 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"wKe" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/south)
"wKf" = (
/obj/effect/mapping_helpers/airlock/access/any/command/general,
/obj/machinery/door/firedoor,
@@ -86661,7 +86970,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -86805,13 +87114,12 @@
},
/area/station/security/permabrig)
"wOW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -86851,7 +87159,7 @@
/turf/simulated/floor/bluegrid,
/area/station/maintenance/asmaint)
"wPS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -86926,6 +87234,9 @@
name = "Cryodorms"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitegreen"
@@ -87045,7 +87356,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -87063,7 +87374,7 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -87086,6 +87397,16 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint2)
+"wXR" = (
+/obj/machinery/computer/monitor{
+ dir = 8;
+ name = "Backup Power Monitoring Console"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"wYg" = (
/obj/machinery/airlock_controller/access_controller{
name = "Virology Lab Access Console";
@@ -87174,9 +87495,6 @@
},
/area/station/science/toxins/mixing)
"xaq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 8
},
@@ -87191,14 +87509,14 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "gravity"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/engineering/gravitygenerator)
"xaS" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -87339,9 +87657,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/freezer,
/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -87365,7 +87680,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -87492,6 +87807,14 @@
icon_state = "bluecorner"
},
/area/station/command/bridge)
+"xir" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/aft/north)
"xiF" = (
/obj/structure/table/glass,
/obj/machinery/photocopier/faxmachine{
@@ -87541,10 +87864,10 @@
/area/station/command/bridge)
"xkh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -87557,9 +87880,6 @@
"xkF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/medical/coldroom)
"xkG" = (
@@ -87579,11 +87899,11 @@
/turf/simulated/floor/plasteel,
/area/station/science/toxins/launch)
"xll" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"xlw" = (
@@ -87693,9 +88013,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"xmq" = (
@@ -87723,9 +88040,12 @@
/area/station/maintenance/apmaint)
"xnn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
+/obj/item/stack/sheet/plastic{
+ amount = 10
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"xnt" = (
@@ -87796,7 +88116,7 @@
"xpW" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -87822,9 +88142,6 @@
},
/obj/effect/turf_decal/stripes/line,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
@@ -87839,18 +88156,12 @@
/turf/simulated/floor/plating,
/area/station/command/bridge)
"xqH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"xqK" = (
@@ -87975,9 +88286,6 @@
},
/area/station/engineering/control)
"xuQ" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
@@ -87987,7 +88295,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -88062,7 +88370,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -88075,15 +88383,12 @@
"xwU" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"xwY" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -88131,12 +88436,19 @@
"xxZ" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"xyb" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_port)
"xyl" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -88254,6 +88566,9 @@
"xBd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"xBf" = (
@@ -88269,6 +88584,13 @@
"xBl" = (
/turf/simulated/floor/grass,
/area/station/security/permabrig)
+"xBt" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/service/chapel)
"xBy" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery/partial{
@@ -88456,6 +88778,9 @@
"xGn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -88470,7 +88795,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -88520,7 +88845,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -88533,7 +88858,7 @@
/turf/simulated/floor/carpet,
/area/station/maintenance/asmaint)
"xHV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -88542,9 +88867,6 @@
"xId" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -88605,7 +88927,7 @@
},
/obj/structure/computerframe,
/obj/effect/decal/cleanable/cobweb2,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -88622,6 +88944,13 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"xJI" = (
+/obj/machinery/light/small,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"xJO" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -88752,6 +89081,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"xLR" = (
@@ -88868,8 +89200,18 @@
dir = 10
},
/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/sheet/plastic{
+ amount = 10
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
+"xPT" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 10
+ },
+/obj/structure/lattice,
+/turf/space,
+/area/space/nearstation)
"xQB" = (
/obj/effect/spawner/window/reinforced/tinted,
/obj/structure/disposalpipe/segment{
@@ -88914,13 +89256,13 @@
name = "Fore Port Solar Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"xRy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -89098,10 +89440,25 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
-"xUW" = (
+"xUU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/se)
+"xUW" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"xUY" = (
@@ -89121,10 +89478,10 @@
/area/station/public/toilet/unisex)
"xVy" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -89162,7 +89519,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -89366,9 +89723,6 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "hydrofloor"
},
@@ -89379,6 +89733,9 @@
},
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"xZq" = (
@@ -89435,11 +89792,19 @@
icon_state = "whiteyellowfull"
},
/area/station/medical/chemistry)
+"yag" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/service/kitchen)
"yah" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -89462,6 +89827,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"yaW" = (
@@ -89471,6 +89839,20 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/hop)
+"ybs" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/chair/sofa,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/aft)
"ybL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -89514,14 +89896,6 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
-"ycG" = (
-/obj/machinery/camera{
- c_tag = "Arrivals Hallway";
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"ycI" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -89620,7 +89994,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -89646,7 +90020,7 @@
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
"ygw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -89658,6 +90032,12 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"ygJ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"ygQ" = (
/obj/structure/closet/secure_closet/engineering_welding,
/turf/simulated/floor/plating,
@@ -89681,7 +90061,7 @@
},
/area/station/medical/surgery/observation)
"yhm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -89693,9 +90073,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"yhp" = (
@@ -89724,9 +90101,6 @@
name = "Courtroom Maintenance";
security_level = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/any/security/court,
/obj/effect/mapping_helpers/airlock/access/any/security/doors,
/turf/simulated/floor/plating,
@@ -89788,7 +90162,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -89803,9 +90177,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -89860,13 +90231,6 @@
icon_state = "dark"
},
/area/station/security/brig)
-"ykq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint2)
"ykr" = (
/obj/effect/mapping_helpers/airlock/access/any/command/hop,
/obj/structure/cable{
@@ -89897,8 +90261,8 @@
},
/area/station/science/hallway)
"ykw" = (
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/window/reinforced,
@@ -89929,6 +90293,9 @@
/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -102722,10 +103089,10 @@ bDu
bFM
bIb
bJs
-twG
-bKU
-bLC
-bwT
+wKe
+qVs
+asV
+ntv
gVm
gVm
gVm
@@ -102982,7 +103349,7 @@ bnS
xuz
vYh
dsG
-sFv
+iUj
cWm
sct
gpN
@@ -103205,14 +103572,14 @@ aHS
aHS
aGn
aHS
-tmn
-aHS
-vbc
-aHS
+urD
+whA
+hSg
+whA
aTh
-aPv
-aHS
-aHl
+eGF
+whA
+jwE
aVc
aWd
aXB
@@ -103239,7 +103606,7 @@ bnS
vKG
bnS
bnS
-wDj
+tZq
blQ
jje
hTL
@@ -103462,14 +103829,14 @@ aHS
aHS
aKW
aHS
-tmn
+bKf
aGn
aKW
aKW
aGn
aGn
aGn
-aHS
+aLx
aVc
aWc
aXA
@@ -103719,14 +104086,14 @@ aHS
aHS
aGn
aLt
-aKN
+bKf
aGn
aOT
aHl
aRh
aSo
aGn
-aRA
+ulq
aVc
aWf
aXD
@@ -103963,9 +104330,9 @@ asb
asb
asb
asb
-asb
+xyb
laU
-rTV
+svR
bOY
dap
hoD
@@ -103973,9 +104340,9 @@ aEE
aFS
xRr
aON
-gsj
-fdn
-aON
+whA
+kEz
+whA
nxX
aGn
aPW
@@ -103983,7 +104350,7 @@ aQb
aHS
aHl
aGn
-rPS
+kWK
aVc
doi
aXC
@@ -104240,14 +104607,14 @@ aPX
aRi
aHS
aKW
-aHS
+aLx
aVc
aWh
-aXF
-aZh
-aUt
-bgB
-bda
+ouh
+gjS
+uSF
+eUN
+vVf
sQe
eCx
bhv
@@ -104747,7 +105114,7 @@ aHS
aGn
aGn
aGn
-dXA
+aLj
aKW
aOW
tdz
@@ -104761,7 +105128,7 @@ aTu
aTu
aTu
bcM
-bda
+wli
bgv
biv
bkd
@@ -105262,11 +105629,11 @@ aKW
aHl
aLi
aLo
-aMF
+uVx
xaq
aTB
-aVH
-aOj
+bQX
+aHS
aTu
aUv
aVe
@@ -105275,12 +105642,12 @@ aVe
aUr
aTu
bgD
-mgM
-vMh
+pAn
+kXK
ozL
-blV
-ksy
-ycG
+boW
+fzD
+mtd
boW
jyy
coV
@@ -105518,13 +105885,13 @@ aIK
aGn
aHS
wOW
-aGn
-aKW
-aRp
-aGn
-aGn
+mPx
+elx
+mPx
+mPx
+mPx
aRu
-fdn
+pWT
aTz
aTz
aTz
@@ -105774,13 +106141,13 @@ aHk
aIy
aGn
aLu
-aLm
-bat
-aBy
-afO
-aBy
-aKW
-bQX
+wOW
+mPx
+dRP
+tIZ
+cov
+mPx
+opt
aTu
aUx
aTA
@@ -106032,12 +106399,12 @@ aHl
aKW
aLt
aMN
-aGn
-afO
+jDS
+oEl
aOX
-aab
-bat
-bQX
+kHb
+wDN
+pxE
aTu
aUs
aVe
@@ -106289,11 +106656,11 @@ aIL
aGn
aSs
aMP
-bat
+mPx
aBT
-aBy
+rud
aBZ
-bat
+mPx
nSe
aTu
aUz
@@ -106546,11 +106913,11 @@ gxu
aGn
aLu
aLr
-aGn
-aRp
-loS
-aGn
-aGn
+mPx
+wsl
+ooM
+luj
+mPx
bQX
aTu
aUu
@@ -106803,11 +107170,11 @@ lVb
fgq
vqz
aLq
-aMx
-ykq
-aHS
-aGn
-aTf
+mPx
+mPx
+mPx
+mPx
+mPx
aHl
aTu
aTu
@@ -107057,10 +107424,10 @@ ehl
aSH
aGn
itN
-viB
+aMh
aQc
aLp
-aKW
+aMx
esb
hCz
aKW
@@ -107324,9 +107691,9 @@ aGn
aLu
dwT
aHS
-aSK
+aHl
fdn
-aXN
+aXQ
aYi
aXN
aXN
@@ -107581,7 +107948,7 @@ aGn
aGn
aGn
aLu
-aUy
+rPS
aVi
aWi
aXQ
@@ -107838,7 +108205,7 @@ aLB
aGn
aKb
aHl
-aLx
+aHS
aVi
aWn
aXQ
@@ -108095,7 +108462,7 @@ aDD
aKW
qky
aHS
-aLx
+aHS
aVi
aWm
aXQ
@@ -108144,7 +108511,7 @@ vkC
oEm
cgQ
puo
-lOM
+bEW
qov
bCf
kwZ
@@ -108344,15 +108711,15 @@ aGn
aGn
bdK
hrm
-sRT
+aVM
aMF
aVM
aVM
-vAK
+aRk
aGn
qwM
aHS
-aLv
+aHl
aVi
aWo
aXQ
@@ -108609,7 +108976,7 @@ vab
aLu
aGn
aKW
-gJO
+aPv
aVi
aWq
aXQ
@@ -108658,7 +109025,7 @@ aab
aab
aaa
lRv
-lOM
+bEW
coL
tGO
nXK
@@ -108866,7 +109233,7 @@ lpJ
aHl
aHS
aLu
-aLx
+aHS
aVi
aWr
aYj
@@ -108895,7 +109262,7 @@ bKY
bMh
tcC
bQc
-bSg
+bKz
bKz
bRR
byw
@@ -109121,9 +109488,9 @@ vbm
aJX
jQt
aRk
-aON
+aHl
aXZ
-aUB
+aHl
aVi
aWp
aXN
@@ -109145,14 +109512,14 @@ blM
rzw
blQ
bua
-cJV
+bwy
svp
htV
mwL
bxb
bxb
bMq
-cGf
+bKz
bKz
bRR
bKz
@@ -109409,7 +109776,7 @@ bxb
bIV
bQf
rBg
-cGf
+bKz
bKz
kkT
nAi
@@ -109666,7 +110033,7 @@ bxb
bIU
bQf
rBg
-bSj
+byw
bKz
bKz
bKz
@@ -109891,7 +110258,7 @@ aKd
wTp
aaa
cpQ
-hNI
+bcv
fOW
aaa
aab
@@ -110148,7 +110515,7 @@ aMA
aMA
aaa
cpQ
-bcv
+gzO
dRs
aab
aUE
@@ -110173,7 +110540,7 @@ bnw
svp
bnK
bnK
-cJV
+bwy
blQ
bnK
bxb
@@ -110220,7 +110587,7 @@ rEZ
cLi
rEZ
aaa
-cPG
+uiB
aaa
aaa
aaa
@@ -110418,15 +110785,15 @@ aaa
waF
bgA
seV
-bkl
+bkg
eSS
-bnL
-bnL
-wlv
-bKW
+svp
+svp
+htV
+bnK
bwu
-bAu
-cHE
+myP
+rVV
fkr
cqQ
rVV
@@ -110477,7 +110844,7 @@ aab
aab
aaa
swl
-kzc
+otx
xSF
aab
aab
@@ -110662,7 +111029,7 @@ dEb
aPu
aMA
tHO
-bcv
+gzO
dRs
aab
aUE
@@ -111176,7 +111543,7 @@ aOo
aPu
aMA
wnG
-hNI
+bcv
plJ
aab
aUE
@@ -111433,7 +111800,7 @@ chX
aPj
aMA
aMA
-hNI
+bcv
plJ
aaa
aUE
@@ -111690,7 +112057,7 @@ sym
aMA
aaa
cpQ
-bcv
+gzO
plJ
aab
aLH
@@ -111947,7 +112314,7 @@ aOr
aMA
aaa
cpQ
-hNI
+bcv
xHV
aaa
aaa
@@ -112792,7 +113159,7 @@ oyi
cNB
cNB
nME
-cUf
+cNB
iQq
hYH
upX
@@ -112975,7 +113342,7 @@ aMQ
aLK
aMA
aQh
-ffD
+aRr
aMA
baa
bbH
@@ -114037,7 +114404,7 @@ rxg
bfx
bSQ
bUp
-bUX
+hLL
tum
bVt
bWU
@@ -114077,7 +114444,7 @@ qWJ
cNB
rMq
uyl
-cUf
+cNB
bFC
sOz
uyk
@@ -114591,7 +114958,7 @@ qWJ
tmS
gSd
uyl
-cUf
+cNB
xsP
mLi
bFC
@@ -114770,11 +115137,11 @@ aIW
aKj
aLN
aNa
-aOu
+aAp
aEl
aEl
lQx
-ffD
+aRr
aPi
xHw
mUR
@@ -114809,7 +115176,7 @@ bQn
kgz
kgz
bUY
-bST
+ajO
rSd
bYW
ajO
@@ -114820,8 +115187,8 @@ bNx
cgQ
coL
coL
-ezn
-tIs
+cqs
+cqs
reC
qVo
wPS
@@ -114847,8 +115214,8 @@ cZw
qWJ
cNB
cUh
-adM
-hJN
+nME
+cNB
tdf
uVX
cmg
@@ -115027,11 +115394,11 @@ aAp
aKl
aLQ
aKl
-aOu
+aAp
aPx
aRP
aEl
-ffD
+aRr
biE
gHr
gHr
@@ -115073,14 +115440,14 @@ gTO
caw
bTy
cfq
-bTz
-rea
-ehg
-vPi
-qdm
+bTy
+mmw
+lNb
+coL
+lNb
coL
xLj
-cqs
+vkG
cqs
tGO
cqs
@@ -115284,7 +115651,7 @@ aAp
aKk
aLO
aNb
-aOu
+aAp
aAp
aRM
aEl
@@ -115337,7 +115704,7 @@ cgS
cgS
cgS
cgS
-lNb
+mXJ
cyg
gYs
gzN
@@ -115541,7 +115908,7 @@ aIZ
aIZ
aIZ
aNd
-aOx
+aIZ
aPz
aRR
aEl
@@ -115621,7 +115988,7 @@ cUk
cVh
cWz
cXw
-cVo
+sDB
cJB
dar
dtt
@@ -115802,7 +116169,7 @@ aOw
aPy
aRQ
aEl
-ffD
+aRr
aPi
aRw
aRw
@@ -115851,7 +116218,7 @@ tvi
wgt
bTk
cgS
-lNb
+mXJ
lNb
cgQ
aaa
@@ -115876,9 +116243,9 @@ gxl
rgM
cUj
cVi
-cWy
-uVt
-cVo
+fRy
+omG
+clA
dtp
dar
cXP
@@ -116108,7 +116475,7 @@ pNd
hJe
aSA
cgS
-tGO
+jap
lNb
gzN
aaa
@@ -116365,7 +116732,7 @@ cRB
cDS
ciD
cgS
-csw
+tFk
coL
cgQ
aaa
@@ -116377,7 +116744,7 @@ roo
aaa
rEZ
sNN
-xnn
+uPf
nPO
cJx
tUH
@@ -116622,7 +116989,7 @@ cgS
cgS
cgS
cgS
-lNb
+mXJ
ybL
cgQ
cvx
@@ -116879,7 +117246,7 @@ ciG
dfg
mZU
cgW
-coL
+xUW
lNb
cgQ
cvw
@@ -117136,7 +117503,7 @@ bAb
ckw
vGu
cgW
-lNb
+mXJ
qov
cgQ
cvz
@@ -117157,7 +117524,7 @@ cNG
cNG
cKb
nLf
-mcW
+gxl
rgM
dsL
uVt
@@ -117340,11 +117707,11 @@ pCT
aKu
aLV
aJF
-aOA
+aOB
aPD
-lDY
-aTw
-kap
+pZt
+aPi
+aRr
aYa
aRw
aRw
@@ -117393,7 +117760,7 @@ bAb
lBU
coU
cgW
-cvf
+rFU
clr
cgQ
cvy
@@ -117650,7 +118017,7 @@ cmM
jkq
xty
cgW
-cqs
+vkG
csE
cgQ
cvu
@@ -117668,8 +118035,8 @@ cKk
gEL
srx
kcO
-eWK
-eWK
+usH
+usH
xwU
exN
rgM
@@ -117907,7 +118274,7 @@ cqJ
rfT
cnu
cgW
-cqs
+vkG
csE
cgQ
cvA
@@ -118164,7 +118531,7 @@ ceP
cop
chH
cgW
-csE
+lQG
cqs
gYs
cvD
@@ -118421,7 +118788,7 @@ cgW
cgW
cgW
cgW
-xLy
+dIG
xLy
cgQ
cvx
@@ -118678,7 +119045,7 @@ ckO
ckO
cpi
fku
-ckO
+doc
ckO
cua
wIt
@@ -118887,12 +119254,12 @@ aAU
aAU
aAU
aQD
-aRE
+tiP
aSb
aSS
aUp
-aRE
-aRE
+tiP
+tiP
baE
bhd
bhd
@@ -119141,9 +119508,9 @@ aIO
aKz
aHT
aNc
-aHT
-aNT
aQS
+aNT
+vOj
aHT
aSc
aHT
@@ -119191,7 +119558,7 @@ ciN
cfn
clZ
cQF
-lUC
+xir
crV
ctl
cue
@@ -119400,11 +119767,11 @@ awl
awl
awl
awl
-awl
+sFo
awl
awl
aPm
-bdI
+rZd
aDN
aDN
aDN
@@ -119652,12 +120019,12 @@ aFw
aJj
aKA
awl
-aKH
-avq
-avq
-avq
-avq
-avq
+vSg
+ygJ
+ygJ
+ygJ
+ygJ
+iGR
avq
ifp
aRx
@@ -120733,8 +121100,8 @@ jum
nNe
wuC
aUQ
-cts
-qAZ
+may
+pyj
csD
gpD
fgN
@@ -120990,8 +121357,8 @@ aUQ
aUQ
nPU
aUQ
-cts
-usZ
+cep
+xJI
csD
iSF
cvM
@@ -121247,8 +121614,8 @@ jTV
cVv
hhF
aUQ
-tnR
-cep
+ctZ
+cts
csD
csD
cvI
@@ -121279,11 +121646,11 @@ tOJ
dac
ury
uZx
-vaH
+hZl
cOi
cNU
cRh
-cOc
+fzw
epT
xJE
nfE
@@ -121504,8 +121871,8 @@ rqO
kYC
lHv
aUQ
-cts
-cKO
+cep
+dNp
cep
cmH
cvI
@@ -121535,12 +121902,12 @@ cUm
cYU
dab
mtc
-dbJ
-mtc
-cQH
+edp
+rjy
+uzB
hKe
vBs
-aMM
+cOc
epT
xJE
ssQ
@@ -121754,15 +122121,15 @@ xrj
mDd
bMG
ccn
-gVV
-cjp
+xUU
+gYI
dhw
ssK
ssK
fXp
wwY
xqH
-cep
+cts
cep
nsP
cvI
@@ -121792,9 +122159,9 @@ cUx
cZS
cZS
tbU
-gAm
-eMw
-dex
+fzw
+aMM
+cQH
dcq
dcq
vJY
@@ -122018,8 +122385,8 @@ crD
crD
crD
crD
-hEX
-eWc
+hBz
+saI
chf
chf
cvI
@@ -122048,10 +122415,10 @@ cSZ
dtc
cWp
cZS
-hPB
-edp
-hPB
-dau
+hVB
+cOc
+aMM
+cQH
cZF
dby
dcn
@@ -122525,7 +122892,7 @@ xig
xBy
tgQ
bFO
-gVV
+xUU
lLv
eEA
cdW
@@ -122810,8 +123177,8 @@ cJH
cLK
sYf
cDj
-cEr
-cEr
+iJi
+iJi
cPS
cQU
cSd
@@ -122986,7 +123353,7 @@ azX
aBi
aFn
awl
-uOo
+dNJ
aFH
aIq
aIi
@@ -123025,10 +123392,10 @@ bFi
bHo
bIR
bJT
-bKN
-bKN
-bKN
-bKN
+cbm
+cbm
+cbm
+cbm
bQO
cbm
cbm
@@ -123243,7 +123610,7 @@ azZ
aBp
aAC
awl
-uOo
+dNJ
awl
aFI
aFI
@@ -123279,7 +123646,7 @@ bhq
bhq
bzb
bhq
-cgo
+gVV
bFO
bEn
bFW
@@ -123500,7 +123867,7 @@ awl
awl
awl
awl
-uOo
+dNJ
awl
aGO
aIp
@@ -123536,7 +123903,7 @@ bsN
aUS
aUS
bAg
-cgo
+gVV
bkC
ogI
ogI
@@ -123757,7 +124124,7 @@ awl
oRr
ayd
aDp
-uOo
+dNJ
jdS
aGN
aGN
@@ -124011,9 +124378,9 @@ atG
atw
tCL
aBv
-tCL
+dEM
sht
-tCL
+ruJ
aEv
awl
lFV
@@ -124050,7 +124417,7 @@ bmq
bmq
aUS
bAk
-bHy
+boi
bAk
ogI
aTS
@@ -124307,7 +124674,7 @@ bmq
aVG
aUS
cMK
-bHy
+boi
bAk
bOU
aTV
@@ -124564,7 +124931,7 @@ bmq
bJQ
aUS
bAk
-bHy
+boi
bCZ
bOU
aTU
@@ -124603,7 +124970,7 @@ cCW
cxn
ddw
czg
-gfi
+czg
eiP
yhm
cep
@@ -124812,15 +125179,15 @@ aZR
bop
bkO
bmr
-bmM
-bmq
-bmq
-bmq
-bmq
-bmq
-bmq
-bAv
-bAk
+dXY
+iOW
+iOW
+iOW
+iOW
+iOW
+iOW
+ioz
+wJE
bHy
bDa
bOU
@@ -125037,8 +125404,8 @@ apG
auI
atG
axW
-gih
-gih
+ygJ
+ygJ
tVL
aCh
avq
@@ -125069,7 +125436,7 @@ biS
bom
bkO
bmr
-bmM
+uyA
btm
brh
btn
@@ -125311,10 +125678,10 @@ aLP
agu
vGf
iMp
-aWY
-aWY
+cLP
+cLP
wam
-aWY
+cLP
jDV
bhf
aOI
@@ -125326,7 +125693,7 @@ dkL
awY
bpC
bmr
-bmM
+uyA
btw
bri
bto
@@ -125335,7 +125702,7 @@ bmq
bmq
bAv
bAk
-bHy
+boi
bDA
bEp
aUP
@@ -125592,7 +125959,7 @@ bmq
bzo
aUS
pcF
-bHy
+boi
bDb
bEy
aUO
@@ -125849,7 +126216,7 @@ bAU
bCI
aUS
bAk
-bHy
+boi
bDb
aTL
bYu
@@ -125902,7 +126269,7 @@ aab
cQp
aab
cZh
-uud
+cNE
dba
djE
dcS
@@ -125914,7 +126281,7 @@ djE
djE
djE
djE
-ltD
+gNQ
aab
aab
aab
@@ -126346,7 +126713,7 @@ bdj
beW
aOI
bjw
-bbI
+bcm
bdT
bdT
bdT
@@ -126363,7 +126730,7 @@ bAV
rsw
aUS
bAo
-bHy
+boi
bDb
aTM
can
@@ -126586,7 +126953,7 @@ aSP
aSP
aBr
awl
-nBU
+ifp
awl
awl
awl
@@ -126594,14 +126961,14 @@ awl
awl
awl
aQE
-aSM
-aUT
-aWT
-aZC
-bbu
-bdj
+byH
+piU
+cVG
+eDj
+mZq
+eAL
sGj
-rJZ
+otk
jVw
bbd
bdT
@@ -126620,7 +126987,7 @@ bmq
bxE
aUS
bAn
-bHy
+boi
bDb
bEy
aVx
@@ -126843,7 +127210,7 @@ avq
avq
aBz
aSP
-lLq
+aSP
qZO
qZO
qZO
@@ -126877,7 +127244,7 @@ gxs
bdT
bdT
bAk
-bHy
+boi
aRy
bEp
aVI
@@ -127108,7 +127475,7 @@ atG
atG
awl
aQG
-qFg
+aVt
aVq
aVq
aZE
@@ -127134,7 +127501,7 @@ bof
bxF
bdT
gvW
-bHy
+boi
bAk
bEp
aVy
@@ -127167,15 +127534,15 @@ cpw
izR
czW
ctg
-cur
+cum
uno
uTl
-ckS
-ckS
-ckS
-ckS
-ckS
-vzf
+cep
+cep
+cep
+cep
+cep
+fEv
ctZ
cxO
msF
@@ -127206,7 +127573,7 @@ igi
igi
igi
igi
-gNQ
+wfZ
fPY
wyD
wyD
@@ -127391,7 +127758,7 @@ bof
bxG
bdT
bAq
-bHy
+boi
bAk
bEp
bEp
@@ -127435,7 +127802,7 @@ cep
cjq
cep
cxO
-cNE
+xPT
igi
igi
igi
@@ -127453,7 +127820,7 @@ igi
igi
igi
igi
-gNQ
+wfZ
dgS
eQU
eQU
@@ -127623,7 +127990,7 @@ aPm
aPm
aPm
aPm
-aVt
+gSI
aXf
aZH
aIc
@@ -127648,7 +128015,7 @@ bwn
bdT
bdT
bAk
-bHy
+boi
bAk
bEp
aWI
@@ -127880,7 +128247,7 @@ aFK
aPk
ePV
iGP
-aVt
+gSI
aXf
weF
aIe
@@ -127905,7 +128272,7 @@ bwo
bdT
bzg
bAk
-bHy
+boi
bAk
bEp
aWS
@@ -128137,9 +128504,9 @@ aFK
kiu
aPm
aSM
-aVt
-aXf
-aXf
+iWq
+rNy
+rNy
mOi
aKn
aKm
@@ -128162,7 +128529,7 @@ bof
cEU
bzf
bAk
-bHy
+boi
bAk
bEp
aWR
@@ -128419,7 +128786,7 @@ bof
hrA
bzf
bAk
-bHy
+boi
bAk
bEp
pin
@@ -128651,7 +129018,7 @@ aFK
aPm
aPm
aSM
-aVt
+gSI
aXf
aZJ
aIc
@@ -128676,7 +129043,7 @@ bof
vwp
bzf
bAk
-bHy
+boi
bAk
chh
chh
@@ -128997,8 +129364,8 @@ cep
dgm
dgT
cVH
-dcu
-dew
+dev
+nqN
inV
ddk
ddy
@@ -129165,7 +129532,7 @@ aOI
aPm
aPm
aSM
-aVt
+gSI
aZL
aZL
aIh
@@ -129190,7 +129557,7 @@ bwp
bdT
bzh
bAk
-bHA
+gKl
bJb
aTN
aYl
@@ -129253,8 +129620,8 @@ nZl
cep
chf
dgT
-cWx
-dcx
+dev
+nqN
dcR
dde
ddl
@@ -129423,8 +129790,8 @@ tuZ
aPm
wfQ
omD
-aZL
-aZL
+eJZ
+eJZ
jyL
aXi
rHR
@@ -129439,7 +129806,7 @@ bjy
bkY
bmy
bos
-bof
+yag
bof
bsX
buK
@@ -129447,7 +129814,7 @@ bwr
bdT
aQs
bAk
-bHy
+boi
phl
chh
aYr
@@ -129704,7 +130071,7 @@ beb
beb
beb
bAp
-bHy
+boi
bCZ
chh
chh
@@ -129953,7 +130320,7 @@ beb
bhM
bmA
bou
-bpV
+mVT
bpV
bqa
buP
@@ -129961,7 +130328,7 @@ bqa
blb
bjB
bAs
-bHy
+boi
sAl
bEu
bEu
@@ -130210,7 +130577,7 @@ beb
dnH
bqI
brr
-brr
+mcq
brr
brr
brr
@@ -130218,7 +130585,7 @@ brr
bxL
fiB
bAr
-bHy
+boi
wBF
wvL
aZT
@@ -130475,7 +130842,7 @@ boB
bxM
bjB
bAr
-bHy
+boi
kHm
bEu
bob
@@ -130966,13 +131333,13 @@ aOF
aHP
aVA
aXW
-aZQ
-aZQ
-aZQ
-aZQ
+bRx
+bRx
+bRx
+bRx
bfP
bkD
-bcm
+bML
beb
beb
bif
@@ -130986,10 +131353,10 @@ boA
boA
boA
boB
-bxM
-uIs
-bAr
-boi
+oPv
+nAQ
+vVQ
+bHy
bDa
bEu
bEI
@@ -131208,8 +131575,8 @@ aqZ
azU
awQ
axq
-axq
-ufm
+rIn
+okt
uDn
jOz
sDz
@@ -131217,8 +131584,8 @@ aHI
aIA
hHh
aKS
-aZQ
-aZQ
+bRx
+bRx
aOE
aGX
aQL
@@ -131243,7 +131610,7 @@ brs
boB
boB
boB
-bxM
+bBZ
bjB
bAr
boi
@@ -131259,8 +131626,8 @@ wMl
mXZ
bSF
eYG
-bUI
-bVU
+bGG
+cdb
cuQ
bGG
pMM
@@ -131517,7 +131884,7 @@ bFQ
bSH
bEu
rcZ
-bVX
+bGG
cuQ
cKQ
bXW
@@ -131774,7 +132141,7 @@ bFX
bSG
bEu
cKQ
-bVX
+bGG
cuQ
bXQ
pMM
@@ -132000,7 +132367,7 @@ aGX
aGX
aGX
bkN
-bcm
+bML
beb
beb
beb
@@ -132077,8 +132444,8 @@ xIi
chf
ctZ
hMp
-cYi
-cYi
+eQa
+eQa
gTH
gTH
kfn
@@ -132288,7 +132655,7 @@ bEu
bEu
bEu
cLh
-bVX
+bGG
bGG
bGG
bXW
@@ -132852,7 +133219,7 @@ cMk
dbR
cxO
hqx
-lWE
+dfM
chf
cep
cTB
@@ -133344,7 +133711,7 @@ bGG
bGG
uhl
bGG
-cLQ
+upd
cEE
xsC
bGG
@@ -133554,8 +133921,8 @@ boF
bcp
brw
bau
-aSI
-bwv
+prM
+fJl
kKJ
kmN
ePN
@@ -133630,7 +133997,7 @@ uqE
qiB
chf
czq
-ppp
+cts
qTA
itZ
dbr
@@ -133834,18 +134201,18 @@ bWn
chg
ccW
chg
-rma
-rma
+pdH
+pdH
kUB
-rma
-rma
+pdH
+pdH
lqc
-rma
-rma
-rma
+pdH
+pdH
+pdH
cuN
-rma
-rma
+pdH
+pdH
cxR
oHU
mGe
@@ -133888,7 +134255,7 @@ rPs
jTb
rPs
dhm
-tVq
+ybs
krv
iyJ
ucU
@@ -134065,8 +134432,8 @@ bcp
blj
blj
blj
-cVI
-buY
+btV
+blj
bvO
byR
blj
@@ -134104,7 +134471,7 @@ cuS
qmw
bYk
dcW
-cpH
+dcW
bGG
cuQ
aaa
@@ -134118,7 +134485,7 @@ bGG
bKl
dgy
dbg
-cLQ
+upd
pma
qZN
gGQ
@@ -134137,7 +134504,7 @@ cJK
gIp
cxO
cep
-lWE
+dfM
dhQ
cyJ
cyJ
@@ -134632,7 +134999,7 @@ bGG
bGG
hlw
bGG
-cLQ
+upd
bGG
qZN
cxN
@@ -134889,7 +135256,7 @@ bYk
bKd
oJZ
bGG
-cLQ
+upd
bGG
qZN
cJK
@@ -135146,7 +135513,7 @@ cpR
cpR
cpR
cpR
-cLQ
+upd
bGG
qZN
gGQ
@@ -135388,7 +135755,7 @@ ctC
cbd
bWg
bWg
-eHO
+siX
bWg
bWg
bvX
@@ -135850,7 +136217,7 @@ aMq
aMq
aUY
aGX
-bbY
+aSg
aQI
aGY
aSg
@@ -136099,18 +136466,18 @@ aCP
aGY
aMq
aCL
-aDZ
+ndW
aMq
iOn
aMq
aTj
aUg
-aUY
-aHO
-bbY
-aQL
-aGY
-aSg
+fsv
+aZQ
+vEl
+asD
+aZQ
+jcm
baz
bcq
beq
@@ -136360,11 +136727,11 @@ aOL
aKJ
aMe
aNr
+fkk
aQR
-aQR
-aMq
+aUY
aHb
-bbY
+aSg
baz
baz
ueq
@@ -136613,15 +136980,15 @@ aAY
aGY
aMq
aNm
-aEY
+diV
aKM
aQU
aNs
aTl
-aUi
aMq
-aGY
-bbY
+aMq
+aHO
+aSg
baz
aXj
aXc
@@ -136718,7 +137085,7 @@ csL
hyk
csL
csL
-uzh
+drb
ciY
aab
aab
@@ -136878,7 +137245,7 @@ aTk
aUh
aMq
aGY
-bbY
+aSg
baz
aUL
aXg
@@ -136931,7 +137298,7 @@ bLR
bXN
bXN
hGC
-qDj
+piN
bXN
bvX
bIM
@@ -137130,34 +137497,34 @@ aNp
aGV
aOJ
aOM
-aOL
-aTm
+aUg
+aUg
aUi
aMq
aGY
-bbY
+aSg
baz
aXk
aXe
sJu
-bcx
-bcx
+stD
+stD
bhA
bix
-bgg
-bcD
+jTN
+vXc
bpJ
bmO
blo
-bqg
-buA
-bqg
-boJ
-boJ
-boJ
-aYQ
-aSI
-bHI
+mcb
+dYu
+mcb
+lGN
+lGN
+lGN
+xBt
+akC
+uDs
cfy
aCT
bGL
@@ -137188,7 +137555,7 @@ bLR
cAS
cyI
cyI
-cAQ
+crs
cCf
bvX
bvX
@@ -137388,11 +137755,11 @@ aHL
aDZ
aQY
aEY
-aQR
-aQR
+rOn
+oXI
aMq
aQI
-bbY
+aSg
baz
aYx
aXo
@@ -137445,7 +137812,7 @@ cKT
cwK
ctI
ctI
-cAQ
+crs
cKT
cBB
cEs
@@ -137644,12 +138011,12 @@ aNq
aNk
aOK
aQW
-aRZ
+wXR
aTn
aUj
aMq
aGY
-bbY
+aSg
aYP
aYP
aYP
@@ -137906,7 +138273,7 @@ aMq
aMq
aUf
aGY
-bbY
+aSg
aYP
aYA
baA
@@ -138163,7 +138530,7 @@ aKZ
aMz
aQI
aGY
-bbY
+aSg
aYP
aYz
bay
@@ -138249,7 +138616,7 @@ wUT
ciY
cKF
csL
-qdO
+dhR
ycI
aaa
ycI
@@ -138420,7 +138787,7 @@ aKY
aMz
aOF
aGY
-bJe
+aSi
pHF
aUX
aUX
@@ -140570,8 +140937,8 @@ dfa
tMT
sTF
qUj
-oWU
-ddE
+gyq
+vfr
ddE
ddE
ddN
@@ -141056,7 +141423,7 @@ cga
ePu
gLA
uwi
-uzh
+drb
cQw
csL
rng
@@ -141311,7 +141678,7 @@ cga
med
unu
hlu
-nXc
+uQY
pfF
mXi
cOm
@@ -141558,7 +141925,7 @@ cgs
cgs
dbX
ddK
-crB
+tjd
crB
sYp
hlu
@@ -141813,9 +142180,9 @@ wzx
eMZ
cgE
cgs
-ciY
+uDX
kjx
-ciY
+bOH
ciY
csL
ofP
@@ -142071,7 +142438,7 @@ oJc
rAR
cgs
jwr
-hyk
+dwF
mMk
ciY
oUq
@@ -142328,8 +142695,8 @@ doK
tCD
cgs
vDX
-csL
-ctq
+rpR
+vSq
ciY
csL
raL
@@ -142585,8 +142952,8 @@ doF
uDR
cgs
qCZ
-cga
-csL
+tBF
+eRZ
ciY
csL
fmn
@@ -142842,7 +143209,7 @@ cvr
nRx
cgs
qcp
-csL
+sOg
voo
ciY
ciY
diff --git a/_maps/map_files/stations/cerestation.dmm b/_maps/map_files/stations/cerestation.dmm
index 955aa079e59..7a1adc0812a 100644
--- a/_maps/map_files/stations/cerestation.dmm
+++ b/_maps/map_files/stations/cerestation.dmm
@@ -22,20 +22,9 @@
"aaf" = (
/turf/simulated/mineral/ancient,
/area/mine/unexplored/cere/ai)
-"aah" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Service Asteroid Solar Array"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/solar_maintenance/port)
"aan" = (
/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/carpet/grimey,
@@ -76,7 +65,7 @@
"aaz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -115,8 +104,20 @@
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/north)
+"aaK" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment/corner,
+/turf/simulated/floor/plasteel,
+/area/station/security/lobby)
"aaM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -149,7 +150,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/north)
"abc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -197,7 +198,7 @@
/area/station/maintenance/disposal/north)
"abm" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -206,26 +207,8 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/north)
-"abq" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"abr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -265,6 +248,27 @@
icon_state = "yellow"
},
/area/station/maintenance/storage)
+"abD" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"abE" = (
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/mine/unexplored/cere/command)
@@ -310,14 +314,6 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/north)
-"abR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/maintcentral)
"abT" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -364,7 +360,7 @@
/turf/space,
/area/station/turret_protected/ai)
"acg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -384,12 +380,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
-"acw" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
"acD" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -402,21 +392,6 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/security/main)
-"acI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/disposal/southwest)
"acJ" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -429,7 +404,7 @@
"acK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/generic,
@@ -450,35 +425,15 @@
/obj/item/kirbyplants/large,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
-"acV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/camera{
- c_tag = "Docking Asteroid Hall 3";
- dir = 6
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
"acY" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/orange{
- icon_state = "1-8"
+ icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"add" = (
/obj/machinery/keycard_auth{
@@ -525,9 +480,12 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -593,22 +551,6 @@
icon_state = "freezerfloor"
},
/area/station/security/permabrig)
-"adU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"adV" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/machinery/door/firedoor,
@@ -624,9 +566,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -647,6 +586,9 @@
pixel_x = -32;
pixel_y = -8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
@@ -711,6 +653,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -743,7 +688,7 @@
},
/area/station/security/permabrig)
"aeK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -791,7 +736,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -801,15 +746,15 @@
/area/station/maintenance/maintcentral)
"afj" = (
/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner,
@@ -821,9 +766,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "darkyellow"
@@ -854,7 +796,7 @@
},
/area/station/turret_protected/ai)
"afo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -884,6 +826,23 @@
icon_state = "barber"
},
/area/station/security/permabrig)
+"afE" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/economy/atm/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/economy/atm/directional/north,
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
"afH" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating{
@@ -913,16 +872,6 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
-"afX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"afY" = (
/obj/structure/chair{
dir = 1
@@ -993,7 +942,7 @@
/obj/effect/mapping_helpers/airlock/unres{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -1004,6 +953,20 @@
icon_state = "white"
},
/area/station/medical/reception)
+"agz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/maintenance{
+ name = "Fore Asteroid Maintenance Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/command/starboard)
"agA" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 9
@@ -1021,21 +984,6 @@
/obj/structure/flora/ausbushes/leafybush,
/turf/simulated/floor/grass,
/area/station/hallway/secondary/exit)
-"agI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/aft/west)
"agJ" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -1115,7 +1063,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
/obj/structure/barricade/wooden,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"ahf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -1139,6 +1087,19 @@
icon_state = "neutralcorner"
},
/area/station/maintenance/service/fore_starboard)
+"ahv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_port)
"ahB" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -1163,7 +1124,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/spawner/random/dirt/frequent,
@@ -1184,21 +1145,36 @@
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"ahS" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/security/evidence)
+"ahW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/central/west)
"ahX" = (
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
@@ -1269,8 +1245,22 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/ai)
+"aio" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/item/stack/sheet/mineral/plasma,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"aiB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -1338,6 +1328,26 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
+"aiV" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Cell 1";
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/brig/temp/cell_1,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"aja" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 4
@@ -1348,7 +1358,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -1391,9 +1401,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/chair/sofa/bench/left{
dir = 1;
cover_color = "#85130b"
@@ -1450,13 +1457,13 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_4)
"ajA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/chair/sofa/bench,
@@ -1483,16 +1490,6 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
-"ajO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "floorgrime"
- },
-/area/station/security/permabrig)
"ajP" = (
/obj/machinery/door/airlock/titanium{
id_tag = "s_docking_airlock";
@@ -1517,7 +1514,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"akj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -1677,21 +1674,10 @@
"ale" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/firealarm/directional/east,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
-"alk" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/fsmaint)
"aln" = (
/obj/machinery/door/airlock/security/glass{
locked = 1;
@@ -1800,6 +1786,22 @@
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
+"ame" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/storage)
"amf" = (
/obj/structure/reagent_dispensers/water_cooler,
/turf/simulated/floor/wood,
@@ -1807,7 +1809,7 @@
"amk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -1818,26 +1820,6 @@
"amm" = (
/turf/simulated/floor/carpet/orange,
/area/station/command/office/ce)
-"amo" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/service/clown/secret)
"amw" = (
/obj/machinery/disposal/delivery_chute{
dir = 4
@@ -1873,14 +1855,6 @@
"amP" = (
/turf/simulated/wall,
/area/mine/unexplored/cere/cargo)
-"amR" = (
-/obj/item/assembly/mousetrap/armed,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"amW" = (
/obj/machinery/light_switch{
dir = 4;
@@ -1891,7 +1865,7 @@
dir = 4
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -1962,7 +1936,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -1975,7 +1949,7 @@
"anB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/generic,
@@ -1985,9 +1959,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"anO" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -2042,7 +2013,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -2062,7 +2033,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -2144,13 +2115,6 @@
/obj/machinery/ai_status_display,
/turf/simulated/wall/r_wall,
/area/station/aisat/service)
-"apl" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/brig)
"apx" = (
/obj/item/restraints/handcuffs/pinkcuffs,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -2185,7 +2149,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -2235,7 +2199,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -2314,18 +2278,6 @@
"aqC" = (
/turf/simulated/wall,
/area/station/public/locker)
-"aqG" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sort_type_txt = "24"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"aqK" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
@@ -2366,22 +2318,12 @@
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
-"aqV" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/brig)
"aqY" = (
/obj/machinery/door/airlock/security/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -2397,10 +2339,10 @@
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
"arf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/closet/secure_closet/brig/temp{
@@ -2427,7 +2369,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/camera/autoname{
@@ -2460,9 +2402,10 @@
/obj/item/food/donut/chocolate,
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/south)
-"arw" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"ary" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -2470,16 +2413,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/table,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -3
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = 5
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
},
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
+/area/station/hallway/primary/fore/west)
"arH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset,
@@ -2530,7 +2470,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -2559,6 +2499,13 @@
/obj/item/bikehorn/rubberducky/captainducky,
/turf/simulated/floor/plasteel/freezer,
/area/station/command/office/captain)
+"asz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
"asD" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -2596,10 +2543,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment,
@@ -2617,7 +2564,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"asV" = (
/obj/machinery/atmospherics/trinary/filter{
@@ -2729,9 +2676,6 @@
},
/area/station/maintenance/storage)
"atz" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "darkyellow"
@@ -2766,6 +2710,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -2788,6 +2735,14 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/aisat/interior/secondary)
+"auc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"aud" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -2801,19 +2756,10 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_port)
-"auh" = (
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Processing"
- },
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/processing)
"aul" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -2828,21 +2774,6 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
-"auu" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"auy" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/window/reinforced/grilled,
@@ -2879,7 +2810,7 @@
pixel_y = 23;
req_access = list(49)
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -2899,6 +2830,23 @@
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
/area/station/maintenance/security/starboard)
+"auO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint)
"auP" = (
/obj/machinery/requests_console/directional/north,
/obj/structure/window/reinforced{
@@ -2956,27 +2904,6 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"avf" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"avg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -2986,16 +2913,13 @@
},
/turf/simulated/floor/carpet/red,
/area/station/command/office/hos)
-"avi" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"avh" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"avk" = (
/obj/structure/toilet/directional/east,
/obj/machinery/light/small{
@@ -3070,13 +2994,7 @@
"avx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -3158,17 +3076,6 @@
},
/turf/space,
/area/station/hallway/spacebridge/cargocom)
-"awL" = (
-/obj/machinery/disposal,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/light,
-/turf/simulated/floor/carpet/grimey,
-/area/station/security/detective)
"awQ" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -3218,12 +3125,12 @@
},
/area/station/telecomms/chamber)
"axv" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/power/terminal{
dir = 1
},
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"axG" = (
@@ -3251,6 +3158,9 @@
/obj/machinery/light{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
@@ -3424,7 +3334,7 @@
dir = 4
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -3443,6 +3353,24 @@
/obj/machinery/teleport/hub,
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior)
+"ayO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/hos,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/airlock/command/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
"ayP" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -3492,10 +3420,10 @@
},
/area/station/maintenance/apmaint)
"azC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -3599,10 +3527,18 @@
/obj/machinery/conveyor/auto,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northwest)
+"aAt" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cult"
+ },
+/area/station/legal/lawoffice)
"aAx" = (
/obj/structure/mecha_wreckage/durand/old,
/turf/simulated/floor/mech_bay_recharge_floor,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"aAB" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -3646,13 +3582,6 @@
/obj/machinery/ai_status_display,
/turf/simulated/wall/mineral/titanium/nodiagonal,
/area/shuttle/arrival/station)
-"aBh" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"aBj" = (
/obj/machinery/newscaster/security_unit/directional/east,
/turf/simulated/floor/carpet/black,
@@ -3721,7 +3650,7 @@
pixel_y = 24;
req_one_access = list(19,41)
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door_control{
@@ -3749,7 +3678,7 @@
/area/station/security/range)
"aBL" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/exit)
"aBM" = (
@@ -3835,6 +3764,22 @@
"aCo" = (
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
+"aCq" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint)
"aCs" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -3904,7 +3849,7 @@
/area/station/aisat/service)
"aCB" = (
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -3914,7 +3859,7 @@
},
/area/station/service/kitchen)
"aCC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -3927,32 +3872,11 @@
icon_state = "whitegreenfull"
},
/area/station/public/sleep)
-"aCF" = (
-/obj/effect/mapping_helpers/turfs/rust,
-/obj/effect/spawner/random/fungus/maybe,
-/turf/simulated/wall/r_wall,
-/area/station/maintenance/asmaint)
-"aCL" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/carpet/arcade,
-/area/station/public/arcade)
"aCP" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple{
dir = 4
},
/obj/machinery/atmospherics/meter,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -3982,6 +3906,13 @@
icon_state = "dark"
},
/area/station/aisat/service)
+"aDj" = (
+/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"aDl" = (
/obj/structure/cable{
icon_state = "2-8"
@@ -4007,22 +3938,6 @@
"aDv" = (
/turf/simulated/mineral/ancient,
/area/station/engineering/tech_storage)
-"aDy" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"aDz" = (
/obj/machinery/door/airlock{
id_tag = "b1"
@@ -4069,7 +3984,7 @@
"aEb" = (
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start/security_officer,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -4086,34 +4001,23 @@
icon_state = "redcorner"
},
/area/station/security/main)
-"aEn" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
"aEq" = (
/obj/structure/target_stake,
/obj/machinery/magnetic_module,
/turf/simulated/floor/plasteel,
/area/station/security/range)
-"aEr" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_port)
"aEs" = (
/turf/simulated/floor/plating/airless,
/area/station/maintenance/maintcentral)
+"aEv" = (
+/obj/effect/mapping_helpers/turfs/rust,
+/turf/simulated/wall,
+/area/station/maintenance/electrical/aft_starboard)
"aEA" = (
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -4128,13 +4032,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
+"aED" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"aEE" = (
/obj/structure/girder,
/turf/simulated/floor/plating,
@@ -4154,7 +4065,7 @@
/area/station/command/office/captain)
"aEP" = (
/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/carpet/black,
@@ -4193,7 +4104,7 @@
/area/space/nearstation/disposals)
"aFe" = (
/obj/machinery/light/small,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -4213,13 +4124,27 @@
dir = 8
},
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/science/test_chamber)
+"aFr" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/closet/emcloset,
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"aFt" = (
/obj/structure/urinal{
pixel_y = 32
@@ -4234,10 +4159,10 @@
"aFz" = (
/obj/structure/table,
/obj/item/ashtray/bronze,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -4252,14 +4177,19 @@
/obj/effect/turf_decal/stripes/red,
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"aGc" = (
-/obj/structure/cable/yellow{
+"aFT" = (
+/obj/structure/cable{
icon_state = "4-8"
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
},
-/area/station/hallway/primary/central/north)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
"aGe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
/turf/simulated/wall/r_wall,
@@ -4294,23 +4224,6 @@
/obj/effect/decal/remains/robot,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northeast)
-"aGB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/camera{
- c_tag = "Security Lobby East";
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"aGC" = (
/obj/structure/closet/secure_closet/miner,
/turf/simulated/floor/plasteel,
@@ -4326,7 +4239,7 @@
/area/station/hallway/secondary/entry)
"aGL" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/security/main)
"aGP" = (
@@ -4343,7 +4256,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/molten_object/large,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"aGW" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -4372,6 +4285,19 @@
icon_state = "darkblue"
},
/area/station/command/bridge)
+"aHp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ name = "north bump";
+ pixel_y = 30
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"aHt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -4389,17 +4315,6 @@
icon_state = "darkfull"
},
/area/station/supply/qm)
-"aHH" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/prisonershuttle)
"aHV" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall/r_wall,
@@ -4409,9 +4324,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal/external/southeast)
"aIj" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel{
@@ -4419,6 +4331,13 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
+"aIl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/south)
"aIo" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/machinery/hologram/holopad,
@@ -4441,14 +4360,14 @@
},
/area/station/command/bridge)
"aIx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -4506,13 +4425,20 @@
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/carpet,
/area/station/public/locker)
-"aJy" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"aJh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
},
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/servsci)
+"aJy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -4551,29 +4477,13 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"aJQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/security/processing)
-"aJW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
"aKd" = (
/obj/effect/landmark/start/assistant,
/obj/structure/chair/sofa/corp{
@@ -4609,18 +4519,6 @@
"aKp" = (
/turf/simulated/wall,
/area/station/hallway/primary/fore/north)
-"aKs" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"aKv" = (
/obj/machinery/light{
dir = 1
@@ -4642,12 +4540,6 @@
icon_state = "red"
},
/area/station/security/storage)
-"aKy" = (
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"aKP" = (
/obj/machinery/economy/vending/cola,
/turf/simulated/floor/plasteel,
@@ -4665,7 +4557,7 @@
"aKW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -4674,7 +4566,7 @@
/area/station/public/fitness)
"aKY" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -4699,6 +4591,25 @@
icon_state = "red"
},
/area/station/security/range)
+"aLc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
+ },
+/area/station/hallway/secondary/entry/west)
"aLe" = (
/obj/machinery/computer/prisoner{
dir = 4
@@ -4708,7 +4619,7 @@
},
/area/station/command/bridge)
"aLf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -4729,12 +4640,6 @@
icon_state = "bar"
},
/area/station/security/permabrig)
-"aLu" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/starboard)
"aLv" = (
/obj/structure/grille,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -4769,7 +4674,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -4815,6 +4720,14 @@
icon_state = "darkblue"
},
/area/station/command/bridge)
+"aMh" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/carpet/royalblack,
+/area/station/command/office/ntrep)
"aMj" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -4823,6 +4736,15 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
+"aMv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"aMS" = (
/obj/structure/rack,
/obj/item/clothing/suit/armor/riot,
@@ -4844,7 +4766,7 @@
},
/area/station/security/armory/secure)
"aMX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -4971,12 +4893,6 @@
},
/turf/simulated/floor/carpet/black,
/area/station/command/office/captain)
-"aNO" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet,
-/area/station/legal/lawoffice)
"aNQ" = (
/obj/structure/sign/poster/official/random/directional/west,
/turf/simulated/floor/plasteel{
@@ -4991,11 +4907,11 @@
/area/station/command/bridge)
"aOi" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"aOk" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -5004,15 +4920,44 @@
icon_state = "dark"
},
/area/station/telecomms/computer)
+"aOl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/fans/tiny,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/wood/nitrogen,
+/area/station/maintenance/abandonedbar)
"aOn" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/carpet,
/area/station/medical/psych)
+"aOp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/port/south)
"aOE" = (
/obj/structure/chair/wood{
dir = 1
@@ -5022,6 +4967,18 @@
dir = 8
},
/area/station/hallway/primary/port/south)
+"aOF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/map_effect/dynamic_airlock/door/exterior,
+/obj/machinery/access_button/offset/north,
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/central/east)
"aOI" = (
/obj/structure/table,
/obj/item/flashlight/lamp,
@@ -5064,21 +5021,6 @@
icon_state = "dark"
},
/area/station/security/armory/secure)
-"aOR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/north)
"aOY" = (
/obj/machinery/light_switch{
dir = 8;
@@ -5103,7 +5045,7 @@
pixel_x = -24;
name = "west bump"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/freezer,
@@ -5173,14 +5115,6 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior)
-"aPA" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint2)
"aPB" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -5281,27 +5215,50 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/plasteel/white,
-/area/station/maintenance/apmaint)
-"aQa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/disposalpipe/junction/reversed{
- dir = 8
+/turf/simulated/floor/plasteel/white,
+/area/station/maintenance/apmaint)
+"aQc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/turf_decal/alphanumeric/center_3{
+ dir = 1
},
/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
+ icon_state = "dark"
},
-/area/station/security/lobby)
+/area/station/security/prison/cell_block/a)
"aQl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/command/meeting_room)
+"aQp" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/warden)
"aQq" = (
/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
@@ -5312,9 +5269,6 @@
/obj/machinery/light{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 8
@@ -5340,6 +5294,19 @@
icon_state = "floorgrime"
},
/area/station/security/permabrig)
+"aQQ" = (
+/obj/machinery/camera{
+ c_tag = "Service SMES";
+ dir = 6
+ },
+/obj/structure/table,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/item/storage/toolbox/mechanical,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"aQR" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -5352,6 +5319,15 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/legal/lawoffice)
+"aRg" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"aRh" = (
/obj/structure/lattice,
/obj/structure/railing,
@@ -5364,7 +5340,7 @@
},
/area/station/turret_protected/aisat/interior/secondary)
"aRr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -5399,16 +5375,6 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
-"aSm" = (
-/obj/structure/table/wood,
-/obj/item/stack/cable_coil/random{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil/random,
-/obj/item/eftpos,
-/turf/simulated/floor/wood,
-/area/station/service/bar)
"aSo" = (
/obj/structure/table/reinforced,
/obj/item/clothing/ears/earmuffs,
@@ -5448,7 +5414,7 @@
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/east)
"aSu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -5481,25 +5447,19 @@
icon_state = "darkblue"
},
/area/station/command/bridge)
-"aSF" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/fsmaint)
"aSJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -5523,6 +5483,9 @@
/area/station/public/toilet/lockerroom)
"aSR" = (
/obj/machinery/alarm/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 1
@@ -5547,9 +5510,12 @@
"aTj" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkfull"
@@ -5567,6 +5533,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -5605,15 +5574,20 @@
/obj/structure/statue/tranquillite/mime,
/turf/simulated/floor/mineral/tranquillite,
/area/station/service/mime)
-"aTL" = (
+"aTJ" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"aTP" = (
/obj/effect/spawner/window/reinforced/polarized{
id = "viro_2"
@@ -5627,7 +5601,7 @@
/turf/simulated/floor/carpet/black,
/area/station/legal/magistrate)
"aTT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating{
@@ -5737,11 +5711,20 @@
icon_state = "dark"
},
/area/station/command/meeting_room)
+"aUI" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/maintcentral)
"aUK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock,
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aUU" = (
@@ -5872,12 +5855,26 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint2)
"aVN" = (
/obj/structure/grille,
/turf/space,
/area/space/nearstation)
+"aVO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"aVR" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -5895,7 +5892,7 @@
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -5915,6 +5912,27 @@
/obj/structure/lattice,
/turf/space,
/area/space/nearstation)
+"aWr" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"aWG" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -5927,15 +5945,6 @@
icon_state = "darkblue"
},
/area/station/maintenance/disposal/northeast)
-"aWI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"aWL" = (
/obj/machinery/message_server,
/obj/machinery/light,
@@ -5997,6 +6006,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -6047,6 +6059,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -6104,6 +6119,41 @@
/obj/item/multitool,
/turf/simulated/floor/plating,
/area/station/aisat/service)
+"aXI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/doors,
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "BrigEast";
+ name = "Brig East Entrance"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "darkredcorners"
+ },
+/area/station/security/prison/cell_block/a)
"aXL" = (
/obj/machinery/ai_node/network_node,
/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
@@ -6119,6 +6169,31 @@
"aXR" = (
/turf/simulated/mineral/ancient,
/area/mine/unexplored/cere/engineering)
+"aXU" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Walkway"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "engilockdown";
+ layer = 2.6;
+ name = "Engineering Lockdown"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/spacebridge/engmed)
"aXV" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -6126,6 +6201,15 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
+"aXZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/security/starboard)
"aYa" = (
/obj/structure/flora/tree/jungle/small,
/turf/simulated/floor/grass/jungle,
@@ -6137,9 +6221,6 @@
"aYg" = (
/turf/simulated/wall,
/area/mine/unexplored/cere/engineering)
-"aYk" = (
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"aYn" = (
/obj/structure/cable/green{
icon_state = "2-4"
@@ -6156,26 +6237,6 @@
icon_state = "yellow"
},
/area/station/engineering/gravitygenerator)
-"aYq" = (
-/obj/machinery/power/smes/engineering{
- output_level = 100000
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
-"aYt" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/space,
-/area/station/hallway/spacebridge/comeng)
"aYu" = (
/obj/machinery/camera/autoname{
dir = 10
@@ -6185,7 +6246,7 @@
/area/station/hallway/spacebridge/engmed)
"aYD" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -6210,6 +6271,22 @@
"aYJ" = (
/turf/simulated/wall,
/area/station/hallway/primary/central/north)
+"aYK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"aYL" = (
/obj/machinery/door/airlock/welded,
/obj/structure/barricade/wooden/crude,
@@ -6238,7 +6315,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -6275,35 +6352,11 @@
/obj/structure/flora/junglebush/large,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
-"aZk" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/map_effect/dynamic_airlock,
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/north)
-"aZo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/map_effect/dynamic_airlock,
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/north)
"aZt" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "qm"
},
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/supply/qm)
"aZu" = (
@@ -6351,6 +6404,22 @@
"aZN" = (
/turf/simulated/wall,
/area/mine/unexplored/cere/medical)
+"aZT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"aZU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -6363,7 +6432,7 @@
},
/area/station/science/robotics)
"aZV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/table/wood,
@@ -6419,16 +6488,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
-"bam" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/north)
"bao" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/visible/purple,
@@ -6442,7 +6501,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -6453,6 +6512,9 @@
/obj/structure/sign/greencross{
pixel_y = 32
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -6461,43 +6523,6 @@
"bav" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/service/fore_port)
-"bax" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/stripes/end,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
-"baz" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/alarm/directional/east,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
-"baE" = (
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/range)
"baF" = (
/turf/simulated/wall,
/area/station/service/kitchen)
@@ -6539,6 +6564,12 @@
"bbc" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/starboard)
+"bbn" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/turf/simulated/mineral/ancient,
+/area/mine/unexplored/cere/civilian)
"bbr" = (
/obj/structure/rack{
dir = 8;
@@ -6560,25 +6591,12 @@
/area/station/command/office/hos)
"bbH" = (
/obj/structure/sign/poster/official/cohiba_robusto_ad/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
-"bbM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"bbO" = (
/obj/structure/closet/secure_closet/freezer/meat,
/obj/effect/decal/cleanable/dirt,
@@ -6586,15 +6604,6 @@
icon_state = "cafeteria"
},
/area/station/maintenance/service/fore_starboard)
-"bbU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"bca" = (
/obj/machinery/computer/arcade/orion_trail{
dir = 8
@@ -6613,16 +6622,6 @@
/obj/item/flag/ian,
/turf/simulated/floor/wood,
/area/station/public/pet_store)
-"bcp" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance/external,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"bcr" = (
/obj/machinery/door/airlock/hatch,
/obj/effect/mapping_helpers/airlock/access/any/science/minisat,
@@ -6634,7 +6633,7 @@
/turf/simulated/wall/r_wall,
/area/station/aisat/service)
"bcA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -6643,6 +6642,21 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
+"bcD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"bcG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -6699,13 +6713,9 @@
icon_state = "whiteyellow"
},
/area/station/medical/chemistry)
-"bcV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
+"bcS" = (
/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
+/area/station/maintenance/service/aft_port)
"bdh" = (
/obj/structure/flora/ausbushes/ppflowers,
/turf/simulated/floor/grass,
@@ -6739,7 +6749,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -6757,30 +6767,10 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
-"bdG" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/junction/reversed{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"bdI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -6819,7 +6809,7 @@
dir = 4
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -6830,6 +6820,19 @@
/obj/structure/table/wood,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
+"bek" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"beo" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/glass/beaker/cryoxadone{
@@ -6845,10 +6848,6 @@
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
-"bes" = (
-/obj/effect/mapping_helpers/turfs/rust,
-/turf/simulated/wall/r_wall,
-/area/station/maintenance/security/aft_port)
"bet" = (
/obj/machinery/light/small{
dir = 4
@@ -6862,7 +6861,7 @@
/area/space/nearstation)
"bex" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -6895,35 +6894,18 @@
/turf/simulated/floor/wood,
/area/station/medical/psych)
"beD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
/area/station/engineering/solar/port)
-"beI" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"beJ" = (
/obj/machinery/economy/vending/autodrobe,
/turf/simulated/floor/plasteel{
@@ -6936,7 +6918,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
"beS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/syndicatebomb/training,
@@ -6945,17 +6927,6 @@
icon_state = "redcorner"
},
/area/station/security/range)
-"beU" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/refill_station/oxygen,
-/obj/structure/sign/poster/official/air2/directional/west,
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/hallway/primary/central/east)
"bfa" = (
/obj/effect/turf_decal/woodsiding{
dir = 1
@@ -6967,24 +6938,24 @@
/area/station/hallway/secondary/entry/south)
"bfb" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"bff" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -7023,22 +6994,10 @@
icon_state = "darkred"
},
/area/station/security/execution)
-"bfx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"bfy" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -7052,6 +7011,14 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"bfA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/prisonershuttle)
"bfC" = (
/obj/machinery/economy/vending/cola,
/turf/simulated/floor/plasteel{
@@ -7149,6 +7116,17 @@
},
/turf/simulated/wall,
/area/station/security/range)
+"bgt" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/machinery/door/airlock/public/glass{
+ name = "Central Access"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/port/north)
"bgx" = (
/obj/machinery/conveyor{
dir = 8;
@@ -7183,7 +7161,7 @@
/area/station/engineering/control)
"bgR" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -7200,7 +7178,7 @@
},
/area/station/public/quantum/cargo)
"bgU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -7221,13 +7199,24 @@
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/cargocom)
"bgZ" = (
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/security/warden)
"bhd" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/control)
+"bhi" = (
+/obj/effect/spawner/random/dirt/frequent,
+/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"bhk" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -7281,7 +7270,7 @@
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"bhu" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar,
@@ -7311,6 +7300,16 @@
icon_state = "cult"
},
/area/station/legal/lawoffice)
+"bhD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"bhO" = (
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/mine/unexplored/cere/civilian)
@@ -7335,6 +7334,17 @@
/obj/structure/lattice,
/turf/space,
/area/space/nearstation)
+"bhT" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Central Asteroid Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"bia" = (
/obj/structure/table,
/obj/item/ashtray/plastic{
@@ -7381,7 +7391,7 @@
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/barrier/obstruction,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -7398,33 +7408,11 @@
},
/turf/simulated/floor/catwalk,
/area/station/public/storage/emergency/port)
-"biA" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/camera{
- c_tag = "Command SMES";
- dir = 6
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
"biB" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/service/hydroponics)
-"biC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"biI" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
@@ -7449,6 +7437,9 @@
/obj/item/multitool{
pixel_x = 5
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellow"
@@ -7520,6 +7511,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/bar)
"bjs" = (
@@ -7527,7 +7521,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -7538,12 +7532,12 @@
},
/area/station/medical/break_room)
"bjz" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"bjA" = (
@@ -7572,7 +7566,7 @@
/area/station/maintenance/apmaint)
"bjJ" = (
/obj/machinery/washing_machine,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/item/toy/figure/crew/md{
@@ -7595,10 +7589,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"bjW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -7613,6 +7607,9 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
@@ -7639,9 +7636,6 @@
name = "east bump";
pixel_x = 28
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -7740,33 +7734,6 @@
icon_state = "whitegreenfull"
},
/area/station/medical/virology)
-"bkz" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/security/armory,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/warden)
"bkF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -7774,10 +7741,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -7829,7 +7796,7 @@
},
/area/station/medical/surgery/secondary)
"bkO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/power/apc/directional/east,
@@ -7839,7 +7806,7 @@
},
/area/station/medical/surgery/secondary)
"bkP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -7851,7 +7818,7 @@
/turf/simulated/wall,
/area/station/public/storage/tools)
"bkW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -7880,7 +7847,7 @@
},
/area/station/turret_protected/aisat/interior)
"blm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -7893,10 +7860,10 @@
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"bls" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"blw" = (
/obj/structure/closet/crate,
@@ -7907,6 +7874,23 @@
icon_state = "yellow"
},
/area/station/maintenance/storage)
+"blA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/east)
"blC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -7917,7 +7901,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/wood,
@@ -7941,7 +7925,7 @@
/turf/simulated/floor/wood,
/area/station/medical/psych)
"blM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -7983,7 +7967,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/access_button{
@@ -8004,11 +7988,11 @@
/area/station/medical/virology)
"blQ" = (
/obj/structure/lattice,
-/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil/yellow,
/turf/space,
/area/space/nearstation)
"blR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -8025,6 +8009,16 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/medical/virology)
+"bmd" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/main)
"bmg" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/shieldwallgen,
@@ -8032,6 +8026,24 @@
icon_state = "dark"
},
/area/station/command/teleporter)
+"bmn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/assembly/mousetrap/armed,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"bms" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
@@ -8047,9 +8059,6 @@
},
/area/station/science/xenobiology)
"bmA" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/engineering/control)
@@ -8081,6 +8090,9 @@
"bmR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -8099,7 +8111,7 @@
/area/station/medical/psych)
"bmX" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/structure/closet/secure_closet/medical2,
@@ -8109,7 +8121,7 @@
},
/area/station/medical/surgery/primary)
"bmY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -8236,9 +8248,6 @@
name = "Laser Room"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -8257,7 +8266,7 @@
name = "Starboard Asteroid Maintenance Access"
},
/obj/structure/barricade/wooden/crude,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -8268,7 +8277,7 @@
/area/station/maintenance/abandonedservers)
"bol" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "red"
@@ -8320,7 +8329,7 @@
pixel_x = -6
},
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "red"
@@ -8357,9 +8366,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"bpf" = (
@@ -8439,14 +8445,11 @@
/area/station/medical/medbay2)
"bpN" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/hallway/secondary/exit)
@@ -8599,7 +8602,7 @@
},
/area/station/hallway/primary/aft/west)
"bqV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -8613,7 +8616,7 @@
},
/area/station/security/brig)
"bra" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -8678,43 +8681,6 @@
icon_state = "cafeteria"
},
/area/station/supply/break_room)
-"brM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
-"brN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"brP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10;
@@ -8739,7 +8705,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -8792,6 +8758,22 @@
/obj/effect/mapping_helpers/turfs/rust/maybe,
/turf/simulated/wall,
/area/station/maintenance/apmaint)
+"bsv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/break_room/secondary)
"bsw" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -8806,29 +8788,18 @@
icon_state = "floorgrime"
},
/area/station/security/permabrig)
-"bsB" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"bsC" = (
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/effect/turf_decal/stripes/white/line{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -9033,7 +9004,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/wood,
@@ -9068,7 +9039,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -9077,7 +9048,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/light_switch{
@@ -9085,7 +9056,7 @@
pixel_x = 24;
name = "east bump"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -9106,13 +9077,13 @@
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"btW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -9145,6 +9116,22 @@
},
/turf/simulated/floor/carpet,
/area/station/public/locker)
+"bul" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/storage)
"buv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -9284,29 +9271,16 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"bve" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/machinery/firealarm/directional/west,
-/obj/item/pickaxe/mini,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"bvl" = (
/obj/machinery/light{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "escape"
@@ -9334,7 +9308,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/carpet/black,
@@ -9377,9 +9351,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/sign/radiation/rad_area,
/obj/machinery/door/poddoor/preopen{
id_tag = "engineeringlockdown";
@@ -9406,15 +9377,6 @@
/obj/structure/chair/comfy/blue,
/turf/simulated/floor/carpet/blue,
/area/station/command/office/hop)
-"bwb" = (
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Processing"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/processing)
"bwc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -9425,7 +9387,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/railing/corner{
@@ -9436,16 +9398,6 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
-"bwe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"bwm" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -9481,15 +9433,12 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"bwq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -9516,33 +9465,8 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"bwu" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/table,
-/obj/item/book/manual/wiki/engineering_guide{
- pixel_x = 6;
- pixel_y = 14
- },
-/obj/item/book/manual/wiki/hacking{
- pixel_x = 6
- },
-/obj/item/book/manual/engineering_singularity_safety{
- pixel_x = -7;
- pixel_y = 14
- },
-/obj/item/book/manual/engineering_particle_accelerator{
- pixel_x = -7
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"bwv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -9558,20 +9482,7 @@
icon_state = "darkgreen"
},
/area/station/public/quantum/service)
-"bwJ" = (
-/obj/machinery/door/airlock/engineering,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/engineering/transmission_laser)
"bwR" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/dirt/often,
/obj/structure/disposalpipe/segment{
color = "#505050"
@@ -9594,7 +9505,7 @@
/area/station/maintenance/service/fore_port)
"bxf" = (
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"bxl" = (
/obj/machinery/light{
dir = 4
@@ -9609,16 +9520,6 @@
dir = 4
},
/area/station/hallway/primary/port/north)
-"bxn" = (
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/sign/security{
- pixel_y = 32
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"bxr" = (
/turf/simulated/floor/wood,
/area/station/command/office/hop)
@@ -9694,18 +9595,6 @@
/obj/machinery/smartfridge/id,
/turf/simulated/floor/wood,
/area/station/command/office/hop)
-"bxG" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/item/pickaxe/mini,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"bxO" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -9732,20 +9621,31 @@
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
-"byf" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"bxR" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
-/area/station/maintenance/service/fore_port)
+/area/station/maintenance/service/aft_starboard)
+"bxT" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/east)
"byi" = (
/obj/structure/chair/office/dark{
dir = 8
@@ -9766,7 +9666,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -9856,27 +9756,18 @@
/obj/structure/table/wood,
/turf/simulated/floor/wood,
/area/station/service/bar)
-"byI" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/item/pickaxe/mini,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"byN" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
/turf/simulated/floor/plasteel,
/area/station/security/main)
+"byQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"byS" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -9942,7 +9833,7 @@
dir = 1
},
/obj/effect/turf_decal/caution,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/engine,
@@ -9982,15 +9873,26 @@
icon_state = "asteroidplating"
},
/area/station/security/permabrig)
+"bzR" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Docking Asteroid Substation"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"bzY" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/door/poddoor/shutters/preopen{
@@ -10004,18 +9906,6 @@
/obj/structure/sign/biohazard,
/turf/simulated/wall/r_wall,
/area/station/medical/virology)
-"bAe" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/maintcentral)
"bAh" = (
/obj/structure/closet/secure_closet/security,
/obj/structure/window/reinforced{
@@ -10075,12 +9965,25 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/engine,
/area/station/science/misc_lab)
+"bAv" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/brig)
"bAy" = (
/obj/machinery/door/airlock/maintenance{
name = "Central Asteroid Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/obj/machinery/door/firedoor,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -10089,6 +9992,14 @@
/obj/structure/chair/sofa/right,
/turf/simulated/floor/wood,
/area/station/medical/psych)
+"bAA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible,
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/map_effect/dynamic_airlock/door/interior,
+/obj/machinery/access_button/offset/east,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/north)
"bAI" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -10129,7 +10040,7 @@
name = "Supermatter Chamber"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -10263,7 +10174,7 @@
dir = 8;
name = "Gas to Filter"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -10302,7 +10213,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -10318,7 +10229,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -10352,9 +10263,24 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"bCr" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Aft Asteroid Maintenance"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/disposalpipe/segment,
+/obj/effect/mapping_helpers/airlock/access/any/science/tox,
+/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/misc_lab)
"bCs" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -10377,6 +10303,13 @@
"bCJ" = (
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/cargocom)
+"bCK" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/command/starboard)
"bCP" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -10389,8 +10322,8 @@
"bCR" = (
/obj/effect/turf_decal/stripes/end,
/obj/machinery/power/apc/important/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
+/obj/structure/cable{
+ icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/engineering/atmos)
@@ -10400,16 +10333,6 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"bCU" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "arrival"
- },
-/area/station/hallway/secondary/entry/west)
"bCV" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -10428,11 +10351,31 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"bCY" = (
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Interrogation"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/interrogation)
"bDb" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/break_room/secondary)
+"bDf" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"bDh" = (
/obj/machinery/economy/vending/wallmed/directional/north,
/obj/structure/railing{
@@ -10455,19 +10398,6 @@
/obj/item/storage/toolbox/mechanical,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
-"bDu" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/break_room/secondary)
"bDv" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -10512,27 +10442,6 @@
"bDR" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos)
-"bDV" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"bEc" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 6
@@ -10543,12 +10452,12 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"bEe" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"bEf" = (
@@ -10567,7 +10476,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -10632,25 +10541,6 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior)
-"bEK" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/engineering{
- name = "Command Asteroid Security Area Substation"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/security/aft_port)
"bEL" = (
/obj/machinery/atmospherics/binary/pump{
dir = 1
@@ -10822,7 +10712,7 @@
/obj/effect/mapping_helpers/airlock/locked,
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -10845,7 +10735,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -10881,7 +10771,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -10899,6 +10789,22 @@
icon_state = "bar"
},
/area/station/service/theatre)
+"bFZ" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/phone{
+ pixel_y = 2
+ },
+/turf/simulated/floor/carpet/royalblack,
+/area/station/command/office/ntrep)
"bGh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -10907,6 +10813,38 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
+"bGl" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/north)
+"bGs" = (
+/obj/structure/disposalpipe/junction/reversed{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"bGx" = (
/obj/structure/bookcase/random{
name = "Forbidden Knowledge"
@@ -10917,6 +10855,9 @@
/area/station/service/library)
"bGB" = (
/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"bGF" = (
@@ -10941,40 +10882,11 @@
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
-"bGL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/junction,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"bGP" = (
/turf/simulated/floor/light{
color = "#79986b"
},
/area/station/public/quantum/service)
-"bGS" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"bGW" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/obj/structure/disposalpipe/segment/corner{
@@ -11009,64 +10921,18 @@
dir = 4
},
/obj/structure/closet/secure_closet/engineering_welding,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 9;
icon_state = "darkyellow"
},
/area/station/engineering/engine_foyer)
-"bHe" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/engine_foyer)
-"bHg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/engineering/glass,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "engineeringlockdown";
- layer = 2.6;
- name = "Engine Room Blast Door"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/engine_foyer)
"bHi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"bHt" = (
@@ -11085,7 +10951,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -11103,7 +10969,7 @@
},
/area/station/supply/expedition)
"bHJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -11112,7 +10978,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -11127,7 +10993,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -11149,14 +11015,6 @@
},
/turf/simulated/mineral/ancient,
/area/station/hallway/secondary/exit)
-"bHY" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"bHZ" = (
/turf/simulated/floor/wood,
/area/station/service/library)
@@ -11172,6 +11030,21 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
+"bIb" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/east)
"bIg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment{
@@ -11185,9 +11058,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
@@ -11203,29 +11073,12 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"bIk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"bIl" = (
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/command/starboard)
"bIm" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -11282,59 +11135,22 @@
icon_state = "darkred"
},
/area/station/maintenance/security/port)
-"bIB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkyellow";
- dir = 8
- },
-/area/station/engineering/engine_foyer)
-"bID" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction/reversed{
- dir = 8;
- sort_type_txt = "4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/break_room)
"bIF" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"bIG" = (
@@ -11354,6 +11170,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -11371,30 +11190,6 @@
icon_state = "dark"
},
/area/station/legal/courtroom)
-"bIT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/main)
-"bIV" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/refill_station/nitrogen,
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/hallway/primary/central/east)
"bIX" = (
/turf/simulated/wall,
/area/station/medical/virology)
@@ -11404,7 +11199,7 @@
},
/area/station/medical/surgery/primary)
"bJe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -11416,15 +11211,6 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
-"bJg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/aft/west)
"bJm" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -11439,7 +11225,7 @@
"bJn" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -11498,7 +11284,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -11511,12 +11297,6 @@
dir = 5;
network = list("SS13","Engineering")
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
@@ -11560,58 +11340,13 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/security/starboard)
-"bJY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/processing)
-"bKf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/caution/red{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "arrival"
- },
-/area/station/hallway/secondary/entry/west)
-"bKg" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/asmaint)
"bKq" = (
/obj/machinery/r_n_d/protolathe,
/obj/effect/turf_decal/stripes/line,
@@ -11642,9 +11377,6 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"bKz" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellowcorners"
@@ -11704,7 +11436,7 @@
},
/area/station/security/permabrig)
"bKM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -11725,16 +11457,16 @@
/obj/machinery/shower/directional/north,
/turf/simulated/floor/noslip,
/area/station/medical/cloning)
-"bLj" = (
-/obj/structure/cable/orange{
+"bLe" = (
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
},
-/area/station/maintenance/service/fore_port)
+/area/station/security/brig)
"bLE" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/structure/reagent_dispensers/watertank,
@@ -11746,13 +11478,10 @@
"bLI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/carpet/green,
/area/station/service/library)
"bLM" = (
@@ -11777,9 +11506,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellowcorners"
@@ -11789,7 +11515,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -11803,9 +11529,6 @@
},
/area/station/medical/medbay)
"bLW" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/light{
dir = 8
},
@@ -11839,7 +11562,7 @@
},
/area/station/procedure/trainer_office)
"bMt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -11869,6 +11592,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"bME" = (
@@ -11907,13 +11633,13 @@
/area/station/command/bridge)
"bMT" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -11928,11 +11654,11 @@
/obj/item/mounted/frame/display{
pixel_y = 30
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -11942,22 +11668,6 @@
/obj/effect/landmark/start/librarian,
/turf/simulated/floor/wood,
/area/station/service/library)
-"bNg" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"bNh" = (
/obj/structure/table/wood,
/obj/item/camera_film,
@@ -12046,9 +11756,20 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
+"bNN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"bNP" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/engine,
@@ -12069,16 +11790,13 @@
/turf/space,
/area/station/engineering/solar/fore_port)
"bNV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
"bNY" = (
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkfull"
@@ -12156,8 +11874,8 @@
"bOE" = (
/obj/machinery/power/apc/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
- icon_state = "0-4"
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/engineering/secure_storage)
@@ -12179,9 +11897,6 @@
/obj/item/airlock_electronics,
/obj/item/stock_parts/cell/high/plus,
/obj/machinery/alarm/directional/east,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/structure/extinguisher_cabinet{
name = "north bump";
pixel_y = 30
@@ -12217,23 +11932,6 @@
icon_state = "darkbrown"
},
/area/station/maintenance/starboard)
-"bOZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "floorgrime"
- },
-/area/station/security/permabrig)
"bPa" = (
/obj/structure/railing{
dir = 8
@@ -12291,9 +11989,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -12330,7 +12025,7 @@
},
/area/station/command/office/ce)
"bPB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -12353,10 +12048,10 @@
req_access = list(56);
pixel_y = 24
},
-/obj/structure/cable/orange{
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/door/firedoor,
/turf/simulated/floor/catwalk,
/area/station/engineering/secure_storage)
"bPH" = (
@@ -12385,17 +12080,6 @@
icon_state = "dark"
},
/area/station/engineering/secure_storage)
-"bPL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/secure_storage)
"bPN" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -12418,6 +12102,25 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
+"bPT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/south)
"bPY" = (
/obj/structure/lightable/bonfire,
/turf/simulated/floor/engine,
@@ -12439,7 +12142,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/airlock/research/glass,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -12500,7 +12203,7 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/carpet/grimey,
@@ -12622,25 +12325,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
-"bRd" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/mapping_helpers/turfs/damage,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/station/maintenance/gambling_den)
"bRi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -12671,38 +12361,11 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos)
-"bRt" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"bRz" = (
/turf/simulated/floor/plasteel{
icon_state = "arrivalcorner"
},
/area/station/hallway/secondary/entry/west)
-"bRC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/effect/landmark/start/xenobiologist,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
"bRE" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -12816,7 +12479,7 @@
/area/station/command/bridge)
"bSk" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -12896,24 +12559,6 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
-"bSM" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/closet/firecloset/full,
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"bSW" = (
/obj/machinery/atmospherics/unary/vent_scrubber{
dir = 4;
@@ -12961,7 +12606,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -12990,7 +12635,7 @@
dir = 1;
name = "Distro to Waste"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -13016,9 +12661,6 @@
color = "#954535"
},
/obj/machinery/light,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
@@ -13032,15 +12674,6 @@
icon_state = "yellow"
},
/area/station/maintenance/storage)
-"bTz" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plating/airless,
-/area/station/maintenance/service/fore_starboard)
"bTA" = (
/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
dir = 4
@@ -13078,7 +12711,7 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -13100,7 +12733,7 @@
},
/area/station/engineering/atmos/distribution)
"bTL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -13125,7 +12758,7 @@
/turf/simulated/wall,
/area/station/maintenance/maintcentral)
"bTR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -13138,7 +12771,7 @@
/area/station/security/prisonershuttle)
"bTS" = (
/obj/machinery/computer/operating,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -13192,9 +12825,6 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/unisex)
"bUf" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 8
@@ -13212,7 +12842,7 @@
"bUh" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -13285,12 +12915,6 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos/distribution)
-"bUD" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"bUJ" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin/nanotrasen,
@@ -13405,7 +13029,7 @@
/area/station/turret_protected/ai_upload)
"bVj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/oil/streak,
@@ -13561,7 +13185,7 @@
},
/area/station/engineering/atmos/distribution)
"bVE" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -13571,22 +13195,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
-"bVF" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"bVI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -13607,16 +13222,6 @@
"bVS" = (
/turf/simulated/floor/carpet/red,
/area/station/service/chapel)
-"bVT" = (
-/obj/machinery/firealarm/directional/north,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkyellow";
- dir = 1
- },
-/area/station/command/office/ce)
"bVU" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 5
@@ -13872,9 +13477,6 @@
/turf/simulated/floor/engine/vacuum,
/area/station/engineering/atmos)
"bXi" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance{
name = "Aft-Starboard Asteroid Maintenance"
},
@@ -13882,13 +13484,16 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint2)
"bXj" = (
/turf/simulated/mineral/ancient,
/area/station/service/chapel/office)
"bXk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -13934,27 +13539,14 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
-"bXq" = (
-/obj/effect/spawner/window/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/sign/radiation/rad_area,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "engineeringlockdown";
- layer = 2.6;
- name = "Engine Room Blast Door"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/engine_foyer)
"bXt" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/wood,
@@ -14076,7 +13668,7 @@
/turf/simulated/floor/engine/vacuum,
/area/station/engineering/atmos)
"bYh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/window/classic/normal{
@@ -14157,7 +13749,7 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -14173,7 +13765,7 @@
/obj/structure/chair/office{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -14192,10 +13784,10 @@
dir = 8;
name = "Bridge Power Monitoring Computer"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -14209,19 +13801,6 @@
/obj/machinery/ai_status_display,
/turf/simulated/wall,
/area/station/maintenance/security/fore_starboard)
-"bZu" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Prison Garden"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
"bZv" = (
/obj/effect/turf_decal/stripes/asteroid/line{
dir = 6
@@ -14230,6 +13809,18 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/disposal/external/southeast)
+"bZz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/light{
+ color = "#763C3A"
+ },
+/area/station/public/quantum/security)
"bZB" = (
/obj/structure/closet/toolcloset,
/turf/simulated/floor/catwalk,
@@ -14254,6 +13845,19 @@
icon_state = "cafeteria"
},
/area/station/science/hallway)
+"bZW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/turf_decal/alphanumeric/center_2{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"bZX" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -14272,39 +13876,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal/southwest)
-"caq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
-"cat" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"cau" = (
/obj/structure/table/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -14349,7 +13920,7 @@
},
/area/station/maintenance/starboard)
"caM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -14360,7 +13931,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"caQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -14377,7 +13948,7 @@
"caX" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -14385,6 +13956,13 @@
"cbc" = (
/turf/simulated/mineral/ancient,
/area/station/service/clown/secret)
+"cbp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_port)
"cbr" = (
/obj/structure/table,
/obj/item/storage/fancy/cigarettes/cigpack_robust{
@@ -14413,7 +13991,7 @@
},
/area/station/security/prison/cell_block/a)
"cbU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -14432,6 +14010,15 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/fore_starboard)
+"ccf" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"cch" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -14483,7 +14070,7 @@
/obj/machinery/computer/security{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -14511,17 +14098,19 @@
icon_state = "darkred"
},
/area/station/security/evidence)
+"ccS" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=Service";
+ location = "CommandWest";
+ name = "navigation beacon (Command-West)"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"ccW" = (
/turf/simulated/mineral/ancient,
/area/mine/unexplored/cere/research)
-"ccZ" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/break_room/secondary)
"cda" = (
/obj/structure/chair/comfy/brown{
dir = 8
@@ -14545,26 +14134,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/west)
-"cde" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "floorgrime"
- },
-/area/station/security/permabrig)
"cdf" = (
/turf/simulated/floor/plasteel{
dir = 4;
@@ -14577,29 +14146,40 @@
dir = 8
},
/area/station/hallway/primary/port/south)
+"cdq" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"cdz" = (
/obj/item/trash/spentcasing/bullet/lasershot,
/obj/item/trash/spentcasing/bullet/lasershot,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/command/fore)
"cdD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
-"cdF" = (
-/obj/effect/turf_decal/stripes/end{
- dir = 4
- },
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"cdG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -14624,17 +14204,11 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"cdP" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_port)
"cdT" = (
/turf/simulated/wall,
/area/station/hallway/secondary/exit)
"cdV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/firealarm/directional/south,
@@ -14689,7 +14263,7 @@
/area/station/science/robotics/chargebay)
"cef" = (
/obj/machinery/power/smes,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/machinery/light/small,
@@ -14730,7 +14304,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -14829,23 +14403,29 @@
/obj/machinery/light/small,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
+"cfy" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"cfF" = (
/obj/effect/spawner/window/reinforced/polarized{
id = "chaplain"
},
/turf/simulated/floor/plating,
/area/station/service/chapel/office)
-"cfG" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/loading_area{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/public/quantum/docking)
"cfH" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -14892,9 +14472,6 @@
},
/area/station/medical/reception)
"cge" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -14935,7 +14512,7 @@
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/servsci)
"cgr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -14967,18 +14544,39 @@
icon_state = "white"
},
/area/station/medical/surgery/secondary)
-"cgw" = (
-/obj/structure/cable/orange{
+"cgz" = (
+/obj/structure/sign/directions/bridge{
+ dir = 4;
+ pixel_y = -24
+ },
+/obj/structure/sign/directions/security{
+ pixel_y = -32;
+ dir = 8
+ },
+/obj/structure/sign/directions/science{
+ pixel_y = -40;
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/caution/red{
+ dir = 8
+ },
+/obj/structure/cable{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"cgE" = (
/obj/machinery/camera{
c_tag = "Brig Processing East";
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -14987,7 +14585,7 @@
},
/area/station/security/processing)
"cgK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/economy/vending/wallmed/directional/north,
@@ -15002,6 +14600,9 @@
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -15019,9 +14620,6 @@
},
/area/station/hallway/primary/fore/north)
"chc" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/chair/sofa/bench{
dir = 4
},
@@ -15051,19 +14649,6 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
-"chp" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"chD" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging,
/obj/structure/machine_frame,
@@ -15103,16 +14688,6 @@
icon_state = "dark"
},
/area/station/command/bridge)
-"chN" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/north)
"chQ" = (
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
@@ -15149,7 +14724,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"chX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/firealarm/directional/north,
@@ -15161,16 +14736,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
-"chY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/serveng)
"cia" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -15208,6 +14773,13 @@
/obj/machinery/teleport/hub,
/turf/simulated/floor/plating,
/area/station/command/teleporter)
+"cid" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/refill_station/nitrogen,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/hallway/primary/central/east)
"cif" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -15248,15 +14820,15 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "rampbottom";
dir = 8
@@ -15269,12 +14841,12 @@
/obj/structure/window/reinforced{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -15313,6 +14885,17 @@
/obj/structure/flora/ausbushes/fernybush,
/turf/simulated/floor/grass,
/area/station/hallway/secondary/exit)
+"ciY" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/engine_foyer)
"ciZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/carpet/red,
@@ -15329,7 +14912,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -15360,7 +14943,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -15374,20 +14957,6 @@
/obj/machinery/alarm/directional/west,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
-"cjF" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/east)
"cjK" = (
/turf/simulated/floor/plasteel{
icon_state = "redfull"
@@ -15401,7 +14970,7 @@
dir = 5
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -15409,55 +14978,23 @@
"cjR" = (
/turf/simulated/wall,
/area/station/public/quantum/security)
-"cjS" = (
+"cki" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/comeng)
"ckn" = (
/obj/structure/sign/poster/official/random/directional/north,
/turf/simulated/floor/carpet/cyan,
/area/station/public/fitness)
-"cko" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
-"ckp" = (
-/obj/effect/landmark/spawner/nukedisc_respawn,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/alarm/directional/north,
-/turf/simulated/floor/plating,
-/area/station/service/clown/secret)
-"ckr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/east)
"ckt" = (
/obj/machinery/economy/vending/shoedispenser,
/obj/machinery/requests_console/directional/north,
@@ -15468,7 +15005,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
"ckz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -15477,7 +15014,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northwest)
"ckC" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -15488,6 +15025,15 @@
icon_state = "whitepurple"
},
/area/station/science/hallway)
+"ckD" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/south)
"ckI" = (
/obj/structure/closet/walllocker/emerglocker/directional/west,
/turf/simulated/floor/plasteel{
@@ -15546,24 +15092,6 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"clf" = (
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"clj" = (
/obj/machinery/light_switch{
dir = 4;
@@ -15607,13 +15135,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
-"clv" = (
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/engineering,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"clB" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -15635,10 +15156,10 @@
layer = 2.6;
name = "containment door 7"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/window/classic/normal{
@@ -15647,10 +15168,6 @@
/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio,
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
-"clN" = (
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"clQ" = (
/obj/machinery/sparker{
id = "mixingsparker";
@@ -15671,7 +15188,7 @@
/turf/simulated/wall/r_wall,
/area/station/science/toxins/mixing)
"clV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -15702,20 +15219,6 @@
icon_state = "darkred"
},
/area/station/security/prison/cell_block/a)
-"cmf" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Fore Asteroid Maintenance Access"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/command/starboard)
"cmg" = (
/obj/machinery/door/poddoor{
density = 0;
@@ -15730,17 +15233,6 @@
/obj/effect/spawner/window/reinforced/plasma/grilled,
/turf/simulated/floor/plating,
/area/station/science/toxins/launch)
-"cmk" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"cmr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -15757,18 +15249,8 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
-"cms" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/scidock)
"cmB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -15793,9 +15275,8 @@
},
/area/station/science/genetics)
"cmZ" = (
-/obj/structure/chair/stool,
-/obj/structure/cable/orange{
- icon_state = "2-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/apmaint)
@@ -15804,7 +15285,7 @@
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -15813,7 +15294,7 @@
/obj/machinery/power/terminal,
/obj/structure/cable/yellow,
/obj/structure/cable/yellow{
- icon_state = "1-8"
+ icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -15828,25 +15309,6 @@
},
/turf/simulated/floor/engine/vacuum,
/area/station/science/toxins/mixing)
-"cnj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/camera{
- c_tag = "Command Asteroid Hall 5"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/fore/west)
"cnq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -15855,7 +15317,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -15873,19 +15335,6 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
-"cnz" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"cnE" = (
/obj/item/radio/intercom/locked/prison{
name = "Prison Intercom (General)";
@@ -15906,18 +15355,20 @@
icon_state = "neutral"
},
/area/station/hallway/secondary/entry/south)
+"cnG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"cnJ" = (
/obj/machinery/ai_status_display,
/turf/simulated/wall/r_wall,
/area/station/security/brig)
-"cnL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"cnR" = (
/turf/simulated/wall/mineral/titanium,
/area/shuttle/pod_2)
@@ -15930,7 +15381,7 @@
"cnU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel/white,
@@ -15968,20 +15419,6 @@
},
/turf/simulated/floor/grass,
/area/station/hallway/primary/fore/north)
-"cok" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id_tag = "Prison Gate";
- name = "Prison Lockdown Blast Doors";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"con" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/disposalpipe/segment,
@@ -15989,7 +15426,7 @@
id_tag = "XenoPod5";
name = "containment door 5"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -15997,10 +15434,10 @@
"coo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -16037,20 +15474,29 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
+"coI" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/storage)
"coW" = (
/obj/machinery/power/apc/important/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
/obj/effect/turf_decal/loading_area{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/public/quantum/docking)
"coX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -16125,7 +15571,7 @@
},
/area/station/public/storefront)
"cpp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -16201,42 +15647,6 @@
},
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
-"cpH" = (
-/obj/structure/falsewall/rock_ancient,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/service/clown/secret)
-"cpI" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/table/glass,
-/obj/item/storage/surgical_tray,
-/obj/item/dissector,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "whitepurple"
- },
-/area/station/science/xenobiology)
"cpQ" = (
/obj/structure/closet/firecloset/full,
/obj/effect/spawner/random/maintenance,
@@ -16304,7 +15714,7 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -16322,7 +15732,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -16335,7 +15745,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
"cqD" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -16357,9 +15767,6 @@
/area/station/science/hallway)
"cqN" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/external/glass,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/map_effect/dynamic_airlock/door/interior,
@@ -16368,12 +15775,12 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/east)
"cqO" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -16385,9 +15792,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "purple"
@@ -16406,17 +15816,6 @@
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_port)
-"crq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/sign/poster/official/random/directional/south,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/scidock)
"crs" = (
/obj/effect/turf_decal/caution/stand_clear,
/obj/effect/turf_decal/stripes/line{
@@ -16437,21 +15836,6 @@
icon_state = "whitepurple"
},
/area/station/science/hallway)
-"crz" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"crC" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -16463,23 +15847,11 @@
/area/station/maintenance/apmaint)
"crD" = (
/obj/machinery/newscaster/directional/north,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 1
},
/area/station/engineering/engine_foyer)
-"crE" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"crF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/curtain/medical,
@@ -16537,14 +15909,6 @@
icon_state = "darkblue"
},
/area/station/maintenance/disposal/northeast)
-"crO" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"crV" = (
/obj/machinery/light/small,
/obj/structure/closet/secure_closet/evidence,
@@ -16573,14 +15937,14 @@
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"csg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/west)
"csj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -16627,7 +15991,7 @@
/turf/simulated/floor/plating,
/area/mine/unexplored/cere/orbiting)
"csK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/hologram/holopad,
@@ -16639,7 +16003,7 @@
},
/area/station/command/meeting_room)
"csL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/landmark/start/scientist,
@@ -16657,7 +16021,7 @@
/area/station/maintenance/disposal/northwest)
"csS" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -16704,21 +16068,16 @@
icon_state = "darkbrown"
},
/area/station/supply/expedition)
-"ctm" = (
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
"cts" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/service/aft_port)
"ctu" = (
/obj/structure/disposalpipe/segment{
@@ -16731,7 +16090,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -16767,19 +16126,19 @@
/obj/structure/chair/office{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel/dark,
/area/station/science/server)
"ctH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"ctQ" = (
/obj/structure/table,
@@ -16820,7 +16179,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/fore_starboard)
"cuD" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -16832,7 +16191,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel/white,
@@ -16897,7 +16256,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -16926,23 +16285,11 @@
icon_state = "whitepurplefull"
},
/area/station/science/xenobiology)
-"cuZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/storage)
"cvf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -16980,9 +16327,6 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -17005,20 +16349,49 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
-"cvB" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
+"cvA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_port)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"cvG" = (
/obj/machinery/power/apc/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
- icon_state = "0-2"
+/obj/structure/cable{
+ icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/engineering/break_room/secondary)
+"cvT" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"cvW" = (
/mob/living/simple_animal/slime,
/turf/simulated/floor/engine,
@@ -17030,6 +16403,32 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint2)
+"cwg" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door_control{
+ id = "kitchen1";
+ name = "Privacy Shutters";
+ pixel_y = 24;
+ pixel_x = -6
+ },
+/obj/machinery/door_control{
+ id = "kitchen2";
+ name = "Privacy Shutters";
+ pixel_y = 24;
+ pixel_x = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/service/kitchen)
"cwk" = (
/obj/effect/landmark/spawner/nukedisc_respawn,
/obj/effect/mapping_helpers/turfs/damage,
@@ -17038,50 +16437,46 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"cwm" = (
-/obj/machinery/firealarm/directional/west,
-/obj/effect/turf_decal/caution/red{
- dir = 1
+"cwn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "bluecorner"
+ icon_state = "redcorner"
},
-/area/station/hallway/primary/fore/north)
+/area/station/hallway/primary/fore/west)
"cwr" = (
/obj/machinery/door/airlock/security/glass{
name = "Solitary Confinement 2"
},
/obj/effect/mapping_helpers/airlock/access/all/security/brig,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"cwt" = (
/obj/structure/sign/chemistry,
/turf/simulated/wall/r_wall,
/area/station/medical/chemistry)
-"cww" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgrey"
- },
-/area/station/service/chapel)
"cwx" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/obj/machinery/alarm/directional/north,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"cwz" = (
@@ -17103,9 +16498,6 @@
name = "Starboard Asteroid Maintenance Access"
},
/obj/effect/mapping_helpers/airlock/access/all/supply/mining,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"cwD" = (
@@ -17116,6 +16508,14 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/west)
+"cwK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/hallway/secondary/exit)
"cwL" = (
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel{
@@ -17138,12 +16538,12 @@
},
/area/station/security/permabrig)
"cwV" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/machinery/power/terminal{
dir = 1
},
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/port)
"cxb" = (
@@ -17165,25 +16565,30 @@
/obj/structure/fence/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
-"cxj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"cxk" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/station/maintenance/maintcentral)
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/east)
"cxo" = (
/obj/structure/table/wood,
/obj/item/kitchen/utensil/fork,
@@ -17193,10 +16598,10 @@
/area/station/hallway/primary/port/south)
"cxq" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -17204,7 +16609,7 @@
"cxs" = (
/obj/machinery/power/apc/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -17225,7 +16630,7 @@
/turf/simulated/floor/grass,
/area/station/service/hydroponics)
"cxM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -17234,13 +16639,6 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
-"cxN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"cxU" = (
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
@@ -17257,7 +16655,7 @@
},
/area/station/hallway/primary/aft/west)
"cxW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -17270,17 +16668,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
-"cya" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"cyf" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -17291,6 +16678,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -17346,10 +16736,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/carpet/royalblack,
@@ -17362,7 +16752,7 @@
},
/area/station/hallway/secondary/entry)
"cyI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/chair/office{
@@ -17388,18 +16778,14 @@
/turf/simulated/floor/plating,
/area/station/aisat/atmos)
"cyP" = (
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/directional/north,
/obj/effect/turf_decal/stripes/asteroid/end,
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"cyR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -17411,36 +16797,18 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/north)
"cyX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
-"cyY" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8;
- initialize_directions = 11
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/warden)
"cza" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -17450,7 +16818,7 @@
/area/station/science/misc_lab)
"czb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -17511,23 +16879,6 @@
icon_state = "darkbrown"
},
/area/station/command/meeting_room)
-"czl" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"czo" = (
/obj/item/flashlight/lantern,
/obj/structure/table/wood/fancy/red,
@@ -17543,9 +16894,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -17573,7 +16921,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"czN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/east,
@@ -17591,11 +16939,29 @@
"czS" = (
/turf/simulated/mineral/ancient,
/area/station/hallway/secondary/entry/south)
-"czY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/clothing/head/cone,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/maintcentral)
+"czZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/power/apc/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "darkgreen"
+ },
+/area/station/hallway/spacebridge/scidock)
"cAc" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -17639,7 +17005,7 @@
},
/area/station/supply/office)
"cAu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -17648,7 +17014,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/catwalk,
@@ -17664,6 +17030,27 @@
icon_state = "whitepurplecorner"
},
/area/station/maintenance/apmaint)
+"cAC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/command/teleporter)
+"cAR" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"cAS" = (
/obj/machinery/light/small{
dir = 4
@@ -17671,7 +17058,7 @@
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior/secondary)
"cAU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -17689,6 +17076,19 @@
"cBe" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/disposal/external/southeast)
+"cBg" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/bluespace_beacon/cerestation/brig,
+/obj/effect/turf_decal/box/red,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"cBp" = (
/obj/structure/disposalpipe/segment,
/obj/structure/table/wood,
@@ -17728,7 +17128,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/security/fore_starboard)
"cBz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -17736,15 +17136,6 @@
icon_state = "darkblue"
},
/area/station/command/bridge)
-"cBB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"cBD" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/mech_bay_recharge_floor,
@@ -17753,7 +17144,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -17778,7 +17169,7 @@
},
/area/station/legal/lawoffice)
"cBK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -17798,7 +17189,7 @@
},
/area/station/security/lobby)
"cBM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -17808,7 +17199,7 @@
},
/area/station/maintenance/apmaint)
"cBO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -17826,7 +17217,7 @@
},
/area/station/hallway/primary/fore/north)
"cBR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -17843,9 +17234,6 @@
/area/station/maintenance/apmaint)
"cBY" = (
/obj/machinery/economy/vending/cola,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"cCc" = (
@@ -17872,20 +17260,6 @@
"cCw" = (
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
-"cCz" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
-"cCD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/mineral/tranquillite,
-/area/station/service/mime)
"cCJ" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -17921,13 +17295,6 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
-"cCP" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/space,
-/area/station/hallway/spacebridge/cargocom)
"cCR" = (
/obj/structure/disposalpipe/segment,
/obj/structure/chair/comfy/teal{
@@ -17970,6 +17337,9 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cDi" = (
@@ -18008,7 +17378,7 @@
dir = 8
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -18022,24 +17392,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
-"cEi" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/north)
"cEl" = (
/obj/docking_port/stationary{
dir = 2;
@@ -18069,10 +17421,10 @@
dir = 4
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating{
@@ -18134,21 +17486,11 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
-"cFc" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Asteroid Substation"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"cFe" = (
/obj/item/ashtray/glass,
/obj/structure/table/reinforced{
@@ -18165,12 +17507,12 @@
name = "Escape Shuttle Cell"
},
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -18189,22 +17531,9 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
-"cFj" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering Asteroid Substation"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"cFn" = (
/obj/structure/table,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/power/apc/directional/east,
/obj/item/radio{
pixel_x = 7;
@@ -18220,6 +17549,24 @@
icon_state = "darkbrown"
},
/area/station/supply/expedition)
+"cFp" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/east)
"cFu" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -18269,7 +17616,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -18349,33 +17696,20 @@
"cGd" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/apmaint)
-"cGn" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/sign/restroom{
- pixel_x = -31
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/dorms)
-"cGv" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
+"cGj" = (
+/obj/structure/cable{
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/wood,
-/area/station/maintenance/service/aft_starboard)
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"cGw" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -18383,8 +17717,8 @@
dir = 8
},
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
+/obj/structure/cable,
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -18410,7 +17744,7 @@
},
/area/station/public/dorms)
"cGF" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -18461,7 +17795,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating{
@@ -18493,7 +17827,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -18543,32 +17877,31 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
/area/station/hallway/primary/fore/west)
-"cHz" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/space,
-/area/station/hallway/spacebridge/comeng)
"cHB" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/lobby)
+"cHC" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
"cHE" = (
/obj/structure/flora/rock/pile/largejungle,
/obj/structure/flora/ausbushes/sunnybush,
@@ -18581,14 +17914,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"cHG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -18599,7 +17932,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -18610,31 +17943,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/service/clown/secret)
-"cHS" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/fsmaint)
"cHT" = (
/obj/structure/sink/directional/north,
/turf/simulated/floor/plasteel{
icon_state = "whiteblue"
},
/area/station/medical/surgery/secondary)
-"cHX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"cHY" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -18665,9 +17979,6 @@
/area/station/hallway/secondary/garden)
"cIk" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -18682,7 +17993,7 @@
},
/area/station/hallway/primary/fore/east)
"cIr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
@@ -18716,6 +18027,17 @@
},
/turf/simulated/wall,
/area/station/public/quantum/engineering)
+"cIC" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/simulated/floor/carpet/grimey,
+/area/station/security/detective)
"cIO" = (
/obj/structure/sign/directions/service{
pixel_y = 41;
@@ -18726,7 +18048,7 @@
dir = 8
},
/obj/machinery/power/apc/important/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -18744,9 +18066,6 @@
/area/station/public/sleep)
"cIZ" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -18769,9 +18088,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -18780,6 +18102,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/chair/wood,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"cJu" = (
@@ -18789,30 +18114,6 @@
},
/turf/space,
/area/space/nearstation)
-"cJw" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
-"cJx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance/external,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/service/fore_port)
"cJz" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -18829,9 +18130,6 @@
/area/station/hallway/secondary/entry/north)
"cJF" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -18859,30 +18157,14 @@
icon_state = "darkbrownfull"
},
/area/station/maintenance/starboard)
-"cJT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "bar"
- },
-/area/station/service/theatre)
"cJW" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
+/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -18905,13 +18187,6 @@
/obj/structure/fans/tiny,
/turf/simulated/floor/plating,
/area/shuttle/pod_3)
-"cKg" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "green"
- },
-/area/station/maintenance/service/aft_starboard)
"cKr" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/engine/supermatter)
@@ -18922,21 +18197,6 @@
/obj/item/clothing/head/sombrero/shamebrero,
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/mine/unexplored/cere/orbiting)
-"cKC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"cKG" = (
/turf/simulated/floor/carpet/black,
/area/station/legal/magistrate)
@@ -18948,7 +18208,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -18997,9 +18257,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -19013,15 +18270,6 @@
icon_state = "yellow"
},
/area/station/engineering/gravitygenerator)
-"cLr" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/carpet/black,
-/area/station/command/office/captain)
"cLt" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -19119,21 +18367,6 @@
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_port)
-"cMG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"cMH" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
@@ -19142,7 +18375,7 @@
/turf/simulated/wall,
/area/station/medical/psych)
"cMN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -19230,9 +18463,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/fore_starboard)
"cNr" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -19289,9 +18519,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
@@ -19306,12 +18533,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/theatre)
-"cNX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"cOa" = (
/obj/structure/musician/piano,
/turf/simulated/floor/plasteel{
@@ -19329,9 +18550,6 @@
dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -19342,9 +18560,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/camera{
c_tag = "Engineering Asteroid Hallway Fore-Starboard"
},
@@ -19371,7 +18586,7 @@
"cOs" = (
/obj/structure/table,
/obj/structure/bedsheetbin,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/machinery/power/apc/directional/north,
@@ -19393,9 +18608,6 @@
dir = 4
},
/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkyellow"
@@ -19415,6 +18627,14 @@
icon_state = "darkyellow"
},
/area/station/engineering/engine_foyer)
+"cOC" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped,
+/obj/structure/grille/broken,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"cOG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -19441,7 +18661,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/computer/operating,
@@ -19453,7 +18673,7 @@
},
/area/station/medical/surgery/primary)
"cOO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -19470,7 +18690,7 @@
},
/area/station/medical/surgery/primary)
"cOP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -19479,7 +18699,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -19494,7 +18714,7 @@
pixel_x = -6;
pixel_y = 7
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/item/reagent_containers/dropper/precision{
@@ -19548,7 +18768,7 @@
"cOY" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -19583,7 +18803,7 @@
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"cPm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -19608,24 +18828,11 @@
/obj/machinery/door/airlock{
name = "Bathroom"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/lockerroom)
-"cPA" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/dorms)
"cPG" = (
/obj/structure/table,
/obj/machinery/photocopier/faxmachine{
@@ -19662,41 +18869,15 @@
/obj/machinery/door/airlock/maintenance{
name = "Medical Asteroid Solars"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"cPN" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/space,
-/area/station/hallway/spacebridge/serveng)
-"cPO" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/space,
-/area/station/hallway/spacebridge/engmed)
"cPP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/economy/atm/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -19736,13 +18917,13 @@
"cQg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/item/kirbyplants/large,
@@ -19796,7 +18977,7 @@
"cQr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -19813,9 +18994,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner,
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
@@ -19827,39 +19005,23 @@
/obj/structure/closet/firecloset/full,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"cQz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/mineral/tranquillite,
-/area/station/service/mime)
"cQC" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/smes)
-"cQF" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkyellow";
- dir = 1
- },
-/area/station/command/office/ce)
"cQJ" = (
/obj/machinery/flasher_button{
id = "hopflash";
@@ -19892,10 +19054,10 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"cQL" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/alarm/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellow"
@@ -19908,7 +19070,7 @@
},
/area/station/security/warden)
"cQP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
@@ -19918,7 +19080,7 @@
},
/area/station/command/meeting_room)
"cRh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment,
@@ -19969,14 +19131,31 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"cRv" = (
/turf/simulated/mineral/ancient/outer,
/area/mine/unexplored/cere/command)
+"cRx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/station/security/permabrig)
"cRA" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=Armory_North";
@@ -19993,16 +19172,24 @@
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
-"cRN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+"cRP" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/plasteel{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
dir = 4;
- icon_state = "redcorner"
+ color = "#954535"
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
},
/area/station/hallway/secondary/entry/west)
"cRQ" = (
@@ -20047,7 +19234,7 @@
},
/area/station/science/robotics)
"cSg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -20060,6 +19247,23 @@
icon_state = "white"
},
/area/station/medical/virology)
+"cSh" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"cSj" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -20076,10 +19280,10 @@
"cSo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -20161,16 +19365,8 @@
dir = 4
},
/area/station/hallway/primary/port/north)
-"cSV" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "cult"
- },
-/area/station/legal/lawoffice)
"cTc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -20213,18 +19409,31 @@
icon_state = "darkgreen"
},
/area/station/medical/virology)
+"cTy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"cTz" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/wood,
/area/station/service/library)
-"cTE" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"cTC" = (
+/obj/machinery/power/terminal{
+ dir = 1
},
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/command/starboard)
"cTF" = (
/obj/item/flashlight/lamp{
@@ -20264,13 +19473,13 @@
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/east)
+"cTX" = (
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"cUa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -20303,17 +19512,6 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
-"cUg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/storage)
"cUk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -20328,7 +19526,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -20342,40 +19540,23 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
-"cUn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable{
- icon_state = "1-2"
+"cUp" = (
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/area/station/maintenance/storage)
-"cUs" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/mineral/tranquillite,
-/area/station/service/mime)
+/area/station/maintenance/security/aft_port)
"cUv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
-"cUx" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_port)
"cUz" = (
/obj/machinery/space_heater,
/obj/machinery/light/small{
@@ -20383,16 +19564,6 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"cUR" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"cUW" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple{
dir = 6
@@ -20492,22 +19663,8 @@
},
/turf/simulated/wall/r_wall,
/area/station/engineering/engine/supermatter)
-"cVD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"cVJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -20575,6 +19732,23 @@
icon_state = "dark"
},
/area/station/command/teleporter)
+"cWl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/security/aft_port)
"cWn" = (
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
@@ -20608,6 +19782,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -20640,13 +19817,6 @@
"cWT" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/spacebridge/engmed)
-"cWU" = (
-/obj/effect/turf_decal/caution/red,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"cXi" = (
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
@@ -20655,11 +19825,21 @@
name = "north bump";
pixel_y = 30
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
+"cXk" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"cXB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -20678,20 +19858,6 @@
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
-"cXF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "whitegreenfull"
- },
-/area/station/public/sleep)
"cXJ" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/spacebridge/cargocom)
@@ -20733,11 +19899,24 @@
"cXW" = (
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/comeng)
+"cXX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/serveng)
"cYa" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -20745,6 +19924,18 @@
"cYb" = (
/turf/simulated/wall,
/area/station/supply/lobby)
+"cYd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/alarm/directional/north,
+/turf/simulated/floor/plating,
+/area/station/service/clown/secret)
"cYg" = (
/obj/structure/rack,
/obj/item/storage/briefcase{
@@ -20776,23 +19967,6 @@
/obj/structure/railing,
/turf/simulated/floor/grass,
/area/station/security/lobby)
-"cYr" = (
-/obj/machinery/power/treadmill,
-/obj/machinery/treadmill_monitor{
- id = "Cell 1";
- pixel_y = -32
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/machinery/flasher{
- id = "Cell 1";
- pixel_x = 26
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"cYs" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -20831,6 +20005,24 @@
"cYw" = (
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/station/hallway/spacebridge/scidock)
+"cYz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 2;
+ sort_type_txt = "17"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"cYB" = (
/turf/simulated/mineral/ancient,
/area/station/hallway/spacebridge/scidock)
@@ -20840,6 +20032,9 @@
},
/area/station/hallway/spacebridge/scidock)
"cYF" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkredcorners"
},
@@ -20865,15 +20060,15 @@
},
/area/station/hallway/spacebridge/scidock)
"cZc" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock/maintenance,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -20912,7 +20107,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "bridge"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -20925,7 +20120,7 @@
/turf/simulated/floor/plating,
/area/station/command/meeting_room)
"cZw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -21017,9 +20212,6 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/hallway/spacebridge/scidock)
"daj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
@@ -21114,6 +20306,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"daO" = (
@@ -21122,19 +20317,8 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos)
-"daP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"daR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -21145,27 +20329,6 @@
icon_state = "white"
},
/area/station/science/misc_lab)
-"daS" = (
-/obj/structure/chair/wood{
- dir = 4
- },
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/asmaint)
-"daX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/entry/east)
"daZ" = (
/turf/simulated/mineral/ancient/outer,
/area/station/maintenance/security/port)
@@ -21202,7 +20365,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -21216,7 +20379,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -21231,25 +20394,6 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior)
-"dcg" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
-"dcl" = (
-/obj/structure/sign/electricshock{
- pixel_y = 32
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"dco" = (
/obj/machinery/atmospherics/portable/canister/sleeping_agent,
/obj/effect/turf_decal/delivery/hollow,
@@ -21260,7 +20404,7 @@
/area/station/engineering/atmos)
"dcp" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/firealarm/directional/north,
@@ -21273,6 +20417,15 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel/freezer,
/area/station/security/storage)
+"dcu" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"dcv" = (
/obj/effect/landmark/spawner/carp,
/turf/space,
@@ -21307,23 +20460,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint2)
-"dcM" = (
-/obj/machinery/power/treadmill,
-/obj/machinery/treadmill_monitor{
- id = "Cell 2";
- pixel_y = -32
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/machinery/flasher{
- id = "Cell 2";
- pixel_x = 26
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"dcO" = (
/obj/structure/rack,
/obj/item/storage/box/lights/mixed,
@@ -21344,7 +20480,7 @@
},
/area/station/legal/lawoffice)
"dde" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar,
@@ -21368,22 +20504,13 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/starboard/south)
-"ddm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/fore/north)
"ddn" = (
/obj/structure/table/glass/reinforced,
/obj/item/ashtray/bronze,
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
"ddp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -21392,7 +20519,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
@@ -21404,18 +20531,18 @@
/area/station/security/brig)
"ddq" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"ddr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
@@ -21460,9 +20587,6 @@
dir = 6
},
/obj/structure/window/plasmareinforced,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "darkyellow"
@@ -21602,12 +20726,12 @@
},
/area/station/engineering/atmos/distribution)
"der" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/sortjunction{
@@ -21651,7 +20775,7 @@
dir = 8
},
/obj/machinery/power/apc/important/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -21731,6 +20855,27 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/atmos/distribution)
+"deF" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/access_button{
+ autolink_id = "engsm_btn_ext";
+ name = "Supermatter Access Button";
+ pixel_y = -24;
+ req_one_access = list(10,24)
+ },
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/control)
"deS" = (
/obj/machinery/conveyor/auto{
dir = 5
@@ -21746,23 +20891,20 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/port)
-"deZ" = (
-/obj/machinery/treadmill_monitor{
- id = "Cell 3";
- pixel_y = -32
+"deX" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/power/treadmill,
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = 26
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
+ dir = 1;
icon_state = "redcorner"
},
-/area/station/security/prison/cell_block/a)
+/area/station/security/lobby)
"dfb" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/carpet/cyan,
@@ -21798,7 +20940,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -21827,18 +20969,6 @@
/obj/structure/closet/firecloset/full,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
-"dga" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/map_effect/dynamic_airlock/door/exterior,
-/obj/machinery/access_button/offset/south,
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/central/west)
"dgb" = (
/obj/machinery/turretid/stun{
control_area = "\improper AI Satellite Secondary Antechamber";
@@ -21866,23 +20996,6 @@
icon_state = "whitegreen"
},
/area/station/public/sleep)
-"dgr" = (
-/obj/machinery/alarm/directional/south,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 1;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"dgs" = (
/obj/machinery/door/airlock/external/glass{
id_tag = "trade_dock";
@@ -21893,27 +21006,6 @@
icon_state = "dark"
},
/area/station/hallway/secondary/entry/south)
-"dgt" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/sign/barber{
- pixel_y = -30
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"dgD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 5
@@ -21924,7 +21016,7 @@
"dgI" = (
/obj/machinery/power/treadmill,
/obj/machinery/light/small,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/treadmill_monitor{
@@ -21940,8 +21032,8 @@
},
/area/station/security/prison/cell_block/a)
"dgL" = (
-/obj/effect/spawner/airlock/w_to_e,
/obj/effect/spawner/window/reinforced/grilled,
+/obj/effect/spawner/airlock/w_to_e,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
"dgM" = (
@@ -21991,7 +21083,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dhd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -21999,25 +21091,9 @@
icon_state = "redcorner"
},
/area/station/security/prison/cell_block/a)
-"dhf" = (
-/obj/machinery/light/small,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_port)
"dhi" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/wood,
@@ -22046,7 +21122,7 @@
/area/station/science/test_chamber)
"dhv" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft)
"dhy" = (
@@ -22096,6 +21172,21 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
+"dhN" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"dhZ" = (
/obj/effect/turf_decal/woodsiding,
/turf/simulated/floor/wood,
@@ -22133,51 +21224,6 @@
icon_state = "redcorner"
},
/area/station/maintenance/security/starboard)
-"diu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
-"diC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/security/aft_port)
-"diL" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redfull"
- },
-/area/station/security/storage)
"diM" = (
/obj/structure/curtain/open/shower,
/obj/machinery/shower/directional/east,
@@ -22255,20 +21301,13 @@
},
/turf/simulated/wall,
/area/station/security/checkpoint/secondary)
-"djs" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high,
-/obj/item/stock_parts/cell/high,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"djw" = (
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/east)
"djy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -22290,6 +21329,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -22319,63 +21361,22 @@
},
/area/station/engineering/engine_foyer)
"djY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/serveng)
-"dkb" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet/grimey,
-/area/station/security/detective)
-"dkc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Docking Asteroid Escape Hallway";
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/entry/east)
-"dkd" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"dkk" = (
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"dkl" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
/turf/simulated/floor/plating,
/area/station/engineering/control)
"dkm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light,
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
@@ -22392,24 +21393,6 @@
"dkp" = (
/turf/simulated/wall,
/area/station/legal/lawoffice)
-"dkq" = (
-/turf/simulated/wall/r_wall,
-/area/station/maintenance/security/aft_port)
-"dku" = (
-/obj/machinery/light/small,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
-"dkw" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/space,
-/area/station/hallway/spacebridge/cargocom)
"dkx" = (
/obj/structure/lattice/catwalk,
/obj/structure/railing/corner{
@@ -22435,7 +21418,7 @@
pixel_y = 24;
name = "north bump"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -22457,13 +21440,13 @@
/area/station/hallway/primary/port/north)
"dla" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "darkgreen"
},
/area/station/medical/medbay2)
"dld" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22475,7 +21458,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"dlf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/carpet,
@@ -22486,6 +21469,33 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
+"dlh" = (
+/obj/machinery/door/airlock/security/glass,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/doors,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/main)
+"dlk" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"dlp" = (
/obj/structure/railing/corner{
dir = 1;
@@ -22506,13 +21516,30 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/south)
+"dlz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/engine_foyer)
"dlC" = (
/obj/structure/table/glass,
/obj/machinery/reagentgrinder,
@@ -22539,6 +21566,9 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"dlR" = (
@@ -22560,7 +21590,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -22568,9 +21598,6 @@
/area/station/maintenance/maintcentral)
"dlZ" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -22617,17 +21644,6 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
-"dmw" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"dmx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -22705,24 +21721,13 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "darkgreen"
},
/area/station/hallway/spacebridge/scidock)
-"dmY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance/external{
- name = "External Airlock Access"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"dnb" = (
/obj/machinery/status_display{
layer = 4
@@ -22764,6 +21769,24 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
+"dnK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/fore/east)
"dnN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22775,9 +21798,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -22794,7 +21814,7 @@
/area/station/hallway/primary/starboard/south)
"doc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -22804,20 +21824,24 @@
icon_state = "dark"
},
/area/station/security/brig)
-"doe" = (
+"dod" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
+ dir = 4
},
+/obj/structure/closet/emcloset,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
+ dir = 4
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
-/area/station/maintenance/service/fore_port)
+/area/station/maintenance/service/aft_starboard)
"dog" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/structure/rack,
@@ -22829,7 +21853,7 @@
/obj/structure/disposalpipe/segment,
/obj/structure/sign/poster/ripped/directional/west,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -22837,10 +21861,10 @@
},
/area/station/maintenance/fsmaint)
"don" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/obj/effect/turf_decal/stripes/end{
dir = 8
},
@@ -22851,7 +21875,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
"dot" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -22869,7 +21893,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22879,7 +21903,7 @@
/area/station/maintenance/security/aft_port)
"doy" = (
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22904,7 +21928,7 @@
},
/area/station/security/execution)
"doR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22913,13 +21937,23 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/execution)
+"doX" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/brig)
"doZ" = (
/obj/machinery/light{
dir = 8
@@ -22938,7 +21972,7 @@
/area/station/maintenance/fsmaint)
"dph" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -22965,7 +21999,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -22980,13 +22014,6 @@
/obj/structure/sign/pods,
/turf/simulated/wall,
/area/station/maintenance/command/starboard)
-"dpN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/purple,
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "darkyellow"
- },
-/area/station/engineering/break_room/secondary)
"dpP" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -22996,7 +22023,7 @@
},
/area/station/maintenance/security/fore_starboard)
"dqb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -23008,7 +22035,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/prisonershuttle)
"dql" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -23026,9 +22053,6 @@
/area/station/maintenance/starboard)
"dqn" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/firealarm/directional/west,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
@@ -23036,6 +22060,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -23055,34 +22082,30 @@
icon_state = "whitegreenfull"
},
/area/station/maintenance/starboard)
-"dqH" = (
+"dqF" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
+ dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/visible{
- dir = 8
- },
-/obj/machinery/atmospherics/meter{
- name = "Justice flow meter"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ icon_state = "redfull"
},
-/area/station/security/execution)
+/area/station/security/storage)
"dqI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"dqK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -23094,21 +22117,6 @@
},
/turf/simulated/floor/grass,
/area/station/security/permabrig)
-"dqO" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id_tag = "Prison Gate";
- name = "Prison Lockdown Blast Doors";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"dqU" = (
/obj/machinery/camera{
c_tag = "Library North";
@@ -23140,13 +22148,6 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"drf" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"drg" = (
/obj/machinery/atmospherics/unary/thermomachine/freezer/on{
dir = 8
@@ -23159,7 +22160,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -23177,12 +22178,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"drw" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/prisonershuttle)
"drz" = (
/turf/simulated/floor/plasteel{
icon_state = "red"
@@ -23190,7 +22185,7 @@
/area/station/security/prisonershuttle)
"drA" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -23214,6 +22209,15 @@
icon_state = "darkred"
},
/area/station/security/checkpoint/secondary)
+"drO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/comeng)
"drP" = (
/obj/structure/railing,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -23222,7 +22226,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -23263,12 +22267,12 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/engineering/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"dss" = (
@@ -23288,16 +22292,24 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
+"dsE" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"dsY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -23309,10 +22321,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dsZ" = (
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"dtb" = (
@@ -23336,7 +22348,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -23366,10 +22378,13 @@
"dtk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
/obj/effect/spawner/window/reinforced,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/break_room/secondary)
"dtp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -23410,16 +22425,13 @@
/area/station/hallway/primary/fore/east)
"dtI" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/fore_port)
"dtR" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 10
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -23441,7 +22453,7 @@
dir = 4
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/effect/landmark/start/detective,
@@ -23543,7 +22555,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -23553,7 +22565,7 @@
/area/station/maintenance/command/fore)
"dvc" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/hologram/holopad,
@@ -23563,6 +22575,25 @@
icon_state = "dark"
},
/area/station/security/brig)
+"dve" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
+ },
+/area/station/hallway/secondary/entry/west)
"dvg" = (
/obj/machinery/newscaster/directional/north,
/obj/structure/disposalpipe/segment{
@@ -23574,7 +22605,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -23582,11 +22613,40 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
+"dvh" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"dvm" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/evidence)
+"dvn" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/power/apc/directional/west,
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/sercom)
"dvp" = (
/obj/machinery/smartfridge/medbay,
/obj/machinery/door/firedoor,
@@ -23655,23 +22715,13 @@
/obj/item/restraints/handcuffs,
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
-"dvT" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high,
-/obj/item/flashlight{
- pixel_x = 13;
- pixel_y = 13
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"dvV" = (
/turf/simulated/floor/plasteel{
icon_state = "bcircuit"
},
/area/station/turret_protected/ai)
"dvY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -23714,7 +22764,7 @@
},
/area/station/hallway/primary/port/north)
"dwG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -23757,7 +22807,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -23804,7 +22854,7 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/maintenance/starboard)
"dxK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -23827,7 +22877,7 @@
},
/area/station/security/storage)
"dxO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -23868,7 +22918,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"dyp" = (
/obj/structure/disposalpipe/segment{
@@ -23904,7 +22954,7 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -23938,8 +22988,8 @@
/area/station/security/detective)
"dyK" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
+/obj/structure/cable,
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -24003,10 +23053,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/red{
dir = 6
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -24014,7 +23061,7 @@
"dzj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -24025,10 +23072,10 @@
/turf/simulated/wall,
/area/station/service/janitor)
"dzm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -24044,13 +23091,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
"dzr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -24197,6 +23247,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
@@ -24216,29 +23269,22 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dAc" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
-"dAd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/comeng)
"dAe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -24268,6 +23314,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
@@ -24285,11 +23334,23 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
+"dAw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/storage)
"dAA" = (
/obj/structure/extinguisher_cabinet{
pixel_y = 28;
@@ -24298,6 +23359,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
@@ -24323,12 +23387,15 @@
},
/turf/simulated/wall,
/area/station/hallway/primary/starboard/south)
-"dBd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+"dAQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
},
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/cargocom)
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"dBi" = (
/obj/machinery/firealarm/directional/north,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -24337,6 +23404,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"dBj" = (
@@ -24395,7 +23465,7 @@
},
/area/station/medical/medbay)
"dBB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -24404,15 +23474,6 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
-"dBH" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/atmos/control)
"dBI" = (
/obj/machinery/camera/autoname{
dir = 5
@@ -24432,12 +23493,9 @@
"dBN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"dBO" = (
@@ -24455,7 +23513,7 @@
},
/area/station/hallway/primary/aft/west)
"dBX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -24473,14 +23531,14 @@
/turf/simulated/floor/plating,
/area/station/engineering/control)
"dCe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel/dark,
@@ -24490,12 +23548,35 @@
/obj/effect/mapping_helpers/airlock/access/all/science/minisat,
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior)
+"dCg" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/smes/engineering{
+ output_level = 100000
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"dCh" = (
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
+"dCs" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"dCt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner,
@@ -24522,7 +23603,7 @@
},
/area/station/hallway/primary/fore/west)
"dCM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
@@ -24539,22 +23620,14 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
},
/area/station/hallway/primary/fore/west)
-"dCT" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"dCU" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/turf/simulated/floor/plating,
@@ -24562,29 +23635,30 @@
"dCV" = (
/turf/simulated/wall,
/area/station/maintenance/disposal/west)
-"dCY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"dDe" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"dDh" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"dDj" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel,
@@ -24593,14 +23667,6 @@
/obj/structure/sign/directions/evac,
/turf/simulated/wall,
/area/station/maintenance/starboard)
-"dDp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/prisonershuttle)
"dDw" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -24613,7 +23679,7 @@
/turf/simulated/wall,
/area/station/maintenance/disposal/west)
"dDG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -24622,7 +23688,7 @@
},
/area/station/supply/qm)
"dDJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -24676,12 +23742,6 @@
color = "#954535"
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -24700,6 +23760,20 @@
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
+"dFe" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/bed,
+/obj/item/bedsheet/yellow,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"dFf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/railing{
@@ -24711,16 +23785,6 @@
"dFi" = (
/turf/simulated/mineral/ancient/outer,
/area/station/maintenance/command/fore)
-"dFn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"dFt" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'.";
@@ -24742,19 +23806,6 @@
/obj/item/bedsheet/brown,
/turf/simulated/floor/wood,
/area/station/maintenance/service/fore_port)
-"dGf" = (
-/obj/machinery/firealarm/directional/west,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"dGg" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -24780,7 +23831,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
"dGH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -24805,6 +23856,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/item/taperecorder,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"dHq" = (
@@ -24861,7 +23915,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"dIk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -24874,10 +23928,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -24890,21 +23944,29 @@
"dIp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
-"dIt" = (
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"dIv" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"dID" = (
/obj/structure/sign/security,
/turf/simulated/wall/r_wall,
@@ -24934,6 +23996,20 @@
icon_state = "dark"
},
/area/station/aisat/atmos)
+"dJm" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"dJn" = (
/obj/machinery/camera/autoname{
dir = 10
@@ -24952,17 +24028,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
-"dJG" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Aft-Starboard Asteroid Maintenance"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"dJM" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -24971,6 +24036,9 @@
dir = 6
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dJO" = (
@@ -24980,6 +24048,11 @@
},
/turf/space,
/area/space/nearstation/disposals)
+"dJZ" = (
+/obj/machinery/light/small,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_starboard)
"dKa" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -25024,33 +24097,6 @@
/obj/item/cartridge/signal/toxins,
/turf/simulated/floor/wood,
/area/station/command/office/rd)
-"dKp" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 1";
- name = "Cell 1"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/item/radio/intercom{
- name = "west bump";
- pixel_x = -28
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"dKt" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -25079,6 +24125,14 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
+"dKC" = (
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/equipmentstorage)
"dKJ" = (
/obj/structure/closet/secure_closet/brig/temp/cell_8,
/obj/machinery/flasher{
@@ -25148,7 +24202,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/alarm/directional/south,
@@ -25157,6 +24211,10 @@
icon_state = "darkfull"
},
/area/station/supply/sorting)
+"dLo" = (
+/obj/structure/lattice/catwalk,
+/turf/simulated/mineral/ancient,
+/area/station/maintenance/asmaint2)
"dLp" = (
/obj/structure/closet/l3closet/security,
/turf/simulated/floor/plasteel{
@@ -25165,9 +24223,6 @@
},
/area/station/security/armory/secure)
"dLq" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"dLC" = (
@@ -25179,6 +24234,14 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/simulated/floor/plasteel,
/area/station/command/office/hop)
+"dLJ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/refill_station/oxygen,
+/obj/structure/sign/poster/official/air2/directional/west,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/hallway/primary/central/east)
"dLK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
@@ -25228,7 +24291,7 @@
/obj/effect/mapping_helpers/airlock/access/all/service/clown,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -25275,7 +24338,7 @@
/obj/item/storage/belt/utility,
/obj/machinery/firealarm/directional/south,
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -25283,22 +24346,6 @@
icon_state = "whitepurple"
},
/area/station/science/rnd)
-"dMB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
"dMN" = (
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plasteel{
@@ -25339,7 +24386,7 @@
/area/station/medical/medbay3)
"dNv" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -25349,6 +24396,23 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/wood,
/area/station/service/clown)
+"dNR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/engine_foyer)
"dNS" = (
/obj/machinery/computer/rnd_backup/station{
dir = 8
@@ -25393,21 +24457,22 @@
icon_state = "green"
},
/area/station/maintenance/service/aft_starboard)
-"dOr" = (
-/obj/structure/cable{
- icon_state = "1-4"
+"dOn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
+/obj/structure/disposalpipe/segment/corner{
+ color = "#505050";
+ dir = 4
},
-/area/station/maintenance/command/starboard)
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/north)
"dOs" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
@@ -25443,7 +24508,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -25472,12 +24537,22 @@
},
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
+"dOW" = (
+/obj/machinery/camera{
+ c_tag = "Docking Asteroid Substation";
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"dOZ" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -25498,15 +24573,13 @@
icon_state = "rampbottom"
},
/area/station/medical/medbay2)
-"dPs" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"dPr" = (
+/obj/machinery/atmospherics/unary/portables_connector{
+ dir = 8
},
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
+/obj/machinery/atmospherics/portable/canister/air,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/north)
"dPu" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -25543,11 +24616,6 @@
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
-"dQc" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"dQi" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon/dock_marker/collision,
@@ -25562,7 +24630,7 @@
/area/station/command/office/hop)
"dQE" = (
/obj/item/reagent_containers/glass/bucket,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -25576,47 +24644,36 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
-"dQF" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
"dQL" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/service/chapel)
-"dQQ" = (
-/obj/machinery/light/small,
-/obj/structure/cable/orange{
+"dQO" = (
+/obj/structure/cable{
icon_state = "4-8"
},
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/area/station/maintenance/storage)
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/carpet/arcade,
+/area/station/maintenance/service/fore_port)
"dQR" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/cable{
@@ -25638,9 +24695,6 @@
/area/station/science/toxins/test)
"dQV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/carpet/green,
@@ -25655,7 +24709,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/railing{
@@ -25721,7 +24775,7 @@
/obj/machinery/door/airlock/medical/glass,
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -25739,33 +24793,6 @@
icon_state = "darkbrown"
},
/area/station/public/quantum/cargo)
-"dRP" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 3";
- name = "Cell 3"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/item/radio/intercom{
- name = "west bump";
- pixel_x = -28
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"dRX" = (
/obj/machinery/door/airlock/security/glass{
locked = 1;
@@ -25842,7 +24869,7 @@
/area/station/supply/miningdock)
"dSp" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -25892,6 +24919,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"dSO" = (
@@ -25928,9 +24958,6 @@
/turf/simulated/floor/wood/nitrogen,
/area/station/maintenance/abandonedbar)
"dSV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light{
dir = 4
},
@@ -25940,7 +24967,7 @@
},
/area/station/hallway/secondary/entry/north)
"dSY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -25963,24 +24990,6 @@
icon_state = "darkbluecorners"
},
/area/station/medical/medbay3)
-"dTd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
-"dTj" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- icon_state = "yellowcorner"
- },
-/area/station/maintenance/command/starboard)
"dTn" = (
/obj/machinery/camera{
c_tag = "Docking Asteroid Solar Array Exterior";
@@ -25990,6 +24999,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
+"dTA" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"dTC" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=CargoWest";
@@ -26007,17 +25027,6 @@
location = "CommandMiddle";
name = "navigation beacon (Command-Middle)"
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
-"dTM" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -26058,6 +25067,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"dUp" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/starboard)
"dUv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -26068,10 +25083,10 @@
/obj/machinery/computer/security{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -26083,12 +25098,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -26112,25 +25121,18 @@
pixel_y = 40;
pixel_x = 32
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/north)
"dUG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/maintcentral)
-"dUP" = (
-/obj/effect/spawner/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/smes)
"dUV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -26151,7 +25153,7 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -26221,7 +25223,7 @@
/area/station/medical/medbay3)
"dVO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -26267,19 +25269,6 @@
"dWD" = (
/turf/simulated/wall,
/area/station/hallway/primary/central/west)
-"dWE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
"dWM" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -26297,7 +25286,7 @@
/area/station/hallway/primary/aft/west)
"dWQ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -26372,14 +25361,6 @@
dir = 10
},
/area/station/hallway/primary/aft/east)
-"dXI" = (
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/directional/north,
-/obj/effect/turf_decal/stripes/asteroid/end,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"dXM" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -26415,6 +25396,9 @@
"dYo" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -26427,7 +25411,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner,
@@ -26444,6 +25428,13 @@
icon_state = "darkred"
},
/area/station/security/lobby)
+"dYA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/requests_console/directional/south,
+/turf/simulated/floor/carpet/grimey,
+/area/station/security/detective)
"dYD" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
@@ -26468,29 +25459,6 @@
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"dZf" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/cargocom)
-"dZk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
"dZz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/computer/nonfunctional,
@@ -26505,23 +25473,13 @@
dir = 8
},
/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/science/test_chamber)
-"dZV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/command/starboard)
"dZW" = (
/obj/structure/lattice,
/obj/structure/grille/broken,
@@ -26531,7 +25489,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -26544,9 +25502,6 @@
/area/station/hallway/primary/fore/east)
"eat" = (
/obj/machinery/light,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
@@ -26564,13 +25519,16 @@
dir = 1;
network = list("SS13","Engineering")
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
/area/station/engineering/break_room/secondary)
+"eaG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/fore/north)
"eaH" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -26579,7 +25537,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/light,
@@ -26600,7 +25558,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -26618,10 +25576,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -26649,7 +25607,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -26660,7 +25618,7 @@
},
/area/station/hallway/primary/fore/north)
"eci" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -26677,16 +25635,6 @@
icon_state = "dark"
},
/area/station/security/evidence)
-"ecv" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/lobby)
"ecz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -26729,9 +25677,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"ecJ" = (
@@ -26739,9 +25684,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
"ecQ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
color = "#505050";
dir = 4
@@ -26765,7 +25707,7 @@
},
/area/station/security/range)
"edj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -26778,19 +25720,6 @@
icon_state = "white"
},
/area/station/medical/chemistry)
-"edm" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/firealarm/directional/east,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/service/clown/secret)
"edn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -26798,7 +25727,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -26834,6 +25763,24 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
+"edF" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"edH" = (
/obj/structure/table,
/obj/item/storage/toolbox/mechanical,
@@ -26869,6 +25816,16 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
+"edO" = (
+/obj/effect/turf_decal/caution/red,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/north)
+"edU" = (
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/port)
"eex" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -26906,7 +25863,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -26962,9 +25919,6 @@
},
/area/station/medical/cryo)
"efP" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
@@ -26974,10 +25928,38 @@
dir = 5;
network = list("Prison","SS13")
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "floorgrime"
},
/area/station/security/permabrig)
+"efS" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/hologram/holopad,
+/obj/structure/disposalpipe/segment/corner,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
+"ega" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/ntrep)
"egk" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/storage/box/bodybags{
@@ -27072,20 +26054,50 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/fore_starboard)
-"ehi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+"egW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ icon_state = "neutralfull"
},
-/area/station/security/prison/cell_block/a)
+/area/station/hallway/primary/port/south)
+"egX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
+"eha" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"ehl" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -27115,7 +26127,7 @@
},
/area/station/hallway/primary/fore/east)
"ehU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -27136,9 +26148,6 @@
dir = 10
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -27157,7 +26166,7 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"eii" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/terminal{
@@ -27186,12 +26195,12 @@
/area/station/maintenance/security/port)
"eiE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/orange{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_starboard)
"eiG" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -27203,11 +26212,21 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"eiM" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/main)
"eiP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -27228,6 +26247,22 @@
/obj/structure/flora/tree/jungle/small,
/turf/simulated/floor/grass/jungle/no_creep,
/area/station/hallway/primary/port/south)
+"ejc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/research,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
+/obj/effect/mapping_helpers/airlock/access/any/science/tox,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/science/misc_lab)
"ejd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -27242,10 +26277,10 @@
id = "qm"
},
/obj/machinery/door/airlock/command/glass,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -27253,21 +26288,6 @@
icon_state = "darkfull"
},
/area/station/supply/qm)
-"ejf" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"ejh" = (
/obj/effect/landmark/start/doctor,
/turf/simulated/floor/plasteel{
@@ -27299,39 +26319,21 @@
/obj/structure/lattice,
/turf/space,
/area/space/nearstation)
+"ejQ" = (
+/obj/structure/cable,
+/obj/machinery/power/smes/engineering,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"ejZ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/carpet/green,
/area/station/service/library)
-"eka" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"ekc" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -27350,34 +26352,40 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
+"ekg" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"ekr" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
-"ekA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"ekF" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 8
},
@@ -27407,14 +26415,15 @@
},
/area/station/medical/virology)
"ekW" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/turf/simulated/floor/engine,
-/area/station/engineering/control)
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/starboard/south)
"elb" = (
/obj/structure/chair/comfy{
dir = 4
@@ -27424,6 +26433,13 @@
icon_state = "darkgreenfull"
},
/area/station/hallway/spacebridge/scidock)
+"elc" = (
+/obj/effect/decal/cleanable/cobweb2,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"elj" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -27442,7 +26458,7 @@
dir = 4
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -27472,9 +26488,6 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -27493,9 +26506,6 @@
dir = 8;
color = "#954535"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -27521,7 +26531,7 @@
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
"emc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -27558,13 +26568,6 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"emw" = (
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/carpet/grimey,
-/area/station/security/detective)
"emC" = (
/obj/item/food/grown/cannabis,
/turf/simulated/floor/plating{
@@ -27606,13 +26609,6 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
-"emQ" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"ena" = (
/turf/simulated/wall,
/area/station/medical/reception)
@@ -27635,7 +26631,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/sign/poster/official/obey/directional/north,
@@ -27657,16 +26653,17 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
-"enn" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"env" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/machinery/door/airlock/engineering{
- name = "Cargo/Medical Asteroid Substation"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"enx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -27674,7 +26671,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -27710,7 +26707,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -27724,7 +26721,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -27736,7 +26733,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
"enS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -27756,6 +26753,14 @@
icon_state = "blue"
},
/area/station/maintenance/command/fore)
+"enX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint)
"enY" = (
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -27771,6 +26776,15 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"eoh" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"eon" = (
/obj/machinery/light/small{
dir = 1
@@ -27787,6 +26801,9 @@
"eoy" = (
/obj/machinery/light/small,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
@@ -27815,7 +26832,7 @@
/area/station/maintenance/asmaint)
"eoN" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
},
@@ -27846,17 +26863,30 @@
"epR" = (
/turf/simulated/wall,
/area/station/security/permabrig)
-"epT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
+"eqh" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/landmark/start/engineer,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/break_room)
+"eqi" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkfull"
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/area/station/public/quantum/cargo)
+/area/station/maintenance/storage)
"eqj" = (
/obj/item/radio/intercom{
pixel_y = 28;
@@ -27893,6 +26923,15 @@
icon_state = "darkred"
},
/area/station/security/brig)
+"eqG" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/airlock/engineering{
+ name = "Command Asteroid Security Area Substation"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_port)
"eqN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -27914,7 +26953,7 @@
},
/area/station/maintenance/starboard)
"erg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
@@ -27928,17 +26967,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"erj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -27952,9 +26991,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance/external{
name = "External Airlock Access"
},
@@ -27967,6 +27003,9 @@
color = "#505050";
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"erm" = (
@@ -28015,15 +27054,12 @@
color = "#954535"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgreen"
},
/area/station/hallway/spacebridge/scidock)
"erJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/generic,
@@ -28031,21 +27067,24 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
+"esb" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"esf" = (
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
-"esh" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Fore Asteroid Maintenance Access"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/command/starboard)
"esx" = (
/obj/structure/table,
/obj/effect/spawner/random/engineering/toolbox,
@@ -28059,6 +27098,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -28071,7 +27113,7 @@
/area/station/hallway/spacebridge/engmed)
"esN" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -28091,7 +27133,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -28122,13 +27164,6 @@
/obj/item/wrench,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"etG" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/requests_console/directional/south,
-/turf/simulated/floor/carpet/grimey,
-/area/station/security/detective)
"etJ" = (
/obj/structure/flora/ausbushes/grassybush,
/turf/simulated/floor/grass,
@@ -28194,7 +27229,7 @@
"eup" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/turfs/burn,
@@ -28208,7 +27243,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
"euv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -28227,7 +27262,7 @@
},
/area/station/supply/break_room)
"euL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -28288,7 +27323,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "hos"
},
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/command/office/hos)
"evl" = (
@@ -28331,11 +27366,38 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/apmaint)
+"evH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"evL" = (
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
/area/station/hallway/primary/fore/west)
+"evO" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/treadmill,
+/obj/machinery/treadmill_monitor{
+ id = "Cell 2";
+ pixel_y = -32
+ },
+/obj/machinery/flasher{
+ id = "Cell 2";
+ pixel_x = 26
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"evS" = (
/obj/structure/table/wood,
/obj/item/clothing/accessory/skullcodpiece,
@@ -28357,8 +27419,24 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/east)
+"ewb" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"ewp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -28390,6 +27468,14 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
+"ewD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/command/starboard)
"ewM" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -28409,6 +27495,20 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
+"ewO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/sign/restroom{
+ pixel_x = -31
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/dorms)
"ewQ" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -28428,6 +27528,23 @@
icon_state = "dark"
},
/area/station/engineering/secure_storage)
+"exm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8;
+ color = "#954535"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"ext" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -28448,7 +27565,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -28474,23 +27591,24 @@
"exK" = (
/turf/simulated/wall,
/area/station/security/processing)
-"exY" = (
+"exZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
+ dir = 4
},
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
+ dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"eye" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner,
@@ -28528,10 +27646,7 @@
/area/station/medical/medbay3)
"eyB" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -28545,6 +27660,12 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
+"eyI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"eyQ" = (
/obj/machinery/camera{
c_tag = "Medbay Hall 1";
@@ -28555,6 +27676,17 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
+"eyZ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/north)
"ezb" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -28575,8 +27707,25 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/south)
+"ezd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"ezf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -28589,7 +27738,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
"ezn" = (
/obj/machinery/camera{
@@ -28620,11 +27769,11 @@
"ezr" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/orange{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -28632,6 +27781,15 @@
"ezu" = (
/turf/simulated/wall,
/area/station/service/mime)
+"ezz" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Processing"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/processing)
"ezA" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -28647,7 +27805,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -28664,7 +27822,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -28687,18 +27845,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/wall,
/area/station/hallway/primary/fore/north)
-"ezV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/command/teleporter)
"ezY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/visible/purple{
@@ -28734,6 +27880,35 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
+"eAA" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/directional/north,
+/obj/machinery/optable,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "whitepurple"
+ },
+/area/station/science/xenobiology)
+"eAC" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/chair/stool,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redfull"
+ },
+/area/station/security/storage)
"eAE" = (
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/airlock/maintenance,
@@ -28774,10 +27949,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -28791,9 +27963,6 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/apmaint)
"eBl" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/economy/atm/directional/north,
/obj/structure/disposalpipe/segment{
color = "#505050";
@@ -28808,7 +27977,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "hos"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -28817,11 +27986,17 @@
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
+"eBt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_starboard)
"eBv" = (
/obj/machinery/cryopod{
dir = 2
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/light{
@@ -28913,20 +28088,14 @@
icon_state = "whitegreen"
},
/area/station/public/sleep/secondary)
-"eCi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/comeng)
"eCl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"eCr" = (
/obj/structure/table/wood/poker,
/obj/item/stack/spacecash/c20,
@@ -28955,16 +28124,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"eCQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
@@ -29001,9 +28167,6 @@
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"eCZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
@@ -29045,7 +28208,7 @@
/area/station/hallway/secondary/garden)
"eDn" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable/extra_insulated,
/obj/machinery/door/poddoor/preopen{
id_tag = "Secure Gate";
name = "Security Blast Door"
@@ -29062,11 +28225,18 @@
},
/area/station/security/lobby)
"eDp" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/solar_maintenance/aft_starboard)
+"eDr" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prisonershuttle)
"eDs" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
@@ -29100,7 +28270,7 @@
},
/area/station/hallway/primary/starboard/south)
"eDJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -29118,22 +28288,6 @@
},
/turf/simulated/floor/wood,
/area/station/hallway/secondary/entry/south)
-"eDQ" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner{
- color = "#505050";
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"eDT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -29163,10 +28317,13 @@
/area/station/aisat/service)
"eEj" = (
/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint2)
"eEo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -29175,12 +28332,6 @@
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/command/starboard)
-"eEr" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/engineering/transmission_laser)
"eEE" = (
/obj/machinery/camera{
c_tag = "Research Atmospherics Checkpoint";
@@ -29202,6 +28353,9 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -29214,26 +28368,21 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"eEM" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+ dir = 10
},
-/obj/item/radio/intercom{
- name = "north bump";
- pixel_y = 28
+/turf/simulated/floor/light{
+ color = "#4C763A"
},
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/exit)
+/area/station/public/quantum/docking)
"eES" = (
/turf/simulated/floor/wood,
/area/station/service/theatre)
"eEZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -29246,15 +28395,6 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
-"eFn" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"eFq" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/effect/spawner/random/dirt/often,
@@ -29284,6 +28424,18 @@
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/carpet/black,
/area/station/legal/magistrate)
+"eFG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/sortjunction{
+ dir = 4;
+ sort_type_txt = "24"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"eFI" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -29298,7 +28450,7 @@
/area/station/maintenance/disposal/external/southeast)
"eFO" = (
/obj/machinery/firealarm/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -29306,6 +28458,23 @@
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/east)
+"eFR" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"eFU" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/plating,
@@ -29326,20 +28495,6 @@
"eGr" = (
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"eGv" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Aft Asteroid Maintenance"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
-/obj/effect/mapping_helpers/airlock/access/any/science/tox,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/test_chamber)
"eGB" = (
/obj/effect/turf_decal/caution/red{
dir = 4
@@ -29348,40 +28503,12 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/west)
-"eGE" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/west)
"eGK" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/stock_parts/cell/high/plus,
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"eGO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/starboard)
"eGT" = (
/obj/machinery/camera{
c_tag = "Brig Port Hallway";
@@ -29432,14 +28559,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
-"eHn" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped{
- dir = 6
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_port)
"eHs" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
@@ -29454,10 +28573,10 @@
/obj/structure/table/reinforced{
layer = 2.5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/item/radio/phone{
@@ -29481,19 +28600,6 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
-"eHC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"eHE" = (
/obj/structure/table,
/obj/item/scalpel,
@@ -29536,6 +28642,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"eHX" = (
@@ -29576,35 +28685,10 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
-"eIr" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
-"eIs" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"eIC" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/blood/tracks/mapped{
@@ -29616,7 +28700,7 @@
/area/station/maintenance/disposal/northeast)
"eIF" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -29656,13 +28740,30 @@
/obj/machinery/atmospherics/pipe/manifold/hidden{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
+"eIX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"eJa" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
@@ -29681,10 +28782,10 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "2-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -29709,7 +28810,7 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -29746,7 +28847,7 @@
pixel_y = -24;
pixel_x = -5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -29764,7 +28865,7 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -29784,9 +28885,6 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"eKx" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/light{
dir = 1
},
@@ -29795,6 +28893,14 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
+"eKD" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"eKJ" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -29840,7 +28946,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -29851,33 +28957,35 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"eKX" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/chair/comfy{
+ dir = 1
+ },
+/obj/structure/disposalpipe/junction/y{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"eLb" = (
/obj/item/storage/toolbox/mechanical,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"eLg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plating/airless,
/area/station/science/toxins/test)
-"eLk" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"eLl" = (
/obj/machinery/door_control{
id = "auxincineratorvent";
@@ -29943,18 +29051,18 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/north)
"eLQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -29975,7 +29083,7 @@
/obj/machinery/computer/atmos_alert{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/item/radio/intercom{
@@ -29993,37 +29101,16 @@
icon_state = "purple"
},
/area/station/science/storage)
-"eMv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/entry/east)
-"eMA" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/orange{
+"eMz" = (
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
},
-/area/station/security/lobby)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"eMB" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -30041,20 +29128,28 @@
/turf/simulated/floor/engine/n2,
/area/station/engineering/atmos)
"eMK" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
+"eMM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/fsmaint)
"eMR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -30084,10 +29179,10 @@
},
/area/station/maintenance/apmaint)
"eMY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -30118,19 +29213,8 @@
icon_state = "yellow"
},
/area/station/maintenance/command/starboard)
-"eNf" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/south)
"eNg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -30145,7 +29229,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -30175,9 +29259,6 @@
/area/station/public/pet_store)
"eNZ" = (
/obj/machinery/economy/vending/snack,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"eOe" = (
@@ -30222,7 +29303,7 @@
dir = 4
},
/obj/machinery/atmospherics/meter,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -30247,7 +29328,7 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -30268,12 +29349,36 @@
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/starboard)
-"ePb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"ePc" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_port)
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/doors,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/poddoor/shutters{
+ id_tag = "brig_courtroom";
+ name = "Brig Courtroom Shutters";
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/legal/courtroom)
+"ePf" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/machinery/firealarm/directional/west,
+/obj/item/pickaxe/mini,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"ePh" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -30302,11 +29407,18 @@
name = "Mining Warehouse Shutters";
pixel_x = -24
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
+"ePn" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/north)
"ePu" = (
/obj/vehicle/janicart,
/obj/effect/turf_decal/stripes/line{
@@ -30314,18 +29426,20 @@
},
/turf/simulated/floor/plating,
/area/station/service/janitor)
+"ePG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"ePI" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/public/quantum/service)
"ePJ" = (
/obj/structure/bed,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/item/bedsheet/green,
/turf/simulated/floor/plasteel{
dir = 8;
@@ -30361,10 +29475,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"eQg" = (
/turf/simulated/wall/r_wall,
@@ -30409,18 +29523,18 @@
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/exit)
"eRq" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -30446,6 +29560,14 @@
icon_state = "white"
},
/area/station/medical/surgery/secondary)
+"eRF" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "whitegreenfull"
+ },
+/area/station/public/sleep)
"eRH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed,
@@ -30453,15 +29575,6 @@
icon_state = "redcorner"
},
/area/station/maintenance/security/port)
-"eRQ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkred"
- },
-/area/station/security/permabrig)
"eRT" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -30478,11 +29591,24 @@
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"eRZ" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkyellow"
},
/area/station/engineering/equipmentstorage)
+"eSa" = (
+/obj/machinery/alarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/engmed)
"eSe" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -30493,11 +29619,32 @@
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/south)
+"eSh" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/south)
"eSj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -30517,14 +29664,29 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
+"eSv" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"eSI" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/light_switch{
dir = 8;
pixel_x = 24;
@@ -30633,7 +29795,7 @@
/area/station/engineering/control)
"eTN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -30647,12 +29809,12 @@
},
/area/station/maintenance/storage)
"eTS" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -30665,21 +29827,24 @@
icon_state = "cafeteria"
},
/area/station/supply/break_room)
+"eUa" = (
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/hydroponics)
"eUh" = (
/obj/machinery/atmospherics/pipe/simple/visible/universal{
dir = 4
},
/turf/simulated/wall/r_wall,
/area/station/maintenance/maintcentral)
-"eUk" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
"eUr" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -30697,25 +29862,6 @@
},
/turf/simulated/floor/carpet/blue,
/area/station/command/office/cmo)
-"eUF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/alphanumeric/center_3{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
-"eUJ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"eUK" = (
/obj/machinery/economy/vending/boozeomat,
/turf/simulated/floor/plating,
@@ -30758,7 +29904,7 @@
},
/area/station/hallway/primary/central/north)
"eVw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -30817,13 +29963,13 @@
/area/station/maintenance/security/starboard)
"eWm" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/command/office/hos)
"eWr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -30850,6 +29996,18 @@
icon_state = "whitegreenfull"
},
/area/station/maintenance/starboard)
+"eWH" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/firealarm/directional/west,
+/turf/simulated/floor/wood,
+/area/station/public/vacant_office)
"eWS" = (
/obj/structure/table,
/obj/item/clothing/glasses/welding,
@@ -30880,33 +30038,17 @@
icon_state = "darkyellowcorners"
},
/area/station/engineering/break_room/secondary)
-"eXl" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/spawner/random/dirt/frequent,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"eXo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/item/ashtray/bronze,
/obj/structure/table/wood,
/obj/item/clothing/mask/cigarette/cigar,
-/turf/simulated/floor/wood,
-/area/station/service/bar)
-"eXF" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"eXG" = (
/turf/simulated/mineral/ancient/outer,
/area/station/maintenance/security/aft_port)
@@ -30950,7 +30092,7 @@
},
/obj/effect/mapping_helpers/airlock/locked,
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -30958,13 +30100,22 @@
},
/area/station/engineering/control)
"eYz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/alarm/directional/north,
/obj/structure/disposalpipe/segment/corner,
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/east)
+"eYA" = (
+/obj/structure/grille/broken,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"eYB" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -30972,6 +30123,9 @@
/obj/structure/sign/restroom{
pixel_x = -31
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -31005,7 +30159,7 @@
/obj/structure/railing/corner{
pixel_y = -11
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/alarm/directional/north,
@@ -31016,7 +30170,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -31042,25 +30196,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/item/ashtray/glass,
/obj/structure/table/wood,
/turf/simulated/floor/wood,
/area/station/command/office/hos)
-"eZp" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
+"eZo" = (
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"eZE" = (
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/plasteel{
@@ -31072,7 +30217,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -31096,9 +30241,6 @@
/obj/machinery/door/airlock/maintenance/external,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"eZW" = (
@@ -31136,7 +30278,7 @@
/obj/structure/chair/stool{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -31154,13 +30296,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
/area/station/service/theatre)
+"faD" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance{
+ name = "Fore Asteroid Maintenance Access"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/command/starboard)
"faF" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -31200,6 +30348,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -31216,15 +30367,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"fbu" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"fbB" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/alarm/directional/north,
@@ -31267,6 +30409,14 @@
icon_state = "darkfull"
},
/area/station/supply/qm)
+"fcn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/directional/north,
+/obj/effect/turf_decal/stripes/asteroid/end,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"fcp" = (
/obj/structure/rack,
/obj/item/pickaxe/emergency,
@@ -31276,6 +30426,27 @@
"fcw" = (
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
+"fcC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"fcE" = (
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -31287,10 +30458,10 @@
/area/station/command/meeting_room)
"fcK" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/command/office/ntrep)
"fcP" = (
@@ -31328,10 +30499,10 @@
/obj/structure/fence/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating{
@@ -31346,7 +30517,7 @@
"fda" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -31431,7 +30602,7 @@
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/servsci)
"feB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_scrubber/on,
@@ -31443,12 +30614,12 @@
},
/area/station/procedure/trainer_office)
"feG" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
"feJ" = (
@@ -31461,14 +30632,14 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"feO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery/hollow,
/obj/structure/disposalpipe/junction{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -31511,12 +30682,6 @@
icon_state = "dark"
},
/area/station/engineering/engine_foyer)
-"ffm" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"ffy" = (
/obj/machinery/economy/vending/genedrobe,
/turf/simulated/floor/plasteel{
@@ -31524,15 +30689,6 @@
icon_state = "darkpurple"
},
/area/station/science/genetics)
-"ffK" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/sign/electricshock{
- pixel_y = -32
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"ffU" = (
/obj/structure/disposalpipe/junction{
dir = 4
@@ -31540,7 +30696,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"fgb" = (
/obj/effect/mapping_helpers/turfs/damage,
@@ -31551,10 +30710,28 @@
/obj/item/reagent_containers/drinks/chocolate,
/turf/simulated/floor/wood,
/area/station/maintenance/starboard)
+"fgc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"fgi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -31586,7 +30763,7 @@
/area/station/science/xenobiology)
"fgx" = (
/obj/machinery/requests_console/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/carpet/black,
@@ -31603,28 +30780,6 @@
/obj/effect/spawner/random/barrier/grille_often,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"fgM" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/light{
- color = "#4C763A"
- },
-/area/station/public/quantum/docking)
-"fgV" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/security/aft_port)
"fhb" = (
/obj/machinery/economy/vending/cola,
/turf/simulated/floor/carpet,
@@ -31643,6 +30798,9 @@
/area/station/maintenance/service/aft_starboard)
"fhe" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -31655,13 +30813,6 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"fhu" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"fhE" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -31704,7 +30855,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -31726,9 +30877,6 @@
},
/area/station/science/test_chamber)
"fil" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
@@ -31743,7 +30891,7 @@
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"fiu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -31799,7 +30947,7 @@
/obj/structure/railing/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -31815,9 +30963,6 @@
/area/station/maintenance/disposal/west)
"fiP" = (
/obj/structure/window/full/reinforced/tinted,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/turbine)
"fiX" = (
@@ -31826,6 +30971,19 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
+"fja" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/spawner/window/reinforced/plasma,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
"fje" = (
/obj/effect/turf_decal/delivery/partial{
dir = 4
@@ -31871,7 +31029,7 @@
},
/area/station/maintenance/command/starboard)
"fjH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction/reversed{
@@ -31889,7 +31047,7 @@
},
/area/station/supply/lobby)
"fjY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -31907,6 +31065,21 @@
icon_state = "darkpurple"
},
/area/station/science/genetics)
+"fkh" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"fkk" = (
/obj/machinery/light/small{
dir = 8
@@ -31929,6 +31102,13 @@
"fkt" = (
/turf/simulated/mineral/ancient,
/area/station/service/bar)
+"fkH" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
"fkJ" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 1
@@ -31937,7 +31117,7 @@
/area/station/maintenance/starboard)
"fkK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -31963,10 +31143,10 @@
"fkW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -31974,15 +31154,6 @@
icon_state = "darkred"
},
/area/station/security/permabrig)
-"fkY" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"fkZ" = (
/obj/structure/cable/green{
icon_state = "1-2"
@@ -31992,18 +31163,51 @@
icon_state = "yellow"
},
/area/station/engineering/gravitygenerator)
+"fld" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32
+ },
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
+"flf" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/public/fitness)
"flk" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/door/poddoor/preopen{
id_tag = "Secure Gate";
name = "Security Blast Door"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/security/prison/cell_block/a)
"flp" = (
@@ -32024,7 +31228,7 @@
},
/area/station/security/permabrig)
"flq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -32033,11 +31237,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/asmaint)
"flr" = (
/turf/simulated/mineral/ancient/outer,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"flu" = (
/obj/structure/railing/cap/normal{
dir = 4
@@ -32087,18 +31293,6 @@
icon_state = "darkred"
},
/area/station/security/evidence)
-"flM" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/disposalpipe/segment/corner{
- dir = 8;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
"flQ" = (
/obj/machinery/camera{
c_tag = "Atmospherics Fore-Port";
@@ -32110,6 +31304,44 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"flS" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Command Asteroid Security Area Substation"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
+"fmj" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"fmk" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -32152,7 +31384,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"fmz" = (
/obj/structure/closet/firecloset/full,
@@ -32173,7 +31405,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"fmH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
@@ -32184,6 +31416,15 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/east)
+"fnl" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
"fnr" = (
/obj/structure/sink/puddle,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -32212,17 +31453,19 @@
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
-"fnU" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Fore Asteroid Maintenance Access"
+"fnT" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/machinery/power/apc/directional/north,
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/command/starboard)
+/turf/simulated/floor/plasteel{
+ dir = 5;
+ icon_state = "darkred"
+ },
+/area/station/security/checkpoint/secondary)
"fnW" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -32230,23 +31473,12 @@
/obj/structure/sign/poster/official/safety_internals/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"foa" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 9
- },
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/north)
"foi" = (
/obj/machinery/power/apc/directional/west,
/obj/structure/chair{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -32287,7 +31519,7 @@
/obj/machinery/power/solar_control{
name = "Security Asteroid Solar Control"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -32304,14 +31536,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"foP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/asmaint)
"fpm" = (
/obj/machinery/light{
dir = 1
@@ -32342,42 +31566,49 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"fpx" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 4
},
/area/station/hallway/primary/port/south)
"fpC" = (
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"fpE" = (
/obj/structure/window/full/reinforced/tinted,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"fpF" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
+"fpM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint2)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"fpQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -32385,7 +31616,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -32405,6 +31636,9 @@
/area/station/maintenance/disposal/northeast)
"fqb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"fqd" = (
@@ -32429,12 +31663,6 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"fqw" = (
@@ -32455,7 +31683,7 @@
},
/area/station/science/toxins/mixing)
"fqD" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -32466,12 +31694,38 @@
icon_state = "darkgreen"
},
/area/station/procedure/trainer_office)
+"fqI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"fqM" = (
/obj/machinery/light/small{
dir = 1
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/apmaint)
+"fqW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/station/command/office/ce)
"frd" = (
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
@@ -32532,24 +31786,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
/area/station/public/sleep)
-"frJ" = (
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/public/glass,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/public/storage/emergency/port)
"frS" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -32579,25 +31822,6 @@
/obj/item/coin/silver,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint2)
-"frW" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Walkway"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "engilockdown";
- layer = 2.6;
- name = "Engineering Lockdown"
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/spacebridge/engmed)
"fse" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -32641,7 +31865,7 @@
"fsm" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/economy/vending/medidrobe,
@@ -32671,15 +31895,28 @@
icon_state = "whitebluecorner"
},
/area/station/medical/sleeper)
+"fsx" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/carpet/arcade,
+/area/station/public/arcade)
"fsP" = (
/obj/machinery/door/airlock/maintenance{
name = "Aft-Starboard Asteroid Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"fsQ" = (
@@ -32726,12 +31963,13 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
-"ftk" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
+"ftf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 4;
+ color = "#954535"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -32739,13 +31977,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'WARNING: FUN-SIZED JUSTICE'.";
+ name = "WARNING: FUN-SIZED JUSTICE";
+ pixel_x = null;
+ pixel_y = -32
},
/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+ icon_state = "redcorner"
},
-/area/station/hallway/primary/port/north)
+/area/station/hallway/primary/fore/west)
"ftl" = (
/obj/structure/chair/wood/wings{
dir = 1
@@ -32773,7 +32014,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -32805,19 +32046,10 @@
dir = 8
},
/area/station/hallway/secondary/entry/south)
-"ftG" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"ftN" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -32839,10 +32071,10 @@
/obj/machinery/power/solar_control{
name = "Medical Asteroid Solar Control"
},
-/obj/structure/cable{
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
-/obj/effect/decal/cleanable/cobweb,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"fuk" = (
@@ -32871,12 +32103,6 @@
icon_state = "whitebluecorner"
},
/area/station/maintenance/starboard)
-"fuB" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
"fuG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -32962,8 +32188,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/security/checkpoint/secondary)
+"fvd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
"fvk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -33011,6 +32248,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"fvB" = (
@@ -33067,10 +32307,10 @@
/obj/item/mounted/frame/display{
pixel_y = 30
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/structure/grille/broken,
@@ -33079,13 +32319,13 @@
/area/station/maintenance/security/port)
"fwr" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
/area/station/engineering/solar/port)
"fws" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -33105,7 +32345,7 @@
},
/area/station/legal/courtroom)
"fwC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33137,6 +32377,14 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
+"fxe" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/space,
+/area/station/hallway/spacebridge/comeng)
"fxg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -33172,7 +32420,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -33185,7 +32433,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -33241,7 +32489,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -33265,13 +32513,11 @@
icon_state = "whitebluefull"
},
/area/station/maintenance/starboard)
-"fyN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
+"fyH" = (
+/obj/structure/cable,
+/obj/machinery/power/smes/engineering,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"fyR" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -33283,12 +32529,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/east)
-"fyS" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/main)
"fze" = (
/obj/machinery/photocopier,
/obj/machinery/firealarm/directional/east,
@@ -33313,7 +32553,7 @@
dir = 4
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"fzv" = (
/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 2;
@@ -33331,21 +32571,19 @@
/obj/effect/turf_decal/delivery/red/partial,
/turf/simulated/floor/plasteel,
/area/station/security/storage)
-"fzR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
+"fzT" = (
/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ icon_state = "1-2"
},
+/obj/machinery/firealarm/directional/west,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+ dir = 1;
+ icon_state = "redcorner"
},
-/area/station/hallway/primary/central/west)
+/area/station/security/lobby)
"fAc" = (
/obj/structure/closet/emcloset,
/obj/item/wirecutters,
@@ -33353,7 +32591,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
"fAf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -33374,7 +32612,7 @@
"fAx" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -33422,7 +32660,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -33442,6 +32680,18 @@
/obj/structure/sign/poster/contraband/random/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"fBY" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"fCc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33454,13 +32704,13 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/rnd)
"fCl" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/economy/vending/wallmed/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "escape"
@@ -33486,15 +32736,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -33537,7 +32781,7 @@
id_tag = "XenoPod4";
name = "containment door 4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -33553,11 +32797,25 @@
/area/station/engineering/transmission_laser)
"fDu" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable/orange{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/space/nearstation/disposals)
+"fDz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"fDE" = (
/obj/machinery/camera{
c_tag = "Engineering - Chief Engineer's Office";
@@ -33568,6 +32826,17 @@
icon_state = "darkyellow"
},
/area/station/command/office/ce)
+"fDG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Service Asteroid Solar Array"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/port)
"fDO" = (
/obj/machinery/atmospherics/binary/pump/on{
name = "Distro to Port"
@@ -33600,11 +32869,8 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -33623,13 +32889,16 @@
/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
"fEv" = (
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -33697,7 +32966,7 @@
/area/station/security/storage)
"fES" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -33714,31 +32983,15 @@
/mob/living/carbon/human/monkey,
/turf/simulated/floor/grass,
/area/station/science/genetics)
-"fFl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTREME DANGER: KEEP OUT'.";
- name = "EXTREME DANGER: KEEP OUT!";
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/girder,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_port)
"fFm" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northwest)
+"fFn" = (
+/obj/machinery/light/small,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"fFp" = (
/obj/structure/closet/coffin,
/obj/structure/window/reinforced{
@@ -33752,21 +33005,18 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/west)
-"fFx" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/closet,
-/obj/effect/spawner/random/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+"fFr" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/mechanical,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"fFz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33789,10 +33039,10 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "rd"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -33842,7 +33092,7 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/engine,
@@ -33851,7 +33101,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/sign/cargo{
@@ -33927,12 +33177,12 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -33967,9 +33217,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
@@ -34018,13 +33265,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/service/chapel)
"fHE" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -34037,7 +33287,7 @@
/area/station/security/brig)
"fHO" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -34047,9 +33297,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -34074,7 +33321,27 @@
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
+"fIj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/south)
"fIm" = (
/obj/machinery/atmospherics/pipe/manifold/visible{
dir = 1
@@ -34090,7 +33357,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/loading_area{
@@ -34119,9 +33386,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "purplecorner"
@@ -34150,9 +33414,6 @@
/area/station/supply/qm)
"fIL" = (
/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -34178,7 +33439,7 @@
"fIV" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -34192,14 +33453,14 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"fJf" = (
/obj/machinery/light/small{
@@ -34228,9 +33489,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 6
},
@@ -34244,7 +33502,7 @@
},
/area/station/engineering/controlroom)
"fKi" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -34277,7 +33535,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/hologram/holopad,
@@ -34308,6 +33566,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/east)
"fKQ" = (
@@ -34340,9 +33601,22 @@
icon_state = "rampbottom"
},
/area/station/hallway/secondary/exit)
+"fLg" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/wood,
+/area/station/service/clown)
"fLk" = (
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"fLl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"fLp" = (
/obj/structure/chair{
dir = 1
@@ -34372,7 +33646,7 @@
dir = 9
},
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -34388,7 +33662,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -34402,16 +33676,9 @@
icon_state = "darkbluecorners"
},
/area/station/medical/medbay3)
-"fLH" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/mineral/tranquillite,
-/area/station/service/mime)
"fLI" = (
/obj/machinery/firealarm/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/freezer,
@@ -34431,7 +33698,7 @@
},
/area/station/security/permabrig)
"fMs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -34449,17 +33716,6 @@
icon_state = "dark"
},
/area/station/engineering/gravitygenerator)
-"fMx" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
"fMz" = (
/obj/effect/turf_decal/loading_area{
dir = 4
@@ -34481,6 +33737,16 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
+"fMP" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"fMV" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass,
@@ -34508,14 +33774,21 @@
id_tag = "Secure Gate";
name = "Security Blast Door"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
+"fNp" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/port)
"fNq" = (
/obj/machinery/light/floor,
/turf/simulated/floor/plasteel{
@@ -34585,7 +33858,7 @@
/area/station/service/bar)
"fNT" = (
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -34616,26 +33889,6 @@
icon_state = "neutralfull"
},
/area/station/service/kitchen)
-"fOj" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"fOo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -34656,10 +33909,10 @@
id = "NCT"
},
/obj/effect/mapping_helpers/airlock/access/all/procedure/trainer,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/effect/mapping_helpers/airlock/autoname,
@@ -34698,7 +33951,7 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/lockerroom)
"fOL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -34715,7 +33968,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -34727,6 +33980,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"fPa" = (
@@ -34756,14 +34012,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
-"fPl" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"fPp" = (
/mob/living/basic/pig,
/turf/simulated/floor/grass,
@@ -34778,7 +34026,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/sign/poster/official/random/directional/west,
@@ -34788,23 +34036,12 @@
/area/station/command/meeting_room)
"fPR" = (
/obj/structure/lattice/catwalk,
-/obj/item/stack/cable_coil/random,
-/obj/structure/cable{
+/obj/item/stack/cable_coil/yellow,
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
-"fPU" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/railing/cap/normal{
- dir = 1
- },
-/turf/space,
-/area/station/hallway/spacebridge/comeng)
"fPZ" = (
/obj/item/stack/ore/glass,
/obj/effect/turf_decal/box,
@@ -34838,7 +34075,7 @@
dir = 10;
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"fQu" = (
/obj/machinery/atmospherics/refill_station/oxygen,
/turf/simulated/floor/plasteel{
@@ -34851,27 +34088,25 @@
},
/turf/simulated/floor/plating,
/area/station/security/permabrig)
-"fQJ" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
+"fQI" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
+ dir = 4
},
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/security/aft_port)
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"fQQ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -34892,18 +34127,6 @@
},
/turf/simulated/wall/r_wall,
/area/station/maintenance/turbine)
-"fQT" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"fQW" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -34920,7 +34143,7 @@
"fRl" = (
/obj/structure/closet/secure_closet/evidence,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -34928,6 +34151,19 @@
icon_state = "darkred"
},
/area/station/security/evidence)
+"fRn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"fRv" = (
/obj/item/clothing/under/misc/swimsuit/red,
/obj/structure/window/reinforced{
@@ -34965,23 +34201,6 @@
icon_state = "dark"
},
/area/station/security/permabrig)
-"fRU" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id_tag = "Prison Gate";
- name = "Prison Lockdown Blast Doors";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"fRW" = (
/turf/simulated/floor/plating/airless,
/area/space/nearstation)
@@ -35000,17 +34219,6 @@
icon_state = "whitepurple"
},
/area/station/science/hallway)
-"fSn" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/light{
- color = "#763C3A"
- },
-/area/station/public/quantum/security)
"fSq" = (
/obj/machinery/mineral/equipment_vendor/explorer,
/turf/simulated/floor/plasteel{
@@ -35034,6 +34242,20 @@
icon_state = "redcorner"
},
/area/station/maintenance/security/port)
+"fSv" = (
+/obj/machinery/camera{
+ c_tag = "Security SMES";
+ dir = 6
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/monitor,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"fSx" = (
/obj/item/stack/ore/glass,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -35063,7 +34285,7 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -35100,9 +34322,6 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -35145,12 +34364,21 @@
"fUu" = (
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
+"fUB" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/space,
+/area/station/engineering/solar/aft)
"fUQ" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 4
},
-/obj/structure/cable/orange,
/obj/machinery/door/poddoor/preopen{
id_tag = "atmos";
name = "Atmospherics Blast Door"
@@ -35178,27 +34406,19 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"fVq" = (
-/obj/structure/disposalpipe/segment{
+"fVJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/machinery/camera{
- c_tag = "Engineering - Locker Exterior";
- dir = 1;
- network = list("SS13","Engineering")
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/obj/structure/chair/sofa/bench{
- dir = 1;
- cover_color = "#85130b"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/central/east)
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"fVK" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel/freezer,
@@ -35212,23 +34432,26 @@
/turf/simulated/floor/wood,
/area/station/maintenance/service/fore_port)
"fVV" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/solar_maintenance/fore_starboard)
"fWd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -35237,9 +34460,6 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"fWi" = (
@@ -35257,7 +34477,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"fWn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -35273,6 +34496,21 @@
/obj/item/extinguisher,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
+"fWv" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"fWB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -35324,18 +34562,6 @@
icon_state = "dark"
},
/area/station/aisat/service)
-"fXt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/external{
- name = "External Airlock Access"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"fXv" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -35361,6 +34587,29 @@
},
/turf/space,
/area/space)
+"fXM" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance{
+ name = "Aft-Starboard Asteroid Maintenance"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/asmaint)
+"fXN" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/alarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"fXO" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -35390,28 +34639,25 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
-"fYj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/carpet/arcade,
-/area/station/public/arcade)
-"fYt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
+"fYv" = (
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/economy/atm/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escape"
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/area/station/hallway/secondary/entry/east)
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
"fYw" = (
/obj/structure/sign/radiation/rad_area,
/turf/simulated/wall/r_wall,
@@ -35428,30 +34674,13 @@
dir = 4
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
-"fYG" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Walkway"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/spacebridge/dockmed)
"fYO" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
@@ -35466,6 +34695,16 @@
icon_state = "purplecorner"
},
/area/station/maintenance/apmaint)
+"fZj" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"fZu" = (
/obj/structure/table,
/obj/machinery/light,
@@ -35486,9 +34725,6 @@
/area/station/hallway/primary/starboard/south)
"fZE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -35496,18 +34732,12 @@
},
/area/station/maintenance/storage)
"fZL" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/camera{
c_tag = "Engineering - SMES Room";
dir = 1;
network = list("SS13","Engineering")
},
+/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
@@ -35580,12 +34810,6 @@
temperature = 80
},
/area/station/science/xenobiology)
-"gak" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"gan" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb{
@@ -35596,14 +34820,26 @@
icon_state = "neutralcorner"
},
/area/station/maintenance/service/fore_starboard)
+"gar" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/airlock/multi_tile/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgreenfull"
+ },
+/area/station/hallway/secondary/garden)
"gav" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/hallway/primary/port/north)
"gay" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
dir = 1;
@@ -35649,20 +34885,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
-"gbg" = (
-/obj/machinery/camera{
- c_tag = "Security SMES";
- dir = 6
+"gbl" = (
+/obj/effect/decal/cleanable/blood/splatter,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/computer/monitor,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"gbq" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos/control)
@@ -35693,13 +34922,13 @@
},
/area/station/science/toxins/mixing)
"gbF" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -35716,7 +34945,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -35744,9 +34973,6 @@
/turf/simulated/wall,
/area/station/command/office/ntrep)
"gcj" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=EngineeringEast2";
location = "EngineeringEast";
@@ -35815,16 +35041,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
-"gdS" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"gdU" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/turf_decal/stripes/line,
@@ -35841,7 +35057,7 @@
locked = 1
},
/obj/effect/mapping_helpers/airlock/access/all/supply/vault,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -35859,7 +35075,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -35881,22 +35097,40 @@
},
/turf/simulated/floor/plasteel/freezer,
/area/station/medical/virology)
-"geV" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/orange{
+"geL" = (
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
+"geS" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 1";
+ name = "Cell 1"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/item/radio/intercom{
+ name = "west bump";
+ pixel_x = -28
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -35920,7 +35154,7 @@
/area/station/hallway/primary/fore/north)
"gfe" = (
/obj/structure/chair/office/dark,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -35956,6 +35190,9 @@
dir = 4
},
/obj/machinery/light/small,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -35972,7 +35209,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -35997,6 +35234,24 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
+"ggk" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/airlock_controller/access_controller{
+ name = "Supermatter Access Console";
+ pixel_y = -24;
+ ext_door_link_id = "engsm_door_ext";
+ int_door_link_id = "engsm_door_int";
+ ext_button_link_id = "engsm_btn_ext";
+ int_button_link_id = "engsm_btn_int";
+ req_one_access = list(10,24)
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/engineering/control)
"ggA" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/decal/cleanable/dirt,
@@ -36011,7 +35266,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36081,6 +35336,16 @@
},
/turf/simulated/floor/carpet/green,
/area/station/service/library)
+"ghE" = (
+/obj/item/radio/intercom{
+ name = "east bump";
+ pixel_x = 28
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"ghT" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "cargolockdown";
@@ -36098,10 +35363,10 @@
},
/area/station/hallway/primary/fore/east)
"ghU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
"ghX" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -36116,7 +35381,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -36147,12 +35412,7 @@
color = "#954535"
},
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
@@ -36168,6 +35428,12 @@
icon_state = "darkbrown"
},
/area/station/supply/office)
+"giJ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint2)
"giN" = (
/obj/machinery/computer/security/telescreen/entertainment/television,
/obj/effect/spawner/random/cobweb/right/rare,
@@ -36185,7 +35451,7 @@
},
/area/station/science/hallway)
"gjc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -36194,7 +35460,7 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -36217,15 +35483,6 @@
/obj/structure/sign/securearea,
/turf/simulated/wall/r_wall,
/area/station/security/prisonershuttle)
-"gjw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"gjC" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -36251,9 +35508,6 @@
/obj/machinery/atmospherics/pipe/manifold/visible/purple{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -36290,11 +35544,11 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -36332,7 +35586,7 @@
/obj/machinery/firealarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -36347,18 +35601,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior/secondary)
-"gkG" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/chair/sofa/bench/right{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/west)
"gkK" = (
/obj/machinery/light/small{
dir = 1
@@ -36383,9 +35625,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -36423,9 +35662,6 @@
},
/area/station/medical/sleeper)
"glw" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
@@ -36467,8 +35703,8 @@
/area/station/maintenance/turbine)
"glE" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-4"
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
@@ -36482,7 +35718,7 @@
"glK" = (
/obj/structure/lattice/catwalk,
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -36522,15 +35758,6 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"gmo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"gmq" = (
/obj/structure/disposalpipe/junction/reversed{
dir = 8
@@ -36545,7 +35772,7 @@
/turf/simulated/wall/r_wall,
/area/station/security/brig)
"gmN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/dirt/often,
@@ -36560,14 +35787,17 @@
/obj/structure/stone_tile/surrounding/burnt,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/fore_starboard)
+"gmV" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/break_room)
"gnd" = (
/obj/effect/map_effect/dynamic_airlock/door/interior,
/obj/machinery/door/airlock/external/glass,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/access_button/offset/west,
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/west)
@@ -36610,6 +35840,18 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"gnq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/maintenance/service/aft_starboard)
"gnu" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/disposal/west)
@@ -36631,6 +35873,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -36650,7 +35895,7 @@
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"gnX" = (
/obj/machinery/atmospherics/meter,
@@ -36750,13 +35995,6 @@
/turf/simulated/floor/plating,
/area/station/service/clown/secret)
"goM" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/power/terminal,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -36811,6 +36049,15 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"gpp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "rampbottom";
+ dir = 8
+ },
+/area/station/service/chapel)
"gpq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -36819,9 +36066,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "escapecorner"
},
@@ -36849,7 +36093,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"gpF" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36880,6 +36124,16 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
+"gqf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"gqQ" = (
/obj/structure/table/wood,
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -36892,6 +36146,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"gqU" = (
@@ -36929,6 +36186,23 @@
},
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
+"grG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"grQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -36943,27 +36217,22 @@
name = "north bump";
pixel_y = 30
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/west)
-"grS" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
"grT" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/alarm/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "escape"
},
@@ -36990,7 +36259,7 @@
/area/station/maintenance/asmaint2)
"gsp" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -37001,7 +36270,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -37026,18 +36295,6 @@
icon_state = "darkgreen"
},
/area/station/procedure/trainer_office)
-"gsx" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"gsB" = (
/obj/structure/disposalpipe/segment/corner,
/obj/effect/spawner/random/dirt/often,
@@ -37047,7 +36304,7 @@
},
/area/station/maintenance/starboard)
"gsC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -37100,14 +36357,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/effect/spawner/random/barrier/grille_maybe,
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"gto" = (
/obj/machinery/light/small{
@@ -37137,14 +36396,6 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
/area/station/maintenance/starboard)
-"gtH" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "whitegreenfull"
- },
-/area/station/public/sleep)
"gtJ" = (
/obj/structure/flora/grass/jungle,
/turf/simulated/floor/grass/jungle/no_creep,
@@ -37173,26 +36424,19 @@
/turf/simulated/floor/engine/air,
/area/station/engineering/atmos)
"guh" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/light{
color = "#79986b"
},
/area/station/public/quantum/service)
-"guv" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/main)
"gux" = (
/obj/machinery/teleport/perma/preset/cerestation/brig,
/turf/simulated/floor/plasteel{
@@ -37207,29 +36451,9 @@
icon_state = "dark"
},
/area/station/telecomms/computer)
-"guD" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance/external{
- name = "External Airlock Access"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/security/aft_port)
"guO" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/structure/table/glass,
@@ -37257,7 +36481,7 @@
"gvd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/computer/nonfunctional{
@@ -37273,12 +36497,16 @@
icon_state = "dark"
},
/area/station/maintenance/disposal/northeast)
-"gvy" = (
-/obj/structure/cable/orange{
+"gvA" = (
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/wood,
-/area/station/command/office/ntrep)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"gvC" = (
/obj/structure/railing{
dir = 8
@@ -37352,7 +36580,7 @@
/obj/effect/mapping_helpers/turfs/burn,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/trash/spentcasing/shotgun/dragonsbreath,
@@ -37374,27 +36602,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/aft/west)
-"gwj" = (
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Interrogation"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/interrogation)
-"gwp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"gwq" = (
/obj/machinery/light/small,
/obj/item/radio/intercom{
@@ -37416,6 +36623,13 @@
icon_state = "darkred"
},
/area/station/security/execution)
+"gwr" = (
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/apmaint)
"gwz" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/alarm/directional/north,
@@ -37481,20 +36695,14 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/door/poddoor/preopen{
id_tag = "atmos";
name = "Atmospherics Blast Door"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -37531,7 +36739,7 @@
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
"gxI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/grille/broken,
@@ -37564,9 +36772,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
@@ -37581,50 +36786,14 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
},
/area/station/hallway/primary/fore/west)
-"gyr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/north)
-"gyt" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
-"gyQ" = (
-/obj/structure/chair/comfy/black{
- dir = 8
- },
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
"gyU" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp{
@@ -37669,7 +36838,7 @@
/turf/simulated/wall/r_wall,
/area/station/engineering/gravitygenerator)
"gzD" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -37711,24 +36880,12 @@
},
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/mine/unexplored/cere/civilian)
-"gzX" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/west)
"gAg" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -37758,7 +36915,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -37828,6 +36985,18 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
+"gBE" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"gBF" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -37856,18 +37025,6 @@
icon_state = "darkred"
},
/area/station/security/permabrig)
-"gCh" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/south)
"gCj" = (
/obj/machinery/conveyor_switch/oneway{
id = "QMLoad2"
@@ -37896,22 +37053,22 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"gCC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/storage)
"gCJ" = (
/obj/structure/fence,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -37920,28 +37077,35 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
-"gCP" = (
-/obj/machinery/atmospherics/unary/tank/air,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
-"gDa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+"gCO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
/obj/structure/cable{
icon_state = "2-4"
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/area/station/hallway/primary/fore/north)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
+"gCP" = (
+/obj/machinery/atmospherics/unary/tank/air,
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"gDf" = (
/obj/machinery/camera{
c_tag = "Command Asteroid Hall 2";
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -37980,7 +37144,7 @@
"gDr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -37989,30 +37153,12 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
"gDt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"gDu" = (
-/obj/machinery/door/airlock/public/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/public/fitness)
"gDx" = (
/obj/structure/table,
/turf/simulated/floor/plasteel{
@@ -38020,14 +37166,6 @@
icon_state = "green"
},
/area/station/hallway/primary/port/north)
-"gDM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
"gEb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 6
@@ -38035,7 +37173,7 @@
/turf/simulated/floor/catwalk,
/area/station/maintenance/security/starboard)
"gEj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -38052,6 +37190,17 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/storage)
+"gEp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/junction/reversed{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"gEq" = (
/obj/machinery/door/poddoor/shutters{
id_tag = "teledoor";
@@ -38082,8 +37231,8 @@
/area/station/command/office/rd)
"gEQ" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -38096,9 +37245,6 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"gET" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
@@ -38106,7 +37252,7 @@
/obj/structure/disposalpipe/segment{
color = "#505050"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"gEW" = (
/obj/structure/table,
@@ -38119,23 +37265,13 @@
/obj/machinery/hydroponics/soil,
/turf/simulated/floor/grass,
/area/station/security/permabrig)
-"gFb" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/carpet/green,
-/area/station/maintenance/service/fore_port)
"gFc" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -38166,13 +37302,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/aft_starboard)
-"gFK" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"gGh" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/engine,
@@ -38233,17 +37362,6 @@
icon_state = "whitepurplecorner"
},
/area/station/science/test_chamber)
-"gGU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
"gGZ" = (
/obj/structure/table/wood,
/obj/item/paper_bin,
@@ -38286,7 +37404,7 @@
},
/area/station/medical/virology)
"gHG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -38299,27 +37417,15 @@
icon_state = "darkfull"
},
/area/station/maintenance/abandonedservers)
-"gHJ" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"gHU" = (
/obj/structure/chair/wood{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"gIh" = (
@@ -38330,7 +37436,7 @@
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -38373,18 +37479,6 @@
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northwest)
-"gIF" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_starboard)
"gIG" = (
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
@@ -38394,43 +37488,12 @@
},
/turf/simulated/floor/carpet/royalblack,
/area/station/maintenance/storage)
-"gIJ" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
"gIO" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
/turf/simulated/floor/wood,
/area/station/medical/psych)
-"gIR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
"gIT" = (
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/flora/ausbushes/ywflowers,
@@ -38452,6 +37515,27 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
+"gIZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"gJa" = (
/obj/structure/window/reinforced{
dir = 4
@@ -38505,10 +37589,10 @@
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"gJS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -38547,10 +37631,10 @@
/obj/item/mounted/frame/display{
pixel_y = 30
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -38576,18 +37660,6 @@
icon_state = "white"
},
/area/station/medical/surgery/primary)
-"gKB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"gKF" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/effect/spawner/random/dirt/maybe,
@@ -38692,19 +37764,34 @@
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
+"gLJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"gLK" = (
/obj/machinery/light/small{
dir = 1
},
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
-"gLO" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
"gLV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -38765,9 +37852,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -38791,21 +37875,6 @@
icon_state = "dark"
},
/area/station/science/robotics)
-"gMF" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"gMG" = (
/obj/item/flashlight/lantern,
/obj/structure/table/wood/fancy/red,
@@ -38855,7 +37924,7 @@
dir = 5
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -38876,6 +37945,12 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
+"gOg" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/north)
"gOh" = (
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
@@ -38921,13 +37996,13 @@
},
/area/station/supply/storage)
"gOv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -38947,21 +38022,13 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/gravitygenerator)
-"gOC" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/hallway/secondary/exit)
"gOJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/computer/operating{
dir = 1
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"gOM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -38977,6 +38044,21 @@
icon_state = "whitegreenfull"
},
/area/station/medical/virology)
+"gOX" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"gPa" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line,
@@ -38984,6 +38066,47 @@
icon_state = "dark"
},
/area/station/maintenance/asmaint)
+"gPc" = (
+/obj/effect/spawner/window/reinforced/plasma,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
+"gPf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ pixel_y = 24
+ },
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ pixel_y = 32
+ },
+/obj/structure/sign/directions/cargo{
+ dir = 4;
+ pixel_y = 40
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "purple"
+ },
+/area/station/hallway/primary/aft/west)
"gPm" = (
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start/assistant,
@@ -38997,6 +38120,15 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"gPx" = (
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Processing"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/processing)
"gPF" = (
/obj/structure/mopbucket/full{
dir = 8
@@ -39022,15 +38154,27 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
-"gPT" = (
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/wood,
-/area/station/service/bar)
+"gPS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"gQc" = (
/obj/machinery/door/poddoor{
id_tag = "mixvent";
@@ -39046,10 +38190,6 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
-"gQp" = (
-/obj/machinery/alarm/directional/west,
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/asmaint)
"gQH" = (
/obj/structure/rack,
/obj/item/airlock_electronics,
@@ -39063,6 +38203,17 @@
icon_state = "darkred"
},
/area/station/security/checkpoint/secondary)
+"gQS" = (
+/obj/effect/spawner/random/dirt/frequent,
+/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"gQV" = (
/obj/structure/closet/walllocker/emerglocker/directional/north,
/obj/structure/table,
@@ -39086,10 +38237,10 @@
dir = 4;
sort_type_txt = "22"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -39130,25 +38281,16 @@
"gRQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/west)
-"gRU" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"gRZ" = (
/turf/simulated/wall,
/area/station/maintenance/disposal/southwest)
@@ -39170,7 +38312,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -39187,10 +38329,14 @@
"gSJ" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/command/fore)
-"gSN" = (
-/obj/effect/spawner/random/dirt/frequent,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
+"gSO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/apmaint)
"gSP" = (
/obj/machinery/teleport/station,
/turf/simulated/floor/plating,
@@ -39244,7 +38390,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -39288,7 +38434,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/fore_port)
"gTM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39296,18 +38442,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"gTP" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/item/pickaxe/mini,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"gTT" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/machinery/economy/vending/wallmed/directional/west,
@@ -39347,6 +38481,20 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/ai)
+"gUo" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/east)
"gUu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -39356,14 +38504,6 @@
/obj/machinery/access_button/offset/northwest,
/turf/simulated/floor/plating/airless,
/area/station/maintenance/storage)
-"gUw" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped{
- dir = 5
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_port)
"gUz" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -39375,15 +38515,12 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/table,
/obj/item/storage/toolbox/mechanical,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/service/aft_port)
"gUH" = (
@@ -39400,10 +38537,10 @@
opacity = 0
},
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/access_button{
@@ -39443,22 +38580,6 @@
/obj/structure/closet/masks,
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
-"gUW" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/economy/vending/engidrobe,
-/obj/machinery/camera{
- c_tag = "Engineering - Lockers";
- dir = 4;
- network = list("SS13","Engineering")
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"gUX" = (
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
@@ -39495,18 +38616,6 @@
},
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
-"gVK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"gVR" = (
/obj/structure/railing,
/obj/structure/lattice/catwalk,
@@ -39583,8 +38692,8 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"gXb" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/light{
color = "#6b8698"
@@ -39617,14 +38726,14 @@
},
/area/station/engineering/break_room)
"gXo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/unary/portables_connector{
dir = 4
},
/obj/machinery/atmospherics/portable/canister/air,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"gXq" = (
@@ -39663,15 +38772,6 @@
icon_state = "redcorner"
},
/area/station/maintenance/security/aft_port)
-"gXR" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"gXW" = (
/obj/machinery/light/small{
dir = 8
@@ -39702,7 +38802,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39758,11 +38858,11 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage,
/obj/machinery/door/airlock/engineering,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -39808,6 +38908,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -39839,7 +38942,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
"gZz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -39865,6 +38968,19 @@
},
/turf/simulated/mineral/ancient,
/area/station/public/dorms)
+"gZH" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"gZI" = (
/turf/simulated/floor/wood,
/area/station/command/office/blueshield)
@@ -39889,6 +39005,17 @@
icon_state = "cafeteria"
},
/area/station/command/office/rd)
+"gZW" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"gZX" = (
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
@@ -39899,7 +39026,7 @@
"hab" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/wood,
@@ -39921,6 +39048,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/engmed)
"hak" = (
@@ -39952,7 +39082,7 @@
},
/area/station/service/hydroponics)
"haL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39966,21 +39096,6 @@
icon_state = "dark"
},
/area/station/security/brig)
-"hbd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"hbf" = (
/obj/structure/railing,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39989,10 +39104,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -40010,7 +39125,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -40039,6 +39154,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"hbP" = (
@@ -40049,13 +39170,13 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"hbW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
/area/station/command/office/blueshield)
"hbX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -40067,7 +39188,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
"hbZ" = (
/obj/machinery/status_display{
@@ -40075,7 +39196,7 @@
pixel_y = 32
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/item/kirbyplants/large,
@@ -40099,7 +39220,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plating{
@@ -40107,9 +39228,6 @@
},
/area/station/service/clown/secret)
"hcp" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8;
initialize_directions = 11
@@ -40117,6 +39235,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -40134,6 +39255,9 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
+"hcv" = (
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/fore_starboard)
"hcF" = (
/obj/machinery/teleport/station,
/obj/machinery/light/small{
@@ -40182,6 +39306,12 @@
},
/turf/simulated/wall,
/area/station/maintenance/asmaint2)
+"hdq" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"hdD" = (
/obj/machinery/recharge_station,
/obj/effect/turf_decal/delivery,
@@ -40195,7 +39325,7 @@
dir = 1
},
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/item/kirbyplants/large,
@@ -40225,7 +39355,7 @@
},
/area/station/supply/storage)
"hdV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -40245,7 +39375,7 @@
/obj/structure/disposalpipe/trunk{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -40271,7 +39401,7 @@
/obj/structure/disposalpipe/segment/corner,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -40280,6 +39410,9 @@
/area/station/hallway/secondary/entry/north)
"heI" = (
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellow"
@@ -40305,21 +39438,11 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
-"heZ" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/main)
"hfb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -40346,7 +39469,7 @@
/area/station/ai_monitored/storage/eva)
"hfi" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"hfk" = (
@@ -40361,10 +39484,6 @@
icon_state = "darkblue"
},
/area/station/medical/medbay3)
-"hfl" = (
-/obj/structure/table/wood,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"hfo" = (
/obj/machinery/light{
dir = 8
@@ -40391,6 +39510,12 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -40403,7 +39528,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/caution/red{
@@ -40423,10 +39548,13 @@
"hgl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/spawner/window/reinforced,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/break_room/secondary)
"hgp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -40443,16 +39571,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -40470,14 +39591,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"hgK" = (
-/obj/effect/turf_decal/stripes/end,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
"hgR" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -40495,12 +39608,25 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"hhd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
+"hhe" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction/reversed{
+ dir = 2;
+ sort_type_txt = "8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"hhh" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 9
@@ -40516,7 +39642,7 @@
},
/area/station/security/permabrig)
"hhl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood/old,
@@ -40534,19 +39660,27 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"hhq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/head/cone,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/maintcentral)
"hhs" = (
/obj/structure/fence{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -40555,13 +39689,13 @@
/area/station/maintenance/asmaint)
"hhD" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -40596,6 +39730,18 @@
/obj/machinery/atmospherics/meter,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"his" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/engineering{
+ name = "Docking Asteroid Substation"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"hiu" = (
/obj/structure/table/reinforced,
/obj/item/storage/box/monkeycubes,
@@ -40643,7 +39789,7 @@
/area/station/hallway/primary/fore/north)
"hiJ" = (
/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -40677,17 +39823,23 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
-"hjb" = (
-/obj/structure/cable/orange{
+"hiX" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/cable{
icon_state = "1-2"
},
+/turf/simulated/floor/plasteel,
+/area/station/security/processing)
+"hjb" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment{
color = "#505050"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"hjh" = (
/obj/machinery/status_display{
@@ -40774,20 +39926,6 @@
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
-"hjq" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
"hjL" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -40796,10 +39934,6 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/lockerroom)
"hjP" = (
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/power/terminal,
/obj/item/radio/intercom{
name = "west bump";
pixel_x = -28
@@ -40809,19 +39943,6 @@
dir = 8
},
/area/station/engineering/smes)
-"hjR" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/refill_station/plasma,
-/obj/structure/sign/poster/official/safety_internals/directional/west,
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/hallway/primary/central/east)
"hjU" = (
/obj/machinery/light/small{
dir = 1
@@ -40833,24 +39954,6 @@
icon_state = "dark"
},
/area/station/maintenance/starboard)
-"hjX" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/south)
"hkb" = (
/obj/structure/chair/sofa/corp/right{
dir = 4
@@ -40901,7 +40004,7 @@
id_tag = "XenoPod1";
name = "containment door 1"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -40972,6 +40075,15 @@
icon_state = "red"
},
/area/station/security/main)
+"hkS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/engine,
+/area/station/engineering/control)
"hkU" = (
/turf/simulated/mineral/ancient/outer,
/area/station/maintenance/security/aft_starboard)
@@ -40991,7 +40103,7 @@
},
/area/station/supply/smith_office)
"hli" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/polarized/grilled{
@@ -41041,26 +40153,21 @@
/area/station/security/armory/secure)
"hmc" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/security/range)
-"hmo" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/random/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"hmq" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/command/ntrep,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/airlock/command/glass{
@@ -41085,7 +40192,7 @@
/area/station/maintenance/starboard)
"hmD" = (
/obj/machinery/power/smes,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -41096,6 +40203,26 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
+"hmK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/newscaster/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/west)
"hmZ" = (
/obj/structure/table,
/obj/machinery/alarm/directional/north,
@@ -41139,18 +40266,6 @@
icon_state = "darkbrown"
},
/area/station/supply/office)
-"hnq" = (
-/obj/effect/landmark/lightsout,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
"hnr" = (
/obj/structure/sink/kitchen/directional/south,
/turf/simulated/floor/plasteel{
@@ -41228,10 +40343,10 @@
/area/station/hallway/primary/fore/north)
"hoo" = (
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/door/airlock/security/glass,
@@ -41240,7 +40355,7 @@
/obj/effect/mapping_helpers/airlock/polarized{
id = "Processing"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -41265,15 +40380,32 @@
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall/r_wall,
/area/station/maintenance/disposal/northeast)
+"hox" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/storage)
"hoB" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -41300,7 +40432,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41340,13 +40472,45 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "floorgrime"
},
/area/station/security/permabrig)
+"hpt" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/junction/reversed{
+ dir = 8;
+ color = "#954535"
+ },
+/obj/structure/sign/directions/service{
+ pixel_x = -32;
+ pixel_y = -24
+ },
+/obj/structure/sign/directions/science{
+ pixel_x = -32;
+ pixel_y = -40
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"hpw" = (
/obj/item/storage/secure/safe{
pixel_x = 32
@@ -41412,20 +40576,6 @@
"hpQ" = (
/turf/simulated/wall,
/area/station/engineering/secure_storage)
-"hqb" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/public/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/port/north)
"hqe" = (
/obj/machinery/economy/vending/hydroseeds,
/turf/simulated/floor/plasteel{
@@ -41436,6 +40586,21 @@
/obj/structure/flora/rock/jungle,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
+"hqi" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment/corner,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"hqn" = (
/obj/structure/sink/puddle,
/obj/machinery/camera{
@@ -41445,7 +40610,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
"hqv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -41490,17 +40655,14 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/east)
"hqX" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated,
/obj/effect/turf_decal/stripes/end{
dir = 8
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
"hra" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 3";
dir = 9
@@ -41591,14 +40753,25 @@
icon_state = "browncorner"
},
/area/station/hallway/primary/fore/east)
+"hrF" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id_tag = "Prison Gate";
+ name = "Prison Lockdown Blast Doors";
+ opacity = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
"hrG" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "darkyellow"
@@ -41624,12 +40797,32 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"hrT" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/hallway/spacebridge/sercom)
+"hsb" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"hsc" = (
/obj/structure/sink/directional/north,
/turf/simulated/floor/plasteel{
@@ -41649,7 +40842,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -41657,19 +40850,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
-"hss" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"hsy" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -41698,7 +40878,7 @@
},
/area/station/medical/paramedic)
"hsM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden,
@@ -41718,6 +40898,11 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/east)
+"htb" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/space,
+/area/station/hallway/spacebridge/comeng)
"htg" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 10
@@ -41737,6 +40922,17 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"htp" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/solar{
+ name = "Fore Solar Array"
+ },
+/turf/simulated/floor/plasteel/airless{
+ icon_state = "solarpanel"
+ },
+/area/station/engineering/solar/aft)
"htq" = (
/obj/item/kirbyplants/medium/medium6,
/obj/structure/sign/xenobio{
@@ -41781,7 +40977,7 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/lockerroom)
"htB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -41814,6 +41010,21 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
+"htJ" = (
+/obj/structure/falsewall/rock_ancient,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"htO" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -41856,19 +41067,6 @@
icon_state = "dark"
},
/area/station/service/chapel/office)
-"hus" = (
-/obj/machinery/computer/monitor,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"huw" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -41877,7 +41075,7 @@
/area/station/medical/virology)
"huE" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -41920,10 +41118,10 @@
},
/area/station/maintenance/disposal/west)
"hvh" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/structure/lattice/catwalk,
@@ -41937,10 +41135,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"hvm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -41969,15 +41167,6 @@
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
-"hvE" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/chair/stool{
- dir = 1
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"hvI" = (
/obj/structure/table,
/obj/item/storage/fancy/cigarettes/cigpack_solar_rays,
@@ -42007,15 +41196,15 @@
/obj/machinery/recharger{
pixel_y = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -42023,7 +41212,7 @@
"hwr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/barricade/sandbags,
@@ -42033,21 +41222,11 @@
},
/area/station/maintenance/command/fore)
"hwG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
-"hwL" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/main)
"hwM" = (
/obj/structure/table,
/obj/item/storage/toolbox/electrical{
@@ -42083,35 +41262,22 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
"hxs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
/area/station/public/sleep/secondary)
-"hxv" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/service/aft_port)
"hxw" = (
/obj/machinery/economy/vending/wallmed/directional/north,
/obj/effect/decal/cleanable/dirt,
@@ -42132,6 +41298,26 @@
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
/area/station/maintenance/maintcentral)
+"hxG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = -3
+ },
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = 5
+ },
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"hxH" = (
/obj/machinery/light/small{
dir = 4
@@ -42148,24 +41334,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/storage)
-"hxO" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"hxR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -42174,7 +41351,7 @@
},
/area/station/science/robotics/chargebay)
"hyd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/machinery/power/smes,
@@ -42187,7 +41364,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -42227,6 +41404,9 @@
"hyB" = (
/obj/machinery/autolathe,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellow"
@@ -42242,7 +41422,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
@@ -42260,15 +41440,12 @@
/obj/structure/cable/orange{
icon_state = "2-4"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"hzl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -42277,8 +41454,25 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
+"hzv" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/disposalpipe/segment/corner,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"hzA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -42294,6 +41488,15 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/starboard)
+"hzF" = (
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/service/fore_port)
"hzK" = (
/obj/machinery/firealarm/directional/south,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42302,6 +41505,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
@@ -42327,6 +41533,14 @@
/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"hAk" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"hAm" = (
/obj/machinery/teleport/perma/preset/cerestation/medbay,
/turf/simulated/floor/plasteel{
@@ -42347,6 +41561,19 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"hAq" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/warden)
"hAA" = (
/obj/structure/table/wood,
/obj/item/ashtray/bronze,
@@ -42364,7 +41591,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
@@ -42375,22 +41602,28 @@
icon_state = "white"
},
/area/station/medical/sleeper)
-"hAI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
"hAJ" = (
/obj/structure/chair/stool/bar,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint)
+"hAU" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"hAW" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -42421,8 +41654,12 @@
"hAZ" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/security/port)
+"hBa" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"hBd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42432,6 +41669,17 @@
icon_state = "whitegreenfull"
},
/area/station/public/sleep/secondary)
+"hBh" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/loading_area{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/public/quantum/docking)
"hBi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -42442,12 +41690,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/white/line{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -42507,6 +41755,21 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/west)
+"hBV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"hBX" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -42521,16 +41784,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
},
/area/station/hallway/primary/fore/west)
-"hBY" = (
-/obj/effect/spawner/random/dirt/often,
-/obj/machinery/firealarm/directional/north,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"hCq" = (
/obj/machinery/camera{
c_tag = "Xenobiology Killroom";
@@ -42543,6 +41804,15 @@
temperature = 80
},
/area/station/science/xenobiology)
+"hCr" = (
+/obj/structure/chair/sofa/bench/right{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/central/west)
"hCt" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 6
@@ -42570,9 +41840,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/service/aft_starboard)
"hCM" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
@@ -42596,6 +41863,21 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/west)
+"hCZ" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"hDh" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -42644,9 +41926,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/sign/poster/contraband/random/directional/south,
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
@@ -42665,7 +41944,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -42673,7 +41952,7 @@
},
/area/station/ai_monitored/storage/eva)
"hDQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -42713,7 +41992,7 @@
/area/station/maintenance/disposal/external/southeast)
"hEz" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel/dark/telecomms{
icon_state = "bcircuit"
},
@@ -42722,6 +42001,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"hEG" = (
@@ -42781,7 +42063,7 @@
},
/area/station/maintenance/starboard)
"hFr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -42817,21 +42099,6 @@
icon_state = "darkfull"
},
/area/station/supply/storage)
-"hFP" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"hFS" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/multi_tile/glass{
@@ -42848,6 +42115,14 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/aft_starboard)
+"hGd" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"hGi" = (
/obj/machinery/button/windowtint{
dir = 8;
@@ -42870,7 +42145,7 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/multi_tile/glass,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -42886,15 +42161,26 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_starboard)
"hGy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
color = "#505050";
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"hGz" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/power/apc/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "whiteblue"
+ },
+/area/station/medical/paramedic)
"hGA" = (
/obj/structure/table,
/obj/item/paper_bin,
@@ -42902,7 +42188,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"hGE" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -42910,13 +42196,21 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
-"hGQ" = (
-/obj/machinery/firealarm/directional/north,
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
+"hGI" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/area/station/hallway/primary/port/north)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"hGW" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
@@ -42932,24 +42226,6 @@
icon_state = "darkyellow"
},
/area/station/command/office/ce)
-"hHa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
"hHb" = (
/obj/machinery/atmospherics/portable/canister/air,
/obj/machinery/atmospherics/unary/portables_connector{
@@ -42961,7 +42237,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
@@ -43030,25 +42306,25 @@
icon_state = "darkgreenfull"
},
/area/station/maintenance/service/aft_starboard)
-"hHZ" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Fore Asteroid Maintenance Access"
+"hId" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
},
-/obj/effect/spawner/random/dirt/frequent,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/security/starboard)
+/area/station/security/lobby)
"hIe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -43083,23 +42359,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"hIA" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/storage)
"hIG" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -43136,15 +42395,6 @@
icon_state = "darkgrey"
},
/area/station/service/chapel)
-"hIU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/apmaint)
"hJa" = (
/obj/structure/table/glass,
/obj/machinery/cell_charger,
@@ -43154,15 +42404,6 @@
icon_state = "whiteblue"
},
/area/station/medical/storage)
-"hJd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"hJk" = (
/obj/item/assembly/mousetrap/armed,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -43184,7 +42425,7 @@
dir = 6
},
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -43218,43 +42459,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/service/hydroponics)
-"hJQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
-"hJS" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"hJW" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/structure/noticeboard{
@@ -43265,14 +42473,23 @@
icon_state = "whitepurple"
},
/area/station/science/hallway)
-"hKa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"hKc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"hKd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -43280,10 +42497,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel/white,
@@ -43297,7 +42514,7 @@
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
"hKm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -43320,7 +42537,7 @@
"hKs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction{
@@ -43332,7 +42549,7 @@
},
/area/station/medical/medbay)
"hKu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -43382,7 +42599,7 @@
/area/station/legal/courtroom)
"hKJ" = (
/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -43395,7 +42612,7 @@
/area/station/science/misc_lab)
"hLn" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/airlock/command/glass{
@@ -43408,30 +42625,15 @@
/obj/effect/mapping_helpers/airlock/polarized{
id = "cmo"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/command/office/cmo)
-"hLt" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"hLx" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
@@ -43476,7 +42678,7 @@
},
/area/station/security/armory/secure)
"hLO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -43503,13 +42705,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
+"hMf" = (
+/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"hMm" = (
/obj/machinery/atmospherics/portable/canister/sleeping_agent,
/obj/machinery/atmospherics/unary/portables_connector{
@@ -43524,13 +42733,13 @@
"hMv" = (
/obj/structure/table,
/obj/item/storage/fancy/cigarettes/cigpack_robust,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"hMA" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -43538,6 +42747,9 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/security/permabrig)
"hML" = (
@@ -43552,22 +42764,6 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/robotics)
-"hMV" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"hMW" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/item/chair/wood,
@@ -43575,7 +42771,7 @@
/area/station/maintenance/starboard)
"hMY" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -43597,9 +42793,6 @@
"hNd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -43613,7 +42806,7 @@
"hNs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -43705,6 +42898,18 @@
},
/turf/simulated/floor/wood,
/area/station/service/theatre)
+"hOz" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/item/pickaxe/mini,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"hOG" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -43722,39 +42927,20 @@
},
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
+"hOR" = (
+/obj/machinery/camera{
+ c_tag = "Command SMES";
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/command/starboard)
"hOY" = (
/turf/simulated/floor/plating/airless,
/area/station/hallway/secondary/entry/south)
-"hPa" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
-"hPf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
"hPh" = (
/obj/structure/grille/broken,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -43771,6 +42957,9 @@
color = "#954535"
},
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -43797,6 +42986,21 @@
color = "#763C3A"
},
/area/station/public/quantum/security)
+"hPz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"hPG" = (
/obj/machinery/atmospherics/unary/portables_connector,
/obj/machinery/atmospherics/portable/canister/oxygen{
@@ -43829,6 +43033,18 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
+"hPN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/loading_area{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/public/quantum/docking)
"hPP" = (
/obj/effect/decal/remains/human,
/obj/structure/table,
@@ -43842,10 +43058,10 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"hPX" = (
@@ -43897,11 +43113,11 @@
},
/area/station/command/vault)
"hQo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/transparent/glass/reinforced,
@@ -43917,8 +43133,8 @@
/area/station/hallway/primary/starboard/south)
"hQB" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-8"
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/wood,
/area/station/service/theatre)
@@ -43937,29 +43153,11 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
-"hQK" = (
-/obj/machinery/airlock_controller/access_controller{
- name = "Supermatter Access Console";
- pixel_y = -24;
- ext_door_link_id = "engsm_door_ext";
- int_door_link_id = "engsm_door_int";
- ext_button_link_id = "engsm_btn_ext";
- int_button_link_id = "engsm_btn_int";
- req_one_access = list(10,24)
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/engineering/control)
"hQP" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "qm"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -43968,7 +43166,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -44000,6 +43198,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -44014,7 +43215,7 @@
/area/station/public/pet_store)
"hRf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -44037,7 +43238,7 @@
},
/area/station/science/storage)
"hRk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -44059,6 +43260,9 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -44074,6 +43278,19 @@
icon_state = "whiteblue"
},
/area/station/maintenance/starboard)
+"hRy" = (
+/obj/machinery/light/small,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_port)
"hRC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/light/small{
@@ -44090,9 +43307,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"hRO" = (
@@ -44137,7 +43351,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -44146,8 +43360,8 @@
/turf/simulated/wall,
/area/space/nearstation)
"hSc" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/end{
@@ -44167,9 +43381,6 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"hSy" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/camera{
c_tag = "Engineering Asteroid Public Hallway Port";
dir = 6
@@ -44189,7 +43400,7 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -44215,12 +43426,6 @@
icon_state = "dark"
},
/area/station/security/armory/secure)
-"hSY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"hSZ" = (
/obj/machinery/space_heater,
/obj/effect/decal/cleanable/dirt,
@@ -44232,13 +43437,13 @@
/obj/effect/mapping_helpers/airlock/access/all/command/blueshield,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/airlock/command/glass{
@@ -44331,8 +43536,30 @@
},
/turf/simulated/floor/carpet,
/area/station/medical/psych)
+"hUC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/central/north)
+"hUM" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"hUO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -44369,7 +43596,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -44379,7 +43606,7 @@
/area/station/maintenance/command/starboard)
"hVf" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -44416,13 +43643,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/wood,
/area/station/service/library)
-"hVJ" = (
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"hVP" = (
/obj/structure/chair/stool{
dir = 1
@@ -44450,6 +43670,26 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
+"hWd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"hWh" = (
/obj/machinery/light,
/obj/machinery/photocopier,
@@ -44462,7 +43702,7 @@
/obj/effect/turf_decal/alphanumeric/center_5{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -44471,18 +43711,6 @@
icon_state = "dark"
},
/area/station/security/prison/cell_block/a)
-"hWs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"hWu" = (
/obj/structure/closet/secure_closet/mime,
/turf/simulated/floor/mineral/tranquillite,
@@ -44493,9 +43721,6 @@
/area/station/maintenance/command/starboard)
"hWH" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
@@ -44527,7 +43752,9 @@
dir = 4
},
/obj/structure/grille/broken,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/service/fore_starboard)
"hXe" = (
/obj/structure/disposalpipe/segment,
@@ -44536,6 +43763,12 @@
icon_state = "redcorner"
},
/area/station/maintenance/security/fore_starboard)
+"hXh" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"hXi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/landmark/start/doctor,
@@ -44545,12 +43778,12 @@
},
/area/station/medical/surgery/secondary)
"hXj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -44561,7 +43794,7 @@
/area/station/maintenance/security/port)
"hXl" = (
/obj/machinery/economy/vending/wallmed/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -44667,7 +43900,7 @@
},
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -44714,7 +43947,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -44747,29 +43980,29 @@
/area/station/medical/paramedic)
"hZa" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/security/evidence)
-"hZc" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"hZe" = (
/obj/machinery/light/small{
dir = 1
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/starboard)
+"hZg" = (
+/obj/structure/cable/yellow,
+/obj/machinery/power/solar{
+ name = "Fore Solar Array"
+ },
+/turf/simulated/floor/plasteel/airless{
+ icon_state = "solarpanel"
+ },
+/area/station/engineering/solar/aft)
"hZh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -44848,7 +44081,7 @@
/area/station/public/quantum/security)
"hZL" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -44859,14 +44092,14 @@
/obj/effect/spawner/random/dirt/frequent,
/obj/structure/grille/broken,
/obj/item/stack/rods,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"hZU" = (
/obj/machinery/power/treadmill,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/flasher{
id = "Cell 8";
pixel_x = 26
@@ -44912,10 +44145,10 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -44947,7 +44180,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -44960,7 +44193,7 @@
/area/station/security/range)
"ial" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -44979,7 +44212,7 @@
/area/station/maintenance/disposal/northwest)
"iaw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"iaA" = (
/obj/structure/railing,
@@ -45011,13 +44244,31 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
+"ibj" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"ibw" = (
/obj/item/stack/rods,
/obj/item/stack/rods,
/obj/effect/mapping_helpers/turfs/damage,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -45031,12 +44282,14 @@
icon_state = "white"
},
/area/station/hallway/primary/central/west)
-"ibB" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped{
- dir = 8
+"ibE" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/service/aft_port)
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"ibH" = (
/obj/machinery/teleport/perma/preset/cerestation/brig,
/turf/simulated/floor/plasteel{
@@ -45083,7 +44336,7 @@
"ick" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/carpet/royalblack,
@@ -45140,7 +44393,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"icL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/glass,
@@ -45176,8 +44429,21 @@
icon_state = "red"
},
/area/station/security/main)
+"icS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"icW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -45189,11 +44455,23 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/security/processing)
+"idc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"idf" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -45237,6 +44515,9 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 4
@@ -45258,6 +44539,21 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/east)
+"idB" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"idF" = (
/turf/simulated/wall/r_wall,
/area/station/command/office/cmo)
@@ -45265,16 +44561,13 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/west)
"idK" = (
/obj/structure/sign/poster/contraband/random/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -45300,17 +44593,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/east)
-"idW" = (
-/obj/machinery/recharger,
-/obj/structure/table/reinforced,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 6;
- icon_state = "darkred"
- },
-/area/station/security/checkpoint/secondary)
"idX" = (
/obj/item/chair{
dir = 1
@@ -45329,9 +44611,6 @@
/area/station/medical/cryo)
"ieo" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 1
@@ -45354,6 +44633,24 @@
/obj/item/reagent_containers/spray/waterflower,
/turf/simulated/floor/mineral/tranquillite,
/area/station/service/mime)
+"ieA" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/table/glass,
+/obj/item/storage/surgical_tray,
+/obj/item/dissector,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "whitepurple"
+ },
+/area/station/science/xenobiology)
"ieC" = (
/obj/machinery/atmospherics/pipe/simple/visible,
/turf/simulated/floor/plating,
@@ -45381,7 +44678,7 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -45430,13 +44727,6 @@
/obj/machinery/newscaster/directional/west,
/turf/simulated/floor/wood,
/area/station/service/bar)
-"ifu" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"ifw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -45455,9 +44745,6 @@
color = "#954535"
},
/obj/machinery/light,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
@@ -45524,16 +44811,16 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
-"igi" = (
-/obj/structure/lattice/catwalk,
+"igm" = (
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "0-2"
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/power/apc/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "darkred"
},
-/turf/space,
-/area/station/engineering/solar/aft)
+/area/station/security/prison/cell_block/a)
"igs" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -45550,7 +44837,7 @@
/turf/simulated/floor/plasteel{
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"igy" = (
/obj/structure/shuttle/engine/propulsion,
/turf/simulated/floor/plating/airless,
@@ -45588,6 +44875,12 @@
icon_state = "yellowcorner"
},
/area/station/maintenance/starboard)
+"ihb" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/prisonershuttle)
"ihn" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -45629,6 +44922,18 @@
icon_state = "whitegreenfull"
},
/area/station/public/sleep/secondary)
+"ihH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/security/starboard)
"ihU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -45650,20 +44955,6 @@
icon_state = "darkfull"
},
/area/station/supply/sorting)
-"iid" = (
-/obj/structure/bed,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/item/bedsheet/red,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"iig" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel{
@@ -45700,7 +44991,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "Detective"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -45708,33 +44999,31 @@
"iiQ" = (
/turf/simulated/floor/grass,
/area/station/security/permabrig)
-"iiT" = (
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "neutral"
+"iiR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/area/station/public/storage/tools)
-"iiV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
+/obj/machinery/light,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 8
},
/area/station/hallway/primary/port/north)
+"iiT" = (
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/public/storage/tools)
"ija" = (
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/decal/cleanable/dirt,
@@ -45764,7 +45053,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -45789,12 +45078,21 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
+"ijM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/cargocom)
"ijQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -45803,13 +45101,13 @@
},
/area/station/supply/sorting)
"ijW" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
@@ -45823,10 +45121,10 @@
/area/station/engineering/controlroom)
"ikb" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -45870,6 +45168,9 @@
/area/station/maintenance/starboard)
"ikt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "darkyellow"
@@ -45939,7 +45240,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -45980,6 +45281,16 @@
},
/turf/space,
/area/space)
+"ilV" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/hydroponics)
"imb" = (
/obj/machinery/light/small{
dir = 1
@@ -45998,7 +45309,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -46053,9 +45364,6 @@
},
/area/station/hallway/primary/port/south)
"imJ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
@@ -46109,20 +45417,43 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
+"inr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
+"inD" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/cable/orange{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"inI" = (
/obj/machinery/barsign{
pixel_y = 32
@@ -46146,13 +45477,13 @@
},
/area/station/engineering/break_room/secondary)
"inM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction/reversed{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -46170,17 +45501,6 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_port)
-"inW" = (
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "whiteblue"
- },
-/area/station/medical/paramedic)
"inY" = (
/obj/machinery/power/grounding_rod,
/obj/effect/decal/cleanable/dirt,
@@ -46233,7 +45553,7 @@
id_tag = "hopshutter"
},
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -46253,17 +45573,6 @@
},
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
-"ioy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"ioE" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -46310,7 +45619,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -46350,6 +45659,25 @@
icon_state = "yellow"
},
/area/station/engineering/hardsuitstorage)
+"ipX" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/west)
"ipY" = (
/obj/effect/turf_decal/stripes/corner,
/obj/effect/turf_decal/loading_area{
@@ -46384,14 +45712,11 @@
},
/area/station/maintenance/disposal/external/southeast)
"iqi" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/item/radio/intercom{
name = "west bump";
pixel_x = -28
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -46405,6 +45730,9 @@
id = "Cell 5";
name = "Cell 5"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -46427,12 +45755,12 @@
"iqu" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -46461,13 +45789,6 @@
"iqA" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/solar_maintenance/aft_starboard)
-"iqB" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"iqH" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 1
@@ -46478,25 +45799,26 @@
icon_state = "dark"
},
/area/station/ai_monitored/storage/eva)
-"iqL" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"iqM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/sign/poster/official/random/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
+/area/station/maintenance/security/aft_port)
+"iqR" = (
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/service/fore_port)
"ira" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 4;
@@ -46551,7 +45873,7 @@
"iry" = (
/obj/structure/weightmachine/stacklifter,
/obj/effect/landmark/start/assistant,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/carpet/cyan,
@@ -46635,25 +45957,9 @@
"isI" = (
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"isQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/purple,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
"itf" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/starboard)
-"ito" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/firealarm/directional/east,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/service/aft_port)
"itB" = (
/obj/structure/railing{
dir = 10
@@ -46668,6 +45974,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -46734,6 +46043,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/spacebridge/servsci)
"iuK" = (
@@ -46742,18 +46054,45 @@
/turf/simulated/floor/plating,
/area/station/service/theatre)
"iuM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"iuO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 3";
+ name = "Cell 3"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/item/radio/intercom{
+ name = "west bump";
+ pixel_x = -28
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"iuS" = (
/obj/machinery/door/airlock/command,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/autoname,
@@ -46780,8 +46119,16 @@
/obj/structure/table,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"ivw" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Fore Asteroid Maintenance Access"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/command/starboard)
"ivB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/newscaster/security_unit/directional/east,
@@ -46790,26 +46137,6 @@
icon_state = "redcorner"
},
/area/station/security/main)
-"ivI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
-"ivK" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/east)
"ivP" = (
/obj/structure/chair/comfy/brown{
dir = 4
@@ -46852,6 +46179,25 @@
icon_state = "blue"
},
/area/station/hallway/primary/fore/north)
+"iwx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/cargocom)
+"iwB" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"iwD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb{
@@ -46866,17 +46212,7 @@
dir = 5;
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
-"iwG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
+/area/station/maintenance/electrical/aft_port)
"iwJ" = (
/obj/machinery/door/airlock/research,
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
@@ -46952,9 +46288,6 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -46963,7 +46296,7 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -47018,6 +46351,19 @@
/obj/machinery/biogenerator,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
+"iyh" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"iyi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47027,14 +46373,20 @@
},
/area/station/medical/break_room)
"iyp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
+"iyr" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"iyz" = (
/obj/structure/table,
/obj/item/clothing/glasses/meson,
@@ -47065,24 +46417,33 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "cmo"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/command/office/cmo)
+"iza" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/south)
"izh" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 8
@@ -47103,6 +46464,32 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
+"izp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
+"izz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/space,
+/area/station/hallway/spacebridge/servsci)
"izC" = (
/turf/simulated/mineral/ancient,
/area/station/hallway/primary/aft/east)
@@ -47133,7 +46520,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
"izW" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -47233,7 +46620,7 @@
/area/station/hallway/secondary/entry)
"iAF" = (
/obj/machinery/door/airlock,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -47268,7 +46655,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -47287,6 +46674,9 @@
/area/station/command/vault)
"iAQ" = (
/obj/item/stack/sheet/animalhide/monkey,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint)
"iAS" = (
@@ -47319,16 +46709,6 @@
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/carpet,
/area/station/public/locker)
-"iBf" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"iBg" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -47345,9 +46725,6 @@
},
/area/station/maintenance/starboard)
"iBC" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -47358,6 +46735,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/apmaint)
"iBF" = (
@@ -47368,10 +46748,10 @@
},
/area/station/science/hallway)
"iBH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -47383,16 +46763,31 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/brig)
+"iBT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/west)
"iBV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -47486,7 +46881,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -47521,7 +46916,7 @@
"iCR" = (
/obj/effect/mapping_helpers/airlock/access/all/medical/surgery,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -47535,7 +46930,7 @@
},
/area/station/medical/surgery)
"iCT" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar,
@@ -47567,7 +46962,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/service/aft_starboard)
"iDs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/alarm/directional/north,
@@ -47585,6 +46980,10 @@
icon_state = "red"
},
/area/station/security/range)
+"iDU" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/mineral/ancient,
+/area/mine/unexplored/cere/civilian)
"iDY" = (
/obj/machinery/economy/vending/bardrobe,
/obj/structure/sign/poster/contraband/random/directional/west,
@@ -47639,15 +47038,15 @@
/turf/simulated/floor/plating,
/area/station/science/toxins/launch)
"iEx" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -47659,27 +47058,13 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
-"iET" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/fore/east)
"iFb" = (
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "purplecorner"
@@ -47694,26 +47079,24 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_port)
-"iFG" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"iFH" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
+"iFM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"iFO" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47735,6 +47118,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"iFT" = (
@@ -47749,13 +47135,13 @@
},
/area/station/science/storage)
"iFV" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -47797,7 +47183,7 @@
"iGF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -47808,7 +47194,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47850,15 +47236,29 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/port)
"iHj" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/item/radio/intercom{
name = "west bump";
pixel_x = -28
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/starboard)
+"iHl" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance{
+ name = "Aft-Starboard Asteroid Maintenance"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"iHo" = (
/obj/item/radio/intercom{
name = "east bump";
@@ -47900,12 +47300,19 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_starboard)
+"iIi" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance/external,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/service/fore_port)
"iIj" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -47970,6 +47377,26 @@
icon_state = "dark"
},
/area/station/engineering/break_room/secondary)
+"iIF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTREME DANGER: KEEP OUT'.";
+ name = "EXTREME DANGER: KEEP OUT!";
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_port)
"iIH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/damage,
@@ -48019,7 +47446,7 @@
/turf/simulated/floor/grass,
/area/station/hallway/primary/fore/north)
"iJg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -48057,6 +47484,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -48110,15 +47540,13 @@
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"iJR" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
+"iJN" = (
+/obj/structure/dispenser,
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ dir = 9;
+ icon_state = "yellow"
},
-/area/station/security/brig)
+/area/station/engineering/atmos/control)
"iJW" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -48157,7 +47585,7 @@
/area/station/science/xenobiology)
"iKi" = (
/obj/item/assembly/mousetrap/armed,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -48208,14 +47636,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"iKx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"iKK" = (
/obj/structure/flora/ausbushes/fernybush,
/turf/simulated/floor/grass/jungle,
@@ -48242,9 +47662,6 @@
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
"iLa" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -48261,10 +47678,10 @@
/area/station/hallway/primary/fore/east)
"iLk" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -48294,13 +47711,13 @@
},
/area/station/supply/warehouse)
"iLC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/power/treadmill{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/light/small{
@@ -48317,24 +47734,24 @@
icon_state = "white"
},
/area/station/medical/reception)
-"iLV" = (
+"iLT" = (
/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
+"iLV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 8
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
-"iLZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/sign/electricshock{
- pixel_y = 32
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"iMm" = (
/obj/machinery/computer/med_data,
/obj/machinery/camera{
@@ -48353,8 +47770,8 @@
/turf/simulated/floor/carpet/blue,
/area/station/command/office/blueshield)
"iMv" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -48380,16 +47797,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
-"iMP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/caution/red,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"iMQ" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -48402,17 +47809,20 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"iNa" = (
/obj/machinery/doppler_array{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -48480,7 +47890,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/north)
"iNy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -48528,7 +47938,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -48537,7 +47947,7 @@
/area/station/hallway/primary/fore/west)
"iNM" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -48576,52 +47986,44 @@
},
/turf/simulated/floor/carpet/black,
/area/station/command/bridge)
+"iOg" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 9
+ },
+/obj/effect/spawner/random/dirt/often,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/north)
"iOr" = (
/obj/structure/chair{
dir = 8
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
-"iOv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_port)
-"iOC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/starboard)
"iOG" = (
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
/obj/machinery/light,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
-"iOH" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "green"
+"iOI" = (
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Processing"
},
-/area/station/maintenance/service/aft_starboard)
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/security/processing)
"iON" = (
/obj/structure/closet,
/obj/effect/spawner/random/dirt/frequent,
@@ -48676,9 +48078,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"iPu" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -48694,6 +48093,22 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
+"iPx" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
"iPE" = (
/obj/machinery/access_button{
autolink_id = "turbine_btn_int";
@@ -48709,7 +48124,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -48730,11 +48145,21 @@
/area/station/science/genetics)
"iPT" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/security/evidence)
+"iPY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/binary/pump{
+ name = "Pure To Turbine"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"iQh" = (
/obj/machinery/light/small{
dir = 4
@@ -48755,19 +48180,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
-"iQt" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance/external,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"iQu" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 8;
@@ -48808,7 +48220,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/arrows{
@@ -48840,7 +48252,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -48858,16 +48270,6 @@
/obj/item/tank/internals/plasma,
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
-"iRb" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"iRq" = (
/obj/machinery/atmospherics/portable/canister/air,
/obj/machinery/atmospherics/unary/portables_connector{
@@ -48920,18 +48322,6 @@
},
/turf/simulated/floor/carpet/royalblack,
/area/station/command/office/ntrep)
-"iRD" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/asmaint)
"iRF" = (
/obj/machinery/atmospherics/portable/canister/air,
/obj/machinery/atmospherics/unary/portables_connector{
@@ -48942,21 +48332,6 @@
icon_state = "yellowfull"
},
/area/station/maintenance/disposal/east)
-"iRN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/map_effect/dynamic_airlock/door/exterior,
-/obj/machinery/access_button/offset/north,
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/central/east)
"iRQ" = (
/obj/structure/morgue{
dir = 2
@@ -48996,24 +48371,14 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
-"iSl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_port)
"iSm" = (
/obj/structure/closet/firecloset/full,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -49044,13 +48409,13 @@
/area/station/hallway/spacebridge/cargocom)
"iSr" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/comeng)
"iSu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -49067,6 +48432,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 1
@@ -49097,6 +48465,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -49108,7 +48479,7 @@
},
/area/station/maintenance/apmaint)
"iSK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -49168,6 +48539,16 @@
icon_state = "whiteblue"
},
/area/station/medical/patients_rooms_secondary)
+"iTe" = (
+/obj/machinery/power/apc/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/central/north)
"iTn" = (
/obj/structure/table,
/obj/item/storage/box/evidence,
@@ -49193,7 +48574,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -49216,7 +48597,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -49242,10 +48623,10 @@
id_tag = "XenoPod5";
name = "containment door 5"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/window/classic/normal{
@@ -49293,9 +48674,6 @@
},
/area/station/hallway/spacebridge/scidock)
"iUD" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
@@ -49316,7 +48694,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -49333,16 +48711,6 @@
icon_state = "darkredfull"
},
/area/station/medical/morgue)
-"iVu" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
"iVv" = (
/obj/structure/chair/stool{
dir = 1
@@ -49351,8 +48719,26 @@
icon_state = "redfull"
},
/area/station/security/storage)
+"iVA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"iVB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49414,21 +48800,6 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"iWH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/sign/poster/official/report_crimes/directional/north,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"iWR" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -49436,17 +48807,6 @@
icon_state = "whitepurple"
},
/area/station/maintenance/apmaint)
-"iWT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/south)
"iWW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -49455,15 +48815,15 @@
/area/station/security/prisonershuttle)
"iXc" = (
/obj/structure/disposalpipe/junction/y,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/apmaint)
"iXl" = (
@@ -49477,12 +48837,12 @@
},
/area/station/science/xenobiology)
"iXo" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "floorgrime"
},
@@ -49523,7 +48883,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -49540,6 +48900,36 @@
dir = 1
},
/area/station/hallway/secondary/exit)
+"iXT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/structure/sign/directions/science{
+ pixel_y = -42;
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/structure/sign/directions/service{
+ pixel_y = -35;
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/structure/sign/directions/security{
+ pixel_y = -28;
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/structure/sign/directions/bridge{
+ dir = 8;
+ pixel_y = -21;
+ pixel_x = -32
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "arrivalcorner";
+ dir = 8
+ },
+/area/station/hallway/secondary/entry/west)
"iXV" = (
/turf/simulated/floor/plasteel{
dir = 4;
@@ -49560,9 +48950,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock/maintenance/external,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -49578,10 +48965,10 @@
/area/station/maintenance/disposal/westalt)
"iYi" = (
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -49617,24 +49004,6 @@
/obj/machinery/alarm/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
-"iYU" = (
-/obj/structure/falsewall/rock_ancient,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/service/clown/secret)
"iYV" = (
/obj/machinery/power/terminal{
dir = 1
@@ -49660,27 +49029,11 @@
id_tag = "XenoPod2";
name = "containment door 2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
-"iZy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/research,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
-/obj/effect/mapping_helpers/airlock/access/any/science/tox,
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/science/misc_lab)
"iZA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -49688,6 +49041,9 @@
icon_state = "1-2"
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -49699,31 +49055,36 @@
icon_state = "white"
},
/area/station/hallway/primary/fore/east)
-"iZC" = (
+"iZM" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
+"iZP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/area/station/hallway/primary/port/north)
+/turf/simulated/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/station/security/permabrig)
"iZX" = (
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel{
@@ -49754,11 +49115,11 @@
/turf/simulated/floor/wood,
/area/station/maintenance/security/fore_starboard)
"jad" = (
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
/obj/effect/turf_decal/stripes/end,
/obj/machinery/power/apc/important/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/engine_foyer)
"jae" = (
@@ -49801,25 +49162,6 @@
icon_state = "darkred"
},
/area/station/hallway/secondary/exit)
-"jan" = (
-/obj/structure/disposalpipe/sortjunction/reversed{
- dir = 8;
- sort_type_txt = "16"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"jao" = (
/obj/machinery/light{
dir = 4
@@ -49846,13 +49188,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
/area/station/service/kitchen)
"jaz" = (
/obj/effect/landmark/start/assistant,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -49899,22 +49244,22 @@
/obj/structure/sign/evac,
/turf/simulated/wall,
/area/station/hallway/secondary/exit)
+"jbd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera{
+ c_tag = "Chapel West";
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"jbg" = (
/obj/machinery/space_heater,
/turf/simulated/floor/plating,
/area/station/aisat/atmos)
-"jbl" = (
-/obj/machinery/door/airlock{
- name = "Bathroom"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel/freezer,
-/area/station/public/toilet/unisex)
"jbp" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -49925,10 +49270,10 @@
"jbr" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"jby" = (
@@ -49997,28 +49342,28 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"jci" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/aft)
"jcG" = (
/obj/effect/spawner/random/dirt/frequent,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end,
@@ -50031,44 +49376,28 @@
icon_state = "darkfull"
},
/area/station/supply/storage)
-"jcU" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"jdA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
-"jdC" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/north)
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"jdD" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/port)
+"jdK" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_port)
"jdL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -50090,6 +49419,9 @@
},
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"jdR" = (
@@ -50104,23 +49436,11 @@
pixel_x = -2;
pixel_y = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
-"jdT" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/starboard)
"jdY" = (
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/starboard)
@@ -50133,7 +49453,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/firealarm/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -50147,21 +49467,6 @@
icon_state = "dark"
},
/area/station/hallway/primary/starboard/south)
-"jeu" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
"jeB" = (
/obj/structure/transit_tube/station/reverse/flipped{
dir = 4
@@ -50174,7 +49479,7 @@
},
/area/station/maintenance/starboard)
"jeK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/computer/card/minor/qm{
@@ -50216,6 +49521,9 @@
dir = 4
},
/obj/machinery/firealarm/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -50224,10 +49532,10 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"jfb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -50237,25 +49545,16 @@
"jfe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_starboard)
-"jff" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
-/area/station/maintenance/asmaint2)
+/area/station/maintenance/service/fore_starboard)
"jfl" = (
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"jfo" = (
/obj/structure/reagent_dispensers/watertank,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -50280,9 +49579,6 @@
/area/station/security/permabrig)
"jfF" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/table,
/obj/item/t_scanner{
pixel_x = -6;
@@ -50299,6 +49595,23 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
+"jfQ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/central/west)
"jfS" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/structure/closet/firecloset/full,
@@ -50320,7 +49633,7 @@
dir = 4
},
/obj/item/kirbyplants/large,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/firealarm/directional/south,
@@ -50332,6 +49645,22 @@
/obj/structure/window/reinforced,
/turf/simulated/floor/grass,
/area/station/science/genetics)
+"jgi" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
"jgl" = (
/obj/machinery/atmospherics/binary/valve,
/obj/machinery/camera{
@@ -50346,10 +49675,10 @@
/area/station/science/toxins/mixing)
"jgp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -50382,6 +49711,26 @@
icon_state = "chapel"
},
/area/station/service/chapel)
+"jgz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/airlock/research/glass,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/science/tox,
+/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
+/turf/simulated/floor/engine,
+/area/station/science/misc_lab)
"jgE" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -50405,13 +49754,33 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
+"jgQ" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Walkway"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ icon_state = "arrival"
+ },
+/area/station/hallway/spacebridge/scidock)
"jgS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood/tracks/mapped{
@@ -50452,27 +49821,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/science/robotics)
-"jhB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
-"jhD" = (
-/obj/structure/grille/broken,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/command/starboard)
"jhE" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1;
@@ -50494,18 +49842,6 @@
icon_state = "yellowcorner"
},
/area/station/engineering/atmos/control)
-"jhU" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plasteel/freezer,
-/area/station/public/toilet/lockerroom)
"jhV" = (
/obj/structure/chair/sofa/bench/right{
dir = 4
@@ -50515,6 +49851,15 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
+"jia" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"jie" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -50527,19 +49872,16 @@
/area/station/hallway/primary/starboard/south)
"jih" = (
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"jik" = (
/obj/structure/fence/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating{
@@ -50555,6 +49897,15 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/disposal/northwest)
+"jio" = (
+/obj/machinery/light/small,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/apmaint)
"jiu" = (
/obj/structure/chair{
dir = 4
@@ -50641,15 +49992,6 @@
icon_state = "whitepurple"
},
/area/station/science/rnd)
-"jjb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_starboard)
"jjc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -50657,6 +49999,13 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"jjo" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/effect/map_effect/dynamic_airlock,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/west)
"jjq" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -50683,7 +50032,7 @@
},
/area/station/turret_protected/ai_upload)
"jjA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -50759,6 +50108,16 @@
icon_state = "dark"
},
/area/station/science/robotics)
+"jko" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"jku" = (
/obj/structure/closet/secure_closet/engineering_personal,
/turf/simulated/floor/plasteel{
@@ -50778,13 +50137,10 @@
},
/area/station/security/brig)
"jlh" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -50801,23 +50157,16 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/starboard/south)
-"jlm" = (
+"jli" = (
+/obj/effect/map_effect/dynamic_airlock,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/east)
"jlv" = (
/turf/simulated/wall,
/area/station/engineering/controlroom)
@@ -50848,16 +50197,6 @@
},
/turf/simulated/floor/wood,
/area/station/hallway/secondary/entry/south)
-"jlN" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
"jlP" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/radio/intercom/locked/prison{
@@ -50888,7 +50227,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -50927,6 +50266,23 @@
icon_state = "yellow"
},
/area/station/maintenance/command/starboard)
+"jmu" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/west)
"jmy" = (
/obj/machinery/shower/directional/north,
/obj/effect/turf_decal/delivery/red/hollow,
@@ -50935,6 +50291,9 @@
"jmG" = (
/obj/structure/table,
/obj/item/storage/toolbox/mechanical,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -50942,14 +50301,40 @@
"jmO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
+"jmQ" = (
+/obj/effect/spawner/random/dirt/frequent,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
+"jmV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/book/manual/wiki/engineering_guide{
+ pixel_x = 6;
+ pixel_y = 14
+ },
+/obj/item/book/manual/wiki/hacking{
+ pixel_x = 6
+ },
+/obj/item/book/manual/engineering_singularity_safety{
+ pixel_x = -7;
+ pixel_y = 14
+ },
+/obj/item/book/manual/engineering_particle_accelerator{
+ pixel_x = -7
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"jnf" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -50958,7 +50343,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -50992,7 +50377,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -51130,7 +50515,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -51138,7 +50523,7 @@
},
/area/station/hallway/primary/port/north)
"jpl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -51148,9 +50533,6 @@
"jps" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/window/classic/reversed{
dir = 8
},
@@ -51171,6 +50553,23 @@
icon_state = "darkyellowfull"
},
/area/station/engineering/atmos)
+"jpx" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/treadmill_monitor{
+ id = "Cell 3";
+ pixel_y = -32
+ },
+/obj/machinery/power/treadmill,
+/obj/machinery/flasher{
+ id = "Cell 3";
+ pixel_x = 26
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"jpF" = (
/obj/machinery/light{
dir = 4
@@ -51194,6 +50593,9 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"jpM" = (
@@ -51217,18 +50619,6 @@
"jpX" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/primary/fore/east)
-"jqh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"jqn" = (
/obj/structure/chair/comfy/shuttle{
dir = 8
@@ -51239,21 +50629,17 @@
},
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
-"jqw" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
+"jqy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/computer/camera_advanced/xenobio{
- dir = 8
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
},
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
+/area/station/service/hydroponics)
"jqB" = (
/obj/structure/table,
/obj/item/screwdriver/cargo,
@@ -51278,6 +50664,16 @@
icon_state = "arrivalcorner"
},
/area/station/hallway/primary/port/north)
+"jqO" = (
+/obj/machinery/power/apc/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/exit)
"jqT" = (
/obj/structure/extinguisher_cabinet{
name = "north bump";
@@ -51356,41 +50752,24 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"jrv" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable,
/obj/machinery/computer/monitor{
dir = 1
},
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "darkyellow"
},
/area/station/engineering/smes)
-"jrw" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/asmaint)
"jrz" = (
/obj/machinery/ai_status_display{
pixel_y = 32
@@ -51414,17 +50793,6 @@
icon_state = "bar"
},
/area/station/security/permabrig)
-"jsa" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/asmaint)
"jsg" = (
/obj/structure/flora/ausbushes/sunnybush,
/obj/structure/flora/ausbushes/lavendergrass,
@@ -51448,31 +50816,21 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/security/permabrig)
-"jsq" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/unary/portables_connector{
- dir = 8
- },
-/obj/machinery/atmospherics/portable/canister/air,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/north)
"jsv" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/light{
color = "#62416F"
},
@@ -51484,9 +50842,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -51498,9 +50853,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/sign/directions/security{
pixel_y = -21;
dir = 8
@@ -51525,14 +50877,6 @@
/obj/machinery/newscaster/directional/south,
/turf/simulated/floor/wood,
/area/station/medical/psych)
-"jsS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/storage)
"jsT" = (
/obj/machinery/economy/merch,
/turf/simulated/floor/plasteel{
@@ -51543,22 +50887,19 @@
"jsU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellow"
},
/area/station/maintenance/storage)
-"jsV" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
"jsY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -51568,7 +50909,7 @@
dir = 4
},
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -51587,6 +50928,9 @@
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"jtk" = (
@@ -51634,6 +50978,10 @@
},
/turf/simulated/floor/engine,
/area/station/science/misc_lab)
+"jud" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"jul" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
@@ -51641,7 +50989,7 @@
},
/area/station/hallway/primary/fore/east)
"jum" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -51652,7 +51000,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -51660,27 +51008,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"juB" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
-"juH" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"juN" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -51775,7 +51102,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -51812,7 +51139,7 @@
name = "Server Interior Door"
},
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
@@ -51820,17 +51147,6 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/science/server)
-"jvM" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"jvN" = (
/obj/machinery/light_switch{
dir = 1;
@@ -51861,17 +51177,17 @@
},
/area/station/command/office/rd)
"jvT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/closet/secure_closet/brig/temp/cell_5,
/obj/machinery/camera{
c_tag = "Brig Cell 5";
dir = 4
},
+/obj/structure/closet/secure_closet/brig/temp/cell_5,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
@@ -51912,14 +51228,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/serveng)
"jwd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -51938,29 +51254,6 @@
},
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
-"jwB" = (
-/obj/machinery/door_control{
- id = "kitchen1";
- name = "Privacy Shutters";
- pixel_y = 24;
- pixel_x = -6
- },
-/obj/machinery/door_control{
- id = "kitchen2";
- name = "Privacy Shutters";
- pixel_y = 24;
- pixel_x = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plasteel{
- icon_state = "cafeteria"
- },
-/area/station/service/kitchen)
"jwC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -51986,7 +51279,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -51995,7 +51288,7 @@
},
/area/station/hallway/primary/central/east)
"jwP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -52017,7 +51310,7 @@
},
/area/station/maintenance/security/starboard)
"jwW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -52042,6 +51335,24 @@
"jxd" = (
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
+"jxf" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"jxg" = (
/obj/structure/chair/office{
dir = 4
@@ -52095,21 +51406,6 @@
icon_state = "darkfull"
},
/area/station/supply/storage)
-"jyc" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange,
-/obj/machinery/door/poddoor{
- density = 0;
- icon_state = "open";
- id_tag = "Prison Gate";
- name = "Prison Lockdown Blast Doors";
- opacity = 0
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"jyg" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -52131,7 +51427,7 @@
},
/area/station/hallway/primary/port/south)
"jyx" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -52147,6 +51443,14 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/starboard)
+"jyz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"jyL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
@@ -52154,18 +51458,6 @@
/obj/machinery/light,
/turf/simulated/floor/plasteel/dark,
/area/station/science/server)
-"jyM" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/wood,
-/area/station/maintenance/gambling_den)
"jyS" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
name = "Kill Chamber Vent Pump";
@@ -52199,7 +51491,7 @@
/area/station/turret_protected/aisat/interior/secondary)
"jzl" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
@@ -52221,10 +51513,10 @@
},
/area/station/public/storefront)
"jzv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -52235,9 +51527,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
"jzE" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/item/assembly/mousetrap/armed,
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
@@ -52258,17 +51547,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/command/fore)
-"jzO" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
"jzW" = (
/obj/effect/turf_decal/loading_area{
dir = 4
@@ -52284,27 +51562,13 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
"jAg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/medical/storage/secondary)
-"jAn" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"jAr" = (
/obj/machinery/door/airlock/glass,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -52341,7 +51605,7 @@
/obj/effect/mapping_helpers/turfs/burn,
/obj/item/robotanalyzer,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"jAy" = (
/obj/machinery/door_control{
id = "researchlockdown";
@@ -52376,9 +51640,6 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"jAD" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -52386,11 +51647,17 @@
dir = 4
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"jAI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whiteblue"
@@ -52474,6 +51741,9 @@
/obj/machinery/light{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
@@ -52495,7 +51765,7 @@
layer = 2.6;
name = "containment door 7"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -52519,6 +51789,24 @@
"jCa" = (
/turf/simulated/wall,
/area/station/medical/sleeper)
+"jCe" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/range)
+"jCh" = (
+/obj/effect/landmark/lightsout,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"jCl" = (
/obj/effect/turf_decal/loading_area{
dir = 4
@@ -52538,7 +51826,7 @@
"jCo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -52594,20 +51882,6 @@
icon_state = "darkyellow"
},
/area/station/engineering/break_room/secondary)
-"jCK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/space,
-/area/station/hallway/spacebridge/dockmed)
"jCM" = (
/turf/simulated/mineral/ancient,
/area/station/public/dorms)
@@ -52622,6 +51896,32 @@
icon_state = "arrivalcorner"
},
/area/station/hallway/secondary/entry/south)
+"jDb" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/chair/stool,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
+"jDk" = (
+/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/storage)
"jDl" = (
/obj/structure/chair/comfy/black{
dir = 1
@@ -52644,16 +51944,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_starboard)
-"jDw" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
"jDy" = (
/obj/machinery/light{
dir = 4
@@ -52666,15 +51958,6 @@
icon_state = "vault"
},
/area/station/command/vault)
-"jDC" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"jDL" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4
@@ -52734,7 +52017,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -52744,9 +52027,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
@@ -52757,6 +52037,18 @@
},
/turf/simulated/wall,
/area/station/command/meeting_room)
+"jEt" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"jEC" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -52768,9 +52060,6 @@
},
/area/station/maintenance/security/fore_starboard)
"jED" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -52787,7 +52076,7 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -52829,7 +52118,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
"jFg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -52844,7 +52133,7 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -52861,9 +52150,6 @@
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -52935,7 +52221,7 @@
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"jGh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -52949,6 +52235,26 @@
"jGj" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/hallway/spacebridge/scidock)
+"jGm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"jGz" = (
/obj/structure/extinguisher_cabinet{
name = "north bump";
@@ -52960,10 +52266,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "purple"
@@ -53029,6 +52335,21 @@
/obj/machinery/economy/vending/autodrobe,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
+"jHt" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id_tag = "Prison Gate";
+ name = "Prison Lockdown Blast Doors";
+ opacity = 0
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
"jHz" = (
/obj/machinery/firealarm/directional/east,
/obj/machinery/suit_storage_unit/blueshield/secure,
@@ -53074,7 +52395,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -53093,18 +52414,6 @@
icon_state = "darkbrowncorners"
},
/area/station/maintenance/starboard)
-"jHS" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"jIb" = (
/obj/machinery/light/small,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -53152,17 +52461,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/starboard/south)
-"jJb" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"jJc" = (
/turf/simulated/mineral/ancient,
/area/station/science/robotics)
@@ -53194,7 +52492,7 @@
layer = 2.6;
name = "containment door 3"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -53203,7 +52501,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -53216,22 +52514,6 @@
icon_state = "darkbrowncorners"
},
/area/station/supply/storage)
-"jJn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/item/radio/intercom{
- name = "north bump";
- pixel_y = 28
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
"jJy" = (
/obj/structure/table,
/obj/item/storage/toolbox/emergency,
@@ -53243,9 +52525,6 @@
color = "#954535"
},
/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgreen"
},
@@ -53257,6 +52536,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/firealarm/directional/west,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -53264,7 +52546,7 @@
/area/station/hallway/primary/fore/east)
"jJH" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/wood,
@@ -53287,6 +52569,9 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"jKe" = (
@@ -53309,7 +52594,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -53319,29 +52604,29 @@
/obj/structure/sign/poster/official/random/directional/east,
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
-"jKx" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/public/storage/emergency/port)
"jKB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/blood/tracks/mapped,
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
"jKE" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Starboard Asteroid Maintenance Access"
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Asteroid Substation"
},
-/obj/effect/spawner/random/dirt/frequent,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"jKH" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -53353,6 +52638,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -53369,19 +52657,8 @@
icon_state = "dark"
},
/area/station/service/hydroponics)
-"jKZ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"jLe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -53415,31 +52692,15 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
-"jLs" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/economy/atm/directional/north,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"jLv" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -53464,7 +52725,7 @@
"jLI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/trash/spentcasing/shotgun/rubbershot,
@@ -53483,10 +52744,10 @@
layer = 2.6;
name = "containment door 8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/window/classic/normal{
@@ -53511,9 +52772,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -53564,41 +52822,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/library)
-"jMC" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
-"jMG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction/reversed{
- dir = 2;
- sort_type_txt = "8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
-"jML" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkred"
- },
-/area/station/security/prison/cell_block/a)
"jMO" = (
/obj/structure/railing/corner,
/turf/simulated/floor/plasteel{
@@ -53609,6 +52832,15 @@
/obj/structure/sign/holy,
/turf/simulated/wall,
/area/station/maintenance/service/fore_port)
+"jMX" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/starboard)
"jMZ" = (
/turf/simulated/floor/plasteel{
icon_state = "greencorner"
@@ -53639,7 +52871,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -53647,10 +52879,27 @@
icon_state = "white"
},
/area/station/medical/reception)
+"jNl" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"jNy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -53701,9 +52950,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
@@ -53733,11 +52979,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
@@ -53777,7 +53020,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating{
@@ -53804,6 +53047,13 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"jPd" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/space,
+/area/space/nearstation)
"jPf" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel{
@@ -53811,10 +53061,38 @@
icon_state = "red"
},
/area/station/security/processing)
+"jPg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/apmaint)
+"jPh" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"jPk" = (
/obj/structure/disposalpipe/junction{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "escape"
},
@@ -53826,27 +53104,6 @@
icon_state = "whitebluecorner"
},
/area/station/medical/medbay)
-"jPy" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/command/starboard)
-"jPD" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"jPG" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -53886,21 +53143,21 @@
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"jPX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/station/maintenance/service/aft_starboard)
"jQj" = (
/obj/structure/table,
/obj/item/storage/toolbox/emergency,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/fore_starboard)
-"jQk" = (
-/obj/effect/map_effect/dynamic_airlock,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/west)
"jQl" = (
/obj/item/kirbyplants/medium/medium6,
/obj/machinery/alarm/directional/north,
@@ -53920,23 +53177,6 @@
icon_state = "white"
},
/area/station/maintenance/asmaint)
-"jQs" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"jQy" = (
/obj/structure/table/reinforced{
layer = 2.5
@@ -53949,6 +53189,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/wood,
/area/station/maintenance/security/fore_starboard)
+"jQB" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"jQF" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/primary/port/south)
@@ -53981,7 +53230,7 @@
/obj/item/reagent_containers/drinks/drinkingglass/shotglass,
/obj/structure/closet/crate/freezer,
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/wood,
/area/station/public/pet_store)
"jQZ" = (
@@ -54000,11 +53249,11 @@
/area/station/maintenance/starboard)
"jRo" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"jRs" = (
/obj/effect/turf_decal/delivery/white/hollow,
/turf/simulated/floor/plasteel{
@@ -54014,18 +53263,6 @@
"jRy" = (
/turf/simulated/mineral/ancient/outer,
/area/station/hallway/secondary/entry/south)
-"jRA" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"jRB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating{
@@ -54039,14 +53276,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/maintcentral)
"jRF" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -54060,7 +53297,7 @@
"jRI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -54079,14 +53316,6 @@
/obj/machinery/atmospherics/unary/portables_connector,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
-"jRL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/security/prisonershuttle)
"jSc" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -54117,7 +53346,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -54168,6 +53397,15 @@
/obj/effect/decal/cleanable/blood/old,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"jSM" = (
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/starboard)
"jSP" = (
/obj/machinery/light{
dir = 4
@@ -54177,32 +53415,6 @@
icon_state = "yellow"
},
/area/station/engineering/transmission_laser)
-"jSS" = (
-/obj/structure/disposalpipe/junction/reversed{
- dir = 8;
- color = "#954535"
- },
-/obj/structure/sign/directions/service{
- pixel_x = -32;
- pixel_y = -24
- },
-/obj/structure/sign/directions/science{
- pixel_x = -32;
- pixel_y = -40
- },
-/obj/structure/sign/directions/engineering{
- pixel_x = -32;
- pixel_y = -32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"jSU" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -54217,9 +53429,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -54263,6 +53472,23 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/fsmaint)
+"jTG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"jTO" = (
/obj/structure/table/wood,
/obj/item/storage/bible,
@@ -54293,7 +53519,7 @@
"jTV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"jUa" = (
/obj/structure/sign/vacuum/external{
@@ -54340,7 +53566,7 @@
/obj/machinery/cryopod{
dir = 2
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/light{
@@ -54361,28 +53587,6 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/starboard)
-"jUz" = (
-/obj/machinery/firealarm/directional/east,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "darkred"
- },
-/area/station/security/checkpoint/secondary)
-"jUH" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"jUJ" = (
/turf/simulated/wall,
/area/station/public/storage/emergency/port)
@@ -54394,12 +53598,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -54412,7 +53610,7 @@
dir = 4
},
/obj/item/assembly/mousetrap/armed,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -54444,6 +53642,19 @@
},
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/lockerroom)
+"jVj" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"jVs" = (
/obj/machinery/camera/autoname{
dir = 8
@@ -54484,6 +53695,13 @@
"jVE" = (
/turf/simulated/wall,
/area/station/legal/courtroom)
+"jVH" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"jVQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -54491,7 +53709,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -54568,9 +53786,6 @@
},
/area/station/maintenance/asmaint2)
"jXt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -54581,7 +53796,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"jXw" = (
/obj/machinery/economy/vending/cola,
@@ -54593,7 +53808,7 @@
},
/area/station/supply/break_room)
"jXA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/dirt/maybe,
@@ -54610,29 +53825,15 @@
icon_state = "vault"
},
/area/station/command/vault)
-"jXP" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
"jYe" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -54641,6 +53842,14 @@
/obj/structure/closet/secure_closet/brig,
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
+"jYk" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"jYy" = (
/obj/effect/mapping_helpers/airlock/access/all/medical/surgery,
/obj/effect/mapping_helpers/airlock/polarized{
@@ -54659,6 +53868,14 @@
icon_state = "dark"
},
/area/station/medical/surgery/primary)
+"jYD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/visible,
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/map_effect/dynamic_airlock/door/interior,
+/obj/machinery/access_button/offset/southwest,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/north)
"jYR" = (
/obj/structure/chair/office,
/turf/simulated/floor/plasteel{
@@ -54674,6 +53891,9 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -54687,6 +53907,19 @@
icon_state = "vault"
},
/area/station/command/vault)
+"jZi" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/turf_decal/alphanumeric/center_1{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"jZk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -54694,7 +53927,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/sign/poster/contraband/random/directional/north,
@@ -54703,7 +53936,7 @@
},
/area/station/maintenance/maintcentral)
"jZl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -54713,15 +53946,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/west)
-"jZw" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/wood/nitrogen,
-/area/station/maintenance/abandonedbar)
"jZx" = (
/obj/machinery/status_display{
pixel_y = 32
@@ -54743,7 +53967,7 @@
home_destination = "QM #1";
suffix = "#2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -54757,7 +53981,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
"jZN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
@@ -54772,7 +53996,7 @@
dir = 10
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -54804,13 +54028,13 @@
id_tag = "Secure Gate";
name = "Security Blast Door"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
"kal" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -54841,7 +54065,7 @@
/obj/effect/turf_decal/alphanumeric/mix{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -54855,7 +54079,7 @@
dir = 1
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -54867,7 +54091,7 @@
dir = 8;
name = "Science Asteroid Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
"kaP" = (
@@ -54876,13 +54100,6 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
-"kbd" = (
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/apmaint)
"kbl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment{
@@ -54893,51 +54110,14 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/north)
-"kbr" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/serveng)
"kbw" = (
/obj/machinery/teleport/perma/preset/cerestation/engineering,
/turf/simulated/floor/plasteel{
icon_state = "yellowfull"
},
/area/station/public/quantum/science)
-"kbz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "purple"
- },
-/area/station/hallway/primary/aft/west)
-"kbE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"kbI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -54976,12 +54156,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
-"kci" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"kcj" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -55016,19 +54190,6 @@
},
/turf/simulated/floor/catwalk,
/area/station/public/storage/emergency/port)
-"kcw" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
"kcx" = (
/obj/structure/table/reinforced,
/obj/item/tank/internals/emergency_oxygen/engi,
@@ -55053,15 +54214,15 @@
id = "Interrogation"
},
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -55070,7 +54231,7 @@
/area/station/security/interrogation)
"kcG" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable/extra_insulated,
/obj/machinery/door/poddoor/shutters{
id_tag = "brig_courtroom";
name = "Brig Courtroom Shutters";
@@ -55087,15 +54248,38 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/medical/morgue)
+"kcL" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/public/glass,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/storage/emergency/port)
+"kcT" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"kda" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -55105,10 +54289,10 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -55120,10 +54304,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/turf/simulated/floor/catwalk,
/area/station/maintenance/asmaint2)
"kdn" = (
/obj/effect/turf_decal/stripes/line{
@@ -55151,10 +54334,13 @@
"kdG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"kdL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -55174,6 +54360,12 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
+"kdY" = (
+/obj/structure/grille/broken,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/command/starboard)
"kee" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
@@ -55202,6 +54394,15 @@
/obj/machinery/atmospherics/meter,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"keq" = (
+/obj/machinery/light,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/exit)
"kes" = (
/obj/structure/table/wood,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -55211,7 +54412,7 @@
pixel_y = 12
},
/obj/item/stamp/rep,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/carpet/royalblack,
@@ -55237,10 +54438,10 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "Detective"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -55254,24 +54455,21 @@
},
/area/station/service/barber)
"keH" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/turf/simulated/floor/catwalk,
/area/station/maintenance/fsmaint)
"keL" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
"keP" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/structure/sign/poster/official/random/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "escape"
@@ -55284,7 +54482,7 @@
name = "Starboard Asteroid Maintenance Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -55302,6 +54500,16 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
+"kfh" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/main)
"kfo" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -55343,7 +54551,7 @@
dir = 4
},
/obj/effect/spawner/window/reinforced,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -55354,6 +54562,21 @@
icon_state = "yellowfull"
},
/area/station/public/quantum/security)
+"kgg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"kgl" = (
/obj/machinery/light{
dir = 1
@@ -55361,6 +54584,16 @@
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/wood,
/area/station/service/library)
+"kgr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor{
+ dir = 4
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"kgs" = (
/obj/structure/table/reinforced,
/obj/item/folder/yellow,
@@ -55389,7 +54622,7 @@
/area/station/supply/office)
"kgP" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellowcorners"
@@ -55415,7 +54648,7 @@
dir = 1;
network = list("SS13","QM")
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -55428,36 +54661,34 @@
/turf/simulated/wall,
/area/station/maintenance/disposal/west)
"khi" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
+"kho" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/maintcentral)
"khp" = (
/obj/machinery/newscaster/directional/south,
/turf/simulated/floor/wood,
/area/station/service/library)
-"kht" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/public/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"khD" = (
/obj/structure/table,
/obj/item/storage/box/donkpockets,
@@ -55466,7 +54697,7 @@
},
/area/station/service/kitchen)
"khE" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/chair/comfy/corp,
@@ -55476,10 +54707,10 @@
dir = 4
},
/obj/effect/landmark/start/captain,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -55490,9 +54721,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -55526,8 +54754,11 @@
dir = 8;
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"kia" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
@@ -55536,12 +54767,6 @@
/obj/structure/closet/wardrobe/grey,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
-"kih" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"kij" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -55585,7 +54810,7 @@
/turf/simulated/floor/carpet/green,
/area/station/service/library)
"kiy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -55594,7 +54819,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"kiR" = (
/obj/item/toy/figure/crew/cmo,
@@ -55608,11 +54833,31 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
+"kjj" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/alarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"kjl" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -55653,31 +54898,6 @@
icon_state = "darkfull"
},
/area/station/supply/qm)
-"kjT" = (
-/obj/structure/sign/directions/medical{
- dir = 4;
- pixel_x = 32;
- pixel_y = -32
- },
-/obj/structure/sign/directions/science{
- pixel_x = 32;
- pixel_y = -40
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/port/north)
"kjW" = (
/obj/structure/disposalpipe/junction,
/turf/simulated/floor/plating,
@@ -55723,13 +54943,20 @@
/area/station/medical/virology)
"kkv" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
+"kkA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"klg" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/turf/simulated/wall/r_wall,
@@ -55769,46 +54996,6 @@
icon_state = "cafeteria"
},
/area/station/science/hallway)
-"klF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
-"klG" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/port/north)
-"klH" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/north)
"kme" = (
/turf/simulated/floor/plasteel{
icon_state = "browncorner"
@@ -55819,6 +55006,17 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
+"kmo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"kms" = (
/obj/structure/table/wood,
/obj/machinery/microscope,
@@ -55930,7 +55128,7 @@
},
/area/station/public/sleep/secondary)
"knh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -55946,21 +55144,6 @@
icon_state = "whiteyellow"
},
/area/station/medical/reception)
-"knn" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"knr" = (
/obj/structure/sign/mech{
pixel_x = -32;
@@ -55996,18 +55179,18 @@
/obj/effect/turf_decal/alphanumeric/center_4{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/prison/cell_block/a)
"knI" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -56049,6 +55232,18 @@
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
+"koi" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/mineral_door/wood{
+ name = "Secret Clown HQ"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/service/clown/secret)
"kok" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -56074,9 +55269,6 @@
/obj/item/clothing/shoes/black,
/turf/simulated/floor/plasteel,
/area/station/public/toilet/lockerroom)
-"kos" = (
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_starboard)
"kot" = (
/obj/machinery/door/airlock/external/glass{
name = "Escape Airlock";
@@ -56092,6 +55284,14 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/supply/lobby)
+"koH" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"koP" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -56103,8 +55303,8 @@
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
"kpf" = (
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/end{
@@ -56126,13 +55326,6 @@
icon_state = "neutral"
},
/area/station/public/storage/tools)
-"kpu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"kpx" = (
/obj/structure/transit_tube,
/obj/effect/decal/cleanable/dirt,
@@ -56169,10 +55362,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -56193,18 +55386,6 @@
icon_state = "vault"
},
/area/station/security/armory/secure)
-"kpX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
"kqa" = (
/turf/simulated/floor/wood/nitrogen,
/area/station/maintenance/abandonedbar)
@@ -56216,6 +55397,16 @@
icon_state = "darkblue"
},
/area/station/maintenance/starboard)
+"kqe" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"kqf" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -56252,7 +55443,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -56302,10 +55493,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -56340,13 +55531,13 @@
},
/area/station/maintenance/asmaint2)
"krP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -56369,15 +55560,6 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/hos)
-"krV" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal{
- dir = 4
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"ksd" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -56398,7 +55580,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
@@ -56410,9 +55592,6 @@
},
/area/station/medical/medbay)
"ksi" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/atmos{
name = "Research Atmospherics Checkpoint"
@@ -56428,6 +55607,9 @@
"ksp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"ksx" = (
@@ -56457,9 +55639,6 @@
/area/station/command/vault)
"ksN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance{
name = "Central Asteroid Maintenance"
},
@@ -56468,26 +55647,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
-"ksP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
-"ksR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/fore/north)
"ksS" = (
/obj/structure/table,
/obj/item/clothing/glasses/meson,
@@ -56511,7 +55675,7 @@
},
/area/station/maintenance/command/starboard)
"ktd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating/airless,
@@ -56563,23 +55727,6 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/west)
-"ktu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"ktL" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -56613,16 +55760,6 @@
/obj/structure/sign/poster/official/random/directional/north,
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
-"ktW" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/maintcentral)
"kuf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -56639,21 +55776,6 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
-"kuv" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"kuw" = (
/obj/machinery/door/airlock/external/glass{
name = "Escape Pod 3 Airlock";
@@ -56697,42 +55819,13 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "Processing"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/security/processing)
-"kuV" = (
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/item/radio/intercom{
- name = "west bump";
- pixel_x = -28
- },
-/obj/machinery/door/window/brigdoor{
- id = "Cell 4";
- name = "Cell 4"
- },
-/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"kvf" = (
/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet,
/area/station/public/locker)
"kvo" = (
@@ -56745,10 +55838,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel/white,
@@ -56776,21 +55869,6 @@
icon_state = "yellowcorner"
},
/area/station/maintenance/starboard)
-"kvU" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/item/paper_bin/nanotrasen,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/item/paper/ntrep{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/pen/multi/fountain,
-/turf/simulated/floor/carpet/royalblack,
-/area/station/command/office/ntrep)
"kvZ" = (
/obj/structure/chair/sofa/pew/right{
dir = 1
@@ -56805,7 +55883,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "cmo"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -56842,22 +55920,16 @@
},
/area/station/hallway/secondary/entry)
"kwQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment/corner{
color = "#505050";
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"kwS" = (
/obj/machinery/requests_console/directional/east,
@@ -56871,7 +55943,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/north)
"kwZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -56922,9 +55994,6 @@
/area/station/engineering/transmission_laser)
"kxg" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/east)
"kxi" = (
@@ -56933,24 +56002,24 @@
/area/station/maintenance/apmaint)
"kxl" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/command/office/ntrep)
"kxo" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel/white,
@@ -56960,7 +56029,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/aft_starboard)
"kxu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -56987,17 +56056,6 @@
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/aft_starboard)
-"kxJ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/starboard/south)
"kxK" = (
/obj/structure/table/reinforced,
/obj/item/flashlight/lamp{
@@ -57065,6 +56123,19 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/security/starboard)
+"kyg" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/sign/radiation/rad_area,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "engineeringlockdown";
+ layer = 2.6;
+ name = "Engine Room Blast Door"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/engine_foyer)
"kyo" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -57104,11 +56175,8 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
@@ -57127,7 +56195,7 @@
/obj/effect/mapping_helpers/airlock/access/all/security/armory,
/obj/machinery/door/airlock/security/glass,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -57149,19 +56217,6 @@
icon_state = "darkgreenfull"
},
/area/station/hallway/spacebridge/scidock)
-"kyP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/storage)
"kyQ" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -57180,6 +56235,18 @@
temperature = 80
},
/area/station/science/xenobiology)
+"kyX" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/monitor{
+ dir = 4
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"kzf" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
@@ -57216,6 +56283,9 @@
dir = 4
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -57305,7 +56375,7 @@
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -57357,7 +56427,7 @@
id = "Magistrate"
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -57386,15 +56456,15 @@
/area/station/maintenance/maintcentral)
"kBq" = (
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -57418,11 +56488,17 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/maintcentral)
+"kBO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"kBS" = (
/mob/living/simple_animal/pet/dog/corgi/ian,
/obj/structure/bed/dogbed/ian,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/wood,
@@ -57458,6 +56534,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -57467,26 +56546,13 @@
dir = 4;
initialize_directions = 11
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/atmos/distribution)
-"kCg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "purplecorner"
- },
-/area/station/hallway/primary/aft/east)
"kCm" = (
/obj/machinery/light/small,
/turf/simulated/floor/plating{
@@ -57523,7 +56589,7 @@
name = "Operating Theatre Storage"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/surgery,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -57559,7 +56625,7 @@
/obj/machinery/light{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -57608,7 +56674,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -57642,7 +56708,7 @@
},
/area/station/medical/morgue)
"kDW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -57656,17 +56722,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
-"kDY" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"kEb" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/light_switch{
@@ -57698,6 +56753,31 @@
/obj/effect/turf_decal/delivery/red/partial,
/turf/simulated/floor/plasteel,
/area/station/security/storage)
+"kEK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/obj/structure/sign/directions/science{
+ pixel_x = 32;
+ pixel_y = -40
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/port/north)
"kEO" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating,
@@ -57732,7 +56812,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/hologram/holopad,
@@ -57750,6 +56830,38 @@
icon_state = "whiteblue"
},
/area/station/maintenance/starboard)
+"kFu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
+"kFx" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 10
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
+"kFC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible/purple{
+ dir = 5
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/atmos)
"kFE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -57765,24 +56877,16 @@
},
/turf/simulated/mineral/ancient,
/area/station/hallway/secondary/entry)
-"kFU" = (
-/obj/effect/mapping_helpers/airlock/access/all/security/hos,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
+"kFS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/door/airlock/command/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"kFV" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -57803,17 +56907,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"kGh" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
"kGl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
@@ -57825,10 +56923,10 @@
/area/station/maintenance/fsmaint)
"kGm" = (
/obj/structure/chair/office/dark,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -57849,6 +56947,16 @@
},
/turf/simulated/floor/carpet/blue,
/area/station/command/office/hop)
+"kGu" = (
+/obj/machinery/camera{
+ c_tag = "Engineering SMES";
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"kGD" = (
/obj/structure/chair/office/dark{
dir = 8
@@ -57891,9 +56999,6 @@
/turf/simulated/floor/wood,
/area/station/legal/magistrate)
"kHj" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/chair/sofa/bench{
dir = 4
},
@@ -57906,10 +57011,12 @@
},
/area/station/hallway/primary/central/west)
"kHq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/asmaint2)
"kHr" = (
/obj/machinery/atmospherics/binary/pump/on{
@@ -57989,7 +57096,7 @@
/area/station/supply/sorting)
"kIa" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -58059,10 +57166,10 @@
layer = 2.6;
name = "containment door 3"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/door/window/classic/normal{
@@ -58095,6 +57202,9 @@
pixel_x = -24;
name = "custom placement"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
@@ -58137,8 +57247,8 @@
},
/area/station/maintenance/maintcentral)
"kJv" = (
-/obj/structure/cable/orange,
-/obj/machinery/power/apc/directional/south,
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/effect/turf_decal/stripes/end{
dir = 1
},
@@ -58156,6 +57266,18 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"kJL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/effect/spawner/random/engineering/toolbox,
+/turf/simulated/floor/plasteel{
+ dir = 6;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"kJM" = (
/obj/structure/sign/security,
/turf/simulated/wall/r_wall,
@@ -58166,13 +57288,22 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"kJU" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"kJY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -58217,9 +57348,6 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
@@ -58258,7 +57386,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -58290,16 +57418,6 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"kKP" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"kKQ" = (
/obj/structure/railing/corner{
dir = 8
@@ -58346,6 +57464,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/theatre)
"kLk" = (
@@ -58385,17 +57506,23 @@
icon_state = "darkgreen"
},
/area/station/medical/medbay2)
-"kLC" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"kLQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
},
-/area/station/security/brig)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/security/aft_port)
"kLZ" = (
/obj/effect/turf_decal/arrows{
dir = 4
@@ -58406,9 +57533,6 @@
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"kMa" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -58471,7 +57595,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/white,
@@ -58487,27 +57611,15 @@
},
/area/station/engineering/controlroom)
"kME" = (
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
-"kMH" = (
-/obj/machinery/door/airlock/tranquillite,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/service/mime,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/mineral/tranquillite,
-/area/station/service/mime)
"kMV" = (
/obj/machinery/ai_status_display{
pixel_x = -32
@@ -58553,6 +57665,26 @@
icon_state = "darkblue"
},
/area/station/medical/medbay3)
+"kNz" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "floorgrime"
+ },
+/area/station/security/permabrig)
"kNB" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/storage)
@@ -58596,7 +57728,7 @@
/area/station/medical/patients_rooms1)
"kOb" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/engineering{
@@ -58605,6 +57737,19 @@
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"kOc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/table,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/machinery/alarm/directional/north,
+/obj/machinery/firealarm/directional/east,
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/port)
"kOk" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -58612,7 +57757,7 @@
"kOr" = (
/obj/structure/rack,
/obj/effect/spawner/random/tech_storage/comms,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -58644,10 +57789,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"kOH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -58658,19 +57803,16 @@
/area/station/maintenance/security/port)
"kOL" = (
/obj/structure/grille/broken,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"kOR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -58687,7 +57829,7 @@
/area/station/security/main)
"kPm" = (
/obj/machinery/light,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -58697,6 +57839,18 @@
icon_state = "redcorner"
},
/area/station/security/lobby)
+"kPn" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel/freezer,
+/area/station/public/toilet/lockerroom)
"kPr" = (
/obj/machinery/door/airlock/freezer{
name = "Freezer"
@@ -58713,7 +57867,7 @@
/area/station/service/kitchen)
"kPx" = (
/obj/item/kirbyplants/large/plant4,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -58761,30 +57915,33 @@
dir = 4
},
/area/station/hallway/primary/port/south)
-"kQd" = (
-/obj/structure/table/wood,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/phone{
- pixel_y = 2
- },
-/turf/simulated/floor/carpet/royalblack,
-/area/station/command/office/ntrep)
"kQf" = (
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/medical/sleeper)
+"kQq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "yellowcorner"
+ },
+/area/station/maintenance/storage)
+"kQv" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"kQK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -58793,20 +57950,6 @@
/obj/machinery/newscaster/security_unit/directional/east,
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
-"kQP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/east)
"kQS" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -58828,9 +57971,6 @@
dir = 1
},
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "greencorner"
@@ -58872,6 +58012,16 @@
icon_state = "whiteblue"
},
/area/station/medical/paramedic)
+"kRs" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/wood,
+/area/station/command/office/ntrep)
"kRw" = (
/obj/machinery/computer/card/minor/ce{
dir = 8
@@ -58892,7 +58042,7 @@
"kRK" = (
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start/assistant,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/power/apc/directional/west,
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
@@ -58943,17 +58093,19 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/east)
-"kSk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+"kSl" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/light,
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/cargocom)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/monkey_recycler,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"kSz" = (
/obj/machinery/light/small{
dir = 4
@@ -58970,6 +58122,15 @@
icon_state = "freezerfloor"
},
/area/station/medical/cloning)
+"kSR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"kTb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -58978,6 +58139,14 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
+"kTc" = (
+/obj/structure/closet,
+/obj/effect/spawner/random/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"kTd" = (
/obj/machinery/door/poddoor{
density = 0;
@@ -58986,7 +58155,7 @@
name = "Biohazard Shutter";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/spawner/window/reinforced/plasma/grilled,
@@ -59070,7 +58239,9 @@
/obj/machinery/light/small{
dir = 8
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/service/fore_starboard)
"kUj" = (
/obj/structure/cable{
@@ -59098,26 +58269,6 @@
icon_state = "chapel"
},
/area/station/service/chapel)
-"kUv" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/servsci)
-"kUw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/command/office/ce)
"kUG" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -59135,6 +58286,20 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/southwest)
+"kUK" = (
+/obj/structure/disposalpipe/sortjunction/reversed{
+ dir = 1;
+ sort_type_txt = "20"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"kUL" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
@@ -59142,7 +58307,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/firealarm/directional/west,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -59181,7 +58346,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint)
"kVq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -59211,7 +58376,7 @@
dir = 4
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/hologram/holopad,
@@ -59229,20 +58394,6 @@
"kVE" = (
/turf/simulated/wall,
/area/station/security/lobby)
-"kVI" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/light{
- color = "#62416F"
- },
-/area/station/public/quantum/science)
"kVR" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall/r_wall,
@@ -59254,7 +58405,7 @@
/obj/machinery/door/airlock/highsecurity{
name = "Secure Technical Storage"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -59263,9 +58414,6 @@
/area/station/engineering/tech_storage)
"kVX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
@@ -59307,9 +58455,28 @@
/obj/item/ashtray/plastic,
/turf/simulated/floor/wood,
/area/station/service/library)
-"kWm" = (
-/obj/structure/cable{
- icon_state = "4-8"
+"kWs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/disposal/southwest)
+"kWt" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
},
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
@@ -59334,6 +58501,9 @@
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"kWU" = (
@@ -59346,13 +58516,13 @@
/obj/effect/mapping_helpers/airlock/access/any/command/eva,
/obj/machinery/door/airlock/command/glass,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/firedoor,
@@ -59386,19 +58556,6 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/southwest)
-"kXl" = (
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Processing"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange,
-/turf/simulated/floor/plating,
-/area/station/security/processing)
"kXp" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 4
@@ -59482,7 +58639,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -59490,8 +58647,18 @@
icon_state = "redcorner"
},
/area/station/hallway/secondary/entry/north)
+"kYC" = (
+/obj/machinery/power/apc/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/west)
"kYE" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -59530,6 +58697,24 @@
icon_state = "dark"
},
/area/station/ai_monitored/storage/eva)
+"kZn" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"kZq" = (
/obj/structure/chair{
dir = 4
@@ -59550,7 +58735,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"kZy" = (
/obj/structure/table/glass,
@@ -59562,7 +58747,7 @@
/area/station/supply/warehouse)
"kZP" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -59594,12 +58779,13 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northeast)
-"lak" = (
-/obj/structure/cable{
- icon_state = "4-8"
+"lam" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
},
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/transparent/glass/reinforced,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
"lao" = (
/obj/machinery/economy/vending/snack,
@@ -59628,17 +58814,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/wall,
/area/station/hallway/primary/port/south)
-"lbg" = (
-/obj/structure/cable{
- icon_state = "2-4"
+"lbc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/map_effect/dynamic_airlock/door/exterior,
+/obj/machinery/access_button/offset/south,
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/central/west)
"lbj" = (
/obj/docking_port/stationary{
dir = 4;
@@ -59657,6 +58841,17 @@
icon_state = "freezerfloor"
},
/area/station/hallway/primary/starboard/south)
+"lbw" = (
+/obj/machinery/computer/monitor,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/starboard)
+"lbU" = (
+/obj/machinery/computer/monitor,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"lbW" = (
/obj/structure/chair{
dir = 8
@@ -59677,14 +58872,6 @@
/obj/structure/sign/security,
/turf/simulated/wall/r_wall,
/area/mine/unexplored/cere/engineering)
-"lcq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"lcC" = (
/obj/structure/shelf/security,
/obj/item/storage/fancy/shell/beanbag{
@@ -59713,8 +58900,14 @@
icon_state = "vault"
},
/area/station/security/armory/secure)
+"lcD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"lcG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -59727,9 +58920,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"lcR" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -59738,6 +58928,16 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
+"lcX" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
"lda" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/solar_maintenance/fore_port)
@@ -59762,7 +58962,7 @@
/area/station/hallway/primary/fore/east)
"ldo" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/polarized/grilled{
@@ -59784,7 +58984,7 @@
dir = 4
},
/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -59800,16 +59000,13 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_starboard)
-"ldH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"ldL" = (
/obj/machinery/camera{
c_tag = "Research Toxins Launch Room";
@@ -59824,9 +59021,6 @@
/obj/machinery/light{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"led" = (
@@ -59840,24 +59034,8 @@
/obj/machinery/atmospherics/refill_station/oxygen,
/turf/simulated/floor/catwalk,
/area/station/maintenance/apmaint)
-"ler" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"lev" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -59867,7 +59045,7 @@
dir = 8;
initialize_directions = 11
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"lex" = (
/obj/effect/turf_decal/stripes/line{
@@ -59888,7 +59066,7 @@
/area/space/nearstation/disposals)
"leF" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/door/poddoor/shutters/preopen{
id_tag = "viroshutters";
name = "Virology Privacy Shutters";
@@ -59913,7 +59091,7 @@
/area/station/hallway/spacebridge/sercom)
"leN" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -59929,14 +59107,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange,
+/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
"lfe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment/corner,
@@ -59952,20 +59133,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
-"lfk" = (
-/obj/structure/chair/comfy{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction/y{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"lfl" = (
/obj/machinery/economy/vending/wallmed/directional/west,
/turf/simulated/floor/plasteel{
@@ -60041,25 +59208,21 @@
pixel_x = 28
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
"lgs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/starboard)
"lgt" = (
/obj/structure/disposalpipe/segment{
@@ -60081,13 +59244,24 @@
color = "#505050";
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/medical/medbay)
+"lgB" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"lgC" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -60109,33 +59283,15 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"lgY" = (
/obj/structure/sign/poster/official/safety_internals/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"lhg" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32
- },
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"lhh" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -60166,22 +59322,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/range)
-"lhz" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
-"lhA" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"lhK" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -60211,9 +59351,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
@@ -60221,7 +59364,7 @@
/area/station/hallway/primary/fore/north)
"lhY" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -60253,10 +59396,10 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"liB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -60291,14 +59434,6 @@
icon_state = "bcircuit"
},
/area/station/command/vault)
-"liJ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_port)
"liR" = (
/obj/structure/table/reinforced,
/obj/item/razor,
@@ -60329,17 +59464,40 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"lja" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"lje" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock/maintenance/external,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"ljm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/machinery/power/apc/directional/north,
@@ -60371,13 +59529,16 @@
"ljK" = (
/obj/item/trash/spentcasing/shotgun/beanbag,
/obj/item/trash/spentcasing/shotgun/beanbag,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ljN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -60446,6 +59607,16 @@
icon_state = "dark"
},
/area/station/maintenance/asmaint)
+"lkG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/purple,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/break_room/secondary)
"lkJ" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -60471,6 +59642,12 @@
},
/turf/simulated/floor/plating,
/area/station/aisat/atmos)
+"lkQ" = (
+/obj/structure/sign/electricshock{
+ pixel_y = -32
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"lkS" = (
/obj/machinery/firealarm/directional/south,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -60551,7 +59728,7 @@
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"llq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -60564,10 +59741,10 @@
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/west)
"llx" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -60581,12 +59758,17 @@
icon_state = "white"
},
/area/station/medical/sleeper)
-"llz" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
+"llI" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/storage)
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"llJ" = (
/obj/structure/grille/broken,
/obj/structure/sign/poster/official/cohiba_robusto_ad/directional/west,
@@ -60612,17 +59794,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
-"llM" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/railing/cap/reversed{
- dir = 1
- },
-/turf/space,
-/area/station/hallway/spacebridge/comeng)
"llN" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 10
@@ -60640,7 +59811,7 @@
dir = 4;
name = "Service Asteroid Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/port)
"llW" = (
@@ -60664,11 +59835,22 @@
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/wood,
/area/station/service/bar)
+"lmc" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"lmd" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "bs"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -60705,6 +59887,16 @@
icon_state = "darkblue"
},
/area/station/service/chapel/office)
+"lmt" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/space,
+/area/station/hallway/spacebridge/engmed)
"lmA" = (
/obj/machinery/cell_charger,
/obj/structure/table,
@@ -60718,45 +59910,6 @@
},
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/apmaint)
-"lmC" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
-"lmF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance/external{
- name = "External Airlock Access"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"lmN" = (
/obj/machinery/camera{
c_tag = "Robotics Surgery";
@@ -60816,26 +59969,29 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/carpet/black,
/area/station/command/bridge)
-"lnh" = (
-/obj/structure/lattice,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = -7
+"lnp" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/lattice/catwalk,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
},
/turf/space,
-/area/space/nearstation)
+/area/station/hallway/spacebridge/dockmed)
"lnv" = (
/obj/structure/table,
/obj/item/vending_refill/sustenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -60861,7 +60017,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/catwalk,
@@ -60877,20 +60033,17 @@
},
/area/station/medical/sleeper)
"lnI" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -60900,12 +60053,24 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
-"lnM" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"lnL" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
+/obj/structure/falsewall/rock_ancient,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"lnN" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Access"
@@ -60918,9 +60083,6 @@
name = "Quarantine Lockdown";
opacity = 0
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
@@ -60949,7 +60111,7 @@
},
/area/station/security/range)
"loi" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -60959,13 +60121,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/fsmaint)
-"loj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_port)
"lol" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -61008,6 +60163,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/north)
+"loF" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ icon_state = "yellowcorner"
+ },
+/area/station/maintenance/command/starboard)
"loJ" = (
/obj/structure/sign/poster/contraband/atmosia_independence/directional/north,
/obj/structure/closet/secure_closet/engineering_chief,
@@ -61026,7 +60187,7 @@
/turf/simulated/floor/carpet/orange,
/area/station/command/office/ce)
"loR" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -61053,7 +60214,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -61064,7 +60225,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -61089,7 +60250,7 @@
/area/station/medical/surgery/primary)
"lpH" = (
/obj/structure/closet/secure_closet/brig/temp/cell_7,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -61100,7 +60261,7 @@
"lpL" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -61121,10 +60282,10 @@
"lpW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
@@ -61142,7 +60303,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -61168,6 +60329,20 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
+"lqp" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/sortjunction/reversed{
+ dir = 2;
+ sort_type_txt = "7"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"lqv" = (
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -61176,10 +60351,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"lqw" = (
/obj/machinery/mech_bay_recharge_port{
@@ -61199,6 +60374,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -61253,6 +60431,27 @@
icon_state = "dark"
},
/area/station/service/chapel)
+"lrm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/ntrep)
+"lrp" = (
+/obj/structure/girder,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"lrs" = (
/obj/machinery/camera{
c_tag = "Command Asteroid Plaza North";
@@ -61265,26 +60464,17 @@
},
/area/station/hallway/primary/fore/north)
"lrw" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/light{
color = "#A28226"
},
/area/station/public/quantum/engineering)
-"lrx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"lrE" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -61298,17 +60488,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"lrO" = (
/obj/machinery/firealarm/directional/east,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -61328,7 +60511,7 @@
"lsa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment{
@@ -61345,13 +60528,23 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/orange{
- icon_state = "2-4"
+/obj/structure/cable{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/break_room/secondary)
+"lsh" = (
+/obj/structure/table/wood,
+/obj/item/stack/cable_coil/random{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil/random,
+/obj/item/eftpos,
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"lsp" = (
/obj/effect/spawner/window/reinforced/polarized{
id = "scibreak"
@@ -61375,12 +60568,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -61389,6 +60582,9 @@
/obj/machinery/light{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -61416,29 +60612,12 @@
icon_state = "darkred"
},
/area/station/security/brig)
-"ltk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"ltl" = (
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"ltm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
@@ -61478,7 +60657,7 @@
},
/area/station/maintenance/command/fore)
"ltw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/assembly/mousetrap/armed,
@@ -61490,10 +60669,10 @@
/area/station/maintenance/command/starboard)
"ltP" = (
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/airlock/command/glass{
@@ -61507,20 +60686,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/command/office/rd)
"ltX" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -61535,7 +60714,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/railing{
@@ -61578,6 +60757,18 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/south)
+"lur" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/serveng)
"lut" = (
/obj/machinery/atmospherics/portable/canister/air,
/obj/machinery/atmospherics/unary/portables_connector,
@@ -61599,15 +60790,15 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"luK" = (
@@ -61670,7 +60861,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -61697,9 +60888,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -61707,6 +60895,19 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/north)
+"lvf" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/space,
+/area/station/engineering/solar/aft)
"lvi" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -61720,27 +60921,6 @@
icon_state = "escapecorner"
},
/area/station/hallway/secondary/exit)
-"lvw" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/south)
"lvx" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
@@ -61750,13 +60930,13 @@
/area/station/supply/office)
"lvB" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"lvF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -61765,7 +60945,7 @@
},
/area/station/maintenance/command/fore)
"lvL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -61792,9 +60972,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -61816,6 +60993,14 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
+"lwk" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/light{
+ color = "#4C763A"
+ },
+/area/station/public/quantum/docking)
"lws" = (
/obj/machinery/atmospherics/binary/pump{
dir = 8;
@@ -61877,7 +61062,7 @@
layer = 2.6;
name = "containment door 3"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -61906,6 +61091,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -61969,10 +61157,10 @@
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/airlock/research{
@@ -61998,6 +61186,17 @@
},
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
+"lxy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/economy/atm/directional/east,
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"lxz" = (
/obj/effect/spawner/window/shuttle,
/turf/simulated/floor/plating,
@@ -62009,9 +61208,6 @@
},
/area/station/science/hallway)
"lxJ" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -62025,11 +61221,14 @@
/turf/simulated/floor/catwalk,
/area/station/engineering/secure_storage)
"lxO" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/starboard)
@@ -62039,15 +61238,12 @@
color = "#954535"
},
/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
/area/station/hallway/primary/aft/west)
"lxZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -62098,18 +61294,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"lyn" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/loading_area{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/public/quantum/security)
"lyy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -62136,14 +61320,6 @@
icon_state = "dark"
},
/area/station/security/evidence)
-"lyS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"lyX" = (
/obj/structure/closet/secure_closet/brig/temp/cell_6,
/turf/simulated/floor/plasteel{
@@ -62234,7 +61410,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -62245,6 +61421,23 @@
"lAi" = (
/turf/simulated/floor/plasteel,
/area/station/supply/smith_office)
+"lAj" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 10
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/storage)
"lAp" = (
/obj/machinery/light{
dir = 1
@@ -62272,26 +61465,6 @@
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
-"lAH" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"lAN" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/spacebridge/sercom)
@@ -62299,24 +61472,23 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
color = "#505050";
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/north)
"lBh" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
@@ -62325,6 +61497,13 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/solar_maintenance/fore_port)
+"lBk" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/main)
"lBn" = (
/turf/simulated/floor/plasteel{
icon_state = "arrivalcorner";
@@ -62339,6 +61518,13 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/starboard)
+"lBx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/comeng)
"lBy" = (
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel{
@@ -62365,7 +61551,7 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -62439,12 +61625,6 @@
icon_state = "whitepurple"
},
/area/station/science/xenobiology)
-"lCP" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
"lCT" = (
/obj/structure/table,
/obj/item/storage/firstaid/regular,
@@ -62462,7 +61642,7 @@
},
/area/station/supply/office)
"lDb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -62610,17 +61790,6 @@
icon_state = "darkred"
},
/area/station/security/evidence)
-"lEp" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"lEq" = (
/obj/item/toy/plushie/ipcplushie,
/turf/simulated/floor/plasteel{
@@ -62649,6 +61818,18 @@
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/sercom)
+"lEM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/security/aft_port)
"lEO" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=1";
@@ -62708,7 +61889,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -62716,20 +61897,9 @@
icon_state = "whiteyellow"
},
/area/station/science/robotics/chargebay)
-"lEX" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"lFc" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/space,
@@ -62741,7 +61911,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -62755,7 +61925,7 @@
},
/area/station/medical/medbay)
"lFo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -62763,6 +61933,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/storage)
+"lFs" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"lFv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -62783,7 +61959,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -62807,6 +61983,24 @@
},
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/unisex)
+"lFD" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/sign/evac{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
"lFO" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/door/window/reinforced/normal{
@@ -62841,6 +62035,12 @@
icon_state = "whitebluefull"
},
/area/station/maintenance/starboard)
+"lFV" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
"lFW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -62903,14 +62103,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/exit)
-"lGI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/command/starboard)
"lGK" = (
/obj/structure/chair/wood{
dir = 8
@@ -62966,7 +62158,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/railing{
@@ -62990,6 +62182,15 @@
icon_state = "bcircuit"
},
/area/station/command/vault)
+"lHm" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/servsci)
"lHr" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -63015,9 +62216,6 @@
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -63025,7 +62223,7 @@
"lHD" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"lHG" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -63046,15 +62244,15 @@
pixel_y = 41;
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkfull"
@@ -63191,9 +62389,6 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"lJm" = (
@@ -63230,7 +62425,7 @@
"lJN" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -63271,7 +62466,7 @@
/area/station/service/bar)
"lKD" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -63279,18 +62474,16 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"lKI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
+"lKJ" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
+/obj/machinery/computer/monitor,
+/obj/structure/cable{
+ icon_state = "0-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/command/starboard)
"lKN" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -63312,20 +62505,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
-"lKX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/lattice/catwalk,
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/space,
-/area/station/hallway/spacebridge/dockmed)
"lLb" = (
/obj/machinery/camera/autoname{
dir = 6
@@ -63343,26 +62522,6 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"lLp" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"lLu" = (
/obj/machinery/light{
dir = 1
@@ -63372,22 +62531,27 @@
icon_state = "neutralfull"
},
/area/station/public/storefront)
-"lLB" = (
-/obj/effect/turf_decal/stripes/end{
- dir = 4
- },
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"lLM" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/secure_storage)
+"lLQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"lMe" = (
/obj/item/storage/belt/holster,
/obj/item/camera,
@@ -63407,10 +62571,19 @@
icon_state = "whitepurple"
},
/area/station/maintenance/apmaint)
+"lMp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"lMr" = (
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -63418,15 +62591,6 @@
/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
-"lMy" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/plasteel,
-/area/station/security/lobby)
"lMB" = (
/obj/machinery/light,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -63445,18 +62609,6 @@
icon_state = "darkgrey"
},
/area/station/service/chapel)
-"lMG" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel,
-/area/station/public/locker)
"lMN" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
@@ -63474,7 +62626,7 @@
/obj/machinery/door/airlock/maintenance{
name = "Starboard Asteroid Maintenance Access"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -63485,6 +62637,32 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"lNb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/structure/sign/directions/security{
+ dir = 8;
+ pixel_x = -32;
+ pixel_y = -24
+ },
+/obj/structure/sign/directions/science{
+ pixel_y = -48;
+ pixel_x = -32
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_x = -32;
+ pixel_y = -32
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore/north)
"lNh" = (
/obj/effect/decal/cleanable/blood/tracks/mapped{
dir = 9
@@ -63498,17 +62676,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/maintcentral)
-"lNl" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/servsci)
"lNn" = (
/obj/machinery/door/airlock/external{
name = "Toxins Test Chamber"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating/airless,
@@ -63529,7 +62701,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -63537,21 +62709,9 @@
icon_state = "darkfull"
},
/area/station/supply/storage)
-"lNu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance/external{
- name = "External Airlock Access"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"lNz" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -63588,27 +62748,46 @@
color = "#954535"
},
/obj/machinery/atmospherics/unary/vent_pump/on,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/north)
-"lNZ" = (
-/obj/machinery/firealarm/directional/east,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"lNW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
},
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
/obj/effect/turf_decal/stripes/line{
- dir = 1
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
/turf/simulated/floor/plasteel{
- dir = 5;
- icon_state = "yellow"
+ icon_state = "purple"
},
-/area/station/maintenance/disposal/southwest)
+/area/station/hallway/primary/aft/west)
+"lOc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/disposalpipe/junction/reversed{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"lOi" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 9
@@ -63655,13 +62834,13 @@
/area/station/maintenance/service/aft_port)
"lOL" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/security/prison/cell_block/a)
"lOM" = (
@@ -63696,7 +62875,7 @@
/area/station/maintenance/security/aft_port)
"lOX" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -63712,21 +62891,6 @@
/obj/item/clothing/head/cone,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"lPf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"lPi" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -63740,32 +62904,25 @@
dir = 8
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
-"lPn" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/brig)
+/area/station/maintenance/electrical/aft_port)
"lPs" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"lPK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/sign/vacuum/external{
pixel_y = -32
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
"lPM" = (
@@ -63800,7 +62957,7 @@
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"lQa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -63846,20 +63003,9 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
-"lQG" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/item/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"lQI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -63877,7 +63023,7 @@
"lQU" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -63996,17 +63142,6 @@
icon_state = "darkgreenfull"
},
/area/station/maintenance/service/aft_starboard)
-"lSg" = (
-/obj/structure/sign/directions/service{
- pixel_y = 24;
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"lSi" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -64019,32 +63154,18 @@
icon_state = "darkbrown"
},
/area/station/supply/storage)
-"lSu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
-"lSw" = (
+"lSo" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-8"
},
-/obj/effect/map_effect/dynamic_airlock,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/north)
+/turf/simulated/floor/plasteel,
+/area/station/security/prisonlockers)
"lSE" = (
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/effect/turf_decal/stripes/asteroid/end{
dir = 1
},
-/obj/structure/cable/orange,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
"lSF" = (
@@ -64071,7 +63192,7 @@
"lSP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction/reversed{
@@ -64089,7 +63210,7 @@
layer = 2.6;
name = "containment door 1"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -64110,10 +63231,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -64121,10 +63242,10 @@
},
/area/station/medical/storage)
"lTq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -64139,7 +63260,7 @@
/obj/structure/table/reinforced,
/obj/machinery/reagentgrinder,
/obj/item/wrench,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/power/apc/directional/south,
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
@@ -64202,6 +63323,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -64219,7 +63343,7 @@
/turf/simulated/floor/plasteel{
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"lTP" = (
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel{
@@ -64250,16 +63374,6 @@
icon_state = "whitegreen"
},
/area/station/public/sleep)
-"lUo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"lUq" = (
/obj/structure/chair/office/dark{
dir = 1
@@ -64329,7 +63443,7 @@
},
/obj/effect/turf_decal/stripes/line,
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -64405,6 +63519,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"lVG" = (
@@ -64423,6 +63540,13 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint2)
+"lVO" = (
+/obj/structure/table/wood,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"lVP" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -64444,7 +63568,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "bridge"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -64466,7 +63590,7 @@
/turf/simulated/floor/plating,
/area/station/medical/virology)
"lWu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -64486,7 +63610,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -64497,7 +63621,7 @@
},
/area/station/maintenance/apmaint)
"lWX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -64513,14 +63637,6 @@
icon_state = "dark"
},
/area/station/security/warden)
-"lXc" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/window/reinforced,
-/turf/simulated/floor/plating,
-/area/station/engineering/break_room)
"lXd" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
@@ -64547,13 +63663,6 @@
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
"lXk" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
@@ -64568,6 +63677,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"lXx" = (
@@ -64590,11 +63702,22 @@
dir = 1
},
/obj/structure/reagent_dispensers/watertank,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/west)
+"lYp" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"lYC" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/visible/purple{
@@ -64609,9 +63732,6 @@
name = "Laser Room"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -64633,7 +63753,7 @@
dir = 1
},
/obj/effect/turf_decal/caution/red,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -64663,10 +63783,27 @@
"lZg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
+"lZs" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Aft Asteroid Maintenance"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
+/obj/effect/mapping_helpers/airlock/access/any/science/tox,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/test_chamber)
"lZt" = (
/obj/structure/table,
/obj/item/storage/fancy/cigarettes/cigpack_robust{
@@ -64696,6 +63833,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -64715,7 +63855,7 @@
/area/station/hallway/primary/port/south)
"lZS" = (
/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -64750,7 +63890,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/mine/unexplored/cere/orbiting)
"mak" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -64759,7 +63899,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -64767,6 +63907,12 @@
icon_state = "white"
},
/area/station/medical/medbay)
+"mal" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/starboard/south)
"mas" = (
/turf/simulated/wall/r_wall,
/area/station/command/office/rd)
@@ -64787,7 +63933,7 @@
layer = 2.6;
name = "containment door 6"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -64807,14 +63953,16 @@
dir = 8
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"mbd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -64836,23 +63984,12 @@
icon_state = "dark"
},
/area/station/security/evidence)
-"mbl" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"mbi" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/machinery/door/airlock/engineering{
- name = "Command Asteroid Security Area Substation"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/security/aft_port)
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"mbr" = (
/obj/machinery/disposal,
/obj/machinery/button/windowtint{
@@ -64875,7 +64012,7 @@
"mbx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -64883,7 +64020,7 @@
},
/area/station/hallway/primary/fore/north)
"mbN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -64900,9 +64037,6 @@
},
/area/station/science/toxins/mixing)
"mbP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
@@ -64911,37 +64045,6 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"mbT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/sign/directions/security{
- pixel_y = -21;
- dir = 8
- },
-/obj/structure/sign/directions/service{
- pixel_y = -28;
- dir = 8
- },
-/obj/structure/sign/directions/evac{
- pixel_y = -42;
- dir = 4
- },
-/obj/structure/sign/directions/science{
- pixel_y = -35;
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/west)
"mbY" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -64951,15 +64054,6 @@
icon_state = "browncorner"
},
/area/station/supply/lobby)
-"mca" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/port/south)
"mck" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -65000,14 +64094,25 @@
/area/station/science/test_chamber)
"mcS" = (
/obj/machinery/atmospherics/pipe/simple/visible/universal,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"mcW" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_port)
"mcZ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -65026,19 +64131,11 @@
},
/area/station/maintenance/security/fore_starboard)
"mdd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
-"mdj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"mdl" = (
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel,
@@ -65073,6 +64170,21 @@
icon_state = "white"
},
/area/station/medical/storage)
+"mdz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/aft/west)
"mdH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
@@ -65103,13 +64215,31 @@
/turf/simulated/floor/carpet/green,
/area/station/service/library)
"mdT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/fsmaint)
+"mdU" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"mdV" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
@@ -65163,23 +64293,6 @@
},
/turf/simulated/floor/carpet/black,
/area/station/command/office/captain)
-"meD" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"meE" = (
/obj/structure/closet/toolcloset,
/turf/simulated/floor/plating{
@@ -65198,31 +64311,22 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/starboard)
+"meY" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"meZ" = (
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurplecorner"
},
/area/station/science/xenobiology)
-"mff" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/hologram/holopad,
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"mfh" = (
/turf/simulated/floor/plasteel{
icon_state = "barber"
@@ -65241,6 +64345,9 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -65275,6 +64382,9 @@
"mfS" = (
/obj/effect/decal/cleanable/blood/tracks/mapped,
/obj/effect/mapping_helpers/turfs/damage,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"mgh" = (
@@ -65346,10 +64456,10 @@
/area/station/maintenance/security/port)
"mhh" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/space,
@@ -65371,24 +64481,10 @@
icon_state = "asteroidplating"
},
/area/station/service/clown/secret)
-"mhE" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"mia" = (
/obj/machinery/alarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -65396,36 +64492,6 @@
"mic" = (
/turf/simulated/wall,
/area/mine/unexplored/cere/civilian)
-"mip" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
-"mis" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/range)
"miw" = (
/obj/structure/table/glass,
/obj/item/storage/firstaid/toxin{
@@ -65449,7 +64515,7 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -65469,7 +64535,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -65513,6 +64579,20 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/fore_port)
+"mjJ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"mjS" = (
/obj/machinery/camera/toxins{
dir = 4
@@ -65527,23 +64607,11 @@
/obj/machinery/recycler,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
-"mjY" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "darkred"
- },
-/area/station/hallway/secondary/exit)
"mjZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -65558,10 +64626,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/item/ashtray/glass,
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/item/ashtray/glass,
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"mkh" = (
@@ -65610,6 +64678,14 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
+"mkB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/command/starboard)
"mkP" = (
/obj/item/trash/spentcasing/bullet,
/turf/simulated/floor/plating,
@@ -65646,19 +64722,13 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/engine_foyer)
-"mlP" = (
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Processing"
- },
-/turf/simulated/floor/plating,
-/area/station/security/processing)
"mlU" = (
/obj/structure/table/reinforced,
/turf/simulated/floor/plasteel{
@@ -65674,21 +64744,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
-"mlY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"mmb" = (
/obj/structure/table/reinforced,
/obj/item/radio{
@@ -65740,17 +64795,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
-"mmN" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"mmO" = (
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/decal/cleanable/dirt,
@@ -65766,18 +64810,6 @@
"mmW" = (
/turf/simulated/wall/r_wall,
/area/station/turret_protected/aisat/interior)
-"mmY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/light{
- color = "#763C3A"
- },
-/area/station/public/quantum/security)
"mnf" = (
/obj/effect/spawner/airlock,
/turf/simulated/wall/r_wall,
@@ -65805,15 +64837,14 @@
/obj/machinery/firealarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 4
},
/area/station/hallway/primary/port/south)
-"mnz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/comeng)
"mnA" = (
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel{
@@ -65824,7 +64855,7 @@
"mnE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -65853,7 +64884,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"mop" = (
/obj/structure/chair,
@@ -65867,17 +64898,8 @@
icon_state = "bar"
},
/area/station/security/permabrig)
-"mov" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 3;
- pixel_y = 6
- },
-/obj/item/flashlight,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"moF" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -65894,15 +64916,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/port)
-"moH" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"moJ" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -65916,7 +64929,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/spawner/random/dirt/often,
@@ -65995,18 +65008,6 @@
icon_state = "bar"
},
/area/station/security/permabrig)
-"mpD" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/airlock/multi_tile/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgreenfull"
- },
-/area/station/hallway/secondary/garden)
"mpF" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -66050,13 +65051,28 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/brig)
+"mqe" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/engmed)
"mqf" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -66064,7 +65080,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"mqk" = (
/obj/structure/table,
@@ -66082,7 +65098,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -66096,15 +65112,6 @@
icon_state = "darkfull"
},
/area/station/hallway/spacebridge/scidock)
-"mqt" = (
-/obj/structure/grille/broken,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"mqy" = (
/obj/structure/closet/secure_closet/engineering_welding,
/obj/machinery/light{
@@ -66144,7 +65151,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -66218,12 +65225,9 @@
name = "west bump";
pixel_x = 24
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"mrW" = (
@@ -66233,7 +65237,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
"msa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -66333,7 +65337,7 @@
/area/station/public/storefront)
"mty" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -66345,7 +65349,7 @@
name = "Science Asteroid Solar Array"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -66366,6 +65370,16 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"mtV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/central/north)
"muc" = (
/obj/structure/chair/sofa/bench,
/turf/simulated/floor/plasteel{
@@ -66399,36 +65413,40 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/secondary/exit)
-"muL" = (
-/obj/effect/turf_decal/loading_area{
- dir = 8
+"muG" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkfull"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/item/radio/intercom{
+ name = "west bump";
+ pixel_x = -28
},
-/area/station/public/quantum/cargo)
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 4";
+ name = "Cell 4"
+ },
+/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"muS" = (
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/east)
-"muT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment/corner,
-/obj/item/stack/sheet/mineral/plasma,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
"muW" = (
/obj/machinery/computer/prisoner{
dir = 4
@@ -66465,6 +65483,14 @@
icon_state = "purple"
},
/area/station/hallway/primary/aft/east)
+"mvg" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/engine_foyer)
"mvj" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -66509,7 +65535,7 @@
/area/station/maintenance/apmaint)
"mvK" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -66536,6 +65562,9 @@
name = "Medical Lockdown"
},
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -66547,23 +65576,6 @@
icon_state = "redcorner"
},
/area/station/security/range)
-"mws" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"mwx" = (
/obj/structure/mirror{
icon_state = "mirror_broke";
@@ -66573,11 +65585,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"mwy" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/apmaint)
"mwF" = (
/obj/machinery/porta_turret/ai_turret/disable,
/obj/structure/disposalpipe/segment{
@@ -66590,6 +65597,14 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/aisat/interior/secondary)
+"mwL" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"mwN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/grouped_spawner{
@@ -66626,18 +65641,6 @@
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
-"mxd" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Docking Asteroid Substation"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"mxF" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -66648,10 +65651,22 @@
icon_state = "yellow"
},
/area/station/maintenance/storage)
+"mxV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/engineering/transmission_laser)
"mya" = (
/obj/structure/table,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/item/pickaxe/mini,
@@ -66712,19 +65727,27 @@
"mzo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/west)
+"mzw" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/security/prisonershuttle)
"mzx" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -66732,7 +65755,7 @@
"mzz" = (
/obj/structure/table/reinforced,
/obj/item/flashlight/lamp,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/item/wirecutters/security,
@@ -66753,23 +65776,6 @@
"mzF" = (
/turf/simulated/floor/plasteel/freezer,
/area/station/security/storage)
-"mzQ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/north)
"mAb" = (
/obj/machinery/light/small,
/obj/effect/spawner/random/dirt/often,
@@ -66790,9 +65796,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/wood,
/area/station/service/bar)
"mAe" = (
@@ -66824,26 +65827,6 @@
icon_state = "dark"
},
/area/station/public/quantum/docking)
-"mAG" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/camera{
- c_tag = "Brig Cell 3";
- dir = 4
- },
-/obj/structure/closet/secure_closet/brig/temp/cell_3,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"mAH" = (
/obj/structure/extinguisher_cabinet{
name = "north bump";
@@ -66869,7 +65852,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
"mAW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -66886,7 +65869,7 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -66899,41 +65882,16 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
-"mBc" = (
-/obj/item/cultivator,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"mBh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
},
/area/station/hallway/secondary/entry/north)
-"mBl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"mBn" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plating,
@@ -66970,12 +65928,12 @@
dir = 10
},
/obj/effect/landmark/lightsout,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"mBH" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -66998,7 +65956,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "Interrogation"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -67029,7 +65987,7 @@
"mCg" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall/r_wall,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_starboard)
"mCo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -67037,29 +65995,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/security/main)
-"mCp" = (
-/obj/machinery/computer/guestpass{
- pixel_x = 30
- },
-/obj/structure/table/reinforced,
-/obj/item/storage/briefcase/inflatable,
-/obj/item/storage/briefcase/inflatable{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 5;
- icon_state = "yellow"
- },
-/area/station/engineering/atmos/control)
"mCr" = (
/obj/structure/table,
/obj/item/taperecorder,
@@ -67077,6 +66017,14 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/south)
+"mCG" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/security/storage)
"mCK" = (
/obj/structure/chair{
dir = 8
@@ -67125,6 +66073,16 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
+"mDq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/north)
"mDu" = (
/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 2;
@@ -67158,6 +66116,9 @@
/obj/machinery/door/airlock/maintenance{
name = "Aft Asteroid Maintenance"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"mDy" = (
@@ -67166,16 +66127,12 @@
icon_state = "white"
},
/area/station/maintenance/apmaint)
-"mDT" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
+"mDO" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
+/turf/simulated/floor/carpet/grimey,
+/area/station/security/detective)
"mDV" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -67236,7 +66193,7 @@
/turf/simulated/floor/plating,
/area/station/public/storefront)
"mEt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -67290,7 +66247,7 @@
/area/station/public/fitness)
"mFd" = (
/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -67324,6 +66281,9 @@
c_tag = "Engineering - Engine Room Hallway Central";
network = list("SS13","Engineering")
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 1
@@ -67332,7 +66292,7 @@
"mFo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -67381,13 +66341,21 @@
icon_state = "dark"
},
/area/station/service/chapel/office)
+"mGn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/storage)
"mGs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction/y{
@@ -67424,7 +66392,7 @@
},
/area/station/hallway/primary/port/south)
"mGV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -67441,15 +66409,15 @@
},
/area/station/hallway/secondary/entry)
"mHc" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -67482,11 +66450,31 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
/area/station/medical/psych)
+"mHx" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/disposalpipe/junction/y{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/medical/sleeper)
"mHy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -67524,6 +66512,17 @@
/obj/structure/flora/grass/jungle,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
+"mHX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint2)
"mHZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 4
@@ -67537,6 +66536,17 @@
"mIr" = (
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/primary/fore/east)
+"mIG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/east,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/command/starboard)
"mII" = (
/obj/machinery/light{
dir = 4
@@ -67546,30 +66556,14 @@
icon_state = "whitepurple"
},
/area/station/science/hallway)
-"mIK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+"mIR" = (
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/turf_decal/alphanumeric/center_2{
- dir = 1
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/security/prison/cell_block/a)
-"mIS" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/maintenance{
- name = "Aft-Starboard Asteroid Maintenance"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
+/area/station/engineering/equipmentstorage)
"mIW" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/drinks/drinkingglass/cola,
@@ -67589,7 +66583,7 @@
},
/area/station/maintenance/disposal/external/southeast)
"mJk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -67655,6 +66649,19 @@
icon_state = "dark"
},
/area/station/medical/medbay3)
+"mJW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/east)
"mJX" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -67695,7 +66702,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -67749,9 +66756,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/east)
"mKQ" = (
@@ -67769,6 +66773,40 @@
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
+"mKZ" = (
+/obj/structure/disposalpipe/sortjunction/reversed{
+ dir = 8;
+ sort_type_txt = "16"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
+"mLd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/sign/barber{
+ pixel_y = -30
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"mLe" = (
/obj/machinery/door/airlock/security/glass{
name = "Criminal Delivery Chute"
@@ -67801,7 +66839,7 @@
/area/station/engineering/secure_storage)
"mLF" = (
/obj/structure/table/wood,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -67829,7 +66867,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"mLO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -67838,7 +66876,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"mLX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -67862,13 +66900,6 @@
icon_state = "dark"
},
/area/station/security/brig)
-"mMl" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"mMx" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/turf_decal/stripes/line{
@@ -67877,16 +66908,6 @@
/obj/structure/closet/emcloset,
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
-"mMA" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"mMC" = (
/obj/structure/closet/secure_closet/freezer/meat,
/turf/simulated/floor/plasteel/freezer,
@@ -67923,23 +66944,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/east)
-"mMT" = (
-/obj/effect/mapping_helpers/airlock/access/all/security/general,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/storage)
-"mMX" = (
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"mNg" = (
/obj/structure/sign/directions/medical{
dir = 4;
@@ -67972,17 +66976,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/gambling_den)
-"mNt" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/engineering{
- name = "Command Asteroid Security Area Substation"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/security/aft_port)
"mNv" = (
/obj/structure/chair/comfy/shuttle{
dir = 4
@@ -67991,6 +66984,29 @@
/obj/structure/closet/walllocker/emerglocker/directional/west,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
+"mNx" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/random/dirt/often,
+/obj/structure/sign/security{
+ pixel_y = 32
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
+"mNy" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"mNA" = (
/obj/structure/flora/ausbushes/ywflowers,
/turf/simulated/floor/grass,
@@ -68058,7 +67074,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"mOy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -68083,28 +67099,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/starboard)
-"mOL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
-"mON" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high,
-/obj/item/flashlight{
- pixel_x = 13;
- pixel_y = 13
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"mOV" = (
/obj/structure/chair/stool{
dir = 4
@@ -68147,7 +67141,7 @@
"mPp" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"mPE" = (
/obj/structure/chair/comfy/black{
dir = 1
@@ -68164,26 +67158,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
/area/station/public/sleep)
-"mPT" = (
-/obj/machinery/camera{
- c_tag = "Service SMES";
- dir = 6
- },
-/obj/structure/table,
-/obj/item/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"mQb" = (
/obj/machinery/atmospherics/unary/vent_pump/siphon/on{
dir = 4
@@ -68242,7 +67223,7 @@
},
/area/station/maintenance/asmaint2)
"mQI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -68259,7 +67240,7 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -68315,9 +67296,6 @@
},
/area/station/service/hydroponics)
"mRK" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/light,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -68351,7 +67329,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
"mSn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -68366,7 +67344,7 @@
/obj/machinery/door/airlock/research{
name = "Research Division Access"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -68381,21 +67359,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
-"mSq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "purple"
- },
-/area/station/hallway/primary/aft/west)
"mSt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
@@ -68421,11 +67384,20 @@
id_tag = "XenoPod5";
name = "containment door 5"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
+"mSC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"mSH" = (
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
@@ -68449,12 +67421,34 @@
icon_state = "showroomfloor"
},
/area/station/medical/surgery)
+"mSN" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"mSS" = (
/obj/machinery/door/airlock/external{
name = "Toxins Test Chamber"
},
/turf/simulated/floor/plating/airless,
/area/station/science/toxins/test)
+"mSV" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/storage)
"mSY" = (
/obj/item/radio/intercom{
pixel_y = 28;
@@ -68479,7 +67473,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -68521,24 +67515,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
-"mTr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"mTz" = (
/obj/machinery/camera{
c_tag = "Atmospherics Control Room";
@@ -68547,15 +67523,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
-"mTI" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"mTK" = (
/obj/machinery/optable,
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -68588,30 +67555,20 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"mUa" = (
+"mUf" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 5
+/obj/effect/turf_decal/caution/red,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
},
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
+/area/station/hallway/secondary/entry/north)
"mUk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood/nitrogen,
@@ -68639,12 +67596,6 @@
},
/area/station/science/rnd)
"mUw" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellow"
@@ -68706,26 +67657,6 @@
},
/turf/simulated/floor/catwalk,
/area/station/public/storage/emergency/port)
-"mVg" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
-"mVh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"mVl" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -68768,31 +67699,16 @@
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/engineering/break_room)
-"mVV" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"mWd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/camera{
- c_tag = "Brig Cell 2";
- dir = 4
- },
-/obj/structure/closet/secure_closet/brig/temp/cell_2,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
+/turf/simulated/floor/plating,
+/area/station/maintenance/storage)
"mWg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -68800,13 +67716,19 @@
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
-"mWm" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange{
- icon_state = "0-4"
+"mWw" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Office"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/doors,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "darkredfull"
+ },
+/area/station/security/checkpoint/secondary)
"mWC" = (
/obj/machinery/navbeacon{
codes_txt = "delivery";
@@ -68819,7 +67741,7 @@
},
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/firealarm/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -68841,7 +67763,7 @@
/turf/simulated/floor/grass,
/area/station/medical/medbay3)
"mWJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -68865,6 +67787,37 @@
"mWT" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/asmaint2)
+"mWZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/economy/atm/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
+"mXb" = (
+/obj/effect/landmark/lightsout,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/north)
"mXz" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 1;
@@ -68872,7 +67825,12 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/service/aft_starboard)
"mXA" = (
/obj/machinery/atmospherics/binary/valve{
@@ -68891,6 +67849,40 @@
/obj/structure/grille/broken,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_starboard)
+"mYn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/processing)
+"mYr" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"mYu" = (
/obj/structure/table,
/obj/item/hand_labeler{
@@ -68901,6 +67893,15 @@
icon_state = "darkbrown"
},
/area/station/supply/qm)
+"mYB" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/south)
"mYF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -68909,7 +67910,7 @@
dir = 4
},
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -68925,6 +67926,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/service/fore_port)
+"mYP" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"mYQ" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
@@ -68959,9 +67972,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "purplecorner"
@@ -68971,9 +67981,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -68993,21 +68000,12 @@
"mZk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
-"mZu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"mZA" = (
/obj/machinery/atmospherics/binary/volume_pump/on{
dir = 1;
@@ -69045,7 +68043,7 @@
/area/station/public/vacant_office)
"mZP" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating/airless,
/area/station/science/toxins/test)
@@ -69053,7 +68051,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -69094,6 +68092,14 @@
icon_state = "redcorner"
},
/area/station/security/lobby)
+"nak" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/fsmaint)
"naq" = (
/obj/structure/extinguisher_cabinet{
name = "west bump";
@@ -69101,21 +68107,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"nau" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/maintenance/service/fore_port)
"nax" = (
/obj/machinery/conveyor/auto{
dir = 1
@@ -69128,10 +68119,13 @@
},
/area/station/maintenance/disposal/external/southeast)
"naz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -69217,6 +68211,19 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
+"nck" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "1-2"
+ },
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"ncn" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_starboard)
@@ -69269,16 +68276,26 @@
/area/station/maintenance/disposal/external/southwest)
"ncF" = (
/obj/structure/fence,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
+"ncL" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ dir = 6;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"ncN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -69293,10 +68310,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/power/apc/directional/north,
@@ -69353,9 +68370,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/camera{
c_tag = "Medbay Asteroid Hallway 5";
dir = 9
@@ -69378,10 +68392,10 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "rd"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -69419,12 +68433,12 @@
/area/station/maintenance/asmaint)
"neo" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-2"
- },
/obj/machinery/camera/autoname{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"ner" = (
@@ -69472,16 +68486,24 @@
icon_state = "darkyellow"
},
/area/station/engineering/equipmentstorage)
-"neP" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"neS" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellow"
},
/area/station/engineering/engine_foyer)
+"nfi" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Processing"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/processing)
"nfn" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/door/firedoor,
@@ -69511,13 +68533,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"nfI" = (
@@ -69619,25 +68641,16 @@
icon_state = "dark"
},
/area/station/medical/medbay3)
-"nhe" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/storage)
"nhj" = (
/turf/simulated/floor/plating/airless,
/area/station/maintenance/fsmaint)
+"nhu" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/equipmentstorage)
"nhx" = (
/turf/simulated/floor/plating,
/area/station/hallway/secondary/exit)
@@ -69681,10 +68694,10 @@
"nik" = (
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
@@ -69692,7 +68705,7 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/hologram/holopad,
@@ -69708,7 +68721,7 @@
/obj/structure/fence/door/opened{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -69724,12 +68737,6 @@
icon_state = "darkfull"
},
/area/station/supply/expedition)
-"niY" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"nja" = (
/obj/machinery/hydroponics/soil,
/obj/item/seeds/plump,
@@ -69746,19 +68753,10 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/control)
-"njs" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/obj/item/pickaxe,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"njt" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -69818,7 +68816,7 @@
},
/area/station/supply/expedition)
"njH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/window/classic/normal{
@@ -69879,10 +68877,10 @@
"njT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/firedoor,
@@ -69909,28 +68907,10 @@
icon_state = "neutralfull"
},
/area/station/public/locker)
-"nkq" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/storage)
"nks" = (
/obj/machinery/light{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/sign/poster/official/random/directional/north,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -69993,10 +68973,12 @@
/obj/structure/cable/orange{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/service/fore_starboard)
"nkY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/window/reinforced{
@@ -70014,12 +68996,12 @@
"nla" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/loading_area{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -70044,17 +69026,6 @@
icon_state = "dark"
},
/area/station/security/armory/secure)
-"nlI" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/machinery/door/airlock/engineering{
- name = "Service Asteroid Substation"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"nlJ" = (
/obj/effect/turf_decal/loading_area{
dir = 4
@@ -70064,14 +69035,14 @@
},
/area/station/public/quantum/docking)
"nlS" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/apmaint)
"nlT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -70088,32 +69059,15 @@
/area/station/supply/lobby)
"nlU" = (
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"nlV" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"nlZ" = (
/obj/machinery/porta_turret/ai_turret/disable,
/obj/structure/disposalpipe/segment{
@@ -70139,13 +69093,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
-"nmx" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/turfs/damage,
-/turf/simulated/floor/wood,
-/area/station/maintenance/gambling_den)
"nmz" = (
/obj/structure/chair/barber,
/obj/structure/mirror{
@@ -70183,11 +69130,11 @@
/area/station/hallway/secondary/entry)
"nnf" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/science/misc_lab)
"nnk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -70198,7 +69145,7 @@
dir = 4
},
/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -70217,13 +69164,24 @@
},
/turf/simulated/floor/carpet/red,
/area/station/command/office/hos)
-"nnF" = (
-/obj/structure/cable/orange{
+"nnD" = (
+/obj/structure/cable{
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
+"nnF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellowfull"
},
@@ -70301,11 +69259,17 @@
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"nos" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"noy" = (
@@ -70352,6 +69316,17 @@
/obj/machinery/ai_status_display,
/turf/simulated/wall/r_wall,
/area/station/science/robotics)
+"npi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/control)
"npl" = (
/obj/structure/sign/greencross{
pixel_x = 32
@@ -70365,10 +69340,22 @@
/obj/machinery/economy/vending/snack,
/turf/simulated/floor/carpet,
/area/station/maintenance/apmaint)
+"npr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"npC" = (
/obj/structure/reagent_dispensers/water_cooler,
/turf/simulated/floor/wood,
/area/station/service/library)
+"npD" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"npF" = (
/obj/structure/disposalpipe/segment/corner{
dir = 4
@@ -70417,24 +69404,9 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"nqy" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/sign/security{
- pixel_x = -32
- },
-/obj/effect/turf_decal/caution/red{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"nqz" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -70505,7 +69477,7 @@
},
/area/station/command/office/rd)
"nrB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -70523,22 +69495,33 @@
"nrQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/security/prisonershuttle)
"nrW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
/area/station/public/sleep/secondary)
+"nrZ" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"nse" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -70617,6 +69600,14 @@
icon_state = "darkredcorners"
},
/area/station/security/brig)
+"nsF" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"nsK" = (
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -70628,7 +69619,7 @@
},
/area/station/command/bridge)
"nsQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -70637,7 +69628,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/catwalk,
@@ -70651,7 +69642,7 @@
dir = 4;
initialize_directions = 11
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -70668,7 +69659,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/range)
"nta" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -70687,26 +69678,14 @@
icon_state = "dark"
},
/area/station/turret_protected/ai_upload)
-"ntn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"ntB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/research,
/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"ntF" = (
/obj/machinery/light/small{
dir = 8
@@ -70726,18 +69705,35 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
"ntQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
+"ntR" = (
+/obj/item/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/suit/storage/hazardvest/staff,
+/obj/item/clothing/suit/storage/hazardvest/staff,
+/obj/item/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/shelf/engineering,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"ntW" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -70793,7 +69789,7 @@
},
/area/station/maintenance/storage)
"nuy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -70809,9 +69805,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal/northwest)
"nuB" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -70855,24 +69848,33 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
+"nva" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/fore_port)
"nvf" = (
/obj/machinery/door/airlock/security/glass{
name = "Transfer Processing"
},
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -70922,7 +69924,7 @@
/obj/machinery/light{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -70937,21 +69939,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"nvO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"nvR" = (
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/obj/effect/turf_decal/alphanumeric/center_1{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
+/obj/effect/spawner/window/reinforced/grilled,
+/turf/simulated/floor/plating,
+/area/station/security/brig)
"nvS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -70959,6 +69955,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
@@ -70986,15 +69985,6 @@
icon_state = "dark"
},
/area/station/maintenance/asmaint2)
-"nwb" = (
-/obj/item/radio/intercom{
- name = "south bump";
- pixel_y = -28
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
"nwf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 4
@@ -71010,6 +70000,24 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"nwo" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/cable/orange{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"nwv" = (
/obj/machinery/economy/vending/cola,
/turf/simulated/floor/plasteel{
@@ -71029,6 +70037,23 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
+"nwG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"nwI" = (
/obj/item/radio/intercom{
pixel_x = -28;
@@ -71037,21 +70062,14 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
-"nwJ" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high,
-/obj/item/flashlight{
- pixel_x = 2;
- pixel_y = 17
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"nwN" = (
/obj/item/kirbyplants/large,
/turf/simulated/floor/plasteel{
@@ -71059,6 +70077,22 @@
icon_state = "whitebluecorner"
},
/area/station/medical/patients_rooms1)
+"nxa" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/dorms)
"nxf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 4
@@ -71067,16 +70101,6 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
-"nxh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
"nxi" = (
/obj/structure/morgue{
dir = 2
@@ -71086,16 +70110,6 @@
icon_state = "dark"
},
/area/station/medical/morgue)
-"nxr" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/chair/stool,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"nxt" = (
/obj/docking_port/stationary{
dwidth = 2;
@@ -71106,32 +70120,30 @@
},
/turf/space,
/area/space)
+"nxu" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"nxx" = (
/obj/structure/closet/crate/freezer,
/turf/simulated/floor/wood,
/area/station/public/pet_store)
-"nxz" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/comeng)
"nxA" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/aft_port)
-"nxG" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"nxJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -71142,8 +70154,26 @@
/obj/structure/chair/wood{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
+"nxQ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/computer/camera_advanced/xenobio{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"nxX" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
@@ -71174,7 +70204,7 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/supply/mining,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -71188,21 +70218,14 @@
},
/turf/simulated/floor/engine/vacuum,
/area/station/science/toxins/mixing)
-"nyd" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/port)
"nye" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -71249,21 +70272,6 @@
/obj/machinery/shower/directional/east,
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/lockerroom)
-"nyI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/alarm/directional/north,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"nyR" = (
/obj/machinery/ai_status_display,
/turf/simulated/wall,
@@ -71275,7 +70283,7 @@
},
/area/station/hallway/spacebridge/scidock)
"nyY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -71284,7 +70292,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -71325,7 +70333,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"nAo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -71354,15 +70362,6 @@
icon_state = "yellow"
},
/area/station/maintenance/starboard)
-"nAG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"nAT" = (
/obj/structure/closet/wardrobe/xenos,
/turf/simulated/floor/mineral/titanium/blue,
@@ -71373,22 +70372,28 @@
icon_state = "whitepurple"
},
/area/station/science/xenobiology)
+"nBo" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_y = 32
+ },
+/turf/simulated/mineral/ancient/outer,
+/area/station/maintenance/disposal/external/southeast)
"nBp" = (
/obj/structure/sink/directional/north,
/turf/simulated/floor/plasteel/freezer,
/area/station/security/storage)
-"nBq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
"nBA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitebluecorner"
@@ -71399,16 +70404,16 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"nBM" = (
/obj/machinery/light{
@@ -71421,7 +70426,7 @@
},
/area/station/supply/office)
"nBP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/table,
@@ -71431,7 +70436,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"nCa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -71442,16 +70447,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/storage)
-"nCd" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"nCo" = (
/obj/machinery/recharge_station,
/obj/machinery/light/small{
@@ -71515,6 +70510,18 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
+"nCL" = (
+/obj/structure/chair/stool{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"nCV" = (
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/wood,
@@ -71549,7 +70556,7 @@
},
/area/station/medical/storage/secondary)
"nDs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -71571,16 +70578,6 @@
icon_state = "darkred"
},
/area/station/security/evidence)
-"nDC" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"nDG" = (
/obj/machinery/door/airlock/research{
name = "Research Break Room"
@@ -71598,6 +70595,14 @@
},
/turf/simulated/floor/plasteel/freezer,
/area/station/science/hallway)
+"nDN" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/hallway/secondary/exit)
"nDX" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
@@ -71613,49 +70618,14 @@
/area/station/engineering/atmos)
"nEo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
-"nEq" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/effect/mapping_helpers/airlock/unres{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/door/airlock/security/glass{
- id_tag = "BrigEast";
- name = "Brig East Entrance"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "darkredcorners"
- },
-/area/station/security/prison/cell_block/a)
"nEw" = (
/obj/structure/bed,
/obj/item/bedsheet/medical,
@@ -71667,7 +70637,7 @@
},
/area/station/maintenance/starboard)
"nEA" = (
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/power/apc/directional/south,
/obj/item/kirbyplants/large,
/turf/simulated/floor/plasteel{
@@ -71682,7 +70652,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -71690,6 +70660,19 @@
"nEJ" = (
/turf/simulated/mineral/ancient,
/area/station/public/quantum/engineering)
+"nEM" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"nEO" = (
/obj/item/paper_bin{
pixel_x = -3;
@@ -71700,7 +70683,7 @@
dir = 8
},
/obj/structure/table/reinforced,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -71708,14 +70691,14 @@
},
/area/station/security/checkpoint/secondary)
"nEZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/caution{
dir = 1
},
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden{
@@ -71730,7 +70713,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"nFa" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -71741,7 +70724,7 @@
},
/area/station/engineering/solar/fore_starboard)
"nFo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -71750,33 +70733,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
-"nFy" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"nFz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"nFC" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/station/service/clown)
"nFH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -71790,7 +70754,7 @@
},
/area/station/security/permabrig)
"nFL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -71810,7 +70774,7 @@
"nFQ" = (
/obj/machinery/economy/vending/chemdrobe,
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -71868,23 +70832,34 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/west)
+"nGB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/main)
"nGD" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
/turf/simulated/floor/plasteel/freezer,
/area/station/service/kitchen)
-"nGK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+"nGN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+/obj/structure/cable{
+ icon_state = "1-4"
},
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/structure/disposalpipe/segment/corner,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
-/area/station/hallway/primary/port/north)
+/area/station/security/lobby)
"nGQ" = (
/obj/structure/chair/comfy/black,
/obj/effect/landmark/start/atmospheric,
@@ -71902,7 +70877,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -71931,7 +70906,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "rd"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -71999,6 +70974,9 @@
"nIv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"nIz" = (
@@ -72006,9 +70984,6 @@
dir = 8;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -72026,11 +71001,35 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/apmaint)
+"nIO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/turfs/damage,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/station/maintenance/gambling_den)
+"nIU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/space,
+/area/station/hallway/spacebridge/servsci)
"nIZ" = (
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
/obj/machinery/door/airlock/research,
@@ -72083,9 +71082,12 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"nJA" = (
@@ -72097,7 +71099,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -72241,7 +71243,7 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
"nKG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -72254,10 +71256,10 @@
id = "qm"
},
/obj/machinery/door/airlock/command/glass,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -72265,11 +71267,16 @@
icon_state = "darkfull"
},
/area/station/supply/qm)
+"nKK" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/window/reinforced,
+/turf/simulated/floor/plating,
+/area/station/engineering/break_room)
"nKW" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"nLc" = (
/turf/simulated/floor/plasteel{
@@ -72297,29 +71304,18 @@
/obj/item/reagent_containers/glass/beaker/large,
/turf/simulated/floor/engine,
/area/station/science/misc_lab)
-"nLm" = (
-/obj/machinery/door/airlock/engineering{
- name = "Service Asteroid Substation"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"nLH" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/delivery/partial{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_starboard)
"nLO" = (
@@ -72329,35 +71325,17 @@
"nLP" = (
/turf/simulated/wall,
/area/station/supply/storage)
-"nLS" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/serveng)
"nLT" = (
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/east)
-"nLX" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"nLZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -72376,6 +71354,14 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/wood,
/area/station/service/bar)
+"nMn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"nMt" = (
/obj/structure/closet/firecloset/full,
/turf/simulated/floor/plasteel{
@@ -72409,7 +71395,7 @@
dir = 4
},
/obj/effect/landmark/start/security_officer,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -72429,6 +71415,9 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"nNe" = (
@@ -72453,12 +71442,12 @@
/turf/simulated/wall/r_wall,
/area/station/hallway/secondary/entry)
"nNp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"nNt" = (
/obj/structure/chair/comfy/beige{
@@ -72506,7 +71495,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -72517,19 +71506,6 @@
icon_state = "white"
},
/area/station/medical/medbay)
-"nOh" = (
-/obj/structure/chair/office/dark,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
"nOF" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -72563,6 +71539,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/wall,
/area/station/hallway/primary/aft/west)
+"nPa" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/light{
+ color = "#763C3A"
+ },
+/area/station/public/quantum/security)
"nPb" = (
/obj/machinery/light/small{
dir = 4
@@ -72589,23 +71576,12 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"nPs" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/map_effect/dynamic_airlock/door/interior,
-/obj/machinery/access_button/offset/east,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/north)
"nPv" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical/glass,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/polarized{
@@ -72634,7 +71610,7 @@
name = "Docking Asteroid Solar Array"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -72646,6 +71622,13 @@
/obj/item/cigbutt,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
+"nQj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/maintcentral)
"nQq" = (
/obj/machinery/cooking/oven,
/obj/machinery/light{
@@ -72655,6 +71638,22 @@
icon_state = "bar"
},
/area/station/security/permabrig)
+"nQt" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/landmark/start/xenobiologist,
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"nQv" = (
/obj/effect/turf_decal/delivery/partial{
dir = 1
@@ -72682,11 +71681,29 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
+"nQH" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"nQJ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -72703,15 +71720,6 @@
},
/turf/simulated/floor/carpet/black,
/area/station/command/office/captain)
-"nQO" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"nQW" = (
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -72733,6 +71741,17 @@
icon_state = "neutral"
},
/area/station/hallway/secondary/entry/south)
+"nRN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/south)
"nRO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -72743,8 +71762,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "1-8"
},
/turf/simulated/floor/wood,
/area/station/service/bar)
@@ -72786,34 +71805,48 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"nSd" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"nSn" = (
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/engmed)
+"nSu" = (
+/obj/machinery/door/airlock/tranquillite,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/service/mime,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/mineral/tranquillite,
+/area/station/service/mime)
+"nSK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/east)
"nSO" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"nSP" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/lobby)
"nTa" = (
/turf/simulated/mineral/ancient,
/area/station/hallway/primary/central/east)
"nTc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -72822,9 +71855,6 @@
},
/area/station/hallway/secondary/entry/north)
"nTd" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
@@ -72833,7 +71863,7 @@
},
/area/station/hallway/primary/fore/north)
"nTi" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -72858,7 +71888,7 @@
},
/area/station/medical/sleeper)
"nTw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -72909,7 +71939,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -72948,20 +71978,9 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"nUi" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"nUk" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -72973,7 +71992,7 @@
},
/area/station/maintenance/security/fore_starboard)
"nUo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -73028,13 +72047,18 @@
icon_state = "whitegreenfull"
},
/area/station/public/sleep)
+"nVc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"nVd" = (
/obj/effect/turf_decal/loading_area{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -73042,6 +72066,9 @@
pixel_y = 41;
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -73054,15 +72081,6 @@
icon_state = "dark"
},
/area/station/public/fitness)
-"nVl" = (
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"nVx" = (
/obj/structure/table/wood,
/obj/item/clothing/mask/cigarette/cigar,
@@ -73071,10 +72089,10 @@
},
/area/station/hallway/primary/fore/north)
"nVA" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
+/obj/machinery/power/solar,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -73102,7 +72120,7 @@
"nVR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -73116,13 +72134,13 @@
/turf/simulated/mineral/ancient,
/area/station/maintenance/maintcentral)
"nWj" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -73132,16 +72150,6 @@
/obj/machinery/newscaster/directional/north,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
-"nWl" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/brig)
"nWq" = (
/obj/item/cigbutt/roach,
/obj/effect/decal/cleanable/dirt,
@@ -73165,7 +72173,7 @@
/turf/simulated/floor/carpet/blue,
/area/station/command/office/hop)
"nWS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/chair/sofa/bench/left,
@@ -73174,24 +72182,15 @@
icon_state = "redcorner"
},
/area/station/security/prisonershuttle)
-"nWX" = (
-/obj/effect/spawner/random/dirt/often,
+"nWV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgreenfull"
- },
-/area/station/service/hydroponics)
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/cargocom)
"nWY" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -73244,19 +72243,6 @@
icon_state = "yellow"
},
/area/station/engineering/transmission_laser)
-"nXK" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 6;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"nXL" = (
/obj/machinery/atmospherics/binary/valve{
dir = 4
@@ -73295,7 +72281,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "bs"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -73342,6 +72328,9 @@
/area/station/maintenance/command/starboard)
"nYM" = (
/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -73373,9 +72362,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/chair/sofa/bench{
dir = 1;
cover_color = "#85130b"
@@ -73497,7 +72483,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -73515,7 +72501,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -73560,15 +72546,11 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/apmaint)
-"oaB" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"oaD" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 8;
@@ -73601,6 +72583,20 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/east)
+"obd" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment/corner{
+ color = "#505050";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/west)
"obg" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel/white,
@@ -73649,15 +72645,6 @@
icon_state = "blue"
},
/area/station/hallway/primary/fore/north)
-"obD" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/break_room)
"obE" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/structure/disposalpipe/segment/corner{
@@ -73676,9 +72663,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "purplecorner"
},
@@ -73703,7 +72687,7 @@
dir = 4
},
/obj/machinery/light,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -73735,9 +72719,6 @@
icon_state = "dark"
},
/area/station/ai_monitored/storage/eva)
-"occ" = (
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"oci" = (
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -73760,6 +72741,15 @@
icon_state = "redcorner"
},
/area/station/security/storage)
+"ocB" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/map_effect/dynamic_airlock,
+/obj/machinery/atmospherics/pipe/simple/visible,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/north)
"ocF" = (
/obj/machinery/alarm/directional/north,
/obj/structure/closet/toolcloset,
@@ -73767,6 +72757,14 @@
/obj/item/clothing/gloves/color/yellow/fake,
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
+"ocN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"ocO" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/recharge_station,
@@ -73776,12 +72774,12 @@
/area/station/hallway/primary/central/west)
"ocW" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/item/kirbyplants/large,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -73797,7 +72795,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -73812,7 +72810,7 @@
},
/area/station/hallway/primary/aft/west)
"odn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -73820,6 +72818,15 @@
icon_state = "whitebluecorner"
},
/area/station/medical/storage)
+"odr" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 3;
+ pixel_y = 6
+ },
+/obj/item/flashlight,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"odt" = (
/obj/item/trash/pistachios{
pixel_x = -3;
@@ -73834,7 +72841,7 @@
id_tag = "XenoPod2";
name = "containment door 2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -73843,6 +72850,18 @@
/obj/machinery/economy/vending/assist/free,
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
+"odI" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/engmed)
"oec" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel,
@@ -73869,9 +72888,6 @@
},
/area/station/maintenance/disposal/east)
"oes" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -73887,11 +72903,25 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/east)
+"oeC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"oeK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -73899,7 +72929,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -73925,6 +72955,27 @@
},
/turf/simulated/floor/carpet,
/area/station/service/bar)
+"ofj" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
+"ofk" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/maintenance/service/fore_port)
"ofv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -73932,11 +72983,26 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
+"ofB" = (
+/obj/machinery/door/airlock/atmos{
+ name = "Turbine Access"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/spawner/random/dirt/frequent,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"ofE" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/tracks/mapped{
@@ -73945,12 +73011,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/port)
"ofO" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
@@ -73966,16 +73026,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/red,
/area/station/service/chapel)
"ofQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -73994,7 +73057,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -74002,13 +73065,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
-"oga" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"ogc" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel{
@@ -74030,38 +73086,43 @@
"ogl" = (
/turf/simulated/floor/plasteel/freezer,
/area/station/service/kitchen)
-"ogv" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped{
+"ogq" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/service/aft_port)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
+"ogt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"ogC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
-"ogH" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 2;
- sort_type_txt = "17"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
"ogJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -74078,10 +73139,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel/white,
@@ -74100,7 +73161,7 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -74109,9 +73170,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -74122,7 +73180,7 @@
dir = 4
},
/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_starboard)
"ohr" = (
/turf/simulated/floor/plasteel{
@@ -74130,18 +73188,6 @@
icon_state = "darkred"
},
/area/station/security/checkpoint/secondary)
-"ohs" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"ohL" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -74171,24 +73217,6 @@
icon_state = "neutralfull"
},
/area/station/supply/smith_office)
-"oie" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/computer/monitor{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/effect/decal/cleanable/cobweb{
- icon_state = "cobweb2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"oiA" = (
/obj/item/flashlight/lantern,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -74229,15 +73257,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
-"oji" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"ojl" = (
/obj/machinery/camera{
c_tag = "Virology Patient Room 1";
@@ -74258,6 +73277,13 @@
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
+"ojn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"ojx" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
@@ -74269,12 +73295,6 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
-"ojy" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"ojE" = (
/obj/machinery/camera/autoname{
dir = 8
@@ -74290,6 +73310,17 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/ai)
+"ojI" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_port)
"ojN" = (
/turf/simulated/wall,
/area/station/maintenance/turbine)
@@ -74325,10 +73356,20 @@
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
+"oka" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/wood{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint)
"okb" = (
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -74360,6 +73401,14 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"okL" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/north)
"okP" = (
/turf/simulated/wall/r_wall,
/area/station/turret_protected/aisat/interior/secondary)
@@ -74401,17 +73450,14 @@
icon_state = "whiteblue"
},
/area/station/medical/patients_rooms1)
-"olg" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
- icon_state = "1-2"
+"olj" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/railing/cap/normal{
+ dir = 1
},
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/engineering{
- name = "Docking Asteroid Substation"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
+/turf/space,
+/area/station/hallway/spacebridge/comeng)
"olr" = (
/obj/structure/chair{
dir = 8
@@ -74419,9 +73465,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
+"olx" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/ntrep)
"olD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -74489,7 +73544,7 @@
dir = 8;
pixel_x = -32
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -74499,7 +73554,7 @@
/area/station/hallway/primary/central/north)
"oma" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -74532,6 +73587,9 @@
/area/station/hallway/primary/port/south)
"omi" = (
/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"omj" = (
@@ -74560,21 +73618,6 @@
icon_state = "whiteblue"
},
/area/station/medical/sleeper)
-"omr" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"omE" = (
/obj/machinery/computer/arcade{
dir = 1
@@ -74596,9 +73639,6 @@
/obj/machinery/light{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 8
@@ -74606,7 +73646,7 @@
/area/station/engineering/engine_foyer)
"omL" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/structure/table/glass,
@@ -74638,9 +73678,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"omT" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkred"
@@ -74660,6 +73697,15 @@
icon_state = "darkbrownfull"
},
/area/station/maintenance/starboard)
+"omY" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Fore Asteroid Maintenance Access"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/spawner/random/dirt/frequent,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/security/starboard)
"onc" = (
/obj/structure/grille,
/turf/simulated/floor/plating{
@@ -74671,7 +73717,7 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -74694,25 +73740,11 @@
dir = 10
},
/obj/effect/mapping_helpers/turfs/damage,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
-"onD" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/mechanical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
-"onN" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/north)
"onO" = (
/obj/machinery/hologram/holopad,
/turf/simulated/wall,
@@ -74725,18 +73757,6 @@
icon_state = "darkred"
},
/area/station/maintenance/security/port)
-"onS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
"onT" = (
/obj/structure/table/reinforced,
/obj/item/kitchen/utensil/pfork,
@@ -74759,6 +73779,12 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"ooh" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"ooj" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -74831,10 +73857,10 @@
},
/area/station/medical/virology)
"ooJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/junction{
@@ -74853,6 +73879,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -74864,21 +73893,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/aft_starboard)
-"opl" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/east)
"opm" = (
/obj/machinery/porta_turret/ai_turret,
/obj/machinery/camera/motion{
@@ -74930,20 +73944,6 @@
/obj/effect/decal/cleanable/blood/gibs/old,
/turf/simulated/floor/plasteel/freezer,
/area/station/service/kitchen)
-"opT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/light,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
"opU" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -75002,7 +74002,7 @@
},
/area/station/security/processing)
"oqu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -75012,14 +74012,24 @@
icon_state = "dark"
},
/area/station/command/meeting_room)
-"oqw" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
+"oqz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/space,
-/area/station/hallway/spacebridge/comeng)
+/obj/machinery/camera{
+ c_tag = "Engineering - Locker Exterior";
+ dir = 1;
+ network = list("SS13","Engineering")
+ },
+/obj/structure/chair/sofa/bench{
+ dir = 1;
+ cover_color = "#85130b"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/central/east)
"oqN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
@@ -75047,7 +74057,7 @@
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
"oqT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -75060,6 +74070,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"ora" = (
@@ -75071,7 +74084,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/morgue,
@@ -75094,7 +74107,7 @@
dir = 8
},
/obj/machinery/power/apc/important/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -75106,11 +74119,11 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/multi_tile/glass,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -75121,6 +74134,23 @@
},
/turf/simulated/floor/engine/vacuum,
/area/station/maintenance/turbine)
+"ort" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/security/aft_port)
"orw" = (
/obj/structure/sign/directions/cargo{
dir = 4;
@@ -75165,6 +74195,24 @@
icon_state = "darkblue"
},
/area/station/medical/storage/secondary)
+"orD" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"orE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -75172,6 +74220,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"orH" = (
@@ -75192,7 +74243,7 @@
name = "Starboard Asteroid Maintenance Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -75202,11 +74253,11 @@
/obj/structure/disposalpipe/junction{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -75230,11 +74281,48 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
/area/station/service/library)
+"osh" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/closet/firecloset/full,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"oso" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
+"osp" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "arrivalcorner";
+ dir = 4
+ },
+/area/station/hallway/secondary/entry/west)
"ost" = (
/obj/structure/table,
/obj/effect/decal/cleanable/dirt,
@@ -75280,7 +74368,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/noticeboard{
@@ -75339,22 +74427,19 @@
"otA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
-"otF" = (
+"otH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+ dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"otM" = (
/obj/structure/chair{
dir = 8
@@ -75395,16 +74480,18 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/southwest)
-"ouK" = (
-/obj/structure/dispenser,
-/obj/structure/cable/orange{
- icon_state = "1-4"
+"ouq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "yellow"
+ icon_state = "neutralfull"
},
-/area/station/engineering/atmos/control)
+/area/station/security/lobby)
"ouP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -75441,6 +74528,16 @@
icon_state = "yellow"
},
/area/station/maintenance/storage)
+"ouS" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/north)
"ouZ" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -75557,7 +74654,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -75571,6 +74668,17 @@
/obj/structure/disposalpipe/segment/corner,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"owd" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"owf" = (
/turf/simulated/wall,
/area/station/maintenance/solar_maintenance/fore_starboard)
@@ -75602,18 +74710,15 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"owJ" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -75623,6 +74728,9 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -75666,7 +74774,7 @@
/area/station/maintenance/starboard)
"owX" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -75700,6 +74808,9 @@
pixel_x = 32
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"oxv" = (
@@ -75732,7 +74843,7 @@
/area/station/maintenance/maintcentral)
"oxI" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -75751,7 +74862,7 @@
},
/area/station/science/toxins/mixing)
"oxN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -75760,7 +74871,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"oxO" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -75768,10 +74879,13 @@
name = "Aft-Starboard Asteroid Maintenance"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"oxQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -75796,19 +74910,24 @@
/obj/effect/spawner/random/barrier/obstruction,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
+"oyn" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/space,
+/area/station/engineering/solar/aft)
"oyo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
+/obj/structure/cable,
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/servsci)
"oyp" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -75825,9 +74944,6 @@
},
/area/station/maintenance/security/fore_starboard)
"oyu" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -75838,6 +74954,17 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior/secondary)
+"oyM" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/recharger,
+/obj/structure/table/reinforced,
+/turf/simulated/floor/plasteel{
+ dir = 6;
+ icon_state = "darkred"
+ },
+/area/station/security/checkpoint/secondary)
"oyN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -75863,36 +74990,12 @@
/obj/structure/sink/kitchen/directional/north,
/turf/simulated/floor/plasteel/freezer,
/area/station/service/kitchen)
-"ozk" = (
-/obj/structure/sign/directions/bridge{
- dir = 4;
- pixel_y = -24
- },
-/obj/structure/sign/directions/security{
- pixel_y = -32;
- dir = 8
- },
-/obj/structure/sign/directions/science{
- pixel_y = -40;
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/caution/red{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"ozl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/carpet/cyan,
@@ -75920,7 +75023,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -75964,7 +75067,7 @@
/turf/simulated/wall,
/area/station/service/kitchen)
"oAb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/chair/comfy/purp{
@@ -76008,6 +75111,20 @@
/obj/item/stack/ore/glass,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"oAB" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"oAK" = (
/obj/structure/table/reinforced{
layer = 2.5
@@ -76043,9 +75160,6 @@
},
/area/station/hallway/spacebridge/scidock)
"oBi" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
@@ -76058,6 +75172,16 @@
/obj/machinery/status_display,
/turf/simulated/wall,
/area/station/medical/reception)
+"oBo" = (
+/obj/effect/map_effect/dynamic_airlock,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/east)
"oBp" = (
/obj/structure/table/glass/reinforced,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -76106,19 +75230,8 @@
icon_state = "dark"
},
/area/station/science/robotics)
-"oBG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"oBM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/item/flag/nt,
@@ -76142,17 +75255,22 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/sercom)
-"oCN" = (
-/obj/structure/disposalpipe/segment{
+"oCM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
+/obj/structure/sign/poster/official/random/directional/north,
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ dir = 4;
+ icon_state = "redcorner"
},
-/area/station/engineering/engine_foyer)
+/area/station/hallway/secondary/entry/west)
"oCT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
@@ -76185,21 +75303,13 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"oDg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/camera{
- c_tag = "Docking Asteroid Fore Hall 2";
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"oDm" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -76209,7 +75319,7 @@
/turf/simulated/floor/catwalk,
/area/station/maintenance/command/starboard)
"oDs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -76223,6 +75333,20 @@
},
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"oDB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
"oDE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -76233,18 +75357,6 @@
/obj/machinery/shower/directional/south,
/turf/simulated/floor/noslip,
/area/station/engineering/control)
-"oDH" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"oDP" = (
/obj/structure/closet/secure_closet/security,
/obj/structure/reagent_dispensers/peppertank{
@@ -76265,9 +75377,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"oDZ" = (
@@ -76311,19 +75420,52 @@
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel/white,
/area/station/science/robotics)
+"oEB" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/clothing/glasses/science{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/clothing/glasses/science,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"oEJ" = (
/obj/structure/sign/cargo,
/turf/simulated/wall,
/area/station/maintenance/apmaint)
"oEL" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/port)
+"oEN" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/item/pickaxe/mini,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"oEP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -76393,10 +75535,10 @@
opacity = 0
},
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/access_button{
@@ -76414,6 +75556,26 @@
icon_state = "dark"
},
/area/station/security/permabrig)
+"oFt" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Cell 3";
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/brig/temp/cell_3,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"oFu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -76458,6 +75620,13 @@
/obj/item/storage/firstaid/brute,
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
+"oFO" = (
+/obj/effect/map_effect/dynamic_airlock,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/west)
"oFP" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -76483,7 +75652,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -76501,30 +75670,27 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
-"oGk" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+"oGa" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/railing{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+/turf/space,
+/area/station/hallway/spacebridge/comeng)
+"oGr" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint2)
"oGM" = (
/obj/structure/disposalpipe/segment/corner,
/obj/item/clothing/head/ushanka,
@@ -76611,9 +75777,6 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -76629,7 +75792,7 @@
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"oIt" = (
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plasteel{
@@ -76637,24 +75800,6 @@
icon_state = "neutral"
},
/area/station/public/storage/tools)
-"oII" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"oIO" = (
/obj/structure/flora/rock/jungle,
/obj/effect/turf_decal/woodsiding{
@@ -76672,7 +75817,7 @@
/obj/effect/mapping_helpers/airlock/windoor/access/any/command/general{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -76767,6 +75912,20 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/south)
+"oKx" = (
+/obj/structure/sign/directions/service{
+ pixel_y = 24;
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
"oKJ" = (
/obj/structure/lattice/catwalk,
/obj/structure/disposalpipe/segment{
@@ -76786,29 +75945,9 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/south)
-"oKL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/disposalpipe/junction/y{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/medical/sleeper)
"oKR" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -76818,12 +75957,9 @@
},
/area/station/command/office/cmo)
"oKU" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-4"
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -76832,7 +75968,7 @@
/area/station/hallway/primary/fore/east)
"oLl" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -76857,23 +75993,25 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
-"oLE" = (
-/obj/structure/cable/orange{
+"oLC" = (
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
+/obj/machinery/newscaster/directional/north,
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ dir = 4;
+ icon_state = "neutralcorner"
},
-/area/station/security/brig)
+/area/station/hallway/primary/fore/west)
"oLH" = (
/obj/machinery/atmospherics/binary/volume_pump/on{
dir = 1;
@@ -76903,6 +76041,18 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"oLQ" = (
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_y = 32
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint2)
"oLU" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
@@ -76920,12 +76070,19 @@
/obj/item/mop,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"oMn" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"oMr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -76934,6 +76091,16 @@
icon_state = "barber"
},
/area/station/service/barber)
+"oMs" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high,
+/obj/item/flashlight{
+ pixel_x = 13;
+ pixel_y = 13
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"oMF" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -76944,10 +76111,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/turf/simulated/floor/catwalk,
/area/station/maintenance/service/fore_port)
"oMG" = (
/obj/machinery/computer/guestpass{
@@ -76988,28 +76154,25 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northeast)
+"oMV" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"oMX" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/tech_storage)
-"oMZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"oNc" = (
/obj/machinery/light/small{
dir = 4
@@ -77021,6 +76184,9 @@
color = "#954535"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -77044,6 +76210,18 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
+"oNx" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/engine,
+/area/station/engineering/control)
"oNy" = (
/obj/structure/sign/directions/bridge{
dir = 1;
@@ -77051,6 +76229,15 @@
},
/turf/simulated/wall,
/area/station/hallway/primary/starboard/south)
+"oNA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
"oNB" = (
/obj/machinery/atmospherics/pipe/manifold/visible/purple{
dir = 1
@@ -77070,24 +76257,39 @@
location = "Security";
name = "navigation beacon (Security)"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/west)
+"oOa" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow";
+ dir = 8
+ },
+/area/station/engineering/engine_foyer)
"oOg" = (
/turf/simulated/wall,
/area/station/service/barber)
"oOh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -77110,7 +76312,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -77143,6 +76345,20 @@
icon_state = "darkred"
},
/area/station/security/brig)
+"oOB" = (
+/obj/effect/turf_decal/loading_area{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "darkfull"
+ },
+/area/station/public/quantum/cargo)
"oOH" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -77156,14 +76372,18 @@
icon_state = "barber"
},
/area/station/service/barber)
-"oOZ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+"oOV" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+ icon_state = "redfull"
},
-/area/station/hallway/primary/central/north)
+/area/station/security/lobby)
"oPa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -77177,7 +76397,7 @@
/obj/machinery/light{
dir = 1
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -77214,22 +76434,19 @@
icon_state = "darkfull"
},
/area/station/supply/sorting)
-"oPq" = (
-/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"oPy" = (
/obj/machinery/light/small{
dir = 4
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/command/starboard)
+"oPC" = (
+/obj/machinery/alarm/directional/east,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"oPG" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -77254,11 +76471,6 @@
},
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
-"oPK" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"oPN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -77266,9 +76478,6 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
"oPR" = (
@@ -77300,6 +76509,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreenfull"
},
@@ -77319,13 +76531,21 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/public/fitness)
+"oQK" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/power/tracker,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/space,
+/area/station/engineering/solar/aft)
"oQP" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -77376,6 +76596,9 @@
name = "Central Access"
},
/obj/effect/turf_decal/delivery,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "escape"
},
@@ -77391,7 +76614,7 @@
"oRH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -77443,7 +76666,7 @@
"oSI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -77469,15 +76692,6 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/captain)
-"oTb" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"oTn" = (
/obj/machinery/atmospherics/unary/portables_connector,
/obj/machinery/atmospherics/portable/canister/air,
@@ -77535,16 +76749,16 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"oUv" = (
/obj/structure/disposalpipe/segment/corner{
@@ -77564,25 +76778,13 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/public/fitness)
-"oUE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/processing)
"oUF" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -77596,33 +76798,18 @@
"oUJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/science/misc_lab)
-"oUL" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
"oUM" = (
/obj/machinery/atmospherics/unary/outlet_injector/on{
dir = 4
@@ -77633,7 +76820,7 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -77642,6 +76829,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/east)
+"oUS" = (
+/obj/machinery/firealarm/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/station/command/office/ce)
"oUU" = (
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
@@ -77672,7 +76869,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -77723,6 +76920,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -77748,6 +76948,14 @@
icon_state = "green"
},
/area/station/security/permabrig)
+"oVU" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"oWg" = (
/obj/machinery/conveyor{
id = "CargoWaste"
@@ -77764,7 +76972,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -77780,7 +76988,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"oWv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -77833,25 +77041,22 @@
icon_state = "dark"
},
/area/station/engineering/break_room/secondary)
+"oWS" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high,
+/obj/item/stock_parts/cell/high,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"oWW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"oXa" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/alarm/directional/west,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"oXd" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/machinery/light/small,
@@ -77882,6 +77087,9 @@
pixel_x = -32;
pixel_y = 16
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -77891,7 +77099,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery/hollow,
@@ -77915,19 +77123,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
"oXu" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -77971,24 +77179,14 @@
"oXV" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable/orange{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_starboard)
-"oXY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"oYb" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -77999,7 +77197,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -78015,7 +77213,7 @@
/area/station/engineering/break_room/secondary)
"oYv" = (
/obj/machinery/power/smes,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -78041,17 +77239,6 @@
"oYZ" = (
/turf/simulated/floor/plasteel/white,
/area/station/science/rnd)
-"oZo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"oZw" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -78069,6 +77256,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -78078,7 +77268,7 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/status_display{
@@ -78090,6 +77280,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -78113,7 +77306,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -78127,7 +77320,7 @@
/area/station/supply/lobby)
"paa" = (
/obj/machinery/firealarm/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
@@ -78178,7 +77371,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/north)
"pax" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -78197,7 +77390,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/engine,
@@ -78206,13 +77399,13 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/sortjunction/reversed{
@@ -78244,15 +77437,6 @@
icon_state = "whitepurple"
},
/area/station/science/misc_lab)
-"pbf" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/processing)
"pbo" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -78271,6 +77455,15 @@
/obj/machinery/economy/vending/chinese,
/turf/simulated/floor/wood,
/area/station/service/theatre)
+"pbK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"pbN" = (
/obj/machinery/door_control{
id = "maintcham";
@@ -78325,6 +77518,15 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
+"pcm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "darkred"
+ },
+/area/station/security/permabrig)
"pco" = (
/obj/structure/table,
/obj/item/book/manual/wiki/sop_legal{
@@ -78336,21 +77538,6 @@
icon_state = "redcorner"
},
/area/station/security/lobby)
-"pct" = (
-/obj/structure/chair/office/dark{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellow"
- },
-/area/station/engineering/atmos/control)
"pcu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -78367,7 +77554,7 @@
/area/station/hallway/primary/port/south)
"pcM" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/structure/table/glass,
@@ -78380,23 +77567,11 @@
icon_state = "whiteblue"
},
/area/station/medical/sleeper)
-"pcZ" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"pdb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -78404,13 +77579,20 @@
icon_state = "redcorner"
},
/area/station/security/prison/cell_block/a)
+"pdd" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/main)
"pdh" = (
/obj/effect/turf_decal/loading_area{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -78421,6 +77603,9 @@
dir = 1;
pixel_y = 41
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkfull"
@@ -78445,14 +77630,14 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/item/radio/intercom{
name = "east bump";
pixel_x = 28
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -78462,7 +77647,7 @@
/area/station/supply/office)
"pdl" = (
/obj/item/clothing/head/cone,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -78488,12 +77673,27 @@
icon_state = "dark"
},
/area/station/aisat/service)
+"pds" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgreenfull"
+ },
+/area/station/maintenance/service/aft_starboard)
"pdt" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/holohoop{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -78505,20 +77705,6 @@
/obj/machinery/door/airlock/titanium/glass,
/turf/simulated/floor/mineral/titanium,
/area/shuttle/arrival/station)
-"pdv" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/hallway/secondary/exit)
"pdC" = (
/obj/structure/table/wood,
/obj/item/dest_tagger,
@@ -78534,6 +77720,9 @@
/area/station/service/library)
"pdO" = (
/obj/structure/table/wood,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/mineral/ancient,
/area/station/maintenance/asmaint)
"pdP" = (
@@ -78541,6 +77730,13 @@
/obj/machinery/door/airlock/freezer,
/turf/simulated/floor/plasteel/freezer,
/area/station/maintenance/starboard)
+"pec" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/random/dirt/frequent,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"ped" = (
/obj/machinery/hologram/holopad,
/obj/structure/disposalpipe/segment{
@@ -78552,7 +77748,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -78579,22 +77775,13 @@
"pex" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/medical/medbay)
-"peB" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/structure/cable/orange,
-/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
"peD" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -78645,13 +77832,16 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/disposal/external/southeast)
+"peY" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/starboard/south)
"pfd" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -78696,30 +77886,11 @@
icon_state = "whitepurplecorner"
},
/area/station/science/test_chamber)
-"pfo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
"pfz" = (
/obj/structure/chair/office/dark{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellow"
@@ -78740,69 +77911,35 @@
/obj/machinery/recharger{
pixel_y = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
/area/station/medical/break_room)
-"pfY" = (
-/obj/structure/cable/orange{
+"pfZ" = (
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+/obj/structure/bed,
+/obj/item/bedsheet/red,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
},
-/obj/effect/landmark/start/xenobiologist,
-/obj/structure/chair/office{
- dir = 4
- },
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
+/area/station/security/prison/cell_block/a)
"pga" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northeast)
-"pgc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
-"pge" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"pgq" = (
/turf/simulated/wall,
/area/station/security/evidence)
-"pgr" = (
-/obj/machinery/atmospherics/pipe/simple/visible/cyan{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
"pgu" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/obj/effect/landmark/start/atmospheric,
@@ -78815,14 +77952,6 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/exit)
-"pgC" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"pgK" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -78853,7 +77982,7 @@
"pgX" = (
/obj/structure/lattice/catwalk,
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -78897,15 +78026,15 @@
},
/area/station/science/robotics)
"phA" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/light{
color = "#79986b"
},
@@ -78913,18 +78042,24 @@
"phE" = (
/turf/simulated/wall,
/area/station/supply/smith_office)
-"phM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+"phQ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/table/glass,
+/obj/item/storage/belt/medical/surgery{
+ pixel_y = 10
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "whitepurplecorner"
},
-/turf/simulated/floor/plasteel/freezer,
-/area/station/public/toilet/lockerroom)
+/area/station/science/xenobiology)
"phZ" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/obj/machinery/door/airlock/engineering{
@@ -78932,6 +78067,10 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"pig" = (
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"pik" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -78942,6 +78081,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"piu" = (
@@ -78953,6 +78095,18 @@
icon_state = "whiteyellow"
},
/area/station/science/robotics/chargebay)
+"pix" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Central Asteroid Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/maintcentral)
"piy" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 8;
@@ -78966,17 +78120,6 @@
icon_state = "darkpurplefull"
},
/area/station/hallway/primary/central/west)
-"piD" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/control)
"piE" = (
/obj/machinery/power/apc/critical/directional/south,
/obj/structure/cable{
@@ -79012,7 +78155,7 @@
/area/station/maintenance/starboard)
"piZ" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering{
@@ -79020,6 +78163,29 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"pjd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/camera{
+ c_tag = "Docking Asteroid Hall 3";
+ dir = 6
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
+ },
+/area/station/hallway/secondary/entry/west)
"pje" = (
/obj/machinery/door/airlock/maintenance{
name = "Fore Asteroid Maintenance Access"
@@ -79049,12 +78215,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
-"pjF" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"pjU" = (
/obj/structure/disposalpipe/trunk,
/obj/machinery/disposal/delivery_chute{
@@ -79062,14 +78222,6 @@
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/external/southwest)
-"pjX" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/command/starboard)
"pjZ" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -79104,16 +78256,6 @@
icon_state = "chapel"
},
/area/station/service/chapel)
-"pkl" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/security/main)
"pkp" = (
/obj/structure/sign/electricshock{
pixel_y = 32
@@ -79131,7 +78273,7 @@
/turf/simulated/floor/plating,
/area/shuttle/arrival/station)
"pku" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -79200,10 +78342,10 @@
dir = 9;
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"plp" = (
/obj/machinery/light/small,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -79244,42 +78386,26 @@
icon_state = "showroomfloor"
},
/area/station/medical/surgery)
-"plF" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/main)
"plG" = (
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
+"plL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"pma" = (
/obj/effect/turf_decal/stripes/white/corner{
dir = 8
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/apmaint)
-"pmb" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"pmf" = (
/turf/simulated/floor/carpet/royalblack,
/area/station/supply/qm)
@@ -79290,7 +78416,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/wood,
@@ -79300,33 +78426,20 @@
dir = 10
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/east)
-"pmB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "darkredcorners"
- },
-/area/station/security/prison/cell_block/a)
"pmV" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/spacebridge/comeng)
+"pmZ" = (
+/obj/structure/chair/stool{
+ dir = 1
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/starboard)
"pnd" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -79341,6 +78454,26 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/south)
+"pni" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"pno" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -79377,37 +78510,26 @@
icon_state = "darkgreenfull"
},
/area/station/maintenance/service/aft_starboard)
-"pny" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/table,
-/obj/item/storage/belt/utility,
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
+"pnB" = (
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/service/aft_port)
"pnO" = (
/obj/structure/sign/poster/contraband/random/directional/east,
/obj/machinery/light,
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
-"pob" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
+"pnQ" = (
+/obj/effect/turf_decal/caution/red{
+ dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
+/turf/simulated/floor/plasteel{
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/west)
"pod" = (
/obj/structure/railing{
dir = 8
@@ -79441,7 +78563,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/landmark/start/cargo_technician,
@@ -79463,15 +78585,6 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"poR" = (
-/obj/effect/turf_decal/stripes/end,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/starboard)
"poS" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -79510,6 +78623,13 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
+"ppC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"ppH" = (
/obj/machinery/light,
/obj/structure/disposalpipe/segment{
@@ -79549,7 +78669,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -79592,7 +78712,7 @@
/obj/structure/chair/office{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -79626,6 +78746,17 @@
icon_state = "bar"
},
/area/station/service/theatre)
+"pqB" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/security/aft_port)
"pqE" = (
/obj/machinery/economy/vending/snack,
/turf/simulated/floor/plasteel{
@@ -79644,15 +78775,12 @@
name = "Theatre Stage";
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
/area/station/service/theatre)
"pqW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -79662,16 +78790,7 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/starboard)
-"pqX" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint2)
"pqY" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "ramptop"
@@ -79705,6 +78824,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"pry" = (
@@ -79715,7 +78837,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"prB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -79723,6 +78845,16 @@
icon_state = "white"
},
/area/station/maintenance/apmaint)
+"prD" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
"prG" = (
/obj/structure/chair/wood,
/obj/machinery/light/small{
@@ -79745,20 +78877,15 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
-"psa" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+"prW" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 10
},
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/north)
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"pse" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 9
@@ -79778,7 +78905,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"psC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79792,26 +78919,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
-"psO" = (
-/obj/item/tank/internals/emergency_oxygen/engi,
-/obj/item/clothing/suit/storage/hazardvest/staff,
-/obj/item/clothing/suit/storage/hazardvest/staff,
-/obj/item/tank/internals/emergency_oxygen/engi,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/structure/shelf/engineering,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"psV" = (
/obj/machinery/camera{
c_tag = "Quartermaster's Office";
@@ -79845,9 +78952,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -79877,6 +78981,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/catwalk,
/area/station/engineering/secure_storage)
"ptB" = (
@@ -79887,26 +78994,39 @@
icon_state = "dark"
},
/area/station/ai_monitored/storage/eva)
+"ptO" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_starboard)
"ptS" = (
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/north)
"ptT" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -79927,7 +79047,7 @@
},
/area/station/procedure/trainer_office)
"ptZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79964,7 +79084,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -80040,41 +79160,27 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
-"puJ" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
+"puH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
-"puM" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ icon_state = "neutralfull"
},
-/area/station/security/warden)
+/area/station/security/lobby)
"puQ" = (
/obj/structure/chair/wood,
/obj/effect/landmark/start/assistant,
@@ -80092,6 +79198,17 @@
icon_state = "white"
},
/area/station/medical/medbay)
+"puY" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/item/assembly/mousetrap/armed,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"pvf" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/structure/disposalpipe/segment{
@@ -80103,7 +79220,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -80122,33 +79239,38 @@
icon_state = "whitepurplecorner"
},
/area/station/science/misc_lab)
-"pvo" = (
-/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/storage)
"pvr" = (
/obj/effect/spawner/airlock/w_to_e,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
+"pvA" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_starboard)
"pvB" = (
/obj/machinery/light/small{
dir = 4
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/starboard)
+"pvC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"pvI" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/security/port)
@@ -80160,16 +79282,6 @@
/obj/effect/mapping_helpers/turfs/rust,
/turf/space,
/area/station/maintenance/asmaint)
-"pvQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"pvY" = (
/obj/structure/chair/sofa/corp/left{
dir = 8
@@ -80184,15 +79296,29 @@
},
/area/station/hallway/primary/fore/north)
"pwh" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/equipmentstorage)
+"pwp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"pwt" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -80200,7 +79326,7 @@
"pwx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -80225,6 +79351,14 @@
icon_state = "solarpanel"
},
/area/station/engineering/solar/aft)
+"pwM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/mineral/tranquillite,
+/area/station/service/mime)
"pwN" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -80289,31 +79423,11 @@
/area/station/hallway/primary/starboard/south)
"pxR" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
-"pxT" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"pxX" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plasteel/airless,
@@ -80322,7 +79436,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -80336,7 +79450,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -80351,36 +79465,14 @@
/obj/effect/spawner/random/storage,
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
-"pyy" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/storage)
-"pyJ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel{
- icon_state = "redfull"
- },
-/area/station/security/lobby)
"pyM" = (
/obj/machinery/door/poddoor/shutters/preopen{
dir = 2;
id_tag = "hopshutter"
},
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
+/obj/structure/cable,
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -80444,22 +79536,6 @@
icon_state = "whitebluefull"
},
/area/station/hallway/primary/starboard/south)
-"pzp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
"pzs" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -80505,7 +79581,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/catwalk,
@@ -80526,9 +79602,6 @@
/obj/structure/window{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
icon_state = "bar"
@@ -80553,6 +79626,13 @@
icon_state = "dark"
},
/area/station/maintenance/disposal/northeast)
+"pAA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"pAE" = (
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel{
@@ -80565,36 +79645,22 @@
/obj/item/candle,
/turf/simulated/floor/wood,
/area/station/service/theatre)
-"pAK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+"pAG" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
+"pBc" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/wood,
-/area/station/command/office/ntrep)
-"pAM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"pBf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
@@ -80605,7 +79671,7 @@
},
/area/station/engineering/break_room/secondary)
"pBh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -80640,6 +79706,24 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"pBu" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
"pBH" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/turf_decal/stripes/line{
@@ -80686,23 +79770,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
-"pCd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"pCl" = (
/obj/structure/table/glass/reinforced,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -80728,7 +79795,18 @@
dir = 1;
icon_state = "darkpurplecorners"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
+"pCI" = (
+/obj/item/crowbar,
+/obj/item/radio,
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkred"
+ },
+/area/station/security/checkpoint/secondary)
"pCL" = (
/turf/simulated/mineral/ancient/outer,
/area/station/hallway/secondary/entry/west)
@@ -80758,12 +79836,6 @@
"pCZ" = (
/turf/simulated/mineral/ancient/outer,
/area/station/hallway/primary/central/north)
-"pDl" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"pDn" = (
/turf/simulated/floor/engine{
name = "Holodeck Projector Floor"
@@ -80827,6 +79899,13 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/ai)
+"pDZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/wood/nitrogen,
+/area/station/maintenance/abandonedbar)
"pEf" = (
/obj/machinery/atmospherics/portable/canister/air,
/obj/machinery/atmospherics/unary/portables_connector,
@@ -80852,11 +79931,19 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
+"pEk" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/control)
"pEn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -80870,9 +79957,6 @@
/area/station/maintenance/security/starboard)
"pEs" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/light_switch{
dir = 4;
pixel_x = -24;
@@ -80880,6 +79964,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -80902,7 +79989,7 @@
/area/station/maintenance/disposal/southwest)
"pEB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -80952,6 +80039,9 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -81022,7 +80112,7 @@
},
/area/station/medical/reception)
"pGk" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -81128,7 +80218,7 @@
dir = 1
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -81146,7 +80236,7 @@
},
/area/station/engineering/atmos/control)
"pHQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/item/radio/intercom{
@@ -81167,9 +80257,6 @@
dir = 8;
sort_type_txt = "5"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
@@ -81180,6 +80267,21 @@
icon_state = "dark"
},
/area/station/engineering/engine_foyer)
+"pIx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"pIB" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -81221,7 +80323,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -81238,7 +80340,7 @@
"pJn" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/cigbutt,
@@ -81284,20 +80386,20 @@
icon_state = "floorgrime"
},
/area/station/security/permabrig)
+"pJN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"pJQ" = (
/obj/structure/closet/coffin,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/service/chapel/office)
-"pJR" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/storage)
"pJV" = (
/obj/machinery/newscaster/directional/north,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -81308,6 +80410,14 @@
},
/turf/simulated/floor/wood,
/area/station/service/library)
+"pJW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"pKa" = (
/obj/structure/disposalpipe/junction{
dir = 8
@@ -81343,21 +80453,18 @@
icon_state = "darkblue"
},
/area/station/medical/storage/secondary)
-"pKz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+"pKv" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/east)
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"pKB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -81365,7 +80472,7 @@
pixel_x = -28;
name = "custom placement"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -81379,6 +80486,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"pKI" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Walkway"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "engilockdown";
+ layer = 2.6;
+ name = "Engineering Lockdown"
+ },
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/spacebridge/engmed)
"pKY" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -81421,14 +80544,23 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"pLq" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"pLr" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/public/quantum/docking)
"pLs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/cable/yellow{
icon_state = "1-2"
},
@@ -81444,7 +80576,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/firealarm/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -81469,7 +80601,7 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -81487,6 +80619,39 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"pLy" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/item/radio/intercom{
+ name = "south bump";
+ pixel_y = -28
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
+"pLz" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
+ },
+/area/station/hallway/secondary/entry/west)
"pLE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -81501,7 +80666,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/airlock/research,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -81522,7 +80687,7 @@
layer = 2.6;
name = "containment door 4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -81540,28 +80705,20 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
-"pMG" = (
-/obj/effect/spawner/random/dirt/frequent,
-/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"pMR" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
/area/station/maintenance/turbine)
"pMT" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -81574,63 +80731,28 @@
/obj/machinery/atmospherics/meter,
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"pNq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+"pNt" = (
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
-"pNE" = (
-/obj/effect/spawner/random/dirt/frequent,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgreenfull"
- },
-/area/station/service/hydroponics)
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"pNG" = (
/obj/structure/disposalpipe/segment/corner,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
-"pNK" = (
-/obj/effect/turf_decal/loading_area{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkfull"
- },
-/area/station/public/quantum/cargo)
"pNL" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -81679,7 +80801,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -81716,27 +80838,19 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"pOH" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"pOC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"pOP" = (
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -81751,10 +80865,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -81767,37 +80881,10 @@
icon_state = "yellow"
},
/area/station/maintenance/command/starboard)
-"pOY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/station/service/bar)
"pPb" = (
/obj/structure/statue/bananium/clown,
/turf/simulated/floor/wood,
/area/station/service/clown)
-"pPf" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/table,
-/obj/effect/spawner/random/engineering/toolbox,
-/turf/simulated/floor/plasteel{
- dir = 6;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"pPq" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "researchlockdown";
@@ -81815,6 +80902,28 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/wood,
/area/station/service/library)
+"pPx" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/west)
"pPy" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -81829,6 +80938,15 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"pPK" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/wall/r_wall,
+/area/station/security/prison/cell_block/a)
"pPM" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -81850,30 +80968,12 @@
/obj/structure/musician/piano,
/turf/simulated/floor/wood,
/area/station/service/bar)
-"pPS" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/grille/broken,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"pQa" = (
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/north)
"pQd" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel{
dir = 5;
@@ -81908,7 +81008,7 @@
},
/area/station/engineering/atmos)
"pQu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -81971,22 +81071,11 @@
/turf/simulated/wall,
/area/station/hallway/primary/aft/east)
"pQR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
-"pQS" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/light{
- color = "#4C763A"
- },
-/area/station/public/quantum/docking)
"pQW" = (
/obj/structure/closet/secure_closet/warden,
/turf/simulated/floor/plasteel{
@@ -82003,9 +81092,12 @@
"pRa" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/item/assembly/mousetrap/armed,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"pRd" = (
@@ -82028,6 +81120,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/west)
+"pRo" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet,
+/area/station/legal/lawoffice)
"pRq" = (
/obj/item/candle,
/obj/structure/table/wood,
@@ -82037,7 +81135,7 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -82049,7 +81147,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -82078,22 +81176,6 @@
icon_state = "darkyellow"
},
/area/station/engineering/break_room/secondary)
-"pRL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
-"pRU" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/barricade/wooden/crude,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"pRX" = (
/obj/machinery/light{
dir = 4
@@ -82115,12 +81197,23 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/west)
+"pSe" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/starboard)
"pSh" = (
/obj/effect/spawner/random/dirt/often,
/obj/structure/closet/firecloset,
/obj/machinery/firealarm/directional/south,
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -82165,6 +81258,12 @@
},
/turf/simulated/floor/plating,
/area/station/command/teleporter)
+"pSK" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/break_room)
"pSN" = (
/obj/effect/turf_decal/loading_area,
/obj/machinery/camera{
@@ -82208,6 +81307,18 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
+"pTq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"pTu" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
@@ -82251,10 +81362,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"pUm" = (
@@ -82295,12 +81406,6 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
-"pUJ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"pUK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -82308,7 +81413,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -82333,22 +81438,11 @@
/obj/effect/spawner/random/dirt/frequent,
/obj/effect/spawner/random/blood/often,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"pUZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/closet/emcloset,
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
"pVg" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/machinery/light{
@@ -82359,6 +81453,14 @@
icon_state = "darkredcorners"
},
/area/station/security/brig)
+"pVh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/visible/purple,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/atmos)
"pVi" = (
/obj/machinery/economy/vending/wallmed/directional/north,
/obj/structure/disposalpipe/segment/corner{
@@ -82384,6 +81486,13 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/starboard)
+"pVu" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/space,
+/area/station/hallway/spacebridge/serveng)
"pVB" = (
/obj/item/clothing/head/cone,
/obj/structure/sign/directions/service{
@@ -82396,6 +81505,9 @@
name = "EXTREME DANGER: KEEP OUT!";
pixel_x = -32
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -82432,15 +81544,6 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/east)
-"pVU" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"pVV" = (
/obj/item/radio/intercom{
name = "west bump";
@@ -82454,6 +81557,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -82487,6 +81593,13 @@
icon_state = "floorgrime"
},
/area/station/security/permabrig)
+"pWs" = (
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/central/east)
"pWu" = (
/obj/structure/chair/sofa/corp/right{
dir = 4
@@ -82509,7 +81622,7 @@
/area/station/maintenance/starboard)
"pWF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -82527,6 +81640,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
@@ -82543,7 +81659,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/red{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -82553,6 +81669,12 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel/freezer,
/area/station/maintenance/gambling_den)
+"pWX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint)
"pWY" = (
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
@@ -82567,9 +81689,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"pXh" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -82588,19 +81707,6 @@
icon_state = "whiteblue"
},
/area/station/medical/paramedic)
-"pXo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
"pXp" = (
/obj/machinery/atmospherics/unary/thermomachine/freezer,
/obj/effect/decal/cleanable/dirt,
@@ -82609,18 +81715,6 @@
icon_state = "whitegreenfull"
},
/area/station/maintenance/starboard)
-"pXq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"pXu" = (
/obj/structure/window/reinforced,
/turf/simulated/floor/plasteel{
@@ -82645,7 +81739,7 @@
/area/station/command/meeting_room)
"pXO" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -82654,18 +81748,6 @@
/obj/structure/girder,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint2)
-"pXV" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/maintenance/external,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/service/fore_starboard)
"pXZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset,
@@ -82681,9 +81763,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "bar"
@@ -82734,7 +81813,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -82785,6 +81864,9 @@
},
/obj/structure/closet/firecloset/full,
/obj/machinery/firealarm/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellow"
@@ -82804,12 +81886,12 @@
},
/area/station/medical/storage)
"qao" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint2)
"qaq" = (
@@ -82819,6 +81901,18 @@
icon_state = "yellow"
},
/area/station/maintenance/storage)
+"qax" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/multi_tile/glass,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"qaI" = (
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel{
@@ -82852,7 +81946,7 @@
/area/station/maintenance/security/aft_port)
"qbx" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -82884,26 +81978,6 @@
icon_state = "chapel"
},
/area/station/service/chapel)
-"qbP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/power/apc/directional/north,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkgreen"
- },
-/area/station/hallway/spacebridge/scidock)
"qcb" = (
/obj/machinery/light/small{
dir = 8
@@ -82943,10 +82017,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"qcw" = (
-/obj/item/assembly/mousetrap/armed,
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/service/fore_port)
"qcx" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -82998,9 +82068,6 @@
/area/station/maintenance/asmaint2)
"qdb" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance{
name = "Aft-Starboard Asteroid Maintenance"
},
@@ -83048,17 +82115,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
-"qdu" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"qdx" = (
/obj/structure/table/reinforced,
/obj/item/storage/box/lights/mixed,
@@ -83092,16 +82148,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"qdV" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"qet" = (
/obj/structure/plasticflaps{
name = "Officer Pipsqueak's Home"
@@ -83118,9 +82164,28 @@
},
/turf/simulated/floor/carpet/red,
/area/station/command/office/hos)
+"qeG" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "darkredcorners"
+ },
+/area/station/security/prison/cell_block/a)
"qeK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -83138,9 +82203,6 @@
/turf/simulated/wall,
/area/station/hallway/primary/starboard/south)
"qeQ" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
@@ -83177,7 +82239,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -83185,6 +82247,14 @@
icon_state = "neutralcorner"
},
/area/station/hallway/spacebridge/comeng)
+"qff" = (
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/stripes/end,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"qfl" = (
/obj/item/gavelblock,
/obj/item/gavelhammer,
@@ -83207,20 +82277,23 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/fsmaint)
-"qfO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"qfQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
-/obj/machinery/economy/atm/directional/east,
-/obj/structure/disposalpipe/segment{
- color = "#954535"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
},
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
},
-/area/station/security/lobby)
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"qga" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -83252,19 +82325,6 @@
icon_state = "darkfull"
},
/area/station/procedure/trainer_office)
-"qgo" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 5;
- icon_state = "darkred"
- },
-/area/station/security/checkpoint/secondary)
"qgv" = (
/obj/structure/chair/comfy/black{
dir = 8
@@ -83275,16 +82335,16 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"qgA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -83301,7 +82361,7 @@
},
/area/station/hallway/primary/fore/east)
"qgH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -83318,33 +82378,6 @@
icon_state = "cafeteria"
},
/area/station/supply/break_room)
-"qgM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
-"qgN" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"qgQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -83412,7 +82445,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -83434,27 +82467,37 @@
/obj/item/cigbutt,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
-"qhw" = (
-/obj/structure/disposalpipe/segment/corner,
+"qhv" = (
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
},
-/obj/structure/sign/electricshock{
- pixel_y = 32
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
+/area/station/hallway/primary/port/north)
"qhA" = (
/obj/structure/sign/vacuum/external,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/supply/storage)
+"qhV" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"qhY" = (
/obj/machinery/light_switch{
pixel_y = 24;
@@ -83464,21 +82507,26 @@
/obj/item/crowbar,
/turf/simulated/floor/carpet/royalblack,
/area/station/command/office/captain)
-"qhZ" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/closet/crate,
-/obj/effect/spawner/random/maintenance,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/asmaint)
"qic" = (
/turf/simulated/floor/plasteel{
icon_state = "escapecorner"
},
/area/station/hallway/secondary/exit)
+"qih" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"qii" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -83498,7 +82546,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -83533,7 +82581,7 @@
},
/area/station/service/chapel/office)
"qjq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/effect/spawner/random/dirt/frequent,
@@ -83552,6 +82600,14 @@
icon_state = "freezerfloor"
},
/area/station/medical/cloning)
+"qjL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"qjX" = (
/obj/machinery/door/airlock/mining/glass,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -83564,7 +82620,7 @@
},
/area/station/supply/office)
"qkb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -83577,7 +82633,7 @@
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
"qkh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -83601,19 +82657,34 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
+"qkn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"qkr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/item/flag/atmos,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"qkF" = (
/obj/structure/fence{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating{
@@ -83660,6 +82731,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -83731,6 +82805,14 @@
icon_state = "dark"
},
/area/station/aisat/service)
+"qlV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"qlW" = (
/obj/machinery/light/small{
dir = 1
@@ -83782,7 +82864,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -83790,6 +82872,19 @@
icon_state = "neutralcorner"
},
/area/station/hallway/secondary/entry/north)
+"qmN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/alarm/directional/west,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"qmQ" = (
/obj/machinery/door/airlock/glass,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -83810,7 +82905,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -83883,6 +82978,9 @@
},
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -83901,6 +82999,9 @@
/obj/machinery/light{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -83919,6 +83020,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -83926,16 +83030,32 @@
"qnT" = (
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
-"qom" = (
-/obj/structure/cable{
+"qnU" = (
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_port)
+"qoc" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/map_effect/dynamic_airlock/door/exterior,
-/obj/machinery/access_button/offset/west,
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/central/north)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/carpet/green,
+/area/station/maintenance/service/fore_port)
+"qor" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/directional/north,
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgrey"
+ },
+/area/station/service/chapel)
"qot" = (
/obj/structure/chair/office/dark{
dir = 8
@@ -83964,6 +83084,15 @@
dir = 1
},
/area/station/engineering/atmos)
+"qoM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/map_effect/dynamic_airlock,
+/obj/machinery/atmospherics/pipe/simple/visible,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/north)
"qoO" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -83985,17 +83114,22 @@
/obj/item/deck/cards,
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/south)
-"qoU" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"qoV" = (
+/obj/machinery/firealarm/directional/west,
+/obj/effect/turf_decal/caution/red{
+ dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
+/obj/effect/turf_decal/caution/red{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore/north)
"qoX" = (
/obj/effect/landmark/start/doctor,
/turf/simulated/floor/plasteel{
@@ -84003,6 +83137,9 @@
},
/area/station/medical/patients_rooms_secondary)
"qpe" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -84013,6 +83150,14 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"qpn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/command/starboard)
"qpr" = (
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/decal/cleanable/blood/tracks/mapped{
@@ -84027,7 +83172,7 @@
},
/area/station/maintenance/disposal/northeast)
"qpu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -84062,9 +83207,6 @@
},
/area/station/science/xenobiology)
"qqb" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 32
@@ -84111,13 +83253,13 @@
},
/area/station/maintenance/service/fore_port)
"qqI" = (
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
/obj/machinery/power/apc/directional/east,
/obj/structure/sign/directions/evac{
pixel_y = -23
},
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkblue"
@@ -84138,7 +83280,7 @@
/area/station/engineering/secure_storage)
"qrh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -84148,6 +83290,18 @@
icon_state = "darkredfull"
},
/area/station/security/permabrig)
+"qrv" = (
+/obj/machinery/door/airlock/atmos,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/visible/purple,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/atmos)
"qry" = (
/obj/effect/turf_decal/loading_area{
dir = 8
@@ -84160,7 +83314,7 @@
"qrB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -84182,28 +83336,25 @@
/obj/effect/turf_decal/loading_area{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/public/quantum/engineering)
"qsg" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
@@ -84251,7 +83402,7 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -84266,15 +83417,26 @@
/turf/simulated/mineral/ancient,
/area/station/hallway/secondary/exit)
"qsR" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
},
/area/station/service/theatre)
+"qsS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 5;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/disposal/southwest)
"qsV" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/machinery/economy/vending/cigarette,
@@ -84318,6 +83480,9 @@
/obj/machinery/camera/autoname{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"qtD" = (
@@ -84329,6 +83494,15 @@
icon_state = "bar"
},
/area/station/service/theatre)
+"qtF" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/cargocom)
"qtK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -84336,9 +83510,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -84361,13 +83532,13 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -84409,7 +83580,7 @@
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
"qtW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84427,9 +83598,6 @@
"qtZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -84457,19 +83625,29 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_starboard)
+"qui" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"qup" = (
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
/area/station/engineering/controlroom)
"quq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -84497,19 +83675,28 @@
icon_state = "darkblue"
},
/area/station/medical/storage/secondary)
-"qut" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/power/tracker,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/space,
-/area/station/engineering/solar/aft)
"quE" = (
/obj/structure/closet/firecloset/full,
/obj/item/pickaxe,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"quJ" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor{
+ density = 0;
+ icon_state = "open";
+ id_tag = "Prison Gate";
+ name = "Prison Lockdown Blast Doors";
+ opacity = 0
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
"quK" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -84529,40 +83716,19 @@
icon_state = "darkbrowncorners"
},
/area/station/maintenance/starboard)
-"quP" = (
-/obj/machinery/door/airlock/atmos,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/visible/purple,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
"qvk" = (
/obj/structure/closet/bombcloset,
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
},
/area/station/science/test_chamber)
-"qvm" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/prisonlockers)
"qvp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 4;
sort_type_txt = "14"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -84572,7 +83738,7 @@
name = "Aft Asteroid Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -84596,7 +83762,7 @@
},
/area/station/engineering/control)
"qvu" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84607,6 +83773,23 @@
icon_state = "dark"
},
/area/station/medical/medbay2)
+"qvy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"qvH" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -84649,10 +83832,10 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "Detective"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -84669,52 +83852,37 @@
icon_state = "darkfull"
},
/area/station/supply/qm)
-"qwk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"qwt" = (
/obj/structure/flora/ausbushes/grassybush,
/turf/simulated/floor/grass,
/area/station/hallway/secondary/exit)
+"qwA" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
"qwC" = (
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
-"qxa" = (
-/obj/structure/cable/orange{
+"qwW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/table,
-/obj/item/clothing/glasses/science{
- pixel_x = 2;
- pixel_y = 4
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
},
-/obj/item/clothing/glasses/science,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
+/area/station/hallway/primary/port/north)
"qxe" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -84725,19 +83893,11 @@
},
/area/station/security/brig)
"qxh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
-"qxj" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/hallway/secondary/exit)
"qxn" = (
/obj/machinery/photocopier,
/turf/simulated/floor/plasteel{
@@ -84745,6 +83905,20 @@
icon_state = "whitepurple"
},
/area/station/science/rnd)
+"qxo" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Service Asteroid Substation"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/electrical/port)
+"qxv" = (
+/turf/simulated/floor/plating,
+/area/station/public/storage/emergency/port)
"qxB" = (
/obj/machinery/conveyor/auto,
/obj/machinery/light/small{
@@ -84752,23 +83926,23 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
-"qxH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"qxN" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/area/station/hallway/primary/port/north)
+/area/station/maintenance/service/aft_starboard)
"qxQ" = (
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_starboard)
@@ -84799,9 +83973,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"qye" = (
@@ -84821,24 +83992,41 @@
icon_state = "whiteblue"
},
/area/station/medical/sleeper)
+"qym" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/plasteel/freezer,
+/area/station/public/toilet/lockerroom)
+"qys" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
+"qyw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"qyy" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
-"qyA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"qyF" = (
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 32
@@ -84859,65 +84047,27 @@
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
"qyM" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"qyO" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"qyP" = (
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/scidock)
"qyR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
-"qyT" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"qyY" = (
/obj/machinery/conveyor/auto{
dir = 4
@@ -84925,13 +84075,24 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
+"qzd" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/multi_tile/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "darkfull"
+ },
+/area/station/public/quantum/cargo)
"qze" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkyellow"
@@ -84977,6 +84138,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
@@ -84984,11 +84148,11 @@
/area/station/hallway/primary/fore/north)
"qAf" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -85002,11 +84166,6 @@
icon_state = "white"
},
/area/station/maintenance/starboard)
-"qAj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/public/storage/emergency/port)
"qAo" = (
/obj/machinery/light{
dir = 1
@@ -85020,6 +84179,12 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/service/clown)
+"qAC" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"qAH" = (
/obj/machinery/alarm/directional/west,
/turf/simulated/floor/mech_bay_recharge_floor,
@@ -85059,6 +84224,17 @@
dir = 4
},
/area/station/supply/lobby)
+"qBc" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "whitegreenfull"
+ },
+/area/station/public/sleep)
"qBd" = (
/obj/structure/table,
/obj/item/storage/toolbox/emergency,
@@ -85066,13 +84242,13 @@
/area/station/maintenance/disposal/north)
"qBj" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -85146,19 +84322,6 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"qCD" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/item/radio/intercom{
- name = "east bump";
- pixel_x = 28
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/north)
"qCP" = (
/obj/structure/closet/wardrobe/coroner,
/obj/item/radio/intercom{
@@ -85193,13 +84356,6 @@
/obj/structure/curtain/open/shower,
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/unisex)
-"qDn" = (
-/obj/machinery/camera{
- c_tag = "Engineering SMES";
- dir = 9
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"qDs" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -85294,7 +84450,7 @@
"qEA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -85314,20 +84470,26 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
-"qEL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
+"qEK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
-/area/station/hallway/primary/port/north)
+/area/station/hallway/primary/central/east)
+"qEY" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"qFc" = (
/turf/simulated/floor/plasteel{
icon_state = "darkbrowncorners"
@@ -85357,7 +84519,7 @@
},
/area/station/maintenance/security/fore_starboard)
"qFq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -85392,11 +84554,23 @@
"qFR" = (
/obj/machinery/power/tracker,
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
+"qFU" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"qFW" = (
/obj/structure/rack{
dir = 8;
@@ -85444,6 +84618,21 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
+"qGk" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"qGm" = (
/obj/structure/table/wood,
/obj/item/paper_bin,
@@ -85472,6 +84661,18 @@
icon_state = "darkfull"
},
/area/station/procedure/trainer_office)
+"qGA" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"qGB" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/stripes/corner{
@@ -85488,12 +84689,12 @@
/area/station/engineering/equipmentstorage)
"qGC" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/railing{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/space,
/area/station/hallway/spacebridge/sercom)
"qGF" = (
@@ -85511,6 +84712,13 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/captain)
+"qGN" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/turfs/damage,
+/turf/simulated/floor/wood,
+/area/station/maintenance/gambling_den)
"qGO" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -85561,6 +84769,26 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/hop)
+"qHf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/alarm/directional/south,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"qHg" = (
/obj/structure/table,
/obj/item/flashlight{
@@ -85572,6 +84800,22 @@
"qHn" = (
/turf/simulated/wall,
/area/station/hallway/secondary/entry/west)
+"qHq" = (
+/obj/machinery/door/airlock/glass{
+ name = "Internal Affairs Office"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/iaa,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/polarized{
+ id = "IAA"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cult"
+ },
+/area/station/legal/lawoffice)
"qHr" = (
/obj/structure/chair/stool{
dir = 8
@@ -85593,7 +84837,7 @@
"qHC" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"qHH" = (
/obj/machinery/photocopier,
/obj/machinery/camera{
@@ -85608,10 +84852,10 @@
layer = 2.6;
name = "containment door 1"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/door/window/classic/normal{
@@ -85623,16 +84867,6 @@
},
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
-"qHO" = (
-/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/fore/east)
"qHP" = (
/obj/structure/disposalpipe/junction{
dir = 8;
@@ -85643,7 +84877,7 @@
},
/area/station/hallway/primary/aft/east)
"qHZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/hologram/holopad,
@@ -85676,7 +84910,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -85729,7 +84963,7 @@
dir = 8;
name = "Docking Asteroid Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"qIs" = (
@@ -85739,11 +84973,23 @@
/obj/structure/disposalpipe/trunk,
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/northwest)
-"qIE" = (
-/obj/structure/cable/orange{
+"qIA" = (
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/storage)
+"qIE" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -85782,14 +85028,34 @@
icon_state = "darkbrown"
},
/area/station/supply/office)
+"qIT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
+"qIU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/command/office/ce)
"qIW" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -85948,7 +85214,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -85974,19 +85240,6 @@
icon_state = "yellow"
},
/area/station/engineering/hardsuitstorage)
-"qKV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/spawner/window/reinforced/plasma,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
"qLa" = (
/obj/machinery/computer/arcade/recruiter{
dir = 4
@@ -85995,7 +85248,7 @@
/area/station/public/arcade)
"qLe" = (
/obj/machinery/power/apc/important/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -86021,7 +85274,7 @@
/area/station/hallway/primary/central/east)
"qLo" = (
/obj/machinery/light/small,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86055,7 +85308,7 @@
/area/station/turret_protected/ai_upload)
"qLz" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/security/checkpoint/secondary)
"qLJ" = (
@@ -86081,21 +85334,18 @@
/area/station/hallway/spacebridge/cargocom)
"qMj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "darkpurplecorners"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"qMm" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"qMn" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
@@ -86107,7 +85357,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86123,9 +85373,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -86152,11 +85399,19 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"qMO" = (
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/power/apc/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"qMR" = (
/obj/effect/turf_decal/stripes/asteroid/end,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-4"
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
@@ -86169,13 +85424,16 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
"qMW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -86219,17 +85477,39 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/west)
-"qNG" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-4"
+"qNy" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
},
+/area/station/security/brig)
+"qNA" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/economy/vending/engidrobe,
+/obj/machinery/camera{
+ c_tag = "Engineering - Lockers";
+ dir = 4;
+ network = list("SS13","Engineering")
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
+"qNK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/item/assembly/mousetrap/armed,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
+/area/station/maintenance/service/aft_starboard)
"qNN" = (
/obj/machinery/light{
dir = 4
@@ -86243,7 +85523,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -86252,9 +85532,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -86274,9 +85551,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"qOg" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -86301,7 +85575,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -86331,29 +85605,11 @@
},
/turf/simulated/floor/plasteel/freezer,
/area/station/security/storage)
-"qOO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"qOP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
@@ -86361,13 +85617,16 @@
/area/station/engineering/solar/port)
"qOY" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"qPg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel/white,
@@ -86391,7 +85650,7 @@
/area/station/supply/break_room)
"qPv" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
"qPF" = (
@@ -86403,10 +85662,10 @@
/area/station/supply/warehouse)
"qPK" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -86439,9 +85698,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
@@ -86457,6 +85713,20 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"qQG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"qQJ" = (
/obj/structure/chair/comfy/black,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -86465,9 +85735,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -86488,7 +85755,7 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock/maintenance/glass,
/obj/machinery/door/firedoor,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"qRb" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
@@ -86513,22 +85780,47 @@
/turf/simulated/floor/plating,
/area/station/supply/break_room)
"qRt" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
+"qRx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/north)
"qRz" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/drinks/dry_ramen,
/turf/simulated/floor/wood,
/area/station/maintenance/command/fore)
+"qRB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"qRJ" = (
/obj/structure/chair/stool,
/obj/item/tank/internals/emergency_oxygen{
@@ -86543,14 +85835,14 @@
pixel_x = 1;
pixel_y = 15
},
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/wood/nitrogen,
/area/station/maintenance/abandonedbar)
"qRL" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -86574,15 +85866,6 @@
/obj/structure/closet/walllocker/emerglocker/directional/east,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
-"qRU" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"qRY" = (
/obj/structure/closet/wardrobe/green,
/obj/machinery/requests_console/directional/north,
@@ -86619,7 +85902,7 @@
"qSo" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -86636,6 +85919,21 @@
icon_state = "whiteblue"
},
/area/station/maintenance/starboard)
+"qSr" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/wood,
+/area/station/maintenance/gambling_den)
"qSG" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -86647,7 +85945,7 @@
/area/station/hallway/secondary/entry/south)
"qSJ" = (
/obj/item/kirbyplants/large/plant4,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -86669,13 +85967,32 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"qSQ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"qSS" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -86704,19 +86021,16 @@
"qTi" = (
/obj/structure/closet/secure_closet/miner,
/obj/machinery/requests_console/directional/east,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"qTk" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"qTt" = (
@@ -86734,7 +86048,7 @@
dir = 8
},
/obj/machinery/power/apc/critical/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -86743,7 +86057,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -86754,7 +86068,7 @@
"qTH" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -86778,7 +86092,7 @@
},
/area/station/maintenance/security/starboard)
"qTS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -86787,8 +86101,18 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore_starboard)
+"qTW" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 9
+ },
+/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"qTY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86800,7 +86124,7 @@
/area/station/public/sleep)
"qUd" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/assembly/mousetrap/armed,
@@ -86809,26 +86133,19 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
-"qUi" = (
+"qUm" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "0-8"
},
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
+/turf/simulated/wall/r_wall,
+/area/station/security/prison/cell_block/a)
"qUq" = (
/obj/structure/disposalpipe/junction{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -86851,6 +86168,14 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
+"qUG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_port)
"qUP" = (
/obj/machinery/light{
dir = 4
@@ -86882,7 +86207,7 @@
/obj/effect/spawner/random/fungus/maybe,
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"qVy" = (
/obj/structure/closet/emcloset,
/obj/machinery/light{
@@ -86903,7 +86228,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/firealarm/directional/south,
@@ -86918,21 +86243,6 @@
icon_state = "whiteyellow"
},
/area/station/medical/chemistry)
-"qVH" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"qVM" = (
/obj/structure/dispenser,
/turf/simulated/floor/plasteel{
@@ -86974,9 +86284,6 @@
/area/station/maintenance/security/fore_starboard)
"qWd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/visible,
/obj/effect/map_effect/dynamic_airlock,
/turf/simulated/floor/plating,
@@ -87044,6 +86351,15 @@
/obj/machinery/light/small,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_1)
+"qXt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet/arcade,
+/area/station/public/arcade)
"qXA" = (
/obj/effect/landmark/start/bartender,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -87075,22 +86391,14 @@
icon_state = "darkgreenfull"
},
/area/station/hallway/spacebridge/scidock)
-"qXT" = (
+"qXU" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = 32
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
},
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
+/area/station/service/chapel)
"qXW" = (
/obj/machinery/door/airlock/titanium{
name = "Escape Pod Airlock"
@@ -87130,9 +86438,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -87151,7 +86456,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/economy/atm/directional/north,
@@ -87173,11 +86478,21 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "cmo"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/command/office/cmo)
+"qYL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance/external,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"qYN" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -87208,7 +86523,7 @@
/turf/simulated/floor/plating/airless,
/area/station/maintenance/maintcentral)
"qYY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -87217,6 +86532,24 @@
icon_state = "dark"
},
/area/station/security/armory/secure)
+"qZb" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"qZe" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -87232,12 +86565,12 @@
},
/area/station/supply/break_room)
"qZh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
"qZk" = (
/obj/effect/decal/cleanable/dirt,
@@ -87274,24 +86607,6 @@
icon_state = "cafeteria"
},
/area/station/science/hallway)
-"qZD" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/table/glass,
-/obj/item/storage/belt/medical/surgery{
- pixel_y = 10
- },
-/obj/item/stack/sheet/mineral/plasma,
-/obj/item/stack/sheet/mineral/plasma,
-/obj/item/stack/sheet/mineral/plasma,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "whitepurplecorner"
- },
-/area/station/science/xenobiology)
"qZL" = (
/obj/machinery/light,
/turf/simulated/floor/plating,
@@ -87312,20 +86627,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/service/aft_port)
-"raj" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/supply/miningdock)
"ras" = (
/obj/structure/window/reinforced{
dir = 4
@@ -87339,15 +86648,12 @@
icon_state = "whitepurplefull"
},
/area/station/science/xenobiology)
-"raA" = (
-/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"rav" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/east)
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
"raF" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/structure/sink/directional/east,
@@ -87418,7 +86724,7 @@
/area/mine/unexplored/cere/research)
"raX" = (
/turf/simulated/wall/r_wall,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"rbd" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -87448,9 +86754,6 @@
/area/station/hallway/secondary/entry/south)
"rbp" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
@@ -87458,19 +86761,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/east)
-"rbw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 5
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
"rbx" = (
/obj/structure/window/reinforced{
dir = 4
@@ -87482,29 +86772,8 @@
icon_state = "bcircuit"
},
/area/station/turret_protected/ai_upload)
-"rbA" = (
-/obj/machinery/door/airlock/security/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/main)
"rbC" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -87561,13 +86830,6 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/southwest)
-"rbV" = (
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Processing"
- },
-/obj/structure/cable/orange,
-/turf/simulated/floor/plating,
-/area/station/security/processing)
"rbZ" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -87593,7 +86855,7 @@
/area/station/command/office/ce)
"rci" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -87621,13 +86883,7 @@
},
/area/station/security/prisonershuttle)
"rcy" = (
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/obj/machinery/alarm/all_access/directional/east,
-/obj/machinery/power/terminal{
- dir = 1
- },
/turf/simulated/floor/plating,
/area/station/maintenance/turbine)
"rcB" = (
@@ -87668,11 +86924,11 @@
},
/area/station/science/storage)
"rcT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/table/reinforced,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/item/paper_bin/nanotrasen{
@@ -87738,15 +86994,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
/obj/structure/disposalpipe/segment/corner{
color = "#505050"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"rdN" = (
@@ -87764,6 +87020,16 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
+"reg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/starboard)
"rez" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -87772,6 +87038,17 @@
slowdown = -0.3
},
/area/station/hallway/spacebridge/dockmed)
+"reH" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/command/starboard)
+"reL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"reQ" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -87787,8 +87064,11 @@
dir = 8;
state = 2
},
-/obj/structure/cable/orange{
- icon_state = "0-4"
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/engineering/control)
@@ -87830,22 +87110,7 @@
icon_state = "darkbrownfull"
},
/area/station/maintenance/starboard)
-"rfq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint2)
"rfw" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/engineering/control)
@@ -87853,15 +87118,6 @@
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
-"rfB" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"rfM" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -87875,7 +87131,7 @@
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
"rfN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -87908,7 +87164,7 @@
dir = 8
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -87927,39 +87183,19 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
-"rgY" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/engmed)
+"rgH" = (
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"rhb" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
-"rhg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8;
- initialize_directions = 11
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"rhm" = (
/obj/structure/table/wood/poker,
/obj/item/toy/figure/crew/qm{
@@ -88005,8 +87241,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -88028,7 +87264,7 @@
},
/area/station/hallway/primary/central/west)
"rix" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/washing_machine,
@@ -88048,6 +87284,15 @@
icon_state = "redcorner"
},
/area/station/security/prison/cell_block/a)
+"riJ" = (
+/obj/machinery/power/apc/reinforced/critical/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"riN" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -88060,6 +87305,17 @@
/obj/structure/flora/ausbushes/brflowers,
/turf/simulated/floor/grass,
/area/station/service/hydroponics)
+"riT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/hydroponics)
"riV" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -88074,17 +87330,17 @@
/area/station/maintenance/security/fore_starboard)
"rjd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"rjn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating{
@@ -88116,6 +87372,9 @@
dir = 8;
pixel_y = 40
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -88126,7 +87385,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -88139,7 +87398,7 @@
},
/area/station/science/hallway)
"rjA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -88187,23 +87446,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"rkd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"rkf" = (
/obj/docking_port/stationary{
dir = 2;
@@ -88249,6 +87491,12 @@
icon_state = "darkfull"
},
/area/station/hallway/spacebridge/scidock)
+"rku" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"rkJ" = (
/obj/structure/chair/sofa/pew/right{
dir = 1
@@ -88258,21 +87506,6 @@
icon_state = "darkbrown"
},
/area/station/maintenance/starboard)
-"rkY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_port)
"rls" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -88290,22 +87523,6 @@
icon_state = "dark"
},
/area/station/engineering/engine_foyer)
-"rlz" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/falsewall{
- desc = "A huge chunk of metal used to separate rooms. Nothing odd here, sir.";
- name = "inconspicuous wall"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint)
"rlP" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
@@ -88326,7 +87543,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -88381,18 +87598,17 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/prisonershuttle)
-"rnp" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"rns" = (
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
+"rnx" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/space,
+/area/station/engineering/solar/aft_starboard)
"rnL" = (
/obj/structure/chair/sofa/corp/left,
/turf/simulated/floor/plasteel{
@@ -88431,7 +87647,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -88451,9 +87667,6 @@
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"rox" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/extinguisher_cabinet{
name = "north bump";
pixel_y = 30
@@ -88476,31 +87689,16 @@
icon_state = "darkblue"
},
/area/station/maintenance/disposal/northeast)
-"roF" = (
-/obj/machinery/door/airlock/atmos{
- name = "Turbine Access"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/spawner/random/dirt/frequent,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"roL" = (
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"rpa" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -88535,6 +87733,23 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
+"rpm" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/treadmill,
+/obj/machinery/treadmill_monitor{
+ id = "Cell 1";
+ pixel_y = -32
+ },
+/obj/machinery/flasher{
+ id = "Cell 1";
+ pixel_x = 26
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"rpq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -88546,7 +87761,7 @@
dir = 4
},
/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -88585,43 +87800,20 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
-"rpT" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"rqc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/map_effect/dynamic_airlock/door/interior,
-/obj/machinery/access_button/offset/southwest,
/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/north)
-"rpZ" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
+/area/station/maintenance/asmaint)
"rqe" = (
/obj/item/storage/box/masks{
pixel_y = 5
},
/obj/item/storage/box/gloves,
/obj/structure/table,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -88630,13 +87822,10 @@
/area/station/medical/break_room)
"rqf" = (
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -88662,20 +87851,10 @@
/obj/structure/cable/orange{
icon_state = "1-4"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/service/fore_starboard)
-"rqt" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"rqB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -88694,10 +87873,10 @@
},
/area/station/hallway/secondary/entry/west)
"rqF" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
@@ -88720,9 +87899,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"rrj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -88736,14 +87912,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"rrq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/orange{
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -88787,7 +87966,7 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -88802,10 +87981,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -88853,12 +88032,6 @@
icon_state = "dark"
},
/area/station/medical/morgue)
-"rsF" = (
-/turf/simulated/floor/plasteel{
- icon_state = "rampbottom";
- dir = 8
- },
-/area/station/service/chapel)
"rsO" = (
/obj/item/radio/intercom{
name = "north bump";
@@ -88895,6 +88068,9 @@
"rtj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/apmaint)
"rtu" = (
@@ -88924,19 +88100,15 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/starboard)
-"rtX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+"rtY" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
+/turf/simulated/floor/carpet/black,
+/area/station/command/office/captain)
"rtZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -88944,12 +88116,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -88967,8 +88139,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
/area/station/engineering/secure_storage)
@@ -88978,18 +88150,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/library)
-"ruq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/storage)
"rux" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -88997,7 +88157,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -89024,7 +88184,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -89032,6 +88192,13 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"ruM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/map_effect/dynamic_airlock/door/exterior,
+/obj/machinery/access_button/offset/northeast,
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/central/north)
"ruS" = (
/obj/structure/chair/comfy/beige{
dir = 4
@@ -89076,6 +88243,25 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
+"rvu" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/west)
"rvE" = (
/obj/structure/table/wood/poker,
/obj/machinery/light/small{
@@ -89087,13 +88273,20 @@
"rvO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/power/apc/directional/south,
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/supply/warehouse)
+"rvS" = (
+/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/fore_port)
"rvT" = (
/obj/structure/table,
/obj/item/ashtray/plastic{
@@ -89117,32 +88310,28 @@
/turf/simulated/floor/plating,
/area/station/medical/storage/secondary)
"rwv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "floorgrime"
},
/area/station/security/permabrig)
-"rww" = (
+"rwx" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/disposalpipe/junction{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
},
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/south)
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"rwy" = (
/obj/structure/rack,
/obj/item/pickaxe,
@@ -89156,7 +88345,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/security/general,
@@ -89190,9 +88379,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -89201,6 +88387,13 @@
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
/area/station/maintenance/disposal/south)
+"rxa" = (
+/obj/effect/spawner/random/maintenance,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"rxb" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/navbeacon{
@@ -89224,6 +88417,12 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
+"rxg" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
"rxo" = (
/obj/structure/gunrack,
/obj/item/gun/energy/disabler{
@@ -89241,6 +88440,21 @@
icon_state = "vault"
},
/area/station/security/armory/secure)
+"rxs" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"rxy" = (
/obj/structure/flora/ausbushes/lavendergrass,
/turf/simulated/floor/grass,
@@ -89258,7 +88472,7 @@
},
/area/station/public/storefront)
"rxO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/polarized/grilled{
@@ -89317,6 +88531,39 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"ryf" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
+"ryi" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
+"ryj" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"ryk" = (
/obj/structure/table/reinforced,
/obj/item/stack/sheet/metal/fifty,
@@ -89339,7 +88586,7 @@
/area/station/science/storage)
"ryu" = (
/obj/effect/mapping_helpers/airlock/access/all/medical/surgery,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/polarized{
@@ -89360,9 +88607,26 @@
icon_state = "dark"
},
/area/station/medical/surgery/secondary)
+"ryv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/orange{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"ryw" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/light_switch{
@@ -89426,6 +88690,9 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/fore_starboard)
+"rzo" = (
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/fore_port)
"rzp" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -89443,7 +88710,7 @@
color = "#954535"
},
/obj/machinery/light,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -89451,7 +88718,7 @@
},
/area/station/hallway/spacebridge/scidock)
"rzB" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -89478,7 +88745,7 @@
/turf/simulated/floor/plating,
/area/station/public/storefront)
"rAn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -89488,18 +88755,16 @@
icon_state = "white"
},
/area/station/medical/medbay)
-"rAB" = (
-/obj/structure/cable/orange{
+"rAq" = (
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/loading_area{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ dir = 4;
+ icon_state = "darkred"
},
-/area/station/public/quantum/docking)
+/area/station/security/checkpoint/secondary)
"rAM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -89555,6 +88820,26 @@
/obj/item/candle/eternal/lit,
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
+"rBs" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 8
+ },
+/obj/machinery/atmospherics/meter{
+ name = "Justice flow meter"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/execution)
"rBv" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
@@ -89596,7 +88881,7 @@
},
/area/station/science/toxins/mixing)
"rBW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -89620,6 +88905,9 @@
},
/area/station/security/prison/cell_block/a)
"rCi" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkredcorners"
@@ -89645,6 +88933,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"rCG" = (
@@ -89667,7 +88958,7 @@
/turf/simulated/wall/r_wall,
/area/station/security/storage)
"rCP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -89701,14 +88992,20 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"rCZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
@@ -89725,7 +89022,7 @@
/obj/structure/chair/comfy{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -89739,6 +89036,16 @@
icon_state = "whitepurplecorner"
},
/area/station/science/xenobiology)
+"rDu" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/lobby)
"rDv" = (
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -89766,9 +89073,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"rEb" = (
@@ -89795,6 +89099,23 @@
color = "#A28226"
},
/area/station/public/quantum/engineering)
+"rEj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"rEw" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 9
@@ -89811,9 +89132,6 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint)
"rEz" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
},
@@ -89845,7 +89163,7 @@
/area/station/security/interrogation)
"rEO" = (
/obj/effect/turf_decal/stripes/red/line,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -89887,9 +89205,24 @@
dir = 4
},
/obj/machinery/power/apc/important/directional/west,
-/obj/structure/cable/orange,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/smes)
+"rFo" = (
+/obj/structure/disposalpipe/segment/corner{
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/west)
"rFq" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -89902,11 +89235,20 @@
},
/turf/simulated/mineral/ancient,
/area/station/maintenance/asmaint)
+"rFK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"rFR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -89932,9 +89274,6 @@
/area/station/medical/medbay3)
"rFW" = (
/obj/effect/turf_decal/stripes/red,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"rFZ" = (
@@ -89955,7 +89294,7 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -90006,7 +89345,7 @@
"rGB" = (
/obj/effect/turf_decal/stripes/end,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -90119,7 +89458,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -90130,7 +89469,7 @@
},
/area/station/hallway/primary/fore/north)
"rHS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -90165,19 +89504,6 @@
icon_state = "yellowcorner"
},
/area/station/maintenance/starboard)
-"rHZ" = (
-/obj/effect/map_effect/dynamic_airlock,
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/east)
"rIb" = (
/obj/effect/turf_decal/woodsiding{
dir = 1
@@ -90200,7 +89526,7 @@
},
/area/station/command/office/cmo)
"rIn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -90213,41 +89539,32 @@
pixel_y = -8;
pixel_x = -32
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
/area/station/maintenance/asmaint)
"rIu" = (
/turf/simulated/wall,
/area/station/maintenance/disposal)
-"rIx" = (
-/obj/machinery/hologram/holopad,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
+"rIv" = (
+/obj/structure/cable{
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+/obj/item/radio/intercom{
+ name = "north bump";
+ pixel_y = 28
},
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ dir = 4;
+ icon_state = "redcorner"
},
-/area/station/security/prison/cell_block/a)
-"rII" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/break_room)
+/area/station/hallway/secondary/entry/west)
"rIJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/firecloset/full,
@@ -90259,7 +89576,7 @@
/area/station/maintenance/security/fore_starboard)
"rIK" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable/orange{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -90287,15 +89604,6 @@
},
/turf/simulated/floor/plating,
/area/station/aisat/atmos)
-"rJe" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"rJg" = (
/obj/effect/spawner/random/cobweb/right/frequent,
/obj/structure/closet/emcloset,
@@ -90305,9 +89613,6 @@
/turf/simulated/wall,
/area/station/security/warden)
"rJw" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
@@ -90317,22 +89622,13 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/service/chapel)
-"rJy" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"rJF" = (
/obj/machinery/light,
/obj/structure/disposalpipe/segment{
@@ -90342,14 +89638,6 @@
icon_state = "darkblue"
},
/area/station/medical/medbay3)
-"rJP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/locker)
"rJU" = (
/obj/structure/table/glass,
/obj/item/storage/box/beakers{
@@ -90376,6 +89664,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -90399,7 +89690,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/extinguisher_cabinet{
@@ -90444,6 +89735,25 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
+"rKS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random/directional/south,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"rKZ" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -90463,6 +89773,9 @@
"rLb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
@@ -90495,6 +89808,25 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/range)
+"rLr" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/camera{
+ c_tag = "Command Asteroid Hall 5"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/fore/west)
"rLz" = (
/obj/structure/closet/secure_closet/explorer,
/obj/machinery/alarm/directional/south,
@@ -90503,15 +89835,12 @@
},
/area/station/supply/expedition)
"rLA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
"rLL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
@@ -90529,7 +89858,7 @@
/obj/effect/turf_decal/delivery,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"rLT" = (
/obj/structure/closet/firecloset/full,
@@ -90538,20 +89867,15 @@
/obj/structure/spider/stickyweb,
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
-"rLY" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"rMc" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/sercom)
"rMi" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -90570,33 +89894,13 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/carpet/red,
-/area/station/service/chapel)
-"rMu" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
-"rMx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
+/turf/simulated/floor/carpet/red,
+/area/station/service/chapel)
"rMK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -90617,15 +89921,15 @@
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/public/quantum/service)
"rMP" = (
@@ -90635,9 +89939,6 @@
/area/station/maintenance/disposal/southwest)
"rMT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/railing{
dir = 4
},
@@ -90679,7 +89980,7 @@
/area/station/hallway/primary/central/west)
"rNa" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/carpet,
@@ -90695,35 +89996,17 @@
},
/area/station/security/range)
"rNi" = (
-/obj/structure/cable/orange{
- icon_state = "0-4"
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/engineering/control)
-"rNm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"rNn" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -90736,6 +90019,20 @@
/obj/effect/decal/cleanable/cobweb2,
/turf/simulated/floor/wood,
/area/station/maintenance/asmaint)
+"rNs" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/access/all/security/doors,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/main)
"rNv" = (
/obj/machinery/light{
dir = 8
@@ -90746,7 +90043,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -90759,16 +90056,6 @@
icon_state = "white"
},
/area/station/medical/chemistry)
-"rNC" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/space,
-/area/station/engineering/solar/aft)
"rND" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -90776,17 +90063,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
-"rNE" = (
-/obj/structure/grille/broken,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"rNH" = (
/obj/machinery/door/airlock/external/glass{
name = "Escape Pod 5 Airlock"
@@ -90808,6 +90091,14 @@
"rNT" = (
/turf/simulated/wall,
/area/station/public/toilet/unisex)
+"rNU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"rNW" = (
/obj/effect/spawner/random/barrier/obstruction,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -90823,18 +90114,32 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/east)
-"rOp" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
"rOt" = (
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge{
dir = 4
},
/turf/simulated/mineral/ancient,
/area/station/maintenance/maintcentral)
+"rOy" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
+"rOF" = (
+/obj/machinery/door/airlock/engineering,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plasteel,
+/area/station/engineering/transmission_laser)
"rOM" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -90904,7 +90209,7 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -90912,9 +90217,6 @@
},
/area/station/public/storage/tools)
"rPg" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -90925,6 +90227,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/apmaint)
"rPi" = (
@@ -90955,28 +90260,29 @@
/obj/machinery/firealarm/directional/north,
/turf/simulated/floor/wood,
/area/station/service/theatre)
+"rPu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/camera{
+ c_tag = "Brig Cell 2";
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/brig/temp/cell_2,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"rPz" = (
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"rPB" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/firealarm/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
"rPK" = (
/turf/simulated/floor/plasteel{
icon_state = "whitepurplecorner"
@@ -91006,7 +90312,7 @@
pixel_x = 24;
pixel_y = -5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -91033,7 +90339,7 @@
},
/area/station/engineering/control)
"rQf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/dirt/frequent,
@@ -91074,6 +90380,21 @@
icon_state = "yellow"
},
/area/station/maintenance/command/starboard)
+"rQo" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/processing)
"rQp" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -91090,6 +90411,24 @@
icon_state = "darkgreen"
},
/area/station/hallway/spacebridge/scidock)
+"rQr" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/port/north)
"rQv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/wall,
@@ -91100,24 +90439,55 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"rQz" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/east)
"rQK" = (
/obj/effect/spawner/airlock/e_to_w,
/turf/simulated/wall/r_wall,
/area/station/hallway/primary/starboard/south)
"rQM" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
/area/station/engineering/solar/aft_starboard)
+"rQO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"rQS" = (
/obj/machinery/atmospherics/binary/valve,
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
+"rQV" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/service/kitchen)
"rRb" = (
/obj/machinery/iv_drip,
/obj/structure/disposalpipe/segment,
@@ -91145,9 +90515,6 @@
name = "Medbay Access"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
@@ -91157,9 +90524,6 @@
color = "#954535"
},
/obj/machinery/alarm/directional/west,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/servsci)
"rRm" = (
@@ -91174,13 +90538,6 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
-"rRJ" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"rRM" = (
/turf/simulated/wall/r_wall,
/area/station/telecomms/chamber)
@@ -91200,7 +90557,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -91228,7 +90585,7 @@
},
/area/station/security/permabrig)
"rSq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -91250,7 +90607,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -91264,9 +90621,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"rSL" = (
@@ -91309,7 +90663,7 @@
"rTa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -91334,9 +90688,6 @@
name = "east bump";
pixel_x = 28
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"rTy" = (
@@ -91361,7 +90712,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -91391,13 +90742,13 @@
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"rUb" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -91425,7 +90776,7 @@
},
/area/station/medical/medbay3)
"rUo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -91448,17 +90799,6 @@
/obj/item/storage/bag/dice,
/turf/simulated/floor/wood,
/area/station/service/library)
-"rUO" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"rUU" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating{
@@ -91485,6 +90825,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/engmed)
"rVc" = (
@@ -91533,7 +90876,7 @@
/area/station/maintenance/service/fore_port)
"rVx" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -91565,7 +90908,7 @@
"rVW" = (
/obj/effect/turf_decal/stripes/end,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -91623,30 +90966,13 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/west)
-"rWt" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"rWw" = (
/turf/simulated/mineral/ancient/outer,
/area/mine/unexplored/cere/research)
@@ -91690,9 +91016,16 @@
"rWO" = (
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/asmaint2)
+"rWP" = (
+/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"rXb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/closet/secure_closet/brig/temp{
@@ -91735,7 +91068,7 @@
"rXt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -91743,7 +91076,7 @@
"rXx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/trash/spentcasing/bullet/lasershot,
@@ -91795,24 +91128,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"rXS" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgreenfull"
- },
-/area/station/maintenance/service/aft_starboard)
"rXV" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 1;
@@ -91838,7 +91153,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -91854,22 +91169,11 @@
/area/space/nearstation)
"rYC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
-"rYD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"rYF" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -91881,19 +91185,6 @@
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/south)
-"rYG" = (
-/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"rYK" = (
/obj/structure/closet/secure_closet/explorer,
/obj/machinery/requests_console/directional/south,
@@ -91901,30 +91192,11 @@
icon_state = "darkbrown"
},
/area/station/supply/expedition)
-"rYN" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"rYO" = (
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -91943,6 +91215,9 @@
/area/station/maintenance/command/starboard)
"rYT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellowcorners"
@@ -91972,9 +91247,6 @@
},
/area/station/maintenance/starboard)
"rZe" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "yellowcorner"
@@ -91991,7 +91263,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -92022,6 +91294,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurplecorner"
@@ -92038,6 +91313,17 @@
/obj/item/flashlight,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"saq" = (
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/command/starboard)
"saw" = (
/obj/structure/window/reinforced{
dir = 8
@@ -92072,7 +91358,7 @@
"saQ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"saR" = (
/obj/machinery/atmospherics/unary/thermomachine/freezer,
@@ -92090,7 +91376,7 @@
/area/station/public/storage/tools)
"sbb" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -92100,7 +91386,7 @@
/area/station/medical/medbay3)
"sbf" = (
/obj/effect/landmark/start/shaft_miner,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -92108,6 +91394,20 @@
"sbn" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/gambling_den)
+"sbo" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/service/kitchen)
"sbv" = (
/obj/structure/table,
/obj/item/storage/box/evidence,
@@ -92146,25 +91446,6 @@
icon_state = "darkredcorners"
},
/area/station/security/prison/cell_block/a)
-"sbI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/newscaster/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/fore/west)
"sbU" = (
/obj/structure/lattice,
/obj/machinery/hydroponics/soil,
@@ -92222,9 +91503,6 @@
/turf/simulated/wall,
/area/station/hallway/primary/starboard/south)
"scG" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -92242,6 +91520,11 @@
icon_state = "vault"
},
/area/station/maintenance/fsmaint)
+"scR" = (
+/obj/structure/cable,
+/obj/machinery/power/smes/engineering,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/starboard)
"scU" = (
/obj/machinery/light/small{
dir = 4
@@ -92256,6 +91539,9 @@
dir = 4
},
/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
@@ -92264,13 +91550,13 @@
"scZ" = (
/obj/structure/lattice/catwalk,
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"sdc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -92278,38 +91564,14 @@
icon_state = "whitegreenfull"
},
/area/station/public/sleep)
-"sdd" = (
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_starboard)
"sdo" = (
/obj/machinery/economy/vending/cola,
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
/area/station/hallway/primary/starboard/south)
-"sdt" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"sdy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -92321,6 +91583,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
@@ -92338,7 +91603,7 @@
},
/area/station/maintenance/apmaint)
"sdH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -92388,7 +91653,7 @@
/area/station/hallway/primary/aft/east)
"sey" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -92401,20 +91666,6 @@
icon_state = "red"
},
/area/station/maintenance/security/fore_starboard)
-"seA" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door_control{
- id = "brig_courtroom";
- name = "Brig Courtroom Shutter Control";
- pixel_y = 25;
- req_access = list(2)
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/legal/courtroom)
"seK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -92440,11 +91691,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -92499,9 +91747,6 @@
name = "External Airlock Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
@@ -92532,20 +91777,13 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior)
-"sft" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
"sfv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -92560,7 +91798,7 @@
},
/area/station/medical/break_room)
"sfA" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -92581,8 +91819,9 @@
c_tag = "Medical SMES";
dir = 6
},
-/obj/structure/chair/stool{
- dir = 4
+/obj/machinery/computer/monitor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
},
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/starboard)
@@ -92592,6 +91831,17 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
+"sgo" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/barricade/wooden/crude,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"sgp" = (
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
@@ -92623,19 +91873,6 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior/secondary)
-"sgG" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/alarm/directional/north,
-/obj/machinery/firealarm/directional/east,
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/port)
"sgJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -92647,6 +91884,11 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/south)
+"sgK" = (
+/obj/effect/mapping_helpers/turfs/rust,
+/obj/effect/spawner/random/fungus/maybe,
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/aft_starboard)
"sgR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -92657,6 +91899,10 @@
icon_state = "darkyellowcorners"
},
/area/station/command/office/ce)
+"shb" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/command/starboard)
"shh" = (
/obj/structure/sink/kitchen/directional/east,
/obj/effect/decal/cleanable/dirt,
@@ -92684,7 +91930,7 @@
},
/area/station/legal/lawoffice)
"sht" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -92710,10 +91956,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -92733,8 +91979,8 @@
},
/area/station/hallway/secondary/entry/east)
"shP" = (
-/obj/structure/cable/orange,
-/obj/machinery/power/apc/directional/south,
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/camera{
c_tag = "Science Asteroid Solar Array";
@@ -92748,10 +91994,10 @@
/area/station/maintenance/solar_maintenance/aft)
"shS" = (
/obj/machinery/alarm/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northwest)
"shX" = (
/obj/effect/spawner/random/dirt/frequent,
@@ -92767,7 +92013,7 @@
},
/area/station/maintenance/asmaint)
"sin" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -92787,7 +92033,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -92804,8 +92050,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "1-8"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -92813,7 +92059,7 @@
},
/area/station/hallway/primary/central/east)
"siJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -92829,6 +92075,21 @@
icon_state = "white"
},
/area/station/medical/virology)
+"siM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
"siX" = (
/obj/machinery/atmospherics/unary/tank/nitrogen{
dir = 1
@@ -92848,6 +92109,14 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"sjy" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"sjC" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -92862,11 +92131,11 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -92883,10 +92152,10 @@
layer = 2.6;
name = "containment door 6"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/window/classic/normal{
@@ -92910,7 +92179,7 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/junction/reversed{
@@ -92950,7 +92219,7 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -92998,16 +92267,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/east)
-"sle" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/map_effect/dynamic_airlock,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/west)
"sli" = (
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
@@ -93020,7 +92279,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating{
@@ -93034,6 +92293,18 @@
},
/turf/simulated/floor/wood,
/area/station/hallway/secondary/entry/south)
+"slv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"slw" = (
/obj/structure/gunrack,
/obj/item/gun/projectile/shotgun/riot{
@@ -93079,8 +92350,23 @@
/obj/structure/railing/cap/normal,
/turf/space,
/area/space/nearstation)
+"slN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
"slQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93119,15 +92405,6 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
-"sme" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/engmed)
"smf" = (
/obj/machinery/computer/guestpass{
pixel_x = -28
@@ -93137,26 +92414,6 @@
icon_state = "whitepurple"
},
/area/station/science/rnd)
-"smg" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/camera{
- c_tag = "Brig Cell 1";
- dir = 4
- },
-/obj/structure/closet/secure_closet/brig/temp/cell_1,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"smj" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/turf/simulated/floor/plasteel{
@@ -93217,7 +92474,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -93227,7 +92484,7 @@
/area/station/medical/patients_rooms_secondary)
"smI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -93235,6 +92492,13 @@
icon_state = "darkfull"
},
/area/station/hallway/spacebridge/scidock)
+"smQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"smX" = (
/obj/structure/chair/stool/bar{
dir = 4
@@ -93279,18 +92543,8 @@
icon_state = "dark"
},
/area/station/security/warden)
-"snq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/cargocom)
"snx" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93307,26 +92561,15 @@
/obj/structure/chair/wood,
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
-"snJ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance/external{
- name = "External Airlock Access"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"snQ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
/area/station/engineering/solar/aft)
"soe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -93350,7 +92593,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93379,6 +92622,18 @@
},
/turf/simulated/floor/plating,
/area/station/service/chapel/office)
+"sot" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/loading_area{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/public/quantum/security)
"sov" = (
/turf/simulated/mineral/ancient,
/area/station/hallway/primary/port/south)
@@ -93422,13 +92677,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"spp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -93453,6 +92708,17 @@
/obj/machinery/atmospherics/portable/canister/air,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
+"sqe" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"sql" = (
/obj/machinery/alarm/directional/south,
/turf/simulated/floor/plasteel{
@@ -93463,26 +92729,42 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
-"squ" = (
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/directional/west,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/exit)
+"sqv" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"sqE" = (
/obj/machinery/field/generator,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/secure_storage)
+"sqF" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"sqG" = (
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
+"sqR" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/execution)
"sqW" = (
/obj/structure/closet/secure_closet/engineering_electrical,
/turf/simulated/floor/transparent/glass/reinforced,
@@ -93494,7 +92776,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -93558,6 +92840,28 @@
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
+"srA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plasteel{
+ icon_state = "redfull"
+ },
+/area/station/security/lobby)
"srL" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
@@ -93587,23 +92891,27 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel/freezer,
/area/station/service/kitchen)
+"ssm" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/maintenance/external,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/service/aft_starboard)
"ssn" = (
/turf/simulated/floor/plasteel{
icon_state = "arrivalcorner";
dir = 8
},
/area/station/hallway/secondary/entry/west)
-"ssq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_starboard)
"ssr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -93624,16 +92932,13 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock/maintenance/external,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
/area/station/maintenance/service/fore_starboard)
"ssA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -93645,14 +92950,6 @@
icon_state = "yellowcorner"
},
/area/station/maintenance/storage)
-"ssE" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_starboard)
"ssJ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -93660,9 +92957,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkyellowcorners"
@@ -93677,27 +92971,8 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
-"ssV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel{
- icon_state = "redfull"
- },
-/area/station/security/lobby)
"ssW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93711,6 +92986,12 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
+"ssZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/hallway/spacebridge/servsci)
"ste" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 6
@@ -93730,18 +93011,6 @@
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
-"stj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/starboard/south)
"stk" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4
@@ -93779,7 +93048,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -93824,7 +93093,7 @@
dir = 10;
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"stO" = (
/obj/machinery/teleport/perma/preset/cerestation/departures,
/turf/simulated/floor/plasteel{
@@ -93889,17 +93158,19 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
-"sur" = (
-/obj/structure/extinguisher_cabinet{
- name = "north bump";
- pixel_y = 30
+"sui" = (
+/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
+ icon_state = "darkyellow"
},
-/area/station/hallway/primary/port/north)
+/area/station/engineering/engine_foyer)
"suE" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -93913,7 +93184,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -93954,14 +93225,27 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/robotics)
+"sve" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Prison Garden"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
"svh" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -93974,17 +93258,11 @@
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
-"svj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"svn" = (
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/obj/structure/cable/orange,
+/obj/structure/cable/extra_insulated,
/obj/machinery/power/apc/directional/south,
/obj/machinery/camera{
c_tag = "Docking Asteroid Solar Array";
@@ -94008,7 +93286,7 @@
/area/station/aisat/atmos)
"svs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -94017,23 +93295,19 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/processing)
+"svF" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/west)
"svS" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/solar_maintenance/port)
-"svY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/security/aft_port)
"svZ" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -94052,7 +93326,7 @@
},
/area/station/command/office/cmo)
"swf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
@@ -94169,6 +93443,26 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
+"sxD" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
+"sxK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"sxM" = (
/obj/structure/disposalpipe/segment/corner,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -94177,10 +93471,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -94195,9 +93489,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"syj" = (
@@ -94223,47 +93514,6 @@
},
/turf/simulated/floor/wood,
/area/station/public/pet_store)
-"syt" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/disposalpipe/junction/reversed{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
-"syu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'WARNING: FUN-SIZED JUSTICE'.";
- name = "WARNING: FUN-SIZED JUSTICE";
- pixel_x = null;
- pixel_y = -32
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"syZ" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -94276,7 +93526,7 @@
/area/station/science/toxins/mixing)
"szj" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/wood,
@@ -94287,6 +93537,13 @@
},
/turf/simulated/wall,
/area/station/hallway/primary/fore/north)
+"szm" = (
+/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"szr" = (
/obj/machinery/light{
dir = 1
@@ -94312,12 +93569,6 @@
icon_state = "red"
},
/area/station/security/prisonershuttle)
-"szI" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/engineering/transmission_laser)
"szL" = (
/obj/structure/sink/directional/east,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -94356,12 +93607,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
-"szW" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/carpet,
-/area/station/public/locker)
"sAd" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -94392,7 +93637,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -94408,9 +93653,6 @@
},
/area/station/medical/virology)
"sAA" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
@@ -94419,18 +93661,6 @@
/obj/item/storage/box/prisoner,
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
-"sAF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/fore)
"sAI" = (
/obj/structure/sign/security{
pixel_x = 32
@@ -94458,7 +93688,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northeast)
"sBh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -94494,7 +93724,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -94572,7 +93802,7 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -94637,7 +93867,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -94660,7 +93890,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"sCF" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -94675,7 +93905,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -94716,12 +93946,12 @@
pixel_x = -32;
pixel_y = -48
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"sCU" = (
@@ -94745,11 +93975,11 @@
/turf/simulated/floor/engine,
/area/station/science/misc_lab)
"sDe" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -94786,35 +94016,17 @@
},
/area/station/hallway/secondary/entry/south)
"sDL" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
-"sDQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/chair/stool,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redfull"
- },
-/area/station/security/storage)
"sDR" = (
/obj/machinery/teleport/perma/preset/cerestation/cargo,
/turf/simulated/floor/plasteel{
@@ -94829,6 +94041,22 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
+"sEb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/storage)
"sEg" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -94838,9 +94066,6 @@
/obj/structure/sign/science{
pixel_y = -32
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "purplecorner"
},
@@ -94849,7 +94074,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -94870,6 +94095,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"sEI" = (
@@ -94905,22 +94133,28 @@
icon_state = "dark"
},
/area/station/aisat/service)
-"sFl" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
+"sFj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
+/area/station/hallway/secondary/entry/west)
+"sFs" = (
+/obj/machinery/power/apc/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/carpet/grimey,
+/area/station/security/detective)
"sFt" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical/glass,
/obj/effect/mapping_helpers/airlock/access/all/medical/paramedic,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -94941,28 +94175,9 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"sFH" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Barber Shop Exterior";
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
+"sFD" = (
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"sFZ" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -95016,7 +94231,7 @@
},
/area/station/hallway/primary/fore/north)
"sGz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -95026,6 +94241,20 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/maintcentral)
+"sGA" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/station/maintenance/service/aft_starboard)
"sGC" = (
/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
dir = 8
@@ -95039,6 +94268,16 @@
icon_state = "yellowcorner"
},
/area/station/maintenance/starboard)
+"sGE" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/serveng)
"sGJ" = (
/obj/machinery/alarm/directional/north,
/obj/structure/bed/dogbed{
@@ -95071,7 +94310,7 @@
/turf/simulated/floor/wood,
/area/station/service/theatre)
"sGZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -95101,7 +94340,7 @@
/obj/machinery/door/airlock/mining/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/any/supply/smith,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -95111,12 +94350,12 @@
/area/station/supply/smith_office)
"sHB" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"sHL" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/disposal/north)
@@ -95127,13 +94366,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"sHP" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/execution)
"sIe" = (
/obj/effect/decal/cleanable/blood/splatter,
/obj/effect/decal/cleanable/dirt,
@@ -95162,11 +94394,11 @@
/area/station/maintenance/service/fore_port)
"sIr" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"sII" = (
/obj/machinery/status_display{
layer = 4;
@@ -95193,7 +94425,7 @@
/obj/item/razor,
/obj/item/kirbyplants/large,
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -95215,6 +94447,16 @@
icon_state = "darkfull"
},
/area/station/maintenance/starboard)
+"sJd" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/mineral/tranquillite,
+/area/station/service/mime)
"sJe" = (
/obj/machinery/atmospherics/portable/canister/toxins,
/obj/effect/turf_decal/delivery/hollow,
@@ -95229,11 +94471,20 @@
},
/turf/simulated/wall,
/area/station/hallway/primary/starboard/south)
+"sJw" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"sJy" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -95248,6 +94499,9 @@
dir = 8
},
/obj/machinery/firealarm/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -95277,7 +94531,7 @@
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "rd"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -95295,7 +94549,7 @@
"sKb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -95322,9 +94576,6 @@
},
/area/station/medical/morgue)
"sKm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line,
/obj/structure/disposalpipe/segment{
color = "#505050"
@@ -95338,6 +94589,24 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/apmaint)
+"sKq" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
+ },
+/area/station/hallway/secondary/entry/west)
"sKr" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/ce,
/obj/machinery/door/firedoor,
@@ -95360,9 +94629,6 @@
/obj/effect/mapping_helpers/airlock/polarized{
id = "CE"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -95372,6 +94638,19 @@
icon_state = "dark"
},
/area/station/security/prison/cell_block/a)
+"sKw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner{
+ color = "#505050";
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
"sKE" = (
/obj/structure/table/wood/poker,
/obj/item/deck/cards{
@@ -95385,33 +94664,13 @@
/obj/structure/dispenser/oxygen,
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
-"sKU" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/service/clown/secret)
"sLa" = (
/obj/effect/decal/cleanable/glass,
/obj/structure/grille/broken,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"sLg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -95430,7 +94689,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -95469,24 +94728,6 @@
icon_state = "whiteyellow"
},
/area/station/science/robotics/chargebay)
-"sLI" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Funeral Parlour"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel/office)
"sLO" = (
/obj/structure/curtain/open/shower,
/obj/machinery/alarm/directional/north,
@@ -95500,7 +94741,7 @@
},
/area/station/science/hallway)
"sMa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
@@ -95535,11 +94776,25 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 4
},
/area/station/hallway/primary/port/south)
+"sMu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/storage/tools)
"sML" = (
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -95555,10 +94810,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
"sMQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -95598,11 +94853,23 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"sNj" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/multi_tile/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/locker)
"sNn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -95629,12 +94896,12 @@
/area/station/science/rnd)
"sNq" = (
/obj/machinery/power/smes,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
/obj/machinery/light/small{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/port)
"sNr" = (
@@ -95648,6 +94915,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"sNC" = (
@@ -95657,7 +94927,7 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -95704,7 +94974,7 @@
},
/area/station/security/armory/secure)
"sOc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -95746,12 +95016,6 @@
icon_state = "cafeteria"
},
/area/station/service/bar)
-"sOh" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped{
- dir = 6
- },
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/service/aft_port)
"sOk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/spawner/random/dirt/frequent,
@@ -95759,9 +95023,6 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "purplecorner"
@@ -95772,13 +95033,13 @@
dir = 8
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
/area/station/legal/magistrate)
"sOo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -95816,7 +95077,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -95846,9 +95107,12 @@
dir = 10
},
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"sOD" = (
@@ -95856,7 +95120,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"sOH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -95884,20 +95148,14 @@
icon_state = "darkpurplefull"
},
/area/station/hallway/primary/central/west)
-"sON" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"sOO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/alarm/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -95998,12 +95256,15 @@
dir = 8;
state = 2
},
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/control)
"sPL" = (
@@ -96020,10 +95281,39 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
+"sPM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
+"sPS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Central Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/exit)
"sPV" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"sPW" = (
/obj/structure/extinguisher_cabinet{
name = "west bump";
@@ -96078,7 +95368,7 @@
},
/area/station/maintenance/service/fore_starboard)
"sRg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -96092,19 +95382,6 @@
},
/turf/simulated/floor/plating,
/area/station/medical/surgery/primary)
-"sRn" = (
-/obj/structure/fans/tiny,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/wood/nitrogen,
-/area/station/maintenance/abandonedbar)
"sRx" = (
/turf/simulated/floor/plasteel{
icon_state = "whiteyellowcorner";
@@ -96116,30 +95393,23 @@
dir = 9
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
/area/station/medical/cryo)
-"sRH" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/wood/nitrogen,
-/area/station/maintenance/abandonedbar)
"sRM" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"sRN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -96169,6 +95439,14 @@
},
/turf/space,
/area/station/hallway/spacebridge/cargocom)
+"sRZ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/hologram/holopad,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/west)
"sSa" = (
/obj/machinery/door/airlock/atmos{
name = "Atmospherics Distro"
@@ -96181,7 +95459,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -96192,21 +95470,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"sSf" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/east)
"sSv" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/door/airlock/engineering/glass{
@@ -96216,22 +95479,13 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
-"sSz" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
"sSF" = (
/obj/item/book/manual/wiki/sop_medical,
/obj/structure/table/glass/reinforced,
/turf/simulated/floor/carpet/blue,
/area/station/command/office/cmo)
"sSG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -96343,7 +95597,7 @@
"sUf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -96351,9 +95605,6 @@
},
/area/station/hallway/primary/aft/west)
"sUj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/alarm/directional/east,
/turf/simulated/floor/plasteel{
@@ -96373,9 +95624,6 @@
pixel_y = 24
},
/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -96385,6 +95633,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"sUB" = (
@@ -96405,20 +95656,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
-"sUK" = (
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgreen"
- },
-/area/station/hallway/spacebridge/scidock)
"sUM" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/carpet/arcade,
@@ -96468,7 +95705,7 @@
},
/area/station/legal/lawoffice)
"sVs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -96477,21 +95714,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
-"sVu" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance/external,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/service/aft_starboard)
"sVv" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/suit_storage_unit/cmo/sec_storage/secure,
@@ -96500,6 +95724,23 @@
icon_state = "darkblue"
},
/area/station/medical/storage/secondary)
+"sVz" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"sVB" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -96514,25 +95755,8 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"sVE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"sVN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/glass,
@@ -96553,7 +95777,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/wood,
@@ -96568,7 +95792,7 @@
/turf/simulated/floor/plasteel/airless,
/area/station/science/toxins/test)
"sWr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -96600,6 +95824,22 @@
},
/turf/simulated/floor/plating,
/area/station/science/genetics)
+"sWx" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/storage/firstaid/regular{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/drinks/bottle/beer{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"sWz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/tracks/mapped,
@@ -96617,10 +95857,6 @@
},
/turf/simulated/wall,
/area/space/nearstation)
-"sWS" = (
-/obj/effect/mapping_helpers/turfs/rust,
-/turf/simulated/wall/r_wall,
-/area/station/maintenance/asmaint)
"sWT" = (
/obj/structure/closet/secure_closet/freezer/fridge,
/turf/simulated/floor/plasteel{
@@ -96649,26 +95885,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/storage)
-"sXw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/south)
"sXy" = (
/obj/machinery/atmospherics/binary/pump{
dir = 1;
@@ -96715,6 +95931,13 @@
},
/turf/simulated/mineral/ancient/outer,
/area/mine/unexplored/cere/orbiting)
+"sXV" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
"sYg" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -96739,7 +95962,7 @@
},
/area/station/science/hallway)
"sYt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -96764,6 +95987,20 @@
},
/turf/simulated/floor/plating,
/area/station/security/execution)
+"sYW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/camera{
+ c_tag = "Security Lobby East";
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"sYZ" = (
/obj/structure/table,
/obj/item/ashtray/bronze,
@@ -96778,6 +96015,28 @@
icon_state = "dark"
},
/area/station/telecomms/chamber)
+"sZk" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/landmark/start/xenobiologist,
+/obj/structure/chair/office{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"sZr" = (
/obj/structure/closet/secure_closet/explorer,
/turf/simulated/floor/plasteel{
@@ -96804,15 +96063,15 @@
/turf/simulated/wall,
/area/station/hallway/primary/fore/north)
"sZF" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -96854,11 +96113,11 @@
},
/area/station/security/permabrig)
"sZW" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "escape"
},
@@ -96890,52 +96149,36 @@
icon_state = "dark"
},
/area/station/maintenance/disposal/northeast)
+"tag" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"tah" = (
/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation/disposals)
-"tai" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/sign/directions/science{
- pixel_y = -42;
- dir = 8;
- pixel_x = -32
- },
-/obj/structure/sign/directions/service{
- pixel_y = -35;
- dir = 8;
- pixel_x = -32
- },
-/obj/structure/sign/directions/security{
- pixel_y = -28;
- dir = 8;
- pixel_x = -32
- },
-/obj/structure/sign/directions/bridge{
- dir = 8;
- pixel_y = -21;
- pixel_x = -32
- },
-/turf/simulated/floor/plasteel{
- icon_state = "arrivalcorner";
- dir = 8
- },
-/area/station/hallway/secondary/entry/west)
"tas" = (
/obj/structure/sign/explosives/alt,
/turf/simulated/wall/r_wall,
/area/station/science/toxins/mixing)
"tau" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -96944,7 +96187,7 @@
},
/area/station/hallway/primary/fore/north)
"tax" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -96970,27 +96213,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/east)
-"taM" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/east)
-"taO" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/theatre,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_regular_floor = "yellowsiding";
- icon_state = "tranquillite"
- },
-/area/station/maintenance/service/aft_port)
"taT" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/atmospherics/unary/portables_connector{
@@ -97074,15 +96296,6 @@
},
/turf/simulated/floor/plating,
/area/station/science/robotics/chargebay)
-"tbq" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"tbu" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/unary/portables_connector{
@@ -97095,6 +96308,14 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"tbC" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"tbJ" = (
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel{
@@ -97128,6 +96349,24 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/west)
+"tbR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"tbS" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -97145,7 +96384,7 @@
dir = 1;
icon_state = "darkpurple"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"tcs" = (
/obj/structure/table/wood,
/obj/item/camera_film,
@@ -97157,24 +96396,11 @@
},
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
-"tct" = (
-/obj/structure/disposalpipe/segment/corner{
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
"tcv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -97182,6 +96408,9 @@
"tcx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -97244,7 +96473,7 @@
"tdi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -97257,7 +96486,7 @@
/area/station/hallway/secondary/exit)
"tdq" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -97267,7 +96496,7 @@
/area/station/security/brig)
"tdM" = (
/obj/machinery/light,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/carpet/black,
@@ -97320,12 +96549,6 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/south)
-"teG" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/fore/east)
"teH" = (
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
@@ -97341,18 +96564,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/east)
-"teQ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"teR" = (
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
@@ -97360,7 +96571,7 @@
},
/area/station/hallway/primary/port/south)
"teV" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -97407,9 +96618,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/machinery/door/airlock/maintenance/external,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/door/poddoor/preopen{
id_tag = "atmos";
name = "Atmospherics Blast Door"
@@ -97458,9 +96666,6 @@
pixel_x = -32;
pixel_y = 32
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/north)
"tgc" = (
@@ -97482,11 +96687,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
+"tgL" = (
+/obj/machinery/atmospherics/pipe/simple/visible/purple,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel,
+/area/station/engineering/atmos/control)
"tgS" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -97513,6 +96724,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/firealarm/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"thf" = (
@@ -97535,7 +96749,7 @@
/area/station/public/vacant_office)
"thy" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/item/radio/intercom{
@@ -97578,26 +96792,18 @@
},
/area/station/maintenance/disposal/northeast)
"thE" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 9
},
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
-"thF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/locker)
"thH" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -97616,7 +96822,7 @@
},
/area/station/hallway/primary/fore/east)
"tia" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -97643,28 +96849,6 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/north)
-"tiC" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/landmark/start/xenobiologist,
-/obj/structure/chair/office{
- dir = 8
- },
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
"tiE" = (
/obj/structure/chair{
dir = 8
@@ -97676,7 +96860,7 @@
/turf/simulated/wall,
/area/station/medical/storage)
"tiJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance{
@@ -97692,6 +96876,9 @@
/obj/machinery/light{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -97700,13 +96887,13 @@
"tiO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/caution{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"tiU" = (
@@ -97717,7 +96904,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel/white,
@@ -97739,16 +96926,20 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
+"tjg" = (
+/obj/effect/mapping_helpers/turfs/rust,
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/aft_starboard)
"tjp" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "XenoPod2";
layer = 2.6;
name = "containment door 2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/door/window/classic/normal{
@@ -97761,7 +96952,7 @@
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
"tjx" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -97771,7 +96962,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -97779,18 +96970,24 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
-"tjy" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
+"tjz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
+/obj/item/cultivator,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
},
-/area/station/security/prison/cell_block/a)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"tjA" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -97804,6 +97001,9 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"tjL" = (
@@ -97845,7 +97045,7 @@
},
/area/station/public/quantum/security)
"tjS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -97862,6 +97062,17 @@
},
/turf/simulated/floor/plating,
/area/station/service/janitor)
+"tkd" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"tkf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
/turf/simulated/floor/plasteel{
@@ -97893,8 +97104,14 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/security/permabrig)
+"tku" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"tkv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -97907,35 +97124,8 @@
icon_state = "asteroidplating"
},
/area/mine/unexplored/cere/orbiting)
-"tkC" = (
-/obj/machinery/door/window/brigdoor{
- id = "Cell 2";
- name = "Cell 2"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/item/radio/intercom{
- name = "west bump";
- pixel_x = -28
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"tkJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel/freezer,
@@ -97953,7 +97143,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -97992,7 +97182,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"tlI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -98010,18 +97200,8 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
-"tlN" = (
-/obj/machinery/power/apc/directional/west,
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/sercom)
"tlY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating{
@@ -98036,12 +97216,12 @@
},
/area/station/maintenance/command/starboard)
"tmk" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "escape"
@@ -98050,7 +97230,7 @@
"tmn" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -98130,12 +97310,23 @@
icon_state = "cafeteria"
},
/area/station/supply/break_room)
+"tnB" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/turfs/damage,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/wood/nitrogen,
+/area/station/maintenance/abandonedbar)
"tnL" = (
/obj/machinery/light{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/engine,
@@ -98144,7 +97335,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -98178,26 +97369,11 @@
},
/area/station/command/teleporter)
"toc" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
-"tof" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"toh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/disposal,
@@ -98237,11 +97413,18 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
+"toQ" = (
+/obj/effect/spawner/random/food_trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint)
"toT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -98258,17 +97441,6 @@
},
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/scidock)
-"toX" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "Security Blast Door"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prison/cell_block/a)
"tpe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -98332,7 +97504,7 @@
/obj/structure/cable/orange{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"tpJ" = (
/obj/structure/disposalpipe/segment{
@@ -98354,6 +97526,9 @@
/area/station/maintenance/security/aft_port)
"tpO" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -98399,7 +97574,7 @@
/obj/structure/chair{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -98413,7 +97588,7 @@
"tqf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/sortjunction/reversed{
@@ -98430,6 +97605,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"tqi" = (
@@ -98451,23 +97629,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/library)
-"tqt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/newscaster/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
"tqE" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -98487,19 +97648,14 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
-"tqP" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/engine_foyer)
"tqQ" = (
/obj/machinery/newscaster/directional/west,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -98537,9 +97693,6 @@
},
/area/station/security/permabrig)
"trM" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/light{
dir = 1
},
@@ -98548,6 +97701,18 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
+"trT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"tsa" = (
/obj/machinery/conveyor{
dir = 1;
@@ -98567,7 +97732,7 @@
/turf/simulated/floor/wood/nitrogen,
/area/station/maintenance/abandonedbar)
"tst" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -98599,7 +97764,7 @@
},
/area/station/hallway/primary/central/north)
"tsG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -98613,23 +97778,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
-"tsS" = (
-/obj/item/crowbar,
-/obj/item/radio,
-/obj/structure/table/reinforced,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkred"
- },
-/area/station/security/checkpoint/secondary)
"tsV" = (
/obj/machinery/chem_dispenser,
/obj/structure/reagent_dispensers/fueltank/chem{
@@ -98652,14 +97803,26 @@
icon_state = "darkbrown"
},
/area/station/maintenance/starboard)
-"ttr" = (
-/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
- icon_state = "0-8"
+"ttq" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/machinery/power/apc/directional/north,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/security/aft_port)
"ttB" = (
/obj/machinery/sleeper,
/turf/simulated/floor/plasteel{
@@ -98677,6 +97840,14 @@
icon_state = "white"
},
/area/station/medical/surgery/secondary)
+"ttH" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"ttJ" = (
/obj/structure/table,
/obj/item/paper_bin,
@@ -98768,10 +97939,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"tuK" = (
/obj/structure/closet/emcloset,
@@ -98788,6 +97956,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -98844,7 +98015,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/fore_port)
"tvE" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -98864,6 +98035,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"tvN" = (
@@ -98876,17 +98050,6 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/wood,
/area/station/maintenance/command/fore)
-"tvP" = (
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/directional/north,
-/obj/machinery/optable,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "whitepurple"
- },
-/area/station/science/xenobiology)
"tvQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm/directional/west,
@@ -98907,9 +98070,26 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos/distribution)
+"twe" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"twk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/alarm/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/comeng)
"twm" = (
@@ -98938,15 +98118,15 @@
dir = 6
},
/obj/effect/spawner/random/dirt/often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"twF" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -99011,45 +98191,16 @@
icon_state = "dark"
},
/area/station/command/meeting_room)
-"txv" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/ntrep)
"txD" = (
/obj/machinery/airlock_controller/air_cycler/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/map_effect/dynamic_airlock,
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/west)
-"txE" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/disposalpipe/segment/corner{
- dir = 8;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"txK" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 5
@@ -99067,9 +98218,20 @@
/obj/structure/sign/poster/random/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"txY" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_port)
"tyh" = (
/obj/machinery/atmospherics/pipe/simple/visible/red,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -99120,46 +98282,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"tyT" = (
-/obj/machinery/alarm/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
-"tze" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore/north)
-"tzg" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
"tzw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -99167,6 +98289,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -99243,20 +98371,16 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
-"tAm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8;
- initialize_directions = 11
- },
-/turf/simulated/floor/catwalk,
-/area/station/public/storage/emergency/port)
"tAw" = (
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/west)
+"tAx" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint)
"tAA" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -99267,7 +98391,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"tAJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -99278,13 +98402,6 @@
icon_state = "white"
},
/area/station/maintenance/apmaint)
-"tAK" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"tAT" = (
/obj/machinery/camera{
c_tag = "Crematorium";
@@ -99303,6 +98420,13 @@
icon_state = "freezerfloor"
},
/area/station/hallway/primary/starboard/south)
+"tBg" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/map_effect/dynamic_airlock/door/exterior,
+/obj/machinery/access_button/offset/west,
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/central/north)
"tBi" = (
/turf/simulated/floor/plating/airless,
/area/station/hallway/secondary/exit)
@@ -99331,31 +98455,26 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
-"tBG" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+"tBE" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/obj/structure/table,
-/obj/item/storage/firstaid/regular{
- pixel_x = -2;
- pixel_y = 4
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/obj/item/reagent_containers/drinks/bottle/beer{
- pixel_x = 4;
- pixel_y = 4
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "yellow"
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/area/station/engineering/break_room)
+/area/station/service/clown/secret)
"tBK" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -99364,7 +98483,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -99376,17 +98495,6 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
-"tBZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"tCm" = (
/turf/simulated/wall/r_wall,
/area/mine/unexplored/cere/civilian)
@@ -99475,9 +98583,6 @@
/obj/structure/sign/engineering{
pixel_y = -32
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -99508,6 +98613,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -99541,6 +98649,9 @@
dir = 4
},
/obj/machinery/light,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "escape"
},
@@ -99605,18 +98716,6 @@
},
/turf/simulated/wall,
/area/station/maintenance/asmaint)
-"tEL" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"tEU" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/carpet,
@@ -99629,7 +98728,7 @@
"tFb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -99643,7 +98742,7 @@
},
/area/station/science/storage)
"tFf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden{
@@ -99670,32 +98769,6 @@
},
/turf/simulated/floor/grass,
/area/station/security/permabrig)
-"tFp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/wood,
-/area/station/command/office/ntrep)
-"tFy" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/space,
-/area/station/hallway/spacebridge/dockmed)
"tFG" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -99703,6 +98776,17 @@
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/maintenance/disposal/external/southeast)
+"tFJ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel)
"tFX" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -99734,7 +98818,7 @@
"tGA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -99746,7 +98830,7 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -99770,6 +98854,19 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
+"tGS" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/service/aft_port)
"tGU" = (
/obj/item/assembly/mousetrap/armed,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -99781,7 +98878,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"tHj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -99795,7 +98892,7 @@
},
/area/station/security/brig)
"tHr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -99827,6 +98924,9 @@
/area/station/command/teleporter)
"tHE" = (
/obj/machinery/economy/vending/wallmed/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
dir = 1
@@ -99851,14 +98951,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"tHV" = (
/obj/machinery/power/apc/directional/east,
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -99918,6 +99018,48 @@
icon_state = "dark"
},
/area/station/security/brig)
+"tIP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/engineering/glass,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "engineeringlockdown";
+ layer = 2.6;
+ name = "Engine Room Blast Door"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/engine_foyer)
+"tIQ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore/north)
"tIW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
/turf/simulated/floor/plasteel{
@@ -99927,7 +99069,7 @@
/area/station/engineering/break_room/secondary)
"tJd" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/structure/table,
/obj/item/storage/box/gloves{
pixel_x = 3;
@@ -99995,6 +99137,17 @@
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
+"tJP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/south)
"tJU" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -100013,10 +99166,10 @@
},
/area/station/engineering/engine_foyer)
"tJW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -100029,13 +99182,24 @@
icon_state = "whitegreenfull"
},
/area/station/public/sleep/secondary)
+"tKg" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/prisonershuttle)
+"tKh" = (
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"tKi" = (
/turf/simulated/wall/r_wall,
/area/station/aisat/atmos)
"tKj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -100067,10 +99231,10 @@
},
/area/station/medical/break_room)
"tKF" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -100078,6 +99242,35 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
+"tKN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
+"tLa" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"tLb" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -100092,8 +99285,19 @@
icon_state = "darkbrown"
},
/area/station/supply/office)
+"tLc" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"tLf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -100113,13 +99317,13 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/item/radio/intercom{
@@ -100149,6 +99353,23 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"tLx" = (
+/obj/effect/turf_decal/stripes/asteroid/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint2)
"tLy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -100167,6 +99388,9 @@
name = "west bump";
pixel_x = -28
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
@@ -100191,18 +99415,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"tMe" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"tMi" = (
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/dirt,
@@ -100219,11 +99431,28 @@
},
/area/station/service/hydroponics)
"tMM" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/carpet/black,
/area/station/command/office/captain)
+"tMN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"tMO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -100231,7 +99460,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -100241,34 +99470,27 @@
icon_state = "white"
},
/area/station/medical/storage)
-"tMZ" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Walkway"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/preopen{
- id_tag = "engilockdown";
- layer = 2.6;
- name = "Engineering Lockdown"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/spacebridge/engmed)
"tNe" = (
/obj/structure/rack,
/obj/item/restraints/legcuffs/beartrap,
/obj/item/restraints/legcuffs/beartrap,
/turf/simulated/floor/catwalk,
/area/station/service/janitor)
+"tNi" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/cobweb{
+ icon_state = "cobweb2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"tNv" = (
/obj/effect/spawner/random/maintenance,
/obj/structure/rack,
@@ -100292,6 +99514,25 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
+"tNA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"tNC" = (
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
@@ -100326,7 +99567,7 @@
},
/area/station/medical/surgery)
"tOb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -100339,7 +99580,7 @@
/area/station/maintenance/maintcentral)
"tOe" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -100372,9 +99613,6 @@
"tOC" = (
/obj/effect/map_effect/dynamic_airlock,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/visible,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -100456,7 +99694,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -100464,13 +99702,10 @@
},
/area/station/engineering/control)
"tPd" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/spawner/random/dirt/frequent,
@@ -100499,17 +99734,13 @@
},
/area/station/security/brig)
"tPx" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable{
- icon_state = "0-4"
- },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "darkyellow"
},
/area/station/engineering/smes)
"tPz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -100537,7 +99768,7 @@
"tPI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -100548,25 +99779,26 @@
icon_state = "darkfull"
},
/area/station/supply/storage)
+"tPK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ name = "north bump";
+ pixel_y = 28
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/exit)
"tPL" = (
/obj/effect/decal/cleanable/blood/splatter,
/turf/simulated/floor/plating,
/area/station/maintenance/security/port)
-"tPP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/south)
"tPV" = (
/obj/machinery/door/airlock{
name = "Bathroom"
@@ -100583,7 +99815,7 @@
},
/area/station/medical/surgery/secondary)
"tQc" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/chair/sofa/bench/right,
@@ -100595,27 +99827,16 @@
"tQl" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/disposal/external/southeast)
-"tQo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/turfs/damage,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/turf/simulated/floor/wood/nitrogen,
-/area/station/maintenance/abandonedbar)
"tQq" = (
/obj/machinery/power/terminal,
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/camera{
c_tag = "Command Asteroid Solar Array";
dir = 4;
network = list("SS13","CE")
},
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"tQu" = (
@@ -100650,23 +99871,6 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
-"tQT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6
- },
-/obj/structure/sign/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- icon_state = "space";
- layer = 4;
- name = "EXTERNAL AIRLOCK";
- pixel_x = -32
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"tQV" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/reinforced/normal{
@@ -100696,22 +99900,14 @@
/area/station/maintenance/security/fore_starboard)
"tQZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
-"tRn" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/north)
"tRr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -100733,7 +99929,7 @@
/obj/structure/mecha_wreckage/ripley,
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"tRP" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -100786,6 +99982,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -100798,7 +99997,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -100872,18 +100071,6 @@
icon_state = "cafeteria"
},
/area/station/maintenance/service/fore_starboard)
-"tTk" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "escape"
- },
-/area/station/maintenance/asmaint2)
"tTl" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -100898,6 +100085,13 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/north)
+"tTn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/mineral/ancient,
+/area/station/maintenance/asmaint)
+"tTs" = (
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/aft_starboard)
"tTt" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -100911,6 +100105,9 @@
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -100926,26 +100123,6 @@
icon_state = "darkred"
},
/area/station/maintenance/security/port)
-"tTy" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/atmos)
-"tTz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"tTA" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel{
@@ -100971,6 +100148,33 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
+"tTL" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/window/brigdoor{
+ id = "Cell 2";
+ name = "Cell 2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/item/radio/intercom{
+ name = "west bump";
+ pixel_x = -28
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"tTW" = (
/obj/structure/chair/stool/bar{
dir = 4
@@ -101005,6 +100209,14 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
+"tUm" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"tUx" = (
/obj/structure/table/reinforced,
/obj/item/restraints/handcuffs,
@@ -101077,9 +100289,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
@@ -101154,7 +100363,7 @@
},
/area/station/supply/sorting)
"tVT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -101163,12 +100372,39 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/security/prisonershuttle)
+"tVU" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/security/armory,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/warden)
"tVV" = (
/turf/simulated/floor/plating/airless,
/area/station/maintenance/command/starboard)
@@ -101178,35 +100414,18 @@
icon_state = "white"
},
/area/station/hallway/secondary/exit)
-"tWj" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"tWm" = (
/obj/structure/rack,
/obj/item/storage/firstaid/machine,
/obj/item/clothing/head/welding,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"tWq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/wood,
@@ -101214,7 +100433,7 @@
"tWt" = (
/obj/machinery/power/apc/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -101248,49 +100467,44 @@
"tWM" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
-"tXd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+"tWV" = (
+/obj/structure/chair/stool{
+ dir = 1
},
-/obj/structure/sign/directions/security{
- dir = 8;
- pixel_x = -32;
- pixel_y = -24
- },
-/obj/structure/sign/directions/science{
- pixel_y = -48;
- pixel_x = -32
- },
-/obj/structure/sign/directions/engineering{
- pixel_x = -32;
- pixel_y = -32
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "bluecorner"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/area/station/hallway/primary/fore/north)
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/command/starboard)
"tXi" = (
/obj/machinery/door/airlock/titanium/glass,
/turf/simulated/floor/mineral/titanium,
/area/shuttle/arrival/station)
-"tXy" = (
-/obj/machinery/computer/monitor{
- dir = 8
+"tXn" = (
+/obj/item/assembly/mousetrap/armed,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
-/obj/structure/cable/orange{
- icon_state = "0-2"
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
},
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/starboard)
+/area/station/maintenance/apmaint)
+"tXw" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/break_room)
"tXB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating{
@@ -101301,8 +100515,19 @@
/obj/structure/closet/firecloset/full,
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
+"tXI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgrey"
+ },
+/area/station/service/chapel)
"tXJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner,
@@ -101358,7 +100583,7 @@
/obj/structure/chair{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -101371,13 +100596,13 @@
/area/station/maintenance/abandonedbar)
"tYn" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -101391,21 +100616,24 @@
"tYC" = (
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
-"tYG" = (
-/obj/structure/cable/orange{
- icon_state = "0-8"
+"tYD" = (
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
-"tYH" = (
-/obj/machinery/camera{
- c_tag = "Chapel West";
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
/turf/simulated/floor/plasteel{
- icon_state = "dark"
+ icon_state = "cafeteria"
},
-/area/station/service/chapel)
+/area/station/service/kitchen)
+"tYG" = (
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/engineering/control)
"tYJ" = (
/obj/structure/table,
/obj/item/reagent_containers/syringe,
@@ -101416,9 +100644,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"tYX" = (
@@ -101439,16 +100664,23 @@
icon_state = "dark"
},
/area/station/security/checkpoint/secondary)
+"tZa" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"tZf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"tZg" = (
@@ -101464,7 +100696,7 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/maintenance/starboard)
"tZl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -101486,34 +100718,9 @@
},
/turf/simulated/floor/wood,
/area/station/service/theatre)
-"tZs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment/corner{
- color = "#505050";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
-"tZx" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"tZG" = (
/obj/machinery/power/treadmill,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/treadmill_monitor{
id = "Cell 7";
pixel_y = -36
@@ -101532,22 +100739,24 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
-"tZL" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"tZK" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
"tZM" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -101589,6 +100798,9 @@
id_tag = "kitchen1"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -101627,13 +100839,13 @@
/area/station/hallway/spacebridge/serveng)
"uaz" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/carpet/black,
/area/station/command/office/captain)
"uaJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -101651,13 +100863,13 @@
/area/station/security/brig)
"uaM" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
"uaN" = (
/obj/machinery/power/treadmill{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/light/small{
@@ -101672,13 +100884,13 @@
},
/area/station/science/toxins/mixing)
"uaV" = (
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/transmission_laser/north,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/transmission_laser/north,
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
"uaW" = (
@@ -101694,7 +100906,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"uba" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -101747,6 +100959,33 @@
icon_state = "dark"
},
/area/station/legal/courtroom)
+"ubs" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/sign/directions/cargo{
+ dir = 4;
+ pixel_y = 40
+ },
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ pixel_y = 32
+ },
+/obj/structure/sign/directions/evac{
+ dir = 4;
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/caution/red{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore/north)
"ubB" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical/glass,
@@ -101755,7 +100994,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -101801,25 +101040,6 @@
icon_state = "darkredcorners"
},
/area/station/command/bridge)
-"ucc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "arrivalcorner";
- dir = 4
- },
-/area/station/hallway/secondary/entry/west)
"uch" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -101832,11 +101052,26 @@
/area/station/hallway/primary/central/north)
"ucj" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
+/obj/structure/cable,
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/engmed)
+"uct" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance{
+ name = "Fore Asteroid Maintenance Access"
+ },
+/obj/effect/spawner/random/dirt/frequent,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/security/starboard)
"ucx" = (
/obj/item/toy/plushie/shark,
/turf/simulated/floor/plating{
@@ -101886,14 +101121,14 @@
/turf/simulated/floor/wood,
/area/station/legal/magistrate)
"udf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/treadmill{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/light/small{
@@ -101905,9 +101140,6 @@
},
/area/station/maintenance/security/port)
"udp" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -101917,6 +101149,9 @@
dir = 8;
network = list("Prison","SS13")
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "floorgrime"
},
@@ -101949,10 +101184,27 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/external/southeast)
-"udH" = (
-/obj/structure/cable{
- icon_state = "1-4"
+"udy" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/security/aft_port)
+"udH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -101964,11 +101216,26 @@
color = "#505050";
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
+"udJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "escape"
+ },
+/area/station/maintenance/asmaint2)
"udL" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'HIGH VOLTAGE'";
@@ -101992,6 +101259,15 @@
},
/turf/space,
/area/space/nearstation)
+"ued" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/item/pickaxe/mini,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"uef" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -101999,7 +101275,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/effect/turf_decal/delivery,
@@ -102026,12 +101302,12 @@
dir = 1
},
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/engineering/equipmentstorage)
"ueQ" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -102039,18 +101315,6 @@
icon_state = "darkbrown"
},
/area/station/supply/qm)
-"ueT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"ufc" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -102059,22 +101323,9 @@
/obj/machinery/photocopier,
/turf/simulated/floor/wood,
/area/station/command/office/hop)
-"ufd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"ufg" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -102096,14 +101347,33 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
+"ufM" = (
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/sign/electricshock{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
+"ufW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/maintenance/service/fore_starboard)
"ufX" = (
/obj/effect/turf_decal/woodsiding{
dir = 1
@@ -102125,7 +101395,7 @@
id_tag = "atmos";
name = "Atmospherics Blast Door"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -102148,7 +101418,7 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"ugn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -102204,7 +101474,7 @@
/area/station/service/chapel/office)
"ugY" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -102229,6 +101499,31 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/south)
+"uhf" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
+"uhg" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/landmark/start/xenobiologist,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/xenobiology)
"uho" = (
/obj/machinery/camera/autoname{
dir = 5
@@ -102245,10 +101540,6 @@
icon_state = "dark"
},
/area/station/legal/courtroom)
-"uhz" = (
-/obj/effect/spawner/random/maintenance,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"uhF" = (
/turf/simulated/wall,
/area/station/medical/break_room)
@@ -102259,7 +101550,7 @@
},
/area/station/supply/storage)
"uhH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -102272,23 +101563,6 @@
/obj/item/trash/spentcasing/bullet,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northeast)
-"uhP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"uhS" = (
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
@@ -102316,21 +101590,6 @@
icon_state = "cult"
},
/area/station/legal/lawoffice)
-"uio" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"uir" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating/asteroid/ancient,
@@ -102362,9 +101621,6 @@
name = "EXTERNAL AIRLOCK";
pixel_x = -32
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"uiH" = (
@@ -102382,7 +101638,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/effect/turf_decal/delivery/hollow,
@@ -102394,11 +101650,44 @@
dir = 4
},
/area/station/supply/lobby)
+"uiL" = (
+/obj/structure/chair/office/dark,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
+"uiQ" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Asteroid Substation"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"uiV" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"uiW" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"ujd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -102408,6 +101697,15 @@
"ujf" = (
/turf/simulated/wall,
/area/station/maintenance/service/fore_port)
+"ujg" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/starboard/south)
"ujl" = (
/obj/structure/shelf/engineering,
/obj/effect/spawner/random/engineering/materials,
@@ -102450,7 +101748,7 @@
/obj/structure/disposalpipe/segment{
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -102474,7 +101772,10 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -102490,6 +101791,12 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
+"ujY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/turf/simulated/floor/plating/airless,
+/area/station/hallway/primary/fore/north)
"uka" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 6
@@ -102526,7 +101833,7 @@
"ukz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -102597,6 +101904,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -102610,6 +101920,18 @@
/obj/effect/spawner/random/tech_storage/research,
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
+"ukT" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
"ukW" = (
/obj/machinery/atmospherics/portable/canister/oxygen{
name = "Canister: \[O2] (CRYO)"
@@ -102647,7 +101969,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -102668,7 +101990,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/maintcentral)
"ulw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/chair/comfy/blue,
@@ -102695,24 +102017,18 @@
icon_state = "darkblue"
},
/area/station/medical/storage/secondary)
-"umw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
+"umt" = (
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
},
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
"umy" = (
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
@@ -102747,10 +102063,10 @@
/area/station/hallway/primary/port/south)
"umZ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -102770,6 +102086,21 @@
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
+"unr" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/secondary/entry/west)
"unw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -102777,9 +102108,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -102805,7 +102133,7 @@
/area/station/maintenance/asmaint2)
"unH" = (
/obj/machinery/power/treadmill,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/flasher{
@@ -102820,10 +102148,32 @@
icon_state = "redcorner"
},
/area/station/security/prison/cell_block/a)
-"unS" = (
+"unI" = (
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Processing"
+ },
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/security/processing)
+"unP" = (
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
+"unS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -102831,6 +102181,9 @@
/obj/structure/disposalpipe/segment{
color = "#505050"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"unT" = (
@@ -102879,7 +102232,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/item/assembly/mousetrap/armed,
@@ -102898,7 +102251,7 @@
/area/station/security/permabrig)
"uor" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -102907,6 +102260,26 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/carpet/green,
/area/station/service/library)
+"uow" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/airlock/engineering{
+ name = "Cargo/Medical Asteroid Substation"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
+"uoF" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/computer/monitor,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"uoM" = (
/obj/item/radio/intercom{
name = "east bump";
@@ -102917,8 +102290,28 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
+"uoR" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
+"uoW" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/lobby)
"upa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -102927,6 +102320,21 @@
},
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/unisex)
+"upk" = (
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
+"upl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/starboard)
"upv" = (
/obj/structure/disposalpipe/junction{
dir = 8
@@ -102960,8 +102368,17 @@
"upS" = (
/turf/simulated/wall,
/area/station/public/toilet/lockerroom)
+"upV" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"upZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -102974,9 +102391,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -102995,10 +102409,10 @@
/area/station/service/hydroponics)
"uqr" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
-/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/yellow,
/turf/space,
/area/station/engineering/solar/fore_starboard)
"uqt" = (
@@ -103020,7 +102434,7 @@
/turf/simulated/floor/plating,
/area/station/public/quantum/cargo)
"uqH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -103030,6 +102444,24 @@
icon_state = "white"
},
/area/station/medical/medbay)
+"uqI" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"uqJ" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple{
dir = 9
@@ -103092,35 +102524,9 @@
icon_state = "whitepurplecorner"
},
/area/station/science/hallway)
-"urp" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"urz" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/spacebridge/dockmed)
-"urA" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Central Access"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"urI" = (
/obj/item/mounted/frame/apc_frame,
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
@@ -103152,11 +102558,33 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
+"usq" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/space,
+/area/station/hallway/spacebridge/dockmed)
"usr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
+"usF" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"usH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -103168,6 +102596,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/servsci)
"usK" = (
@@ -103197,53 +102628,37 @@
icon_state = "yellow"
},
/area/station/hallway/primary/central/west)
-"utc" = (
-/obj/effect/spawner/window/reinforced,
-/turf/simulated/floor/plating,
-/area/station/supply/sorting)
-"ute" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
-"utf" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/sign/electricshock{
- pixel_x = -32
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
-"utj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
+"uta" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment/corner{
dir = 4
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
-/area/station/service/clown/secret)
-"utn" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
+/area/station/maintenance/service/fore_port)
+"utc" = (
+/obj/effect/spawner/window/reinforced,
+/turf/simulated/floor/plating,
+/area/station/supply/sorting)
+"utf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/electricshock{
+ pixel_x = -32
},
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/area/station/hallway/primary/central/north)
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
"utp" = (
/obj/structure/rack,
/obj/item/stack/sheet/metal/fifty,
@@ -103278,7 +102693,7 @@
/area/station/hallway/primary/fore/north)
"utt" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance,
@@ -103291,14 +102706,14 @@
/area/station/maintenance/disposal/north)
"utz" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
/area/station/engineering/solar/aft)
"utA" = (
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -103310,10 +102725,10 @@
/area/station/medical/sleeper)
"utC" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -103363,6 +102778,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"uuj" = (
@@ -103378,6 +102796,14 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint2)
+"uuA" = (
+/obj/effect/map_effect/dynamic_airlock,
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/north)
"uuF" = (
/obj/structure/punching_bag,
/obj/structure/sign/poster/official/random/directional/east,
@@ -103397,19 +102823,6 @@
/obj/machinery/firealarm/directional/east,
/turf/simulated/wall,
/area/station/medical/reception)
-"uuO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm/directional/south,
-/turf/simulated/floor/plasteel{
- icon_state = "purple"
- },
-/area/station/hallway/primary/aft/west)
"uuU" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk{
@@ -103441,23 +102854,15 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_starboard)
-"uvf" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/spawner/random/barrier/grille_often,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/command/starboard)
"uvq" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -103466,6 +102871,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/starboard)
+"uvu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/barrier/grille_often,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/command/starboard)
"uvv" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -103503,10 +102913,10 @@
},
/area/station/medical/medbay)
"uvI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -103514,20 +102924,7 @@
/area/station/engineering/solar/fore_starboard)
"uvT" = (
/turf/simulated/mineral/ancient,
-/area/station/maintenance/electrical_shop)
-"uwa" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint)
+/area/station/maintenance/electrical/aft_port)
"uwc" = (
/obj/effect/spawner/random/dirt/often,
/obj/item/radio/intercom{
@@ -103545,6 +102942,14 @@
"uwf" = (
/turf/simulated/wall,
/area/station/hallway/spacebridge/scidock)
+"uwj" = (
+/obj/structure/cable,
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/apmaint)
"uwk" = (
/obj/effect/turf_decal/woodsiding{
dir = 1
@@ -103582,7 +102987,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -103624,7 +103029,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/structure/closet/walllocker/emerglocker/directional/east,
@@ -103640,9 +103045,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -103650,17 +103052,6 @@
icon_state = "greencorner"
},
/area/station/hallway/primary/port/north)
-"uxA" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 6
- },
-/obj/effect/map_effect/dynamic_airlock,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/north)
"uxB" = (
/obj/structure/chair,
/obj/effect/landmark/start/security_officer,
@@ -103676,26 +103067,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
-"uxO" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"uxS" = (
/obj/structure/fence/corner,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating{
@@ -103703,9 +103085,6 @@
},
/area/station/maintenance/asmaint)
"uxU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 4
@@ -103714,6 +103093,9 @@
c_tag = "Cargo Asteroid Solar Array";
network = list("SS13","CE")
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"uxY" = (
@@ -103726,10 +103108,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -103738,13 +103120,13 @@
},
/area/station/supply/office)
"uyd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -103786,6 +103168,9 @@
/obj/item/storage/toolbox/mechanical{
pixel_y = 5
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellow"
@@ -103814,9 +103199,6 @@
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -103824,25 +103206,14 @@
/area/station/hallway/primary/starboard/south)
"uyA" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
-"uyC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgrey"
- },
-/area/station/service/chapel)
"uyF" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/storage,
@@ -103885,25 +103256,6 @@
icon_state = "darkbrown"
},
/area/station/supply/expedition)
-"uza" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
"uze" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel{
@@ -103912,7 +103264,7 @@
},
/area/station/supply/lobby)
"uzh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -103923,6 +103275,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/storage)
+"uzl" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"uzv" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -103993,20 +103354,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
-"uzR" = (
-/obj/structure/bed,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/item/bedsheet/orange,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
"uzS" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating,
@@ -104022,6 +103369,9 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
+"uAa" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/fore_port)
"uAb" = (
/obj/machinery/atmospherics/unary/cryo_cell,
/obj/machinery/light{
@@ -104046,7 +103396,7 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment{
@@ -104071,6 +103421,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -104133,9 +103486,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
/turf/simulated/floor/wood,
/area/station/command/office/hos)
"uBs" = (
@@ -104159,15 +103509,12 @@
},
/area/station/maintenance/command/fore)
"uBE" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"uBR" = (
@@ -104180,9 +103527,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/engmed)
"uCf" = (
@@ -104214,7 +103558,7 @@
req_access = list(39);
pixel_x = 28
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -104222,7 +103566,7 @@
},
/area/station/medical/virology)
"uCn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel/white,
@@ -104266,22 +103610,6 @@
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/fore_port)
-"uCM" = (
-/obj/machinery/door/airlock/glass{
- name = "Internal Affairs Office"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/iaa,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/polarized{
- id = "IAA"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "cult"
- },
-/area/station/legal/lawoffice)
"uCO" = (
/obj/machinery/reagentgrinder,
/obj/structure/table,
@@ -104328,6 +103656,24 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/fore_port)
+"uDs" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore/north)
"uDu" = (
/obj/machinery/camera{
c_tag = "Arrivals Shuttle Port Docking Arm Fore";
@@ -104397,7 +103743,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
"uEp" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -104428,13 +103774,13 @@
/area/station/maintenance/service/aft_port)
"uEI" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
@@ -104456,7 +103802,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/dirt/maybe,
@@ -104480,6 +103826,28 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/starboard)
+"uFg" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
+"uFn" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"uFr" = (
/obj/structure/railing{
dir = 4;
@@ -104489,6 +103857,16 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
+"uFs" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
"uFu" = (
/obj/effect/landmark/start/scientist,
/obj/structure/chair/office,
@@ -104500,6 +103878,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/smith_office)
+"uFG" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/item/radio/intercom{
+ name = "west bump";
+ pixel_x = -28
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"uFL" = (
/obj/machinery/light{
dir = 1
@@ -104534,6 +103928,10 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint2)
+"uFX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"uFY" = (
/obj/machinery/door_control{
id = "ntrepofficedoor";
@@ -104556,7 +103954,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
"uGf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -104580,6 +103978,15 @@
/obj/item/cigbutt,
/turf/simulated/floor/wood,
/area/station/maintenance/security/fore_starboard)
+"uGq" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor{
+ dir = 1
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/apmaint)
"uGr" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -104624,20 +104031,32 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/atmos)
+"uHd" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"uHl" = (
/obj/effect/spawner/random/dirt/often,
/obj/machinery/atmospherics/pipe/simple/visible,
/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
"uHn" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -104650,26 +104069,14 @@
icon_state = "darkredfull"
},
/area/station/security/permabrig)
-"uHA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+"uHv" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/railing/cap/reversed{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/research/glass,
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/effect/mapping_helpers/airlock/access/any/science/tox,
-/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
-/turf/simulated/floor/engine,
-/area/station/science/misc_lab)
+/turf/space,
+/area/station/hallway/spacebridge/comeng)
"uHD" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -104686,6 +104093,14 @@
icon_state = "redcorner"
},
/area/station/security/lobby)
+"uHY" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/spawner/random/dirt/often,
+/obj/machinery/firealarm/directional/north,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"uHZ" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -104740,9 +104155,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "greencorner"
},
@@ -104753,22 +104165,15 @@
dir = 4;
state = 2
},
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
-"uIx" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/spawner/random/dirt/often,
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable,
/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
+/area/station/engineering/control)
"uIC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -104818,7 +104223,7 @@
/area/station/maintenance/asmaint)
"uJj" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -104833,6 +104238,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"uJq" = (
@@ -104846,7 +104254,7 @@
/turf/simulated/wall,
/area/station/public/storefront)
"uJx" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -104887,6 +104295,13 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/aft/east)
+"uJK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/west)
"uJR" = (
/obj/structure/table/reinforced,
/obj/item/book/manual/wiki/sop_legal{
@@ -104900,12 +104315,12 @@
pixel_x = -5
},
/obj/machinery/light,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -104913,9 +104328,19 @@
"uJT" = (
/turf/simulated/wall,
/area/station/maintenance/gambling_den)
+"uJU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/command/starboard)
"uJY" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -104993,7 +104418,7 @@
/obj/machinery/light{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -105008,6 +104433,17 @@
},
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
+"uKS" = (
+/obj/effect/decal/cleanable/blood/tracks/mapped{
+ dir = 8
+ },
+/obj/item/stack/sheet/wood,
+/obj/structure/grille/broken,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"uKT" = (
/obj/machinery/camera{
c_tag = "Docking Asteroid Escape Fore-Port";
@@ -105028,6 +104464,14 @@
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall/r_wall,
/area/station/maintenance/fsmaint)
+"uKW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/engine_foyer)
"uLo" = (
/obj/machinery/light/small{
dir = 1
@@ -105039,34 +104483,6 @@
/obj/effect/spawner/airlock/s_to_n,
/turf/simulated/wall,
/area/station/maintenance/service/fore_port)
-"uLA" = (
-/obj/structure/bed,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/item/bedsheet/yellow,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/prison/cell_block/a)
-"uLY" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/sortjunction/reversed{
- dir = 2;
- sort_type_txt = "7"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"uMc" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -105075,21 +104491,6 @@
icon_state = "bar"
},
/area/station/security/permabrig)
-"uMd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/fore/east)
"uMe" = (
/obj/effect/turf_decal/stripes/asteroid/line{
dir = 4
@@ -105115,7 +104516,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -105134,7 +104535,7 @@
},
/area/station/maintenance/command/starboard)
"uMv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -105143,12 +104544,12 @@
/turf/simulated/floor/plating,
/area/station/maintenance/command/starboard)
"uMz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"uMD" = (
/obj/machinery/door/airlock/security/glass{
@@ -105160,17 +104561,17 @@
id_tag = "Secure Gate";
name = "Security Blast Door"
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -105206,7 +104607,7 @@
/area/station/maintenance/starboard)
"uNv" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/ai_monitored/storage/eva)
"uNw" = (
@@ -105225,26 +104626,19 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
+"uNB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/security/lobby)
"uNG" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/break_room/secondary)
-"uNO" = (
-/obj/structure/disposalpipe/sortjunction/reversed{
- dir = 1;
- sort_type_txt = "20"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"uNS" = (
/obj/structure/table/reinforced,
/obj/item/storage/box/masks{
@@ -105290,12 +104684,6 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
-"uOp" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/command/starboard)
"uOy" = (
/obj/structure/closet/wardrobe/mixed,
/obj/machinery/camera{
@@ -105322,9 +104710,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -105342,6 +104727,9 @@
/obj/structure/sign/engineering{
pixel_y = 32
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
@@ -105360,7 +104748,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -105369,10 +104757,10 @@
/area/station/hallway/primary/aft/west)
"uOU" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -105397,6 +104785,23 @@
},
/turf/simulated/floor/wood/nitrogen,
/area/station/maintenance/abandonedbar)
+"uPv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
"uPL" = (
/obj/structure/closet/secure_closet/security,
/obj/machinery/newscaster/security_unit/directional/north,
@@ -105406,15 +104811,12 @@
},
/area/station/security/storage)
"uPP" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -105445,14 +104847,6 @@
/obj/structure/sign/botany,
/turf/simulated/wall,
/area/station/service/hydroponics)
-"uQb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/catwalk,
-/area/station/public/storage/emergency/port)
"uQc" = (
/obj/machinery/newscaster/directional/south,
/obj/machinery/smartfridge/foodcart{
@@ -105469,10 +104863,10 @@
"uQh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/effect/mapping_helpers/airlock/windoor/access/all/security/brig,
@@ -105501,7 +104895,7 @@
/obj/machinery/light/small{
dir = 1
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_starboard)
"uQs" = (
/obj/machinery/alarm/directional/east,
@@ -105532,6 +104926,15 @@
},
/turf/simulated/floor/plasteel/airless,
/area/station/science/toxins/test)
+"uQA" = (
+/obj/effect/spawner/window/reinforced/polarized/grilled{
+ id = "Processing"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/processing)
"uQB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -105546,7 +104949,7 @@
/area/station/maintenance/service/aft_starboard)
"uQJ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -105555,15 +104958,23 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/starboard)
-"uQO" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"uQN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32
},
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/engmed)
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
"uRe" = (
/obj/machinery/light/small{
dir = 1
@@ -105611,39 +105022,20 @@
dir = 4
},
/obj/machinery/atmospherics/meter,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"uRE" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"uRH" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -105675,7 +105067,7 @@
/area/station/engineering/hardsuitstorage)
"uSa" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -105683,7 +105075,7 @@
layer = 2.6;
name = "Emergency Blast Door"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -105692,7 +105084,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance{
@@ -105703,7 +105095,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"uSf" = (
/obj/structure/closet/wardrobe/black,
@@ -105721,16 +105113,6 @@
"uSv" = (
/turf/simulated/wall,
/area/station/hallway/primary/port/north)
-"uSx" = (
-/obj/effect/spawner/window/reinforced/plasma,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
"uSz" = (
/obj/machinery/computer/robotics{
dir = 4
@@ -105771,13 +105153,6 @@
/obj/machinery/firealarm/directional/north,
/turf/simulated/floor/wood,
/area/station/service/bar)
-"uSW" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/lobby)
"uTd" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1;
@@ -105789,7 +105164,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -105817,24 +105192,6 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/robotics/chargebay)
-"uTG" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"uTK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -105855,63 +105212,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/command/teleporter)
-"uTZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/sign/poster/official/random/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "escape"
- },
-/area/station/hallway/primary/port/south)
-"uUa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/public/glass{
- name = "Central Access"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/exit)
-"uUl" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance{
- name = "Fore Asteroid Maintenance Access"
- },
-/obj/effect/spawner/random/dirt/frequent,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/security/starboard)
"uUo" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -105955,7 +105262,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"uVh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -105984,6 +105291,9 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
@@ -106014,7 +105324,7 @@
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"uWl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -106035,21 +105345,6 @@
icon_state = "whitegreen"
},
/area/station/public/sleep/secondary)
-"uWx" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Aft Asteroid Maintenance"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/disposalpipe/segment,
-/obj/effect/mapping_helpers/airlock/access/any/science/tox,
-/obj/effect/mapping_helpers/airlock/access/any/science/xenobio,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/misc_lab)
"uWB" = (
/mob/living/basic/bunny{
desc = "It's Spaghetti, the official bnuy of Atmospherics. Appropriately named after the jumbled mess of piping.";
@@ -106059,6 +105354,20 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"uWG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"uWI" = (
/obj/effect/landmark/start/cargo_technician,
/obj/structure/chair/sofa/corp{
@@ -106080,7 +105389,15 @@
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
+"uWS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"uWV" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -106094,7 +105411,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -106104,6 +105421,18 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/fore)
+"uXh" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"uXj" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/security/starboard)
@@ -106209,27 +105538,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
-"uYM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/access_button{
- autolink_id = "engsm_btn_ext";
- name = "Supermatter Access Button";
- pixel_y = -24;
- req_one_access = list(10,24)
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/hologram/holopad,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/control)
"uYO" = (
/obj/machinery/disposal/delivery_chute{
desc = "A chute for big and small criminals alike!";
@@ -106283,7 +105591,7 @@
/area/station/maintenance/security/port)
"uZl" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -106291,6 +105599,13 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
+"uZn" = (
+/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/mineral/tranquillite,
+/area/station/service/mime)
"uZq" = (
/obj/machinery/atmospherics/portable/canister/toxins,
/obj/effect/turf_decal/delivery/hollow,
@@ -106299,13 +105614,15 @@
dir = 8
},
/area/station/science/storage)
-"uZw" = (
-/obj/structure/cable{
+"uZA" = (
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow";
+ dir = 1
+ },
+/area/station/engineering/engine_foyer)
"uZF" = (
/obj/structure/railing/corner,
/turf/simulated/floor/plasteel{
@@ -106319,7 +105636,7 @@
},
/area/station/medical/medbay3)
"uZN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -106328,13 +105645,28 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/asmaint2)
"uZP" = (
/obj/structure/sink/directional/west,
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"uZU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"uZZ" = (
/turf/simulated/floor/plasteel{
dir = 10;
@@ -106366,6 +105698,43 @@
/obj/effect/turf_decal/box,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
+"var" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/command/office/hos)
+"vax" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "Security Blast Door"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prison/cell_block/a)
+"vaz" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/secondary/exit)
"vaB" = (
/obj/effect/turf_decal/alphanumeric/mix{
dir = 1
@@ -106401,19 +105770,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/security/permabrig)
-"vbd" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"vbf" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -106425,20 +105781,6 @@
/obj/machinery/atmospherics/meter,
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"vbg" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/security/starboard)
"vbi" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 4
@@ -106470,7 +105812,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"vbq" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -106486,14 +105828,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/starboard)
-"vbu" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/west)
"vbE" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 4;
@@ -106503,7 +105837,7 @@
/area/station/maintenance/disposal/east)
"vbF" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/photocopier,
@@ -106512,6 +105846,14 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
+"vbI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/carpet/green,
+/area/station/service/library)
"vbJ" = (
/obj/machinery/atmospherics/pipe/simple/visible/green,
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
@@ -106522,14 +105864,36 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
+"vbM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/obj/machinery/bluespace_beacon/cerestation/medbay,
+/obj/effect/turf_decal/box/white{
+ color = "#658da9"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "whitebluefull"
+ },
+/area/station/medical/reception)
"vbR" = (
/turf/simulated/floor/plasteel{
icon_state = "yellow"
},
/area/station/engineering/break_room)
"vbU" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
+/obj/structure/cable{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -106537,13 +105901,13 @@
/area/station/engineering/engine_foyer)
"vbW" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
"vbY" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -106562,24 +105926,6 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
-"vca" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/assembly/mousetrap/armed,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"vce" = (
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
@@ -106634,12 +105980,12 @@
},
/area/station/hallway/primary/port/north)
"vct" = (
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/machinery/light/small{
dir = 8
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/end{
@@ -106647,18 +105993,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
-"vcB" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/hydroponics)
"vcJ" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -106696,9 +106030,6 @@
},
/area/station/maintenance/fsmaint)
"vcX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/structure/extinguisher_cabinet{
name = "east bump";
@@ -106737,16 +106068,6 @@
icon_state = "red"
},
/area/station/security/processing)
-"vdU" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"vdZ" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=ArrivalsWest";
@@ -106768,7 +106089,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/airlock/public/glass{
@@ -106788,6 +106109,17 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
+"veo" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/public/storage/emergency/port)
"vep" = (
/obj/structure/sign/science,
/turf/simulated/mineral/ancient,
@@ -106803,7 +106135,7 @@
},
/area/station/hallway/primary/fore/east)
"vey" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -106812,7 +106144,7 @@
"veF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
@@ -106932,11 +106264,15 @@
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
+/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/engineering/atmos/control)
+"vfL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/starboard/south)
"vfP" = (
/obj/machinery/atmospherics/binary/valve{
dir = 4
@@ -106946,7 +106282,7 @@
},
/area/station/engineering/atmos)
"vfQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating{
@@ -106984,6 +106320,17 @@
icon_state = "darkbrown"
},
/area/station/supply/office)
+"vgw" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"vgI" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
@@ -107030,12 +106377,19 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
+"vhq" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/spacebridge/servsci)
"vhJ" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/command/fore)
"vhO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -107056,16 +106410,8 @@
icon_state = "yellow"
},
/area/station/maintenance/starboard)
-"vhV" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "yellow"
- },
-/area/station/engineering/break_room)
"vhW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -107100,20 +106446,6 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/security/aft_port)
-"vit" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
"viv" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
@@ -107153,6 +106485,13 @@
"viP" = (
/turf/simulated/mineral/ancient,
/area/station/hallway/secondary/entry/north)
+"viR" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/storage)
"viT" = (
/obj/machinery/computer/med_data{
dir = 4
@@ -107162,6 +106501,18 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
+"viU" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"vjb" = (
/turf/simulated/floor/plasteel{
icon_state = "arrival"
@@ -107202,19 +106553,10 @@
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/wood,
/area/station/service/bar)
-"vjp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/security/permabrig)
+"vju" = (
+/obj/effect/spawner/random/dirt/frequent,
+/turf/space,
+/area/station/public/storefront)
"vjB" = (
/obj/structure/chair/wood,
/obj/effect/mapping_helpers/turfs/damage,
@@ -107231,30 +106573,24 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/service/fore_port)
"vjN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"vjQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -107264,10 +106600,13 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
"vjS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/power/apc/directional/east,
@@ -107277,21 +106616,6 @@
icon_state = "darkblue"
},
/area/station/maintenance/disposal/northeast)
-"vjW" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/atmos/control)
"vjY" = (
/obj/machinery/atmospherics/pipe/manifold/hidden{
dir = 8
@@ -107349,6 +106673,18 @@
"vkl" = (
/turf/simulated/wall,
/area/station/hallway/primary/aft/west)
+"vkm" = (
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/north)
"vkn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -107362,37 +106698,25 @@
name = "Warehouse Shutters"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/supply/warehouse)
-"vko" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/sign/directions/cargo{
- dir = 4;
- pixel_y = 40
- },
-/obj/structure/sign/directions/medical{
- dir = 4;
- pixel_y = 32
- },
-/obj/structure/sign/directions/evac{
- dir = 4;
- pixel_y = 24
- },
-/obj/effect/turf_decal/caution/red{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "bluecorner"
- },
+"vkr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
/area/station/hallway/primary/fore/north)
+"vkv" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/catwalk,
+/area/station/public/storage/emergency/port)
"vkw" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -107420,6 +106744,17 @@
/obj/item/reagent_containers/drinks/bottle/holywater,
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
+"vkX" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"vlb" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
@@ -107428,13 +106763,13 @@
},
/area/station/medical/medbay)
"vld" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
"vlg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -107482,30 +106817,24 @@
/obj/effect/landmark/spawner/rev,
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior/secondary)
-"vmm" = (
+"vmp" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
-"vmo" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
+/obj/machinery/door/airlock/public/glass{
+ name = "Funeral Parlour"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
+ dir = 4
},
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/chapel/office)
"vmr" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plasteel{
@@ -107513,6 +106842,26 @@
dir = 1
},
/area/station/engineering/atmos)
+"vms" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"vmA" = (
/obj/item/storage/box/rxglasses,
/obj/item/storage/box/beakers{
@@ -107556,6 +106905,18 @@
icon_state = "darkredcheck"
},
/area/station/public/quantum/science)
+"vmW" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/maintenance/external,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/service/fore_starboard)
"vng" = (
/turf/simulated/wall,
/area/station/command/office/rd)
@@ -107603,6 +106964,19 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
+"vnz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"vnA" = (
/obj/structure/table/reinforced,
/obj/item/folder{
@@ -107647,6 +107021,25 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"vnH" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluered"
+ },
+/area/station/hallway/secondary/entry/west)
"vnK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -107662,20 +107055,13 @@
},
/area/station/hallway/primary/central/north)
"vnS" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
-"von" = (
-/obj/machinery/alarm/directional/north,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/engmed)
"vow" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -107689,14 +107075,23 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/control)
+"voK" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/break_room)
"voO" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -107722,7 +107117,7 @@
"voU" = (
/obj/machinery/door/airlock/mining/glass,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -107752,7 +107147,7 @@
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
"vpG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/transparent/glass/reinforced,
@@ -107768,13 +107163,6 @@
"vpJ" = (
/turf/simulated/wall,
/area/station/maintenance/asmaint)
-"vpS" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prisonershuttle)
"vpU" = (
/obj/structure/chair/sofa/pew/right{
dir = 1
@@ -107792,7 +107180,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -107802,26 +107190,11 @@
icon_state = "white"
},
/area/station/medical/sleeper)
-"vqc" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"vqg" = (
/obj/structure/disposalpipe/segment/corner,
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
-"vqi" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/item/assembly/mousetrap/armed,
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"vqk" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
@@ -107836,7 +107209,7 @@
/obj/structure/chair{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -107862,6 +107235,20 @@
icon_state = "darkredfull"
},
/area/station/medical/morgue)
+"vqL" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"vqM" = (
/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
/obj/machinery/door/airlock/public/glass,
@@ -107919,7 +107306,7 @@
},
/area/station/medical/storage)
"vru" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating{
@@ -107936,6 +107323,21 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/wood,
/area/station/maintenance/service/fore_port)
+"vrF" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/item/paper_bin/nanotrasen,
+/obj/item/paper/ntrep{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/pen/multi/fountain,
+/turf/simulated/floor/carpet/royalblack,
+/area/station/command/office/ntrep)
"vrI" = (
/obj/structure/chair/wood/wings{
dir = 4
@@ -107957,7 +107359,7 @@
},
/area/station/science/test_chamber)
"vrW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -107984,7 +107386,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -108005,7 +107407,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -108033,7 +107435,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"vsv" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -108046,14 +107448,14 @@
/obj/effect/turf_decal/loading_area{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"vsw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance{
@@ -108064,16 +107466,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/port)
-"vsB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"vsD" = (
/obj/machinery/door/airlock/hatch{
name = "AI Satellite Secondary Antechamber"
@@ -108112,10 +107504,10 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"vsT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
@@ -108126,9 +107518,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/wood,
/area/station/command/office/hos)
"vtg" = (
@@ -108149,6 +107538,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
"vtp" = (
@@ -108165,7 +107557,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -108179,7 +107571,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/junction,
@@ -108209,19 +107601,6 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry)
-"vtQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/carpet/arcade,
-/area/station/maintenance/service/fore_port)
"vtT" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp/green,
@@ -108239,6 +107618,24 @@
icon_state = "asteroidplating"
},
/area/station/hallway/spacebridge/scidock)
+"vul" = (
+/obj/effect/mapping_helpers/turfs/rust,
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/fore_port)
+"vuF" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
"vuM" = (
/obj/structure/marker_beacon/dock_marker,
/obj/structure/lattice/catwalk,
@@ -108254,21 +107651,10 @@
/obj/item/chair/wood,
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
-"vuV" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"vuW" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -108295,7 +107681,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/mine/unexplored/cere/command)
"vvb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -108303,7 +107689,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel/white,
@@ -108312,27 +107698,14 @@
/obj/machinery/economy/slot_machine,
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
-"vvi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+"vvo" = (
+/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "bluered"
- },
-/area/station/hallway/secondary/entry/west)
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"vvH" = (
/turf/simulated/floor/plasteel{
icon_state = "darkredcorners"
@@ -108345,11 +107718,21 @@
icon_state = "darkgreenfull"
},
/area/station/hallway/spacebridge/scidock)
+"vvP" = (
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"vvQ" = (
/obj/item/flag/rnd,
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"vvY" = (
/obj/machinery/light/small{
dir = 4
@@ -108358,7 +107741,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"vvZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -108373,7 +107756,7 @@
/area/station/command/meeting_room)
"vwe" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/assembly/mousetrap/armed,
@@ -108384,27 +107767,11 @@
/area/station/maintenance/security/fore_starboard)
"vwg" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/security/prison/cell_block/a)
-"vwi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/secondary/entry/west)
"vwn" = (
/obj/item/clothing/head/cone{
pixel_x = -8;
@@ -108462,6 +107829,19 @@
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/secondary/garden)
+"vxj" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/firealarm/directional/east,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/service/clown/secret)
"vxm" = (
/obj/structure/chair{
dir = 1
@@ -108476,18 +107856,12 @@
"vxp" = (
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
-"vxs" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint2)
+/area/station/maintenance/electrical/aft_port)
"vxt" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/barricade/sandbags,
@@ -108501,13 +107875,13 @@
/area/station/maintenance/disposal/northeast)
"vxH" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/space,
/area/space/nearstation)
"vxJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -108524,9 +107898,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
"vxP" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1;
level = 2
@@ -108567,7 +107938,7 @@
/area/station/service/barber)
"vyb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -108628,17 +107999,6 @@
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
-"vyI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "cafeteria"
- },
-/area/station/service/kitchen)
"vyL" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/light{
@@ -108667,6 +108027,27 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/apmaint)
+"vyW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/south)
+"vyZ" = (
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/port)
"vzb" = (
/obj/structure/chair/wood/wings{
dir = 1
@@ -108809,22 +108190,19 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
"vAM" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -108885,8 +108263,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/red,
/area/station/service/chapel)
+"vBm" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_port)
"vBp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -108929,6 +108318,20 @@
"vBu" = (
/turf/simulated/wall/r_wall,
/area/station/turret_protected/ai)
+"vBw" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door_control{
+ id = "brig_courtroom";
+ name = "Brig Courtroom Shutter Control";
+ pixel_y = 25;
+ req_access = list(2)
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/legal/courtroom)
"vBx" = (
/obj/structure/table/wood/fancy/red,
/obj/item/candle/eternal/lit{
@@ -108966,12 +108369,6 @@
},
/area/station/security/permabrig)
"vBK" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/light{
dir = 1
},
@@ -108980,6 +108377,15 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
+"vBL" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_starboard)
"vBP" = (
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating,
@@ -108990,7 +108396,7 @@
color = "#954535"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -109030,7 +108436,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -109041,6 +108447,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -109052,13 +108461,6 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
-"vCv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"vCx" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
@@ -109066,13 +108468,13 @@
"vCz" = (
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment{
@@ -109090,7 +108492,7 @@
layer = 2.6;
name = "containment door 7"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -109146,24 +108548,6 @@
icon_state = "blue"
},
/area/station/hallway/primary/fore/north)
-"vDw" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"vDC" = (
/obj/structure/sign/securearea{
desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
@@ -109174,6 +108558,21 @@
},
/turf/simulated/wall/r_wall,
/area/station/science/toxins/launch)
+"vDD" = (
+/obj/effect/spawner/random/dirt/often,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgreenfull"
+ },
+/area/station/service/hydroponics)
"vDM" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -109216,16 +108615,6 @@
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"vEr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 9
- },
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"vEs" = (
/obj/machinery/light,
/obj/effect/landmark/start/assistant,
@@ -109244,7 +108633,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -109264,8 +108653,18 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
+"vEC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "green"
+ },
+/area/station/maintenance/service/aft_starboard)
"vED" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden,
@@ -109283,6 +108682,13 @@
/obj/structure/spider/stickyweb,
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
+"vEL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/chair/stool,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/apmaint)
"vEQ" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -109305,7 +108711,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -109360,13 +108766,13 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -109417,6 +108823,20 @@
/obj/machinery/firealarm/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
+"vFJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/hydroponics)
"vFK" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -109425,7 +108845,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/starboard)
"vFQ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -109446,10 +108866,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/wall,
/area/station/maintenance/asmaint)
-"vGk" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
"vGl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -109460,7 +108876,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -109498,19 +108914,6 @@
icon_state = "redcorner"
},
/area/station/maintenance/security/port)
-"vGw" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"vGS" = (
/obj/structure/closet/emcloset,
/obj/machinery/light/small{
@@ -109521,10 +108924,10 @@
},
/area/station/maintenance/asmaint2)
"vGW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -109532,6 +108935,23 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
+"vGZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"vHo" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -109542,18 +108962,15 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"vHp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
@@ -109578,8 +108995,15 @@
/obj/item/pen,
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
+"vHy" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/random/maintenance,
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/asmaint)
"vHG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/transparent/glass/reinforced,
@@ -109592,6 +109016,9 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/light{
color = "#6b8698"
},
@@ -109671,6 +109098,12 @@
icon_state = "dark"
},
/area/station/science/genetics)
+"vJf" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"vJh" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -109691,14 +109124,11 @@
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/port/north)
"vJl" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -109715,14 +109145,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/cargocom)
-"vJL" = (
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"vKh" = (
/obj/structure/plasticflaps/mining,
/obj/machinery/conveyor/west{
@@ -109736,6 +109163,16 @@
icon_state = "neutralcorner"
},
/area/station/public/locker)
+"vKp" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"vKD" = (
/obj/structure/toilet/directional/north,
/obj/machinery/light/small{
@@ -109759,24 +109196,6 @@
icon_state = "red"
},
/area/station/maintenance/security/fore_starboard)
-"vKF" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/closet/emcloset,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"vKJ" = (
/obj/item/radio/intercom{
name = "west bump";
@@ -109812,6 +109231,17 @@
icon_state = "whiteblue"
},
/area/station/medical/patients_rooms_secondary)
+"vKR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/cargocom)
"vKU" = (
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
@@ -109819,7 +109249,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -109847,10 +109277,10 @@
},
/area/station/medical/reception)
"vLe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -109881,28 +109311,6 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
-"vLS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/north)
-"vLT" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/west)
"vLU" = (
/obj/structure/disposalpipe/trunk{
dir = 4
@@ -109960,9 +109368,6 @@
pixel_x = 28
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
/area/station/service/bar)
@@ -109971,11 +109376,8 @@
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
+/obj/structure/cable{
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
icon_state = "darkgreen"
@@ -110029,7 +109431,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/hallway/primary/central/west)
"vNb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -110041,18 +109443,13 @@
icon_state = "white"
},
/area/station/medical/sleeper)
-"vNp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+"vNu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/station/service/bar)
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint)
"vNy" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable,
@@ -110153,6 +109550,10 @@
icon_state = "darkred"
},
/area/station/security/checkpoint/secondary)
+"vOH" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_port)
"vOI" = (
/turf/simulated/floor/carpet/cyan,
/area/station/public/fitness)
@@ -110187,7 +109588,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -110210,23 +109611,6 @@
icon_state = "browncorner"
},
/area/station/supply/lobby)
-"vPJ" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"vPV" = (
/obj/structure/chair,
/obj/machinery/camera{
@@ -110244,7 +109628,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -110256,7 +109640,7 @@
/area/station/medical/chemistry)
"vQf" = (
/obj/structure/filingcabinet/chestdrawer,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/alarm/directional/north,
@@ -110266,7 +109650,7 @@
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
"vQk" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment/corner{
@@ -110285,7 +109669,7 @@
"vQl" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"vQq" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -110297,7 +109681,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -110322,10 +109706,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -110339,7 +109723,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -110354,7 +109738,7 @@
/obj/structure/chair/office{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/landmark/start/virologist,
@@ -110391,7 +109775,7 @@
/turf/simulated/floor/wood,
/area/station/medical/psych)
"vRf" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/firealarm/directional/west,
@@ -110460,6 +109844,21 @@
/obj/item/beacon,
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
+"vRU" = (
+/obj/effect/spawner/random/dirt/frequent,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgreenfull"
+ },
+/area/station/service/hydroponics)
"vRX" = (
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
@@ -110477,7 +109876,7 @@
},
/area/station/medical/virology)
"vSr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -110488,26 +109887,6 @@
/obj/structure/sink/directional/east,
/turf/simulated/floor/plasteel/freezer,
/area/station/public/toilet/unisex)
-"vSy" = (
-/obj/machinery/camera{
- c_tag = "Docking Asteroid Substation";
- dir = 6
- },
-/obj/machinery/computer/monitor,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
-"vSC" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
"vSG" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel{
@@ -110533,12 +109912,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -110556,13 +109935,26 @@
"vTo" = (
/turf/simulated/wall,
/area/station/turret_protected/ai)
+"vTp" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/machinery/camera{
+ c_tag = "Central Service Plaza North";
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/primary/port/south)
"vTt" = (
/obj/machinery/camera{
c_tag = "Brig General Population Cell";
dir = 10
},
/obj/machinery/power/treadmill,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/obj/machinery/treadmill_monitor{
id = "Cell 6";
pixel_y = -36
@@ -110581,7 +109973,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating{
@@ -110601,6 +109993,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"vTM" = (
@@ -110610,7 +110005,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -110638,7 +110033,7 @@
/obj/machinery/atmospherics/trinary/tvalve/digital{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/engine,
@@ -110651,23 +110046,11 @@
/turf/simulated/floor/plasteel/freezer,
/area/station/maintenance/gambling_den)
"vUb" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
-"vUe" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/starboard)
"vUn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -110700,7 +110083,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -110733,19 +110116,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry)
-"vUZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/binary/pump{
- name = "Pure To Turbine"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellow"
- },
-/area/station/maintenance/storage)
"vVi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -110753,20 +110123,25 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
/area/station/public/storage/emergency)
-"vVm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+"vVo" = (
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
+/obj/machinery/door/airlock/public/glass{
+ name = "Walkway"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/spacebridge/dockmed)
"vVp" = (
/obj/structure/flora/ausbushes/genericbush,
/turf/simulated/floor/grass/jungle,
@@ -110785,12 +110160,6 @@
},
/turf/simulated/floor/catwalk,
/area/station/public/storage/emergency/port)
-"vVQ" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
"vWg" = (
/obj/machinery/atmospherics/binary/pump,
/turf/simulated/floor/plasteel,
@@ -110822,8 +110191,8 @@
},
/area/station/hallway/primary/fore/east)
"vWE" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/end,
@@ -110868,8 +110237,28 @@
icon_state = "cafeteria"
},
/area/station/command/office/rd)
+"vWP" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/public/glass{
+ name = "Central Access"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/port/north)
"vWT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -110903,9 +110292,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "escapecorner";
@@ -110941,10 +110327,10 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb2,
/obj/structure/fence,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating{
@@ -110972,6 +110358,21 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/security/starboard)
+"vXQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/report_crimes/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"vXR" = (
/obj/structure/chair/sofa/corp/left{
dir = 8
@@ -110981,6 +110382,12 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"vXU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/engmed)
"vXV" = (
/obj/machinery/status_display{
layer = 4
@@ -110991,13 +110398,16 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/dockmed)
"vYo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/camera/autoname{
@@ -111010,10 +110420,10 @@
},
/area/station/medical/surgery/primary)
"vYr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/hologram/holopad,
@@ -111023,7 +110433,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -111055,21 +110465,8 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
-"vZj" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/fore_port)
"vZt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -111126,7 +110523,7 @@
"waa" = (
/obj/item/instrument/violin,
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating{
@@ -111151,32 +110548,24 @@
icon_state = "red"
},
/area/station/security/range)
-"waf" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Security Office"
- },
-/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "darkredfull"
- },
-/area/station/security/checkpoint/secondary)
-"wai" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
"waj" = (
/turf/simulated/mineral/ancient,
/area/station/maintenance/disposal)
+"war" = (
+/obj/effect/spawner/random/dirt/frequent,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/north)
"was" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -111203,26 +110592,6 @@
},
/turf/simulated/floor/wood,
/area/station/public/pet_store)
-"waN" = (
-/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgreenfull"
- },
-/area/station/maintenance/service/aft_starboard)
"waS" = (
/obj/machinery/door/poddoor{
id_tag = "justice_blast";
@@ -111251,23 +110620,43 @@
},
/turf/simulated/wall,
/area/station/hallway/primary/starboard/south)
-"wbD" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
"wbF" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 9
},
/turf/simulated/floor/engine/vacuum,
/area/station/science/toxins/mixing)
+"wbN" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Docking Asteroid Escape Hallway";
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/entry/east)
+"wbO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/space,
+/area/station/hallway/spacebridge/servsci)
"wca" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -111293,10 +110682,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"wcl" = (
-/obj/structure/cable/orange{
+/obj/structure/grille/broken,
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/grille/broken,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"wcs" = (
@@ -111305,18 +110694,6 @@
icon_state = "darkpurplefull"
},
/area/station/public/quantum/security)
-"wcy" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"wcU" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -111346,19 +110723,6 @@
dir = 8
},
/area/station/engineering/atmos)
-"wdn" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/monkey_recycler,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/xenobiology)
"wds" = (
/obj/machinery/door/poddoor/shutters/preopen{
dir = 1;
@@ -111381,9 +110745,11 @@
},
/area/station/security/armory/secure)
"wdC" = (
-/obj/structure/grille,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"wdJ" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/wood,
@@ -111401,7 +110767,7 @@
"wdU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/trash/spentcasing/bullet/lasershot,
@@ -111424,17 +110790,60 @@
icon_state = "dark"
},
/area/station/aisat/atmos)
+"wez" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"weD" = (
/obj/structure/marker_beacon/dock_marker,
/turf/simulated/floor/plating/airless{
icon_state = "asteroidplating"
},
/area/station/hallway/secondary/entry/south)
+"weF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"weG" = (
/obj/structure/transit_tube,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"weI" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/command/starboard)
"weK" = (
/obj/structure/closet/crate/freezer,
/obj/item/reagent_containers/iv_bag/blood/o_minus,
@@ -111480,7 +110889,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -111511,6 +110920,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"wfN" = (
@@ -111528,10 +110940,10 @@
/area/station/maintenance/security/starboard)
"wfT" = (
/obj/structure/closet/secure_closet/brig/temp/cell_4,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/camera{
@@ -111547,7 +110959,7 @@
},
/area/station/security/prison/cell_block/a)
"wfU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -111581,22 +110993,25 @@
},
/area/station/medical/storage/secondary)
"wgh" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
"wgt" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellowfull"
},
@@ -111612,6 +111027,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/item/storage/bag/dice,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"wgQ" = (
@@ -111669,13 +111087,13 @@
/area/station/medical/virology)
"whC" = (
/obj/structure/fence,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -111684,28 +111102,8 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint)
-"whH" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/security/aft_port)
"whN" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/catwalk,
@@ -111717,13 +111115,13 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/command/fore)
"wig" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -111784,6 +111182,16 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"wiJ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"wiO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
@@ -111793,6 +111201,9 @@
c_tag = "Medbay Asteroid Hallway 2";
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -111848,7 +111259,7 @@
pixel_x = 32;
pixel_y = 40
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -111872,47 +111283,16 @@
"wiY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
/area/station/medical/cloning)
-"wjg" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/west)
-"wjr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm/directional/east,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellow"
- },
-/area/station/maintenance/command/starboard)
"wjy" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -111943,6 +111323,28 @@
},
/turf/simulated/floor/wood,
/area/station/medical/psych)
+"wjM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Barber Shop Exterior";
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"wjQ" = (
/obj/structure/chair/office/dark{
dir = 8
@@ -111956,31 +111358,26 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/port)
-"wjV" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"wjX" = (
/obj/structure/sign/poster/official/report_crimes/directional/north,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/north)
+"wjY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"wka" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -112007,14 +111404,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"wkf" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -112024,15 +111421,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
/area/station/security/range)
-"wkt" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
"wkx" = (
/obj/machinery/door/airlock/public/glass{
autoclose = 0;
@@ -112050,15 +111438,6 @@
},
/turf/simulated/floor/engine,
/area/station/science/toxins/mixing)
-"wkA" = (
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/effect/spawner/window/reinforced/polarized/grilled{
- id = "Processing"
- },
-/turf/simulated/floor/plating,
-/area/station/security/processing)
"wkC" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -112073,9 +111452,6 @@
name = "Service Lockdown"
},
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/spacebridge/servsci)
"wkH" = (
@@ -112085,16 +111461,6 @@
icon_state = "whiteblue"
},
/area/station/medical/paramedic)
-"wkI" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"wkJ" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp,
@@ -112102,6 +111468,9 @@
/area/station/command/office/captain)
"wkP" = (
/obj/machinery/firealarm/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -112142,30 +111511,12 @@
},
/turf/simulated/floor/plating/airless,
/area/station/maintenance/disposal/south)
-"wlw" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/control)
"wly" = (
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkbrowncorners"
},
/area/station/supply/qm)
-"wlC" = (
-/obj/structure/mineral_door/wood{
- name = "Secret Clown HQ"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/service/clown/secret)
"wlD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
@@ -112177,18 +111528,13 @@
color = "#505050";
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/north)
-"wlG" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"wlV" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -112199,20 +111545,6 @@
},
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
-"wlW" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"wlZ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/command/glass{
@@ -112234,24 +111566,7 @@
icon_state = "darkblue"
},
/area/station/command/meeting_room)
-"wmg" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/east)
"wmp" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/turbine)
"wmq" = (
@@ -112268,13 +111583,13 @@
/area/station/maintenance/apmaint)
"wmt" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -112296,6 +111611,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"wmE" = (
@@ -112316,24 +111634,6 @@
/obj/machinery/access_button/offset/southwest,
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
-"wmI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/fore/west)
"wmP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
@@ -112349,9 +111649,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -112360,9 +111657,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible/universal,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -112418,6 +111712,18 @@
/obj/effect/decal/cleanable/glass,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"wnF" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock{
+ name = "Bathroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel/freezer,
+/area/station/public/toilet/unisex)
"wnG" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
@@ -112464,9 +111770,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/servsci)
"woa" = (
@@ -112518,12 +111821,6 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
-"woP" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/prisonlockers)
"woR" = (
/obj/machinery/door/firedoor,
/obj/effect/decal/cleanable/dirt,
@@ -112535,7 +111832,7 @@
/area/station/maintenance/storage)
"woU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -112555,24 +111852,17 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/command/starboard)
-"wpp" = (
-/obj/machinery/light,
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
+"wpB" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/area/station/hallway/primary/port/north)
-"wpF" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/airlock/engineering{
+ name = "Service Asteroid Substation"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/electrical/port)
"wpH" = (
/obj/structure/sink/directional/east,
/obj/structure/mirror{
@@ -112586,9 +111876,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -112613,28 +111900,11 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
-"wpW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/east)
"wpX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -112645,11 +111915,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/hallway/spacebridge/cargocom)
-"wqd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/maintcentral)
"wqv" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 8
@@ -112685,7 +111950,7 @@
/area/station/maintenance/disposal/south)
"wqI" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -112727,18 +111992,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/wall,
/area/station/maintenance/asmaint2)
-"wqS" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
"wrg" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plasteel{
@@ -112761,7 +112014,7 @@
/area/station/hallway/primary/port/south)
"wrl" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -112789,7 +112042,7 @@
/turf/simulated/floor/grass/jungle/no_creep,
/area/station/hallway/primary/port/south)
"wrJ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
@@ -112798,12 +112051,12 @@
/turf/simulated/floor/plasteel/dark/telecomms,
/area/station/science/server/coldroom)
"wrL" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"wrP" = (
@@ -112813,13 +112066,16 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"wrS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"wrU" = (
/obj/machinery/door/airlock/mining/glass,
@@ -112831,7 +112087,7 @@
/obj/effect/mapping_helpers/airlock/access/any/supply/general,
/obj/effect/mapping_helpers/airlock/access/any/supply/mining,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -112840,12 +112096,12 @@
},
/area/station/supply/break_room)
"wrW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/door/airlock/security/glass,
@@ -112893,13 +112149,6 @@
icon_state = "whiteblue"
},
/area/station/medical/patients_rooms1)
-"wsv" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/security/aft_port)
"wsx" = (
/obj/effect/landmark/start/botanist,
/turf/simulated/floor/plasteel{
@@ -112935,9 +112184,6 @@
/turf/simulated/floor/plating,
/area/station/engineering/gravitygenerator)
"wsO" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/corner,
/turf/simulated/floor/plasteel{
@@ -112958,7 +112204,7 @@
/turf/simulated/wall/r_wall,
/area/mine/unexplored/cere/cargo)
"wta" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -112980,7 +112226,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -113050,7 +112296,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -113094,6 +112340,9 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/starboard)
"wud" = (
@@ -113108,6 +112357,9 @@
location = "EngineeringWest";
name = "navigation beacon (Engineering-West)"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -113142,10 +112394,10 @@
layer = 2.6;
name = "containment door 4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/obj/machinery/door/window/classic/normal{
@@ -113227,6 +112479,9 @@
pixel_x = 24;
name = "custom placement"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "purple";
dir = 4
@@ -113243,6 +112498,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -113270,7 +112528,7 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -113279,7 +112537,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -113306,13 +112564,13 @@
/turf/simulated/floor/wood,
/area/station/service/theatre)
"wvw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -113346,24 +112604,15 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"wvM" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_starboard)
-"wvQ" = (
-/obj/effect/landmark/lightsout,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/south)
"wvX" = (
/obj/structure/reagent_dispensers/watertank,
/obj/effect/spawner/random/dirt/frequent,
@@ -113371,6 +112620,29 @@
icon_state = "yellowfull"
},
/area/station/maintenance/command/starboard)
+"wwi" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/space,
+/area/station/hallway/spacebridge/servsci)
+"wwl" = (
+/obj/machinery/atmospherics/pipe/simple/visible/purple{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/atmos/control)
"wwn" = (
/obj/structure/closet/emcloset,
/obj/machinery/light/small{
@@ -113385,10 +112657,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"wwA" = (
/obj/machinery/door/firedoor,
@@ -113399,7 +112671,7 @@
/area/station/hallway/secondary/entry/north)
"wwM" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -113418,18 +112690,25 @@
/obj/machinery/shower/directional/east,
/turf/simulated/floor/noslip,
/area/station/engineering/break_room)
-"wxd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/maintcentral)
"wxe" = (
/obj/structure/chair/sofa/left,
/turf/simulated/floor/wood,
/area/station/medical/psych)
+"wxf" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"wxh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -113454,7 +112733,7 @@
/area/station/hallway/secondary/entry/south)
"wxw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -113463,14 +112742,6 @@
icon_state = "white"
},
/area/station/medical/sleeper)
-"wxE" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/wood,
-/area/station/public/vacant_office)
"wxJ" = (
/obj/effect/mapping_helpers/airlock/access/all/medical/virology,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -113486,11 +112757,21 @@
icon_state = "whitegreenfull"
},
/area/station/medical/virology)
+"wxO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"wxR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -113535,7 +112816,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
"wyr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -113553,9 +112834,6 @@
dir = 6;
network = list("SS13","Engineering")
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/control)
"wyL" = (
@@ -113603,6 +112881,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -113641,7 +112922,7 @@
/area/station/science/test_chamber)
"wzo" = (
/obj/structure/table,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/item/reagent_containers/drinks/bottle/beer{
@@ -113665,20 +112946,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
-"wzz" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"wzC" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -113699,7 +112966,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -113722,6 +112989,14 @@
"wzH" = (
/turf/simulated/mineral/ancient/outer,
/area/station/hallway/primary/fore/east)
+"wzO" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/starboard)
"wzS" = (
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Warehouse Maintenance"
@@ -113732,32 +113007,6 @@
"wAf" = (
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
-"wAg" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
-"wAo" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/firealarm/directional/west,
-/turf/simulated/floor/wood,
-/area/station/public/vacant_office)
"wAp" = (
/obj/structure/table,
/obj/item/clothing/glasses/meson,
@@ -113777,7 +113026,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -113792,6 +113041,28 @@
"wAG" = (
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
+"wAK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/disposalpipe/sortjunction/reversed{
+ dir = 8;
+ sort_type_txt = "19"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"wAL" = (
/obj/structure/shuttle/engine/propulsion/burst{
dir = 8
@@ -113802,7 +113073,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -113820,12 +113091,12 @@
name = "Solitary Confinement 1"
},
/obj/effect/mapping_helpers/airlock/access/all/security/brig,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"wAX" = (
@@ -113864,15 +113135,23 @@
/obj/machinery/computer/monitor{
dir = 1
},
-/obj/structure/cable/orange,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/maintenance/apmaint)
+"wBt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
+ },
+/obj/effect/map_effect/dynamic_airlock,
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/central/north)
"wBC" = (
/obj/structure/disposalpipe/segment{
dir = 4;
color = "#954535"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -113881,6 +113160,17 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
+"wBJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"wBM" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -113891,9 +113181,6 @@
},
/area/station/medical/medbay2)
"wBT" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/status_display{
pixel_y = 32
},
@@ -113902,13 +113189,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
-"wBW" = (
-/obj/structure/girder,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/command/starboard)
"wCb" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -113918,7 +113198,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/fore_starboard)
"wCe" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -113939,15 +113219,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -113969,6 +113249,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"wCz" = (
@@ -113984,9 +113267,6 @@
color = "#954535"
},
/obj/machinery/firealarm/directional/south,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "purplecorner"
@@ -113997,9 +113277,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"wCP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 8
},
@@ -114009,13 +113286,10 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"wCS" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/turf/simulated/floor/plasteel{
@@ -114024,44 +113298,46 @@
/area/station/service/hydroponics)
"wCT" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
/obj/effect/turf_decal/stripes/end{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/public/storage/emergency)
-"wCU" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
+"wDg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
- dir = 10;
- icon_state = "escape"
+ icon_state = "greencorner";
+ dir = 8
},
-/area/station/maintenance/asmaint2)
+/area/station/hallway/primary/port/north)
"wDj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/command/fore)
"wDk" = (
/obj/machinery/conveyor/counterclockwise{
@@ -114084,9 +113360,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"wDM" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/chair/sofa/bench/left{
dir = 4
},
@@ -114100,6 +113373,25 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
+"wDN" = (
+/obj/structure/disposalpipe/segment/corner,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"wDP" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced{
@@ -114121,6 +113413,9 @@
/obj/structure/sign/greencross{
pixel_x = -32
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -114136,7 +113431,7 @@
/obj/machinery/conveyor/auto{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -114145,6 +113440,13 @@
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
/area/station/maintenance/security/fore_starboard)
+"wEd" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/prisonershuttle)
"wEe" = (
/obj/structure/disposalpipe/segment{
color = "#954535"
@@ -114163,7 +113465,7 @@
name = "Cryo and Arrivals Super APC";
cell_type = 15000
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -114202,7 +113504,7 @@
},
/area/station/maintenance/security/starboard)
"wEK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -114321,24 +113623,15 @@
icon_state = "yellow"
},
/area/station/supply/smith_office)
-"wGa" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-8"
+"wFR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/service/chapel)
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"wGl" = (
/obj/machinery/computer/security{
dir = 4;
@@ -114392,17 +113685,11 @@
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
-"wGZ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"wHb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -114414,35 +113701,19 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/east)
-"wHn" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/structure/disposalpipe/sortjunction/reversed{
- dir = 8;
- sort_type_txt = "19"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/north)
"wHs" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -114452,15 +113723,6 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/catwalk,
/area/station/maintenance/disposal/southwest)
-"wHv" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/engineering/transmission_laser)
"wHy" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -114487,6 +113749,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"wHN" = (
@@ -114506,8 +113771,8 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+/obj/structure/cable{
+ icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -114550,7 +113815,7 @@
},
/area/station/hallway/primary/central/west)
"wIh" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/item/flag/nt,
@@ -114582,19 +113847,6 @@
icon_state = "red"
},
/area/station/security/prisonershuttle)
-"wIm" = (
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_starboard)
"wIp" = (
/turf/simulated/mineral/ancient/outer,
/area/mine/unexplored/cere/ai)
@@ -114618,10 +113870,10 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -114718,6 +113970,18 @@
/obj/structure/flora/grass/jungle,
/turf/simulated/floor/grass/jungle,
/area/station/hallway/primary/central/west)
+"wKp" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/wood,
+/area/station/maintenance/gambling_den)
"wKu" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -114737,7 +114001,7 @@
/area/station/maintenance/security/fore_starboard)
"wKD" = (
/obj/machinery/power/apc/important/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -114791,7 +114055,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"wKN" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/table/wood,
@@ -114813,6 +114077,12 @@
icon_state = "dark"
},
/area/station/command/meeting_room)
+"wKO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/prisonlockers)
"wKR" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 8;
@@ -114885,21 +114155,13 @@
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
"wLz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/science/toxins/launch)
-"wLI" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/hallway/secondary/exit)
"wLL" = (
/obj/machinery/atmospherics/unary/cryo_cell,
/obj/effect/decal/cleanable/dirt,
@@ -114910,7 +114172,7 @@
/area/station/maintenance/starboard)
"wLM" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -114919,6 +114181,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/security/aft_port)
"wLT" = (
@@ -114938,14 +114203,64 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/north)
+"wLZ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/public/vacant_office)
+"wMc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"wMg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/east)
+"wMl" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/obj/structure/sign/security{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/caution/red{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/sign/security{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/caution/red{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"wME" = (
/obj/machinery/door_control{
id = "brig_courtroom";
@@ -114958,37 +114273,6 @@
icon_state = "darkredcorners"
},
/area/station/security/brig)
-"wMN" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/wood,
-/area/station/command/office/hos)
-"wMQ" = (
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/public/glass,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/public/quantum/docking)
"wMT" = (
/obj/docking_port/stationary{
dir = 8;
@@ -115007,6 +114291,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "purple"
@@ -115034,13 +114321,30 @@
location = "EngineeringEast3";
name = "navigation beacon (Engineering-East 3)"
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/north)
+"wNt" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/disposalpipe/junction/reversed{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"wNu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
@@ -115049,7 +114353,7 @@
/turf/simulated/floor/plating,
/area/station/service/clown/secret)
"wNy" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -115183,7 +114487,7 @@
},
/area/station/supply/storage)
"wOi" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -115196,9 +114500,24 @@
icon_state = "cafeteria"
},
/area/station/command/office/rd)
+"wOk" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"wOp" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -115218,10 +114537,10 @@
"wOv" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -115274,7 +114593,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -115344,26 +114663,6 @@
},
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
-"wPV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/service/aft_starboard)
-"wQh" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"wQj" = (
/obj/machinery/suit_storage_unit/industrial/ce/secure,
/turf/simulated/floor/carpet/orange,
@@ -115439,6 +114738,9 @@
"wRa" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/starboard)
"wRc" = (
@@ -115486,23 +114788,13 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry)
-"wSb" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/machinery/computer/monitor,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
"wSg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"wSi" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -115561,13 +114853,6 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"wSy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"wSz" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel/freezer,
@@ -115604,7 +114889,7 @@
/obj/structure/disposalpipe/junction{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -115674,10 +114959,10 @@
},
/area/station/medical/cryo)
"wTO" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/disposalpipe/sortjunction{
@@ -115694,25 +114979,14 @@
},
/area/station/supply/office)
"wUh" = (
-/obj/machinery/power/solar,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
+/obj/machinery/power/solar,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
/area/station/engineering/solar/aft_starboard)
-"wUm" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment{
- color = "#505050"
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/asmaint)
"wUp" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
@@ -115738,7 +115012,7 @@
/turf/space,
/area/space/nearstation)
"wUw" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -115747,7 +115021,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -115774,7 +115048,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"wUU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -115824,6 +115098,19 @@
/obj/item/camera,
/turf/simulated/floor/carpet/black,
/area/station/command/office/captain)
+"wVm" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/wood,
+/area/station/maintenance/service/aft_starboard)
"wVp" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
@@ -115850,10 +115137,6 @@
/obj/item/broken_bottle,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"wVD" = (
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"wVG" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -115896,15 +115179,6 @@
},
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
-"wVT" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/brig)
"wWa" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -115918,9 +115192,17 @@
icon_state = "darkblue"
},
/area/station/medical/medbay3)
+"wWf" = (
+/obj/structure/disposalpipe/segment{
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"wWj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -115979,26 +115261,49 @@
/obj/structure/sign/examroom,
/turf/simulated/floor/plating,
/area/station/medical/patients_rooms_secondary)
-"wWP" = (
+"wWK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
-"wWZ" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped{
- dir = 8
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
},
-/obj/item/stack/sheet/wood,
-/obj/structure/grille/broken,
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/service/aft_port)
+/area/station/security/lobby)
+"wWR" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"wXc" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -116015,34 +115320,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
-"wXm" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "purplecorner"
- },
-/area/station/hallway/primary/aft/west)
-"wXs" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/wood,
-/area/station/maintenance/gambling_den)
"wXv" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -116058,6 +115335,22 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
+"wXA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "escapecorner"
+ },
+/area/station/hallway/secondary/exit)
"wXB" = (
/obj/machinery/atmospherics/portable/canister/air,
/obj/effect/turf_decal/delivery/white/hollow,
@@ -116082,7 +115375,7 @@
/turf/simulated/wall/r_wall,
/area/station/science/server/coldroom)
"wXZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -116116,7 +115409,7 @@
},
/area/station/engineering/equipmentstorage)
"wYi" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -116154,6 +115447,23 @@
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_starboard)
+"wYy" = (
+/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgreenfull"
+ },
+/area/station/maintenance/service/aft_starboard)
"wYG" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
@@ -116164,22 +115474,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/atmos)
"wYH" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -116208,6 +115515,21 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/north)
+"wZh" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/north)
"wZu" = (
/obj/effect/map_effect/marker/mapmanip/submap/insert/station/cerestation/engineering_science,
/turf/simulated/mineral/ancient,
@@ -116255,7 +115577,7 @@
/area/station/hallway/spacebridge/servsci)
"wZJ" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/door/poddoor/shutters/preopen{
@@ -116276,10 +115598,10 @@
pixel_y = 1;
req_access = list(66)
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
@@ -116347,6 +115669,13 @@
icon_state = "whiteblue"
},
/area/station/medical/storage)
+"xam" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/mineral/tranquillite,
+/area/station/service/mime)
"xaq" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
@@ -116354,7 +115683,7 @@
},
/area/station/medical/cryo)
"xax" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -116379,23 +115708,20 @@
id_tag = "XenoPod6";
name = "containment door 6"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"xaR" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -116428,40 +115754,11 @@
},
/turf/simulated/floor/engine/vacuum,
/area/station/science/toxins/mixing)
-"xbi" = (
-/obj/structure/disposalpipe/junction/reversed{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_starboard)
-"xbn" = (
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=Service";
- location = "CommandWest";
- name = "navigation beacon (Command-West)"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
"xby" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -116476,8 +115773,8 @@
},
/area/station/medical/reception)
"xbA" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -116521,12 +115818,25 @@
icon_state = "darkblue"
},
/area/station/maintenance/starboard)
+"xcl" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/maintenance/external,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/orange{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"xcn" = (
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southeast)
"xcs" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -116544,7 +115854,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
"xcD" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -116556,27 +115866,47 @@
icon_state = "neutralfull"
},
/area/station/public/storefront)
-"xcN" = (
-/obj/structure/cable/orange{
+"xcT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 10
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/storage)
+"xdh" = (
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/spawner/random/dirt/often,
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/service/fore_port)
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/service/aft_port)
"xdi" = (
/obj/effect/turf_decal/stripes/end{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/effect/spawner/random/dirt/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"xdj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -116589,20 +115919,6 @@
icon_state = "whiteyellow"
},
/area/station/medical/reception)
-"xdr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/aft_starboard)
"xdu" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -116624,6 +115940,20 @@
/obj/machinery/alarm/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
+"xdy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
+ },
+/obj/structure/sign/securearea{
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
+ icon_state = "space";
+ layer = 4;
+ name = "EXTERNAL AIRLOCK";
+ pixel_x = -32
+ },
+/turf/simulated/floor/plating,
+/area/station/hallway/primary/fore/north)
"xdA" = (
/obj/item/reagent_containers/glass/bucket/wooden,
/turf/simulated/floor/grass,
@@ -116658,18 +115988,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
-"xeh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
- },
-/area/station/hallway/primary/port/south)
"xek" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -116688,7 +116006,7 @@
},
/area/station/aisat/atmos)
"xeo" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/power/apc/directional/north,
@@ -116717,16 +116035,35 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/west)
+"xeG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 10;
+ icon_state = "escape"
+ },
+/area/station/maintenance/asmaint2)
"xeN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -116737,14 +116074,14 @@
},
/area/station/maintenance/security/aft_port)
"xeU" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/bed,
/obj/item/bedsheet/blue,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
@@ -116757,11 +116094,11 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -116790,7 +116127,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -116798,7 +116135,7 @@
},
/area/station/command/office/cmo)
"xfG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -116824,6 +116161,40 @@
/obj/structure/disposalpipe/segment/corner,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/southwest)
+"xgg" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/permabrig)
+"xgm" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sortjunction/reversed{
+ dir = 8;
+ sort_type_txt = "4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/break_room)
"xgt" = (
/obj/machinery/kitchen_machine/microwave{
pixel_y = 5
@@ -116833,8 +116204,25 @@
icon_state = "bar"
},
/area/station/security/permabrig)
+"xgu" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/aft_starboard)
"xgA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -116850,8 +116238,17 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/storage)
+"xgC" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/service/hydroponics)
"xgE" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/glass,
@@ -116898,24 +116295,6 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/service/aft_starboard)
-"xha" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/port/north)
"xhb" = (
/obj/structure/table,
/obj/item/ashtray/bronze,
@@ -116925,15 +116304,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/main)
-"xhe" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/fore/north)
"xhf" = (
/obj/structure/railing{
dir = 8
@@ -116944,6 +116314,28 @@
"xhk" = (
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
+"xhn" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/door/airlock/security/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/security/general,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/range)
"xho" = (
/obj/structure/closet/boxinggloves,
/obj/machinery/light{
@@ -116989,7 +116381,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/door/poddoor/shutters{
@@ -117002,12 +116394,24 @@
icon_state = "ramptop"
},
/area/station/science/robotics/chargebay)
+"xhO" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/item/storage/belt/utility,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/station/engineering/break_room)
"xhP" = (
/turf/simulated/floor/engine,
/area/station/science/toxins/mixing)
"xhR" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/obj/structure/closet/crate/trashcart,
@@ -117027,7 +116431,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -117040,9 +116444,6 @@
},
/area/station/medical/morgue)
"xhY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light{
dir = 4
},
@@ -117054,28 +116455,6 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
-"xhZ" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- color = "#505050";
- dir = 4
- },
-/obj/machinery/bluespace_beacon/cerestation/medbay,
-/obj/effect/turf_decal/box/white{
- color = "#658da9"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "whitebluefull"
- },
-/area/station/medical/reception)
"xia" = (
/obj/item/stack/sheet/cardboard,
/turf/simulated/floor/plating,
@@ -117084,13 +116463,13 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"xiK" = (
/obj/structure/closet/secure_closet/cmo,
@@ -117158,22 +116537,6 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
-"xjc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "escapecorner"
- },
-/area/station/hallway/secondary/exit)
"xjj" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -117189,6 +116552,12 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
+"xjH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"xjN" = (
/obj/structure/cable{
icon_state = "0-8"
@@ -117206,7 +116575,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -117227,6 +116596,9 @@
name = "External Airlock Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/starboard/south)
"xko" = (
@@ -117240,21 +116612,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
-"xkx" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/aft_port)
"xkK" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -117332,7 +116689,7 @@
"xlX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -117348,16 +116705,12 @@
icon_state = "purplefull"
},
/area/station/hallway/primary/aft/west)
-"xmk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+"xmj" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/machinery/bluespace_beacon/cerestation/brig,
-/obj/effect/turf_decal/box/red,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/security/lobby)
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"xmo" = (
/obj/effect/mapping_helpers/airlock/locked,
/obj/machinery/door/airlock/external/glass{
@@ -117374,11 +116727,39 @@
/turf/simulated/wall,
/area/station/maintenance/service/aft_port)
"xmG" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/catwalk,
+/turf/simulated/floor/plating,
/area/station/maintenance/disposal/northwest)
+"xmR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
+"xnd" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/south)
"xno" = (
/obj/structure/table,
/obj/effect/spawner/random/maintenance,
@@ -117392,30 +116773,21 @@
"xnA" = (
/turf/simulated/wall/r_wall,
/area/station/science/server)
-"xnM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+"xnL" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
+/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 8
+ icon_state = "dark"
},
-/area/station/hallway/primary/port/north)
+/area/station/security/brig)
"xnO" = (
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry)
"xod" = (
/obj/machinery/power/apc/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
@@ -117423,13 +116795,34 @@
},
/area/station/supply/break_room)
"xog" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
/area/station/maintenance/asmaint2)
+"xoo" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "darkred"
+ },
+/area/station/hallway/secondary/exit)
+"xoy" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/fore/west)
"xoI" = (
/obj/structure/closet/toolcloset,
/turf/simulated/floor/catwalk,
@@ -117441,20 +116834,13 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/catwalk,
/area/station/maintenance/service/aft_starboard)
-"xoU" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"xoS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
},
-/obj/machinery/door/airlock/public/glass{
- name = "Walkway"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/spacebridge/dockmed)
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/command/starboard)
"xoX" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -117463,7 +116849,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -117473,7 +116859,7 @@
/area/station/maintenance/security/starboard)
"xoZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating{
@@ -117492,18 +116878,6 @@
icon_state = "dark"
},
/area/station/science/robotics)
-"xpB" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/wood,
-/area/station/service/bar)
"xpC" = (
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel{
@@ -117518,7 +116892,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/carpet/royalblack,
@@ -117539,6 +116913,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"xpN" = (
@@ -117561,40 +116938,21 @@
/area/station/maintenance/asmaint)
"xqc" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
/area/station/engineering/solar/fore_port)
-"xql" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"xqn" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard/south)
"xqq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -117637,6 +116995,12 @@
icon_state = "yellow"
},
/area/station/maintenance/disposal/east)
+"xqz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"xqA" = (
/obj/structure/table/reinforced,
/obj/item/stack/sheet/metal/fifty,
@@ -117655,7 +117019,7 @@
/area/station/service/library)
"xqR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -117671,10 +117035,10 @@
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/servsci)
"xrj" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/spawner/random/dirt/frequent,
@@ -117694,7 +117058,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -117722,6 +117086,33 @@
dir = 8
},
/area/station/hallway/primary/port/north)
+"xrF" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/public/quantum/docking)
+"xrS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/aft_starboard)
"xrZ" = (
/turf/simulated/wall,
/area/station/security/interrogation)
@@ -117742,6 +117133,26 @@
},
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/security/fore_starboard)
+"xsA" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Command Asteroid Security Area Substation"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/electrical/fore_port)
"xsD" = (
/obj/structure/chair/comfy/black{
dir = 1
@@ -117756,9 +117167,6 @@
"xsW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -117777,6 +117185,25 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/rd)
+"xtj" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore/north)
"xto" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -117799,6 +117226,9 @@
dir = 8
},
/obj/machinery/firealarm/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "escape"
},
@@ -117824,11 +117254,24 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
+"xtU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8;
+ initialize_directions = 11
+ },
+/turf/simulated/floor/catwalk,
+/area/station/public/storage/emergency/port)
"xtX" = (
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel{
@@ -117857,15 +117300,25 @@
},
/turf/simulated/floor/carpet/royalblack,
/area/station/service/bar)
-"xuh" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"xug" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
+/obj/machinery/light/small,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
+"xuh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating{
icon_state = "asteroidplating"
},
@@ -117891,7 +117344,7 @@
/area/station/hallway/secondary/garden)
"xuF" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -117905,6 +117358,25 @@
icon_state = "escapecorner"
},
/area/station/hallway/secondary/exit)
+"xuQ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ color = "#505050"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
+"xuT" = (
+/obj/effect/mapping_helpers/airlock/access/all/service/theatre,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plasteel{
+ icon_regular_floor = "yellowsiding";
+ icon_state = "tranquillite"
+ },
+/area/station/maintenance/service/aft_port)
"xuZ" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
@@ -117916,6 +117388,9 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"xvn" = (
@@ -117936,7 +117411,7 @@
},
/area/station/medical/paramedic)
"xvt" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -118008,13 +117483,27 @@
/area/station/maintenance/starboard)
"xwd" = (
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
icon_state = "darkbluecorners"
},
/area/station/command/office/cmo)
+"xwj" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/light{
+ color = "#62416F"
+ },
+/area/station/public/quantum/science)
"xwn" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -118089,7 +117578,7 @@
/turf/simulated/floor/carpet,
/area/station/public/locker)
"xwW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -118102,6 +117591,12 @@
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"xxd" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating/asteroid/ancient,
+/area/station/maintenance/asmaint)
"xxo" = (
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel,
@@ -118128,7 +117623,7 @@
/turf/simulated/floor/plating/asteroid/ancient,
/area/station/maintenance/starboard)
"xxA" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
@@ -118176,16 +117671,6 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/south)
-"xxX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
"xyb" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
@@ -118198,9 +117683,6 @@
},
/area/station/security/execution)
"xyk" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
@@ -118263,7 +117745,7 @@
"xyM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -118299,7 +117781,7 @@
/area/station/command/bridge)
"xzh" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -118342,7 +117824,7 @@
/obj/machinery/door/airlock/public/glass{
name = "Pet Shop"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -118351,14 +117833,14 @@
/turf/simulated/floor/plasteel,
/area/station/public/pet_store)
"xAu" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8;
initialize_directions = 11
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"xAC" = (
@@ -118395,7 +117877,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -118416,6 +117898,9 @@
/obj/machinery/door/airlock/maintenance/external{
name = "External Airlock Access"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"xAU" = (
@@ -118428,7 +117913,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/spawner/random/dirt/often,
@@ -118466,7 +117951,7 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -118480,29 +117965,16 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/robotics/chargebay)
-"xBD" = (
-/obj/structure/chair/stool{
- dir = 1
+"xBO" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
},
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/command/starboard)
-"xBI" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Walkway"
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel{
- icon_state = "arrival"
- },
-/area/station/hallway/spacebridge/scidock)
+/turf/simulated/floor/plating,
+/area/station/security/lobby)
"xBW" = (
/obj/structure/table,
/obj/item/folder{
@@ -118538,21 +118010,12 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/central/east)
-"xCh" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+"xCg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "redcorner"
- },
-/area/station/hallway/primary/fore/west)
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/aft_starboard)
"xCu" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -118582,7 +118045,7 @@
/obj/effect/turf_decal/caution/red{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -118592,13 +118055,31 @@
/area/station/hallway/primary/central/west)
"xCz" = (
/obj/effect/spawner/random/dirt/frequent,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/fore/north)
+"xCB" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/effect/spawner/random/dirt/often,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/fore/west)
"xCD" = (
/obj/structure/railing{
dir = 4
@@ -118644,7 +118125,7 @@
},
/area/station/hallway/spacebridge/scidock)
"xDa" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -118669,14 +118150,11 @@
},
/area/station/maintenance/disposal/northeast)
"xDh" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/power/smes/engineering,
/obj/machinery/light,
+/obj/machinery/computer/monitor{
+ dir = 1
+ },
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
@@ -118708,19 +118186,10 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
-"xDr" = (
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/north)
"xDv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -118737,22 +118206,10 @@
icon_state = "white"
},
/area/station/medical/virology)
-"xDL" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/carpet/green,
-/area/station/service/library)
"xDS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -118760,7 +118217,7 @@
"xDU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -118808,11 +118265,25 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_3)
"xEi" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft)
+"xEm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/bed,
+/obj/item/bedsheet/orange,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/station/security/prison/cell_block/a)
"xEp" = (
/turf/space,
/area/shuttle/gamma/station)
@@ -118854,6 +118325,13 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
+"xFa" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/servsci)
"xFi" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
@@ -118882,7 +118360,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/firealarm/directional/west,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -118903,6 +118381,11 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/maintcentral)
+"xFx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"xFI" = (
/obj/structure/table/wood,
/obj/machinery/computer/security/telescreen/entertainment{
@@ -118919,7 +118402,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -118934,7 +118417,7 @@
"xFS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -118950,34 +118433,6 @@
icon_state = "red"
},
/area/station/security/prisonershuttle)
-"xGj" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/west)
-"xGp" = (
-/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/security/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/poddoor/shutters{
- id_tag = "brig_courtroom";
- name = "Brig Courtroom Shutters";
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/legal/courtroom)
"xGq" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
@@ -118986,10 +118441,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -119051,20 +118506,6 @@
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/westalt)
-"xGF" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"xGM" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel{
@@ -119079,7 +118520,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/item/assembly/mousetrap/armed,
@@ -119091,6 +118532,25 @@
icon_state = "dark"
},
/area/station/hallway/secondary/entry/south)
+"xHa" = (
+/obj/structure/chair/office/dark{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/station/engineering/atmos/control)
+"xHg" = (
+/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 8
+ },
+/area/station/hallway/primary/port/north)
"xHl" = (
/obj/machinery/ai_status_display,
/turf/simulated/mineral/ancient,
@@ -119117,11 +118577,19 @@
/area/station/maintenance/command/starboard)
"xHw" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/ai_monitored/storage/eva)
+"xHx" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/service/kitchen)
"xHD" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -119130,29 +118598,12 @@
icon_state = "darkgreenfull"
},
/area/station/hallway/secondary/garden)
-"xHF" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/service/clown/secret)
"xHI" = (
/obj/effect/turf_decal/loading_area{
dir = 8
},
/obj/machinery/power/apc/important/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -119192,7 +118643,7 @@
},
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"xHO" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -119218,7 +118669,7 @@
/turf/simulated/wall,
/area/station/science/xenobiology)
"xId" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/turf_decal/stripes/end,
@@ -119253,7 +118704,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/sortjunction{
@@ -119287,13 +118738,7 @@
dir = 4
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical_shop)
-"xJe" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/hallway/primary/central/north)
+/area/station/maintenance/electrical/aft_port)
"xJg" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -119351,7 +118796,7 @@
},
/area/station/hallway/secondary/entry/south)
"xJI" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -119367,7 +118812,7 @@
/area/station/maintenance/security/aft_port)
"xJM" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -119425,7 +118870,7 @@
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -119454,27 +118899,15 @@
},
/turf/simulated/wall,
/area/station/service/bar)
-"xLb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel{
- icon_state = "cafeteria"
- },
-/area/station/maintenance/service/aft_starboard)
"xLj" = (
/turf/simulated/wall,
/area/station/service/chapel/office)
"xLC" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/tracks/mapped,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/service/aft_port)
"xLL" = (
@@ -119492,7 +118925,7 @@
/area/station/command/bridge)
"xLY" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -119500,15 +118933,12 @@
icon_state = "blue"
},
/area/station/hallway/primary/fore/north)
-"xMv" = (
-/obj/structure/disposalpipe/segment/corner,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
+"xLZ" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
-/area/station/hallway/secondary/entry/north)
+/area/station/hallway/primary/fore/west)
"xMw" = (
/obj/effect/decal/cleanable/blood/tracks/mapped{
dir = 10
@@ -119529,24 +118959,6 @@
},
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/mine/unexplored/cere/cargo)
-"xMz" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4;
- color = "#954535"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/security/prison/cell_block/a)
"xMA" = (
/obj/effect/turf_decal/loading_area,
/obj/structure/sign/directions/engineering{
@@ -119604,16 +119016,6 @@
icon_state = "dark"
},
/area/station/supply/warehouse)
-"xNe" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/map_effect/dynamic_airlock/door/exterior,
-/obj/machinery/access_button/offset/northeast,
-/turf/simulated/floor/plating/airless,
-/area/station/hallway/primary/central/north)
"xNf" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on,
@@ -119631,6 +119033,20 @@
icon_state = "darkred"
},
/area/station/maintenance/security/port)
+"xNi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ color = "#954535"
+ },
+/obj/machinery/power/apc/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 4
+ },
+/area/station/hallway/primary/port/north)
"xNk" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -119639,9 +119055,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
@@ -119662,6 +119075,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/aft/west)
"xNA" = (
@@ -119697,7 +119113,7 @@
/area/station/hallway/primary/port/north)
"xOf" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/orange,
+/obj/structure/cable/extra_insulated,
/obj/effect/turf_decal/stripes/end{
dir = 1
},
@@ -119720,6 +119136,12 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/west)
+"xOq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/central/north)
"xOu" = (
/obj/machinery/photocopier,
/obj/machinery/light{
@@ -119766,7 +119188,7 @@
"xON" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/catwalk,
@@ -119796,16 +119218,6 @@
icon_state = "darkgreen"
},
/area/station/medical/virology)
-"xPf" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"xPn" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -119823,7 +119235,7 @@
/area/station/maintenance/starboard)
"xPq" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/door/poddoor/preopen{
@@ -119833,6 +119245,18 @@
},
/turf/simulated/floor/plating,
/area/station/command/bridge)
+"xPs" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"xPv" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -119840,7 +119264,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -119863,6 +119287,9 @@
},
/obj/structure/table/wood,
/obj/item/kitchen/utensil/fork,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"xPS" = (
@@ -119883,12 +119310,12 @@
/turf/simulated/wall/r_wall,
/area/station/science/xenobiology)
"xPX" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"xQe" = (
@@ -119920,17 +119347,6 @@
icon_state = "whitebluefull"
},
/area/station/medical/paramedic)
-"xQt" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/port/north)
"xQA" = (
/obj/item/clothing/head/cone,
/obj/effect/decal/cleanable/dirt,
@@ -119949,7 +119365,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/rd)
"xQK" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -120001,8 +119417,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable/orange{
- icon_state = "1-4"
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
@@ -120047,21 +119463,9 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
-"xRC" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/fore_port)
"xRL" = (
/obj/machinery/door/airlock/mining/glass,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -120103,7 +119507,7 @@
"xSf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/firealarm/directional/west,
@@ -120119,6 +119523,9 @@
dir = 6
},
/obj/machinery/newscaster/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -120149,6 +119556,36 @@
},
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
+"xSF" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/storage)
+"xSI" = (
+/obj/machinery/computer/guestpass{
+ pixel_x = 30
+ },
+/obj/structure/table/reinforced,
+/obj/item/storage/briefcase/inflatable,
+/obj/item/storage/briefcase/inflatable{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 5;
+ icon_state = "yellow"
+ },
+/area/station/engineering/atmos/control)
"xSO" = (
/obj/structure/closet/secure_closet/personal/patient,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -120163,6 +119600,23 @@
/obj/item/candle,
/turf/simulated/floor/wood,
/area/station/service/bar)
+"xSX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating{
+ icon_state = "asteroidplating"
+ },
+/area/station/maintenance/service/fore_port)
"xSZ" = (
/obj/item/stack/ore/silver,
/obj/item/stack/ore/silver,
@@ -120174,7 +119628,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"xTb" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -120186,6 +119640,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/wall,
/area/station/hallway/primary/aft/west)
+"xTr" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high,
+/obj/item/flashlight{
+ pixel_x = 2;
+ pixel_y = 17
+ },
+/turf/simulated/floor/transparent/glass/reinforced,
+/area/station/maintenance/electrical/fore_starboard)
"xTs" = (
/obj/structure/table,
/obj/item/reagent_containers/drinks/mug/sci{
@@ -120210,10 +119674,6 @@
/area/station/medical/chemistry)
"xTO" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
/obj/machinery/door/poddoor{
density = 0;
icon_state = "open";
@@ -120221,46 +119681,25 @@
name = "Prison Lockdown Blast Doors";
opacity = 0
},
-/turf/simulated/floor/plating,
-/area/station/security/permabrig)
-"xTQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "floorgrime"
- },
-/area/station/security/permabrig)
-"xUa" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/security/permabrig)
+"xUa" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_starboard)
-"xUb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/engine,
-/area/station/hallway/spacebridge/serveng)
"xUh" = (
/turf/simulated/floor/plasteel{
dir = 9;
@@ -120279,11 +119718,21 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint2)
+"xUl" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/break_room/secondary)
"xUm" = (
/obj/structure/disposalpipe/sortjunction{
dir = 4;
@@ -120318,18 +119767,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
-"xUT" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/service/aft_port)
"xUV" = (
/obj/machinery/door/airlock/public/glass{
name = "Walkway"
@@ -120343,6 +119780,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -120371,9 +119811,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
"xVj" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
@@ -120384,14 +119821,17 @@
dir = 6
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/break_room/secondary)
"xVr" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -120405,7 +119845,7 @@
/turf/simulated/floor/plating/airless,
/area/station/science/toxins/test)
"xVt" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/structure/lattice/catwalk,
@@ -120434,18 +119874,12 @@
icon_state = "darkgreenfull"
},
/area/station/hallway/spacebridge/scidock)
-"xVO" = (
-/obj/structure/disposalpipe/segment{
- dir = 4;
- color = "#954535"
+"xVQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/central/north)
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"xWe" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machine_frame,
@@ -120458,7 +119892,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -120501,21 +119935,6 @@
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
/area/station/maintenance/maintcentral)
-"xWC" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/security/fore_starboard)
"xWF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
@@ -120531,16 +119950,14 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/aft_port)
-"xWQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
- icon_state = "1-2"
+"xWN" = (
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/public/storage/tools)
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/command/starboard)
"xXt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
@@ -120557,9 +119974,6 @@
},
/area/station/hallway/primary/port/south)
"xXu" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -120571,6 +119985,14 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/east)
+"xXv" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellowfull"
+ },
+/area/station/engineering/equipmentstorage)
"xXx" = (
/obj/item/grenade/chem_grenade/cleaner{
pixel_y = 9;
@@ -120629,17 +120051,8 @@
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"xXT" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkyellow";
- dir = 1
- },
-/area/station/engineering/engine_foyer)
"xYd" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -120667,6 +120080,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
+"xYn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/wood/nitrogen,
+/area/station/maintenance/abandonedbar)
"xYx" = (
/turf/simulated/floor/plasteel{
icon_state = "purplefull"
@@ -120701,6 +120123,12 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
+"xYP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm/directional/east,
+/obj/structure/girder,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/service/aft_port)
"xYV" = (
/obj/structure/disposalpipe/segment/corner{
dir = 1
@@ -120737,11 +120165,11 @@
},
/area/station/security/prisonershuttle)
"xZx" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"xZI" = (
@@ -120750,23 +120178,12 @@
},
/turf/simulated/wall,
/area/station/hallway/primary/fore/north)
-"xZK" = (
-/obj/structure/sign/electricshock{
- pixel_y = -32
- },
-/turf/simulated/floor/transparent/glass/reinforced,
-/area/station/maintenance/asmaint)
"xZQ" = (
/obj/machinery/teleport/perma/preset/cerestation/medbay,
/turf/simulated/floor/plasteel{
icon_state = "whitebluefull"
},
/area/station/public/quantum/service)
-"xZV" = (
-/obj/effect/decal/cleanable/blood/tracks/mapped,
-/obj/structure/grille/broken,
-/turf/simulated/floor/plating/asteroid/ancient,
-/area/station/maintenance/service/aft_port)
"yab" = (
/turf/simulated/mineral/ancient/outer,
/area/station/maintenance/service/aft_starboard)
@@ -120776,6 +120193,10 @@
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
+"yar" = (
+/obj/machinery/light/small,
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/command/starboard)
"yau" = (
/obj/structure/table/wood/fancy/red,
/turf/simulated/floor/plasteel{
@@ -120787,55 +120208,37 @@
icon_state = "neutralfull"
},
/area/station/security/lobby)
-"yaP" = (
+"ybh" = (
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/camera{
+ c_tag = "Docking Asteroid Fore Hall 2";
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
},
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 10
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/storage)
+/area/station/hallway/secondary/entry/north)
"ybD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/orange{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry)
-"ybJ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 4
- },
-/area/station/hallway/primary/port/north)
"ybK" = (
/obj/effect/turf_decal/stripes/end{
dir = 8
},
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -120857,6 +120260,9 @@
"ycu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 4
@@ -120871,17 +120277,7 @@
icon_state = "darkblue"
},
/area/station/maintenance/disposal/northeast)
-"ycG" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/space,
-/area/station/engineering/solar/aft)
"ycI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment{
color = "#505050"
},
@@ -120937,6 +120333,13 @@
},
/turf/simulated/floor/wood,
/area/station/legal/magistrate)
+"ydS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/storage)
"yek" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 10
@@ -120955,7 +120358,7 @@
},
/area/station/hallway/primary/port/south)
"yep" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -120967,7 +120370,7 @@
/obj/structure/chair/comfy{
dir = 1
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -121018,7 +120421,7 @@
},
/area/station/science/robotics)
"yeZ" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -121028,20 +120431,52 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/starboard)
+"yfd" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/security/aft_port)
"yfh" = (
/obj/structure/table,
/obj/item/storage/toolbox/emergency,
/turf/simulated/floor/plating,
/area/station/maintenance/service/fore_port)
+"yfn" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/brig)
"yfo" = (
/turf/simulated/wall,
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"yfp" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -121053,6 +120488,22 @@
icon_state = "darkbrown"
},
/area/station/supply/storage)
+"yfv" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Walkway"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "servlockdown";
+ layer = 2.6;
+ name = "Service Lockdown"
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/spacebridge/serveng)
"yfy" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -121074,7 +120525,7 @@
},
/area/station/hallway/secondary/entry)
"yfW" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -121091,6 +120542,18 @@
icon_state = "darkredcorners"
},
/area/station/security/brig)
+"yfY" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/security/lobby)
"yfZ" = (
/turf/simulated/wall,
/area/station/medical/storage/secondary)
@@ -121102,7 +120565,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -121110,10 +120573,21 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"ygr" = (
-/obj/structure/cable/orange{
+"ygf" = (
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/station/maintenance/storage)
+"ygr" = (
/obj/machinery/camera{
c_tag = "Engineering Asteroid Public Hallway Fore";
dir = 6
@@ -121130,7 +120604,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -121167,7 +120641,7 @@
/obj/machinery/door/airlock/research/glass{
name = "Toxins Storage"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -121188,32 +120662,6 @@
icon_state = "whitepurple"
},
/area/station/science/rnd)
-"ygW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/turf/simulated/floor/plating{
- icon_state = "asteroidplating"
- },
-/area/station/maintenance/service/fore_port)
-"yhb" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "yellowcorner"
- },
-/area/station/hallway/primary/central/north)
"yhg" = (
/obj/item/t_scanner/adv_mining_scanner/lesser,
/obj/structure/rack,
@@ -121226,6 +120674,16 @@
/obj/structure/sign/poster/official/the_owl/directional/north,
/turf/simulated/floor/wood,
/area/station/maintenance/service/fore_port)
+"yhj" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/refill_station/plasma,
+/obj/structure/sign/poster/official/safety_internals/directional/west,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/hallway/primary/central/east)
"yhk" = (
/obj/machinery/conveyor_switch/oneway{
id = "QMLoad"
@@ -121243,19 +120701,6 @@
icon_state = "dark"
},
/area/station/security/warden)
-"yhA" = (
-/obj/effect/map_effect/dynamic_airlock,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/hallway/primary/central/east)
"yhM" = (
/obj/structure/closet,
/obj/effect/spawner/random/dirt/frequent,
@@ -121307,6 +120752,17 @@
"yhW" = (
/turf/simulated/wall,
/area/station/maintenance/security/port)
+"yhZ" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Walkway"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/spacebridge/dockmed)
"yie" = (
/obj/effect/spawner/random/dirt/frequent,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -121320,54 +120776,23 @@
"yil" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"yix" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "floorgrime"
},
/area/station/security/permabrig)
-"yiy" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/sign/directions/evac{
- dir = 4;
- pixel_y = 24
- },
-/obj/structure/sign/directions/medical{
- dir = 4;
- pixel_y = 32
- },
-/obj/structure/sign/directions/cargo{
- dir = 4;
- pixel_y = 40
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "purple"
- },
-/area/station/hallway/primary/aft/west)
"yiz" = (
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -121431,7 +120856,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/spacebridge/serveng)
"yiT" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -121444,22 +120869,6 @@
icon_state = "whitegreenfull"
},
/area/station/maintenance/starboard)
-"yjd" = (
-/obj/structure/disposalpipe/segment{
- color = "#954535"
- },
-/obj/machinery/camera{
- c_tag = "Central Service Plaza North";
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "greencorner"
- },
-/area/station/hallway/primary/port/south)
"yjg" = (
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/scidock)
@@ -121470,26 +120879,38 @@
dir = 1;
sort_type_txt = "12"
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/hallway)
"yjt" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/research,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
-/area/station/maintenance/electrical_shop)
+/area/station/maintenance/electrical/aft_port)
"yjw" = (
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
/area/station/security/permabrig)
+"yjy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"yjz" = (
/obj/machinery/light/small{
dir = 4
@@ -121508,9 +120929,6 @@
},
/area/station/maintenance/disposal/northeast)
"yjH" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 9
},
@@ -121521,6 +120939,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"yjI" = (
@@ -121537,22 +120958,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/security/aft_starboard)
-"yjM" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment/corner,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "redcorner"
- },
-/area/station/security/storage)
"yjO" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -121561,22 +120966,6 @@
icon_state = "asteroidplating"
},
/area/station/maintenance/service/fore_starboard)
-"yjP" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/item/radio/intercom{
- name = "west bump";
- pixel_x = -28
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "redcorner"
- },
-/area/station/security/lobby)
"yjS" = (
/obj/item/stack/rods,
/turf/simulated/floor/plating{
@@ -121595,6 +120984,27 @@
icon_state = "yellow"
},
/area/station/engineering/hardsuitstorage)
+"ykb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance/external{
+ name = "External Airlock Access"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ color = "#505050";
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint2)
+"ykc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/service/fore_port)
"ykf" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/arrows{
@@ -121634,9 +121044,6 @@
/area/station/maintenance/solar_maintenance/fore_port)
"ykx" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
/obj/machinery/door/poddoor/preopen{
id_tag = "atmos";
name = "Atmospherics Blast Door"
@@ -121665,45 +121072,56 @@
pixel_x = 32;
pixel_y = -32
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
/area/station/hallway/primary/fore/north)
-"ykL" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
+"ykH" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/area/station/service/chapel)
+/obj/structure/sign/directions/security{
+ pixel_y = -21;
+ dir = 8
+ },
+/obj/structure/sign/directions/service{
+ pixel_y = -28;
+ dir = 8
+ },
+/obj/structure/sign/directions/evac{
+ pixel_y = -42;
+ dir = 4
+ },
+/obj/structure/sign/directions/science{
+ pixel_y = -35;
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/central/west)
"ykS" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"ykT" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"yld" = (
@@ -121715,12 +121133,40 @@
},
/area/station/maintenance/starboard)
"ylg" = (
-/obj/structure/cable/orange{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
+"yll" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/port/north)
+"ylw" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4;
+ color = "#954535"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/security/prison/cell_block/a)
"ylx" = (
/obj/machinery/door_control{
id = "MechbayShutters";
@@ -121755,7 +121201,7 @@
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
},
-/obj/structure/cable/orange{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
@@ -121781,17 +121227,10 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/disposal/external/southwest)
-"ymd" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/prisonershuttle)
"ymf" = (
/obj/machinery/power/terminal,
-/obj/structure/cable,
/obj/effect/spawner/random/dirt/frequent,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
@@ -127134,7 +126573,7 @@ rNK
rNK
rNK
oql
-ylg
+jPd
lzH
rNK
rNK
@@ -127391,7 +126830,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -127648,7 +127087,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -127905,7 +127344,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -128162,7 +127601,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -128419,7 +127858,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -128676,7 +128115,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -128933,7 +128372,7 @@ rNK
dcv
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -129190,7 +128629,7 @@ vqQ
rNK
vqQ
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -129412,8 +128851,8 @@ gRZ
bZB
oNc
cXC
-acI
-lNZ
+kWs
+qsS
hqX
pWj
bmI
@@ -129925,7 +129364,7 @@ bXj
lTM
lTM
jSp
-ePb
+gCA
oUs
hNA
rho
@@ -129961,7 +129400,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -130183,7 +129622,7 @@ lTM
lTM
afH
gCA
-rkY
+oUs
crj
lTM
aXn
@@ -130218,7 +129657,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -130475,7 +129914,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rNK
rNK
@@ -130578,7 +130017,7 @@ lzH
bhu
ltX
xxA
-lnh
+blQ
bhu
ltX
xxA
@@ -130591,7 +130030,7 @@ psw
psw
xCc
fox
-iOv
+cbp
cdV
lda
pax
@@ -130697,7 +130136,7 @@ lTM
lqj
wGX
gCA
-rkY
+oUs
inP
lTM
aXn
@@ -130732,7 +130171,7 @@ rNK
rNK
rNK
lzH
-ylg
+jPd
lzH
rWw
rWw
@@ -130845,10 +130284,10 @@ bNT
wLM
bSk
cdD
-loj
+qnU
cdD
eMK
-cdP
+jdK
tcv
lBh
oOh
@@ -130921,13 +130360,13 @@ aXn
qUT
qRJ
fam
-jZw
-sRH
-tQo
+xYn
+pDZ
+tnB
mUk
-sRn
-xxX
-doe
+aOl
+bhD
+sxK
eCI
lRT
lRT
@@ -130953,8 +130392,8 @@ rFZ
vqD
uNT
pXy
-ePb
-rkY
+gCA
+oUs
tZH
lTM
aXn
@@ -131184,7 +130623,7 @@ tLI
efD
qUT
jee
-mVh
+wBJ
eCI
tvD
lRT
@@ -131441,7 +130880,7 @@ ekJ
qUT
qUT
tHF
-byf
+oeC
sTq
xWH
lRT
@@ -131457,7 +130896,7 @@ bXj
bXj
xLj
xLj
-sLI
+vmp
xLj
pXy
lTM
@@ -131466,7 +130905,7 @@ pXy
cyP
eoI
eoI
-eoI
+hBa
jLW
gtn
tjI
@@ -131698,7 +131137,7 @@ tYm
qUT
qUT
lgY
-oDH
+geL
eCI
lRT
lRT
@@ -131714,27 +131153,27 @@ pVV
tDK
xLj
bYT
-dZk
+cGj
bYT
pXy
aue
eoI
eoI
-liJ
+aue
eoI
eoI
voO
wzC
-fFl
+iIF
pXy
lrW
whg
-gUw
-eHn
-aue
-gUw
-xZV
-ljz
+ojI
+mcW
+vBm
+txY
+cOC
+gbl
iuf
kad
lTM
@@ -131955,7 +131394,7 @@ lRT
lRT
uIS
vCx
-eHC
+fVJ
vCx
lRT
nRT
@@ -131970,18 +131409,18 @@ oUr
oUr
oUr
cfF
-ykL
-wGa
-pNq
+grG
+orD
+ryi
cZc
cts
cts
wOv
xaR
-xUT
+cts
cts
iqu
-iSl
+ahv
gUF
rho
lTM
@@ -131991,11 +131430,11 @@ aJH
tZH
lTM
lTM
-dLa
-eoI
-ogv
-eoI
-eoI
+elc
+byQ
+ccf
+byQ
+iFM
lTM
lTM
hUU
@@ -132209,14 +131648,14 @@ lRT
lRT
lRT
lRT
-qwk
-gRU
-rJy
-hPa
-gRU
-wQh
-jJb
-vmo
+pIx
+egX
+mYP
+dDh
+egX
+gZW
+tLc
+qfQ
xcw
lRT
bXj
@@ -132228,18 +131667,18 @@ kFE
rRm
cfF
dQL
-bYT
+qXU
wOW
mTg
gDi
aue
aue
dNr
-liJ
+aue
eoI
aue
-ito
-dhf
+xYP
+hRy
lqj
lTM
lTM
@@ -132252,7 +131691,7 @@ lTM
dLa
hwS
ljz
-kad
+prW
eoI
lTM
aXn
@@ -132466,14 +131905,14 @@ lRT
lRT
xiV
eCI
-meD
+wez
jee
jee
jee
jee
jee
jee
-oMF
+wez
xDm
rxb
iVQ
@@ -132485,18 +131924,18 @@ jCv
oUr
cfF
dQL
-tYH
+jbd
bZg
pXy
pXy
nww
pXy
iFw
-liJ
+aue
eoI
ubR
lTM
-hxv
+tGS
lTM
lTM
cRq
@@ -132509,7 +131948,7 @@ lTM
lTM
lTM
eoI
-ibB
+eoh
eoI
lTM
aXn
@@ -132692,7 +132131,7 @@ rNK
rNK
rNK
jdD
-nyd
+fNp
jdD
rNK
rNK
@@ -132721,16 +132160,16 @@ lVV
lRT
lRT
lRT
-uhP
-jJb
-mws
+fqI
+tLc
+cvT
jee
vCx
vCx
aSV
ujf
jee
-oMF
+wez
fxd
lRT
bXj
@@ -132742,18 +132181,18 @@ uTK
grD
xLj
dQL
-nwb
+pLy
bZg
nKE
kjl
lIE
pXy
lTM
-liJ
+aue
eoI
lTM
cbc
-cpH
+htJ
cbc
bWr
bWr
@@ -132766,7 +132205,7 @@ lTM
lTM
lTM
dLa
-ogv
+pBc
eoI
lTM
aXn
@@ -132978,7 +132417,7 @@ lVV
lRT
nob
hPh
-ltk
+eIX
eCI
eCI
eCI
@@ -132987,7 +132426,7 @@ ubL
jee
uIS
jee
-oMF
+wez
isI
hsA
jMW
@@ -132999,18 +132438,18 @@ cZi
xLj
xLj
ciI
-rsF
+gpp
bZg
uaW
kQZ
rtf
pXy
lTM
-liJ
+aue
eoI
lTM
cbc
-xHF
+tBE
cbc
bWr
fOt
@@ -133023,7 +132462,7 @@ lTM
lTM
xmz
xmz
-wWZ
+uKS
cQw
xmz
pXy
@@ -133235,7 +132674,7 @@ lRT
lRT
vXk
jee
-ltk
+eIX
eCI
lRT
lRT
@@ -133244,30 +132683,30 @@ jee
eCI
lRT
eCI
-jPD
-bVF
-bVF
-nau
-vit
-pNq
-pNq
+hqi
+dTA
+dTA
+ofk
+tFJ
+tFJ
+ryi
ocW
-ogH
+cYz
dqn
pEs
rJw
-lrl
+gqf
fjt
lrl
vuX
tAT
pXy
lTM
-liJ
+aue
eoI
lTM
cbc
-xHF
+tBE
cbc
bWr
waa
@@ -133280,7 +132719,7 @@ lTM
vEI
hPP
xmz
-ogv
+pBc
ikI
aue
sNr
@@ -133492,7 +132931,7 @@ lRT
lRT
onc
sIp
-cKC
+xSX
eCI
lRT
lRT
@@ -133505,26 +132944,26 @@ eCI
jee
jee
ujf
-jDw
-bYT
-bYT
-bYT
-bYT
-wbD
-bYT
-bYT
-bYT
+ibE
+jyz
+jyz
+jyz
+jyz
+gCO
+jyz
+jyz
+mwL
bZg
wkb
xGs
bYT
pXy
lTM
-liJ
+aue
eoI
lTM
cbc
-xHF
+tBE
cbc
gmy
umL
@@ -133537,7 +132976,7 @@ rLT
rDg
sBR
nNH
-sOh
+upV
eoI
aue
sNr
@@ -133719,7 +133158,7 @@ hUU
hUU
hUU
svS
-sgG
+kOc
eMY
kJv
svS
@@ -133742,14 +133181,14 @@ lRT
aXn
lRT
nRT
-ygW
-urp
-mmN
-rfB
-crE
-rfB
-rfB
-exY
+uta
+uoR
+vgw
+vgw
+jQB
+vgw
+vgw
+lja
eCI
lRT
lRT
@@ -133762,7 +133201,7 @@ rVt
lRT
lVV
ujf
-uyC
+tXI
pkk
ixP
erp
@@ -133777,15 +133216,15 @@ bUN
bUN
pXy
pXy
-cUx
+bcS
eoI
lTM
cbc
-sKU
+tMN
cbc
cRq
bWr
-ckp
+cYd
mDV
dgW
bWr
@@ -133794,7 +133233,7 @@ hnc
lQX
bWE
jJd
-aue
+qUG
eoI
eoI
sNr
@@ -133977,7 +133416,7 @@ aXn
lRT
svS
svS
-aah
+fDG
svS
svS
ujf
@@ -133999,7 +133438,7 @@ vCx
vCx
lRT
lRT
-qgM
+hKc
oWy
eCI
eCI
@@ -134019,7 +133458,7 @@ bPY
aEe
aEe
bZg
-cww
+qor
sug
gMG
yau
@@ -134034,15 +133473,15 @@ kHu
xxK
uwc
pXy
-aEr
+pnB
uED
lTM
cbc
-amo
+jNl
+cTy
rci
-rci
-wlC
-edm
+koi
+vxj
wNu
cRq
bWr
@@ -134051,7 +133490,7 @@ lTM
ddK
nRY
xmz
-aue
+qUG
eoI
aue
sNr
@@ -134234,7 +133673,7 @@ lRT
lRT
mjD
wKM
-cgw
+ykc
wRx
fsf
ixp
@@ -134256,7 +133695,7 @@ jee
uIS
vCx
jee
-oMF
+wez
eCI
eCI
lRT
@@ -134290,12 +133729,12 @@ nvU
cNh
vHp
qsR
-taO
-cvB
+xuT
+pnB
eoI
lTM
cbc
-utj
+jPh
cbc
bWr
bWr
@@ -134307,8 +133746,8 @@ aXn
lTM
lTM
xmz
-xmz
-eoI
+pXy
+xdh
eoI
xmz
pXy
@@ -134491,8 +133930,8 @@ lRT
kls
jee
isI
-cgw
-isI
+pOC
+xVQ
rps
isI
uIS
@@ -134503,17 +133942,17 @@ yhi
fVR
bxe
ujf
-nyI
-bLj
-bLj
-nCd
-bLj
-lQG
-tZL
-gyt
-tZL
-mip
-puJ
+fXN
+gvA
+gvA
+eMz
+gvA
+puY
+uWS
+lLQ
+gvA
+kgg
+vGZ
jee
lRT
lRT
@@ -134552,7 +133991,7 @@ cME
avP
lTM
cbc
-utj
+jPh
cbc
uJr
uJr
@@ -134565,7 +134004,7 @@ aXn
lTM
lTM
wQC
-eoI
+hXh
xWL
pDu
ccW
@@ -134731,8 +134170,8 @@ rQx
btW
tPz
hGE
-nUi
-mdj
+uWG
+pvC
xJa
xJa
hyY
@@ -134748,19 +134187,19 @@ ujf
lzd
ayw
lIs
-tAK
-iRb
-qdV
-tZL
-xRC
-tZL
-pge
+lIs
+fMP
+qui
+uWS
+qGA
+uWS
+fDz
lRT
aLw
nUq
vcp
lWp
-wcy
+jEt
eCI
lRT
jee
@@ -134809,7 +134248,7 @@ fcp
lTM
lTM
cbc
-iYU
+lnL
cbc
uJr
bqN
@@ -134822,9 +134261,9 @@ aXn
aXn
lTM
eoI
-eoI
-aue
-pRU
+sxD
+vBm
+sgo
pVB
jmG
rWw
@@ -134989,7 +134428,7 @@ gZz
kpz
duh
tpK
-svY
+iqM
xyw
hJq
msY
@@ -135006,18 +134445,18 @@ foJ
msN
isI
isI
-cgw
+ykc
isI
isI
ujf
eCI
-jAn
+mjJ
lRT
nYP
vrD
dFE
ujf
-iWH
+vXQ
eCI
lRT
lRT
@@ -135066,7 +134505,7 @@ lTM
lTM
lTM
lTM
-rww
+bPT
imr
vtw
qGm
@@ -135083,7 +134522,7 @@ aBX
lTM
ftr
reb
-dEm
+jio
rWw
ftr
tLu
@@ -135246,7 +134685,7 @@ dow
hDn
gbb
duh
-gsx
+yfd
xyw
jHb
weG
@@ -135263,18 +134702,18 @@ cJG
vvY
yfh
jpH
-cgw
+ykc
bMY
tHA
ujf
eCI
-jAn
+mjJ
lRT
lRT
lRT
lRT
ujf
-mOL
+xPs
uYC
lRT
lRT
@@ -135323,12 +134762,12 @@ rNT
rNT
rNT
rNT
-lvw
-eNf
-kMH
-cCD
-cQz
-cUs
+eSh
+nRN
+nSu
+pwM
+sJd
+xam
fuU
ezu
aXn
@@ -135496,14 +134935,14 @@ dkp
aSs
aSz
dkp
-dkq
-dkq
-dkq
-mbl
-dkq
-bes
-bes
-gVK
+rzo
+rzo
+rzo
+flS
+rzo
+vul
+vul
+yfd
duh
hyY
vim
@@ -135517,21 +134956,21 @@ rNK
rNK
ujf
ujf
-bav
-bav
-bav
-nlI
-bav
-bav
-bav
+edU
+edU
+edU
+wpB
+edU
+edU
+edU
gTJ
-pPS
+hAU
lRT
lRT
lRT
lRT
uIS
-hMV
+exZ
ujf
lRT
lRT
@@ -135540,19 +134979,19 @@ lRT
lRT
lRT
isI
-jan
-vVm
-mVg
-gFb
+mKZ
+eyI
+dlk
+qoc
ejZ
qOg
-lSu
+dQV
dQV
bLI
uor
tqf
-klF
-fQT
+tbC
+uXh
xqN
hVC
osb
@@ -135573,7 +135012,7 @@ eXN
bZg
gAq
pqy
-cJT
+cNK
cOc
cMT
uNh
@@ -135585,7 +135024,7 @@ cdg
vtw
cqm
met
-fLH
+uZn
aTI
ezu
aXn
@@ -135597,8 +135036,8 @@ aXn
aXn
wIq
wsR
-rSX
-sKh
+tXn
+gSO
mKh
rza
lMW
@@ -135714,7 +135153,7 @@ rNK
rNK
rNK
rNK
-ymd
+eDr
tQc
nRd
mFT
@@ -135734,8 +135173,8 @@ gfS
rJj
aJz
uWl
-puM
-cyY
+hAq
+aQp
cQM
cQM
snn
@@ -135753,14 +135192,14 @@ cBH
vFG
sVn
qpK
-dkq
-neP
-aYk
-jRA
-lLB
-djs
-dkq
-ntn
+rzo
+vOH
+sFD
+fgc
+vvo
+oWS
+rzo
+yfd
duh
lOT
xyw
@@ -135774,21 +135213,21 @@ rNK
rNK
hUU
aXn
-bav
-mON
-occ
-eXl
-gSN
-uhz
-bav
+edU
+oMs
+eZo
+pec
+jmQ
+sqv
+edU
eCI
-jAn
+mjJ
eCI
lRT
lRT
lRT
eCI
-rtX
+vnz
ujf
peV
iiT
@@ -135797,7 +135236,7 @@ scc
ulK
ujf
isI
-oMF
+rDH
bMY
isI
ujf
@@ -135809,7 +135248,7 @@ cIr
ybP
bRi
ybP
-ueT
+pKv
ybP
xOy
fCy
@@ -135855,7 +135294,7 @@ wIq
wIq
wsR
wsR
-sKh
+jPg
tzw
nIv
wuP
@@ -135971,16 +135410,16 @@ rNK
rNK
rNK
rNK
-ymd
+eDr
ajA
jEp
-dDp
+bfA
loR
loR
tVT
rMK
-aHH
-jRL
+tKg
+mzw
nrQ
nvf
dtp
@@ -136010,17 +135449,17 @@ fFK
vFG
aUo
oBD
-dkq
-gbg
-lnM
-cMG
-moH
-mov
-dkq
-qhw
-hxO
-dCT
-xkx
+rzo
+fSv
+qAC
+hBV
+iZM
+odr
+rzo
+ufM
+fpM
+lgB
+wxf
nxA
nxA
xJa
@@ -136031,21 +135470,21 @@ rNK
rNK
hUU
hUU
-bav
-mPT
-clN
-xcN
-occ
-ffm
-nLm
+edU
+aQQ
+vyZ
+aED
+tku
+rxa
+qxo
lRb
-mhE
-qgN
-tZL
-tZL
-bLj
-bLj
-vZj
+oAB
+wOk
+gvA
+gvA
+gvA
+gvA
+kWt
ujf
qlu
avD
@@ -136066,7 +135505,7 @@ cTz
suS
dmV
pKn
-gdS
+qEY
ybP
lHZ
bHZ
@@ -136094,7 +135533,7 @@ tzx
bUc
pPM
rNT
-hjX
+oYb
cdg
qAv
knZ
@@ -136228,7 +135667,7 @@ rNK
rNK
rNK
rNK
-ymd
+eDr
nWS
iWW
mFT
@@ -136238,8 +135677,8 @@ bTR
mVl
wrl
iHo
-drw
-vpS
+ihb
+wEd
iGx
iGx
daG
@@ -136255,7 +135694,7 @@ fkn
dEy
fJg
rJj
-seA
+vBw
kRx
jVE
htr
@@ -136267,20 +135706,20 @@ ddc
cDi
cLj
hjm
-dkq
-wsv
-juH
-oPq
-qVH
-vCv
-mNt
-aTL
+rzo
+tZa
+sJw
+vvP
+pLq
+rgH
+eqG
+hDn
quE
vim
-rYG
-fgV
-fgV
-fQJ
+fRn
+pqB
+pqB
+ort
xJa
eXG
cRv
@@ -136288,21 +135727,21 @@ rNK
rNK
rNK
hUU
-bav
-bax
-vSC
-nxr
-occ
-krV
-bav
-iLZ
-sIp
-oWy
-eCI
-qcw
-eCI
-eCI
-daP
+edU
+qff
+kBO
+jDb
+iwB
+oMn
+edU
+hzF
+lrp
+qQG
+nva
+rvS
+nva
+nva
+bDf
ujf
rYd
kpp
@@ -136311,7 +135750,7 @@ fDO
mdH
vUJ
kqR
-qxH
+iFO
gKg
mJl
aEe
@@ -136323,7 +135762,7 @@ aEe
aEe
aEe
xGu
-xDL
+trT
ybP
lHZ
bHZ
@@ -136350,13 +135789,13 @@ cMT
upa
vSr
hRk
-jbl
-sXw
-iWT
+wnF
+fIj
+tJP
dMd
oRH
odg
-nFC
+fLg
cYu
yes
rNK
@@ -136506,38 +135945,38 @@ rJj
rJj
fiA
acg
-bkz
+tVU
bgZ
rJj
rJj
rJj
rJj
-xGp
+ePc
kcG
ebm
hTn
ujO
dyS
-ioy
+kmo
aUq
vFG
vGt
aUo
kGD
-hyY
-dkq
-dkq
-dkq
-bEK
-dkq
-dkq
+uAa
+rzo
+rzo
+rzo
+xsA
+rzo
+rzo
xJa
xJa
xJa
xJa
xyw
xyw
-diC
+cWl
nxA
xJa
cRv
@@ -136545,29 +135984,29 @@ rNK
rNK
rNK
hUU
-bav
-bav
-bav
-oie
-rRJ
-oPK
-bav
-pjF
-lcq
-mqt
+edU
+edU
+edU
+tNi
+uHd
+ejQ
+edU
+iqR
+jee
+eYA
lRT
lRT
xpQ
orX
-mMl
+kkA
ujf
mya
bHM
kAv
-xWQ
-xWQ
+sMu
+sMu
rPc
-sbA
+yll
fYF
uIs
mJl
@@ -136580,7 +136019,7 @@ frT
eNT
kfK
osb
-pgC
+vbI
ybP
xOy
aEe
@@ -136594,7 +136033,7 @@ eja
vMl
mCM
mCM
-tTz
+vuF
oIO
aVq
dHq
@@ -136752,8 +136191,8 @@ bTR
drz
xQS
jYh
-qvm
-woP
+lSo
+wKO
keL
xQS
kCx
@@ -136785,7 +136224,7 @@ vnA
cXL
dkp
dAJ
-wzz
+puH
evb
dxD
hyY
@@ -136793,8 +136232,8 @@ hyY
hyY
hyY
hyY
-xyw
-diC
+cUp
+udy
nxA
xJa
cRv
@@ -136804,19 +136243,19 @@ rNK
hUU
hUU
aXn
-bav
-bav
-bav
-bav
-bav
+edU
+edU
+edU
+edU
+edU
ujf
-jee
-pDl
+riJ
+env
uIS
lRT
lRT
mEd
-bfx
+mSC
ujf
vOX
fTY
@@ -136824,7 +136263,7 @@ puU
saW
aIK
vUJ
-kqR
+lMp
xsS
uOD
pOd
@@ -136837,7 +136276,7 @@ tAg
bHZ
tTE
bHZ
-xDL
+trT
ybP
aEe
tNN
@@ -136851,7 +136290,7 @@ gtJ
oBN
wnJ
mCM
-xeh
+iza
rIb
cHE
aVq
@@ -137016,23 +136455,23 @@ xQS
iIZ
nnk
bap
-mBl
+xmR
bap
bap
dfL
-bdG
-avi
-bsB
-avi
-pcZ
-iJR
-wVT
+wNt
+wiJ
+sqe
+wiJ
+uFg
+xnL
+qNy
iEp
tOJ
joR
nse
joR
-lfk
+eKX
qCk
dzO
uij
@@ -137042,16 +136481,16 @@ dlf
rVx
dkp
nab
-ioy
+kmo
poS
iiN
dyJ
nHy
viT
-emw
+sFs
vsk
hyY
-diC
+cWl
nxA
xJa
cRv
@@ -137068,12 +136507,12 @@ aXn
aXn
lRT
jee
-iKx
+nsF
vXk
lRT
lRT
ock
-bfx
+mSC
ujf
hoO
lya
@@ -137081,7 +136520,7 @@ jiw
cfL
mkt
bkU
-hGQ
+kqe
xsS
uOD
qBr
@@ -137094,7 +136533,7 @@ pJV
bNf
thz
bHZ
-xDL
+trT
iCm
aEe
ork
@@ -137108,7 +136547,7 @@ ttZ
xJO
wnJ
mCM
-xeh
+iza
iFY
hJo
wrz
@@ -137295,20 +136734,20 @@ cph
vFG
aUo
aUo
-aNO
+pRo
cYg
qCk
ukt
-ioy
+kmo
poS
qwd
pPN
fvV
jiW
-dkb
+mDO
kms
hyY
-diC
+cWl
guQ
xJa
cRv
@@ -137325,12 +136764,12 @@ aXn
aXn
ujf
vpI
-iKx
+nsF
uIS
lRT
lRT
lRT
-otF
+xug
ujf
wsE
jTQ
@@ -137338,7 +136777,7 @@ wrg
iQu
taT
bkU
-xDr
+qFU
xsS
uOD
fQu
@@ -137351,7 +136790,7 @@ mKz
bHZ
bNh
pPr
-nDC
+cnG
dsv
aEe
fMz
@@ -137365,7 +136804,7 @@ teD
teD
wnJ
mCM
-xeh
+iza
dfW
dfW
aXq
@@ -137531,41 +136970,41 @@ kCx
pBh
gfS
uqz
-guv
-heZ
+lBk
+kfh
uqz
mng
uqz
-pkl
+eiM
aGL
kVE
-uSW
-ecv
+uoW
+rDu
tBK
dYf
uTo
rKD
qSm
-aQa
+gEp
aQX
aRT
mbs
aTw
kEb
-cSV
+aAt
cYh
qCk
ukt
-hWs
+ouq
mMH
keF
mLF
hAA
dwb
-etG
+dYA
hyY
hyY
-diC
+cWl
xyw
xJa
cRv
@@ -137582,12 +137021,12 @@ bav
bav
bav
fnW
-iKx
+nsF
vmK
lRT
ujf
ujf
-vtQ
+dQO
ujf
uyM
uyM
@@ -137595,7 +137034,7 @@ uyM
uyM
uyM
uyM
-sur
+aHp
xsS
lvc
mJl
@@ -137608,7 +137047,7 @@ jMA
vLH
bNh
bHZ
-xDL
+trT
vGm
aEe
vfr
@@ -137622,7 +137061,7 @@ gTt
iYG
mCM
ecG
-tTz
+vuF
yeo
gTt
aOE
@@ -137635,8 +137074,8 @@ cMT
jQF
mLe
jQF
-wnJ
-pCd
+ckD
+rEj
pLE
wTG
hsf
@@ -137647,9 +137086,9 @@ dFf
dFf
dFf
dFf
-dFf
-dFf
-dFf
+wwi
+nIU
+nIU
pin
jKa
hEC
@@ -137776,7 +137215,7 @@ doE
gsD
uQh
soe
-dqH
+rBs
xyb
xQS
jYh
@@ -137791,7 +137230,7 @@ uqz
dun
wHb
pHQ
-fyS
+nGB
aEb
aFz
dLL
@@ -137809,11 +137248,11 @@ aSz
dkp
dkp
dkp
-uCM
+qHq
dkp
dkp
xJs
-aqG
+eFG
ewM
dxD
vQf
@@ -137822,7 +137261,7 @@ jiW
aan
hyY
xJa
-diC
+cWl
xyw
xJa
cRv
@@ -137839,7 +137278,7 @@ bav
mBC
mUX
bjV
-pDl
+nsF
pqJ
lRT
ujf
@@ -137852,7 +137291,7 @@ gPm
hVR
btV
uyM
-kqR
+lMp
xsS
uxy
mJl
@@ -137865,7 +137304,7 @@ aEe
sgs
rWz
rWz
-kht
+qGk
rWz
xOy
ePI
@@ -137879,7 +137318,7 @@ lGK
lGK
mCM
mCM
-tTz
+vuF
lGK
lGK
fNK
@@ -137892,7 +137331,7 @@ cMT
imH
qJo
umT
-wnJ
+mYB
dlx
mCM
kdX
@@ -137904,7 +137343,7 @@ ivV
hcZ
hcZ
ivV
-ivV
+vhq
hcZ
vkJ
vkl
@@ -138031,7 +137470,7 @@ waS
fah
xgM
hBH
-sHP
+sqR
vfA
lTc
lTc
@@ -138052,34 +137491,34 @@ nbI
aGP
bkF
bdI
-bIT
+rNs
nJL
cHB
kGm
dVv
uTo
djD
-oku
-lMy
-yjP
-xGF
-tMe
-dGf
-oXa
-gHJ
-eMA
-tMe
-omr
-uRE
-chp
+jko
+aaK
+uFG
+deX
+hId
+fzT
+qmN
+hCZ
+qkn
+hId
+esb
+dvh
+nGN
iTt
jgp
vnS
bQu
-awL
+cIC
hyY
xJa
-qyT
+hGI
pqf
xJa
cRv
@@ -138096,12 +137535,12 @@ bav
mBC
tTl
bjV
-pDl
+nsF
lRT
lRT
ujf
oeu
-fYj
+qXt
aHc
aHc
axe
@@ -138109,9 +137548,9 @@ aHc
aHc
aHc
bBB
-chN
-rBJ
-xha
+nEM
+llI
+rQr
vcs
dPu
dPu
@@ -138122,15 +137561,15 @@ dPu
dPu
dPu
dPu
-oGk
-klH
-hqb
-gCh
-lAH
-gCh
-cmk
-gCh
-yjd
+ogq
+dPu
+bgt
+mFM
+hsb
+mFM
+wGo
+mFM
+vTp
mFM
wGo
wGo
@@ -138143,25 +137582,25 @@ nbB
wEe
rYF
nbB
-gaB
+vms
nbB
nbB
wYn
abv
wGo
+ryj
+gaB
wGo
-pxT
-cmk
-mca
+wYn
kQS
wkC
wnT
-kUv
-kUv
+kqf
+kqf
rRj
aqo
kqf
-kqf
+lHm
tRP
axO
kxM
@@ -138315,7 +137754,7 @@ wOc
eHx
eDn
uTo
-aND
+dsE
dRs
cho
cho
@@ -138327,8 +137766,8 @@ cho
uFr
fwT
jkd
-xbn
-jqh
+ccS
+fWv
dxD
sOx
qHH
@@ -138336,7 +137775,7 @@ bPO
dxG
hyY
hyY
-guD
+ttq
hyY
xJa
cRv
@@ -138353,12 +137792,12 @@ bav
mBC
tTl
cWH
-pDl
+nsF
lRT
lRT
ujf
sWJ
-fYj
+qXt
aHc
aHc
uUY
@@ -138368,7 +137807,7 @@ ion
bBB
dpp
tqH
-bIk
+sVz
xsS
xsS
xsS
@@ -138379,7 +137818,7 @@ xsS
xsS
xsS
qZe
-nGK
+aTJ
xsS
oXU
mCM
@@ -138387,26 +137826,26 @@ kCb
mCM
ecG
mGM
-wvQ
+jCh
mCM
mCM
mCM
mCM
iCw
-tTz
+vuF
mCM
mCM
oKK
mCM
gxo
mCM
-rWt
+vyW
qWO
ecG
mCM
mCM
mCM
-mCM
+pJW
mKs
sIJ
mCM
@@ -138415,10 +137854,10 @@ mrc
fFA
xrc
xrc
-lNl
+few
few
xrc
-xrc
+ssZ
cgp
wZI
xEd
@@ -138567,12 +138006,12 @@ cbr
nMN
kOU
kVE
-uSW
-ecv
-nSP
+uoW
+rDu
+xBO
gka
cEP
-xmk
+cBg
gVY
cxb
etJ
@@ -138584,8 +138023,8 @@ etJ
cYo
iRu
kTb
-oTb
-jqh
+qSm
+fWv
uxh
hyY
hyY
@@ -138593,7 +138032,7 @@ hyY
hyY
xJa
duh
-qyT
+hGI
duh
eXG
cRv
@@ -138610,12 +138049,12 @@ bav
bav
bav
iKw
-pDl
+ykc
lRT
lRT
ujf
cPc
-fYj
+qXt
aHc
aHc
kra
@@ -138624,8 +138063,8 @@ bik
bca
uyM
dpp
-lbg
-kjT
+qlV
+kEK
dSP
dSP
dSP
@@ -138636,46 +138075,46 @@ cPH
dSP
xAC
xHO
-ybJ
+tbR
fAE
wzF
uyf
-tPP
-lEp
+unP
+oDB
uyf
nZR
-rhg
+eha
pwN
pwN
pwN
pwN
pwN
-pOH
+egW
pwN
pwN
bIa
ewC
wrh
uyw
-dmw
+hzv
ngv
joj
joj
xXt
sMt
-nFy
+slN
fpx
mnu
ycu
idj
iuE
usH
-laG
-laG
+aJh
+aJh
oyo
qzH
laG
-laG
+xFa
hwf
hPv
fhQ
@@ -138829,7 +138268,7 @@ dpu
chK
xfm
joR
-gjw
+yfY
gYW
lDW
lDW
@@ -138841,16 +138280,16 @@ lDW
qOk
dlp
tDz
-hZc
-hss
+dcu
+wWK
jYZ
wLR
wLR
-oji
-fgV
-fgV
-fgV
-whH
+lEM
+pqB
+pqB
+pqB
+kLQ
xyw
eXG
rNK
@@ -138867,7 +138306,7 @@ lRT
lRT
lRT
ujf
-bcp
+qYL
ujf
lRT
ujf
@@ -138881,8 +138320,8 @@ pwF
sGT
uyM
teX
-urA
-klG
+oXU
+vWP
aZZ
aZZ
aZZ
@@ -138901,7 +138340,7 @@ aZZ
aZZ
kQc
teR
-mlY
+xnd
mCM
nUQ
nUQ
@@ -138932,7 +138371,7 @@ ivV
hcZ
hcZ
ivV
-ivV
+vhq
hcZ
vkJ
vkl
@@ -139051,7 +138490,7 @@ uoq
iiQ
daF
iiQ
-gFK
+fkH
fSR
pkg
fvt
@@ -139086,24 +138525,24 @@ dpu
buL
cgh
oku
-cnz
-lyS
-diu
-dFn
-ufd
-avf
-aGB
-qyA
-qyA
-qfO
-qyA
-crz
-wAg
-dgr
+ewb
+aVO
+bcD
+jko
+iyh
+kZn
+sYW
+uNB
+uNB
+lxy
+uNB
+qih
+wWf
+qHf
hyY
tnc
duh
-rMu
+xmj
xyw
tHP
mpk
@@ -139124,7 +138563,7 @@ nHK
xno
tHA
raP
-kWm
+ykc
isI
lRT
ujf
@@ -139138,8 +138577,8 @@ oDx
byj
bBB
dpp
-vqc
-brM
+xsS
+edF
oFV
pOk
aZZ
@@ -139158,7 +138597,7 @@ nCV
aZZ
aZZ
aZZ
-jLs
+afE
abh
gTt
cxo
@@ -139178,21 +138617,21 @@ prN
rkb
aZF
qxQ
-caq
-hbd
-lUo
-mZu
-mMA
-wPV
+vKp
+idB
+jdA
+wFR
+fZj
+aMv
+izz
+izz
+izz
+izz
+izz
+wbO
rMT
rMT
-rMT
-rMT
-rMT
-rMT
-rMT
-rMT
-bJg
+tYU
fWh
cge
uiD
@@ -139308,7 +138747,7 @@ gFa
xvE
bXQ
iiQ
-sft
+tZK
rix
afz
pKC
@@ -139330,12 +138769,12 @@ pVg
haL
gfS
uqz
-guv
-hwL
+lBk
+pdd
uqz
-rbA
+dlh
uqz
-plF
+bmd
aGL
uqz
kCx
@@ -139347,20 +138786,20 @@ cnJ
gmC
xla
bOp
-jzO
-nEq
+ryf
+aXI
xla
-jzO
-jXP
+ryf
+rOy
xla
xla
+oOV
rHx
-pyJ
-ssV
+srA
hyY
oKb
duh
-rMu
+xmj
duh
sAj
hyY
@@ -139381,7 +138820,7 @@ vQR
isI
isI
isI
-kWm
+ykc
fxd
lRT
ujf
@@ -139395,8 +138834,8 @@ aHc
aHc
bBB
dpp
-vqc
-brM
+xsS
+edF
xrn
uNw
aZZ
@@ -139415,7 +138854,7 @@ eEK
obj
roq
aZZ
-ler
+jgi
mCM
lGK
lGK
@@ -139428,7 +138867,7 @@ qkm
btd
hsc
rdU
-vcB
+xgC
jKU
jKU
nsy
@@ -139436,7 +138875,7 @@ frp
aZF
qxQ
dQZ
-jUH
+xrS
jFT
rQk
mEq
@@ -139456,11 +138895,11 @@ iEd
pQR
lyI
kDB
-kVI
+xwj
rcB
van
nYR
-agI
+mdz
xEd
emG
tHG
@@ -139569,7 +139008,7 @@ epR
nkY
sSJ
spn
-onS
+ukT
ahJ
ahJ
nEZ
@@ -139584,7 +139023,7 @@ uHn
fkW
asc
ukz
-bNg
+aYK
dtr
bTa
pOr
@@ -139604,25 +139043,25 @@ dpu
lZU
vIr
sKs
-xMz
-pmB
-qNG
+ylw
+qeG
+owd
rCc
-iid
-smg
-aEn
-vJL
-tZx
+pfZ
+aiV
+kJU
+xoy
+chV
hBX
hyY
pBU
gbb
-niY
-cjS
-qXT
-cCz
-oXY
-cCz
+fLl
+wjY
+kFx
+iyr
+wxO
+iyr
qGC
qGC
qGC
@@ -139631,14 +139070,14 @@ qGC
qGC
qGC
qGC
-cNX
-pvQ
-cNX
-vEr
-baz
-fhu
-fhu
-bwe
+xjH
+mNy
+xjH
+qTW
+oPC
+szm
+szm
+xqz
isI
lRT
ujf
@@ -139651,9 +139090,9 @@ aHc
aHc
pnO
uyM
-psa
-cya
-iiV
+xNi
+qhv
+gIZ
xrn
lBA
aZZ
@@ -139672,7 +139111,7 @@ nFz
uwk
tOO
aZZ
-auu
+pBu
mCM
mCM
mCM
@@ -139685,7 +139124,7 @@ sDY
btd
vyL
cBs
-wCS
+jqy
cBs
cBs
biB
@@ -139693,7 +139132,7 @@ nVE
aZF
xoM
oPR
-jUH
+xrS
tlb
ehr
hHb
@@ -139717,7 +139156,7 @@ nVd
xMA
kbw
fPc
-mSq
+wMV
xEd
tVm
tHG
@@ -139822,7 +139261,7 @@ ciF
daF
eiG
wAM
-bZu
+sve
wYH
ahJ
hyT
@@ -139838,39 +139277,39 @@ bUg
tvN
oWP
oWP
-eRQ
+pcm
fRS
dpu
-mff
-uLY
-vGw
+efS
+lqp
+gZH
cHH
-kLC
-jMG
-bGL
+tkd
+hhe
+qhV
wwM
dvc
fHE
-kLC
+tkd
cHH
cHH
mqc
doc
oeK
dpu
-apl
+nvR
sKs
sKs
-geV
-nvO
-dKp
+cdq
+jZi
+geS
yfW
-nLX
-cYr
+lYp
+rpm
xla
-vJL
-tZx
-adU
+xoy
+chV
+tNA
hyY
hyY
hyY
@@ -139895,12 +139334,12 @@ ujf
ujf
bbb
ujf
-cJx
+iIi
ujf
ujf
ujf
uyM
-aCL
+fsx
oRb
uyM
uyM
@@ -139909,11 +139348,11 @@ jFZ
uyM
uyM
eHG
-vqc
-wHn
+xsS
+wAK
bjo
bjo
-gPT
+qax
nQC
wmA
wgI
@@ -139929,7 +139368,7 @@ hCG
ufX
iyK
aZZ
-uTZ
+aOp
gCs
gCs
gCs
@@ -139942,7 +139381,7 @@ btd
btd
uql
cBs
-wCS
+jqy
cBs
cBs
biB
@@ -139950,7 +139389,7 @@ bld
aZF
wnP
tOn
-jUH
+xrS
dQZ
nIF
nIF
@@ -140098,7 +139537,7 @@ gBX
drA
afd
nsC
-eka
+yfn
qgc
jkM
iGx
@@ -140114,33 +139553,33 @@ lVf
tYe
daG
iBP
-cnL
+nMn
wrW
-iFG
-iFG
-hgu
+auc
+auc
+wWR
cbP
xla
-jzO
-jXP
+ryf
+rOy
xla
xla
gDf
-nQO
-jSS
-wqS
+dlZ
+hpt
+uZU
kJb
bjZ
tLE
gyl
bjZ
dCN
-nqy
+wMl
hPp
-pbY
-pbY
-pbY
-tlN
+rMc
+rMc
+rMc
+dvn
bpf
pbY
pbY
@@ -140152,22 +139591,22 @@ grv
lDm
lDm
lDm
-jHS
-eXF
+lDm
+lDm
aQx
-eXF
-eXF
-ftk
-xQt
-eXF
-eXF
-xQt
-xQt
-eXF
+lDm
+lDm
+jGm
+rBJ
+lDm
+lDm
+rBJ
+rBJ
+lDm
vJj
tfU
-tBZ
-brM
+xsS
+edF
xrn
xrn
xOB
@@ -140199,7 +139638,7 @@ cuk
arm
prN
biB
-jeu
+eUa
biB
biB
biB
@@ -140207,11 +139646,11 @@ hqe
aZF
gaJ
aZF
-pUZ
-kci
-amR
-rYD
-mBc
+aFr
+rFK
+qNK
+usF
+tjz
ncn
hPl
hPl
@@ -140336,14 +139775,14 @@ jDO
uoq
xvE
ciF
-mDT
-acw
+prD
+rxg
ijf
bqg
aes
afY
aQL
-bOZ
+cRx
vdq
vdq
afd
@@ -140355,7 +139794,7 @@ afd
afd
afd
tpk
-rYN
+qSQ
tPt
tNT
tNT
@@ -140369,22 +139808,22 @@ xrZ
xrZ
xrZ
xrZ
-auh
+gPx
hoo
-rbV
+unI
exK
exK
idi
-aDy
+aZT
qCw
-qNG
+owd
rCc
-uzR
-mVV
-aEn
-vJL
-tZx
-lPf
+xEm
+rPu
+kJU
+xoy
+chV
+ary
chV
chV
chV
@@ -140414,7 +139853,7 @@ xsS
xsS
xsS
xsS
-iFO
+uPv
xsS
xsS
dwD
@@ -140423,8 +139862,8 @@ xsS
xsS
kLt
xsS
-vqc
-brM
+xsS
+tLa
xrn
xrn
bjn
@@ -140437,13 +139876,13 @@ wmR
wmR
wmR
wmR
-pOY
+gOX
rVC
rVC
rVC
bNF
baF
-jwB
+cwg
mYQ
rZn
rZn
@@ -140468,7 +139907,7 @@ aZF
aZF
aZF
hPl
-cVD
+cfy
ncn
eVQ
hPl
@@ -140488,9 +139927,9 @@ lyI
lyI
lyI
lyI
-yiy
+gPf
pSc
-kbz
+lNW
uMr
qOm
qOm
@@ -140593,26 +140032,26 @@ knU
knU
dqM
gFl
-drf
+pAG
acR
vdq
hGA
mle
aga
aQL
-oUL
+siM
vdq
akf
afd
alp
aax
lko
-cok
+hrF
rNK
rNK
-nWl
+bAv
sRg
-cat
+hWd
gfS
tNT
pzk
@@ -140632,15 +140071,15 @@ bnv
pkB
exK
uXJ
-rIx
-mIK
-tkC
+mYr
+bZW
+tTL
yfW
-nLX
-dcM
+lYp
+evO
xla
-vJL
-tZx
+xoy
+chV
cHw
evL
evL
@@ -140665,23 +140104,23 @@ jpg
iGF
qEA
vsl
-sbA
-sbA
-sbA
-sbA
-sbA
-sbA
-hFP
+qys
+cPH
+qys
+qys
+qys
+qys
+jxf
gAJ
gAJ
ekr
gAJ
-oII
+uqI
sJy
gIh
dUE
-qEL
-tWj
+nnD
+nxu
jag
fkS
aZZ
@@ -140694,14 +140133,14 @@ tTW
tTW
wmR
wmR
-vNp
+fQI
wmR
wmR
wmR
pVQ
wds
-mrt
-jau
+xHx
+tYD
pxi
mrt
mrt
@@ -140713,7 +140152,7 @@ prN
cBs
cBs
cBs
-hPf
+wCS
cBs
cBs
biB
@@ -140725,7 +140164,7 @@ tzy
amc
aZF
hPl
-gwp
+cfy
ncn
xgU
hPl
@@ -140747,7 +140186,7 @@ fil
ksi
jGC
xEd
-uuO
+lxP
uMr
djd
clj
@@ -140857,8 +140296,8 @@ agd
bsx
vdq
aQL
-cde
-ajO
+kNz
+yix
tiO
wAP
yix
@@ -140889,16 +140328,16 @@ nII
ccp
kuM
qqw
-vDw
+cvA
wtt
xla
-vwg
-dOZ
+cXk
+uFn
xla
xla
naz
-jKZ
-jKH
+pJN
+abD
cjR
oTv
pDF
@@ -140938,7 +140377,7 @@ gKg
uSv
boJ
nuB
-iZC
+qvy
aZZ
aZZ
aZZ
@@ -140951,7 +140390,7 @@ htv
iKY
hbt
wmR
-vNp
+fQI
sxz
wmR
wmR
@@ -140970,7 +140409,7 @@ yah
biB
biB
biB
-tzg
+wCS
biB
biB
biB
@@ -140982,7 +140421,7 @@ biB
etV
aZF
hPl
-gwp
+cfy
ncn
eVQ
hPl
@@ -141114,7 +140553,7 @@ dqz
uiV
xeC
sJJ
-vjp
+aFT
vdq
vNP
afd
@@ -141126,7 +140565,7 @@ lzH
lzH
gmC
foz
-gMF
+wMc
gfS
bsL
aKv
@@ -141139,23 +140578,23 @@ tRI
xrZ
hGi
ich
-gwj
+bCY
rBv
sjN
-pbf
+hiX
tYl
-kXl
+iOI
qqw
-uTG
+iVA
qCw
-qNG
+owd
rCc
-uLA
-mAG
-aEn
-vJL
-tZx
-xCh
+dFe
+oFt
+kJU
+xoy
+chV
+cwn
oTv
kgd
bKI
@@ -141194,8 +140633,8 @@ aEB
gKg
uSv
boJ
-vqc
-xnM
+xsS
+qwW
aZZ
hOM
eIf
@@ -141208,7 +140647,7 @@ icp
hKf
hbt
wmR
-vNp
+fQI
xSR
wmR
wmR
@@ -141227,19 +140666,19 @@ cji
rdU
pcu
pcu
-hjq
+riT
kOR
hJF
kOR
hNd
qtZ
qtZ
-kcw
-rMx
+ilV
+vFJ
dJn
aZF
hPl
-gwp
+cfy
ncn
eVQ
hPl
@@ -141371,19 +140810,19 @@ vdq
uAd
dqz
vNP
-hHa
-hKa
+xgg
+xZx
tiO
cwr
xZx
efP
bjz
-dqO
+jHt
rNK
rNK
-aqV
+bAv
sRg
-lLp
+pni
dtr
tNT
aKx
@@ -141398,26 +140837,26 @@ xrZ
xrZ
xrZ
uzJ
-oUE
+mYn
nII
cFK
-bwb
+uQA
qqw
-lmC
-eUF
-dRP
-yfW
-nLX
-deZ
+cdq
+aQc
+iuO
+hPz
+lYp
+jpx
xla
-vJL
-teQ
-wmI
+xoy
+dCF
+gPS
hGp
nla
-mmY
-lyn
-fSn
+bZz
+sot
+nPa
xHI
ivS
cRv
@@ -141451,8 +140890,8 @@ aEB
vZN
uSv
lnd
-vqc
-brN
+xsS
+iiR
aZZ
kcC
nnM
@@ -141465,14 +140904,14 @@ rIY
ddn
hbt
wmR
-xpB
+rwx
wzk
ier
wmR
tgc
mgI
mrt
-jau
+sbo
mrt
mrt
saK
@@ -141492,11 +140931,11 @@ gIv
uCO
noy
tDi
-nWX
+vDD
qxR
aZF
hPl
-gwp
+cfy
ncn
hPl
hPl
@@ -141517,7 +140956,7 @@ qAH
ixR
wiE
grQ
-xEd
+bqU
giH
uMr
mdK
@@ -141628,7 +141067,7 @@ uYa
vdq
vUM
aQL
-bOZ
+cRx
vNP
hxj
afd
@@ -141640,12 +141079,12 @@ rNK
rNK
pXO
kCx
-jcU
-ukz
-mMT
-jsS
-jsS
-diL
+fmj
+bLe
+hox
+mCG
+mCG
+dqF
nRP
iVv
gde
@@ -141655,21 +141094,21 @@ mCr
gAU
vdz
dyz
-oUE
+mYn
nQv
gVZ
exK
-jML
-rNm
+igm
+wWR
tSL
xla
-vwg
-dOZ
+uFs
+mSN
xla
xla
lsx
oND
-lPf
+ary
eHs
tYi
fmA
@@ -141708,8 +141147,8 @@ mPR
fxA
fxA
boJ
-vqc
-iqL
+xsS
+rKS
aZZ
mJT
jwx
@@ -141729,7 +141168,7 @@ wmR
sOf
lVs
mrt
-vyI
+rQV
oBr
mrt
mrt
@@ -141749,11 +141188,11 @@ lJR
lJR
lJR
btd
-pNE
+vRU
vNz
aZF
hPl
-cVD
+cfy
vfV
hPl
hUU
@@ -141885,7 +141324,7 @@ epR
jvI
epR
jUh
-xTQ
+iZP
jUh
kKb
afd
@@ -141902,7 +141341,7 @@ dpu
rCG
fEL
nkH
-sDQ
+eAC
bdQ
iVv
gde
@@ -141915,17 +141354,17 @@ nII
icW
nII
ruT
-wkA
+nfi
sbG
-umw
+mdU
eXd
-fMx
+lmc
rCc
ePJ
wfT
-peB
-vJL
-tZx
+aRg
+xoy
+chV
jKH
oTv
hZB
@@ -141965,8 +141404,8 @@ fru
dgq
fxA
xNT
-sON
-xnM
+fsW
+qwW
oOg
oOg
oOg
@@ -142006,11 +141445,11 @@ lUc
wFD
tTH
aZF
-waN
+wYy
pnr
aZF
gBI
-cVD
+cfy
iIe
hPl
hUU
@@ -142032,7 +141471,7 @@ fxp
uTv
nGn
xEd
-wXm
+wNX
eGV
uMr
sNo
@@ -142149,17 +141588,17 @@ rwv
pdt
rwv
utf
-jyc
+jHt
rNK
rNK
-nWl
+bAv
sRg
-fOj
+gLJ
yhN
tNT
eAk
kEx
-sDQ
+eAC
bdY
iVv
fEL
@@ -142174,16 +141613,16 @@ hNs
svs
njT
otP
-txE
+exm
knF
-kuV
+muG
mSn
-nLX
+lYp
unH
xla
-vJL
-tZx
-xCh
+xoy
+chV
+qZb
vXV
ivS
ivS
@@ -142222,8 +141661,8 @@ aCC
cIX
wSt
boJ
-vqc
-abq
+xsS
+tLa
kOk
sIP
vtG
@@ -142263,11 +141702,11 @@ bdh
thf
lYO
hPl
-rXS
+pds
lSc
nIF
nIF
-xdr
+weF
iaF
hPl
hUU
@@ -142308,7 +141747,7 @@ fSl
pon
ufg
cxq
-uHA
+jgz
dyK
nnf
pon
@@ -142406,17 +141845,17 @@ vbc
cVR
fQH
rHj
-fRU
+quJ
rNK
rNK
-lPn
+doX
kCx
-oLE
+ezd
eTu
bsL
aKv
fzQ
-yjM
+bul
lHX
bQQ
sGb
@@ -142429,18 +141868,18 @@ aDc
wAx
ptv
hOg
-mlP
+ezz
rLc
-hJQ
+hgu
hBz
xla
vwg
dOZ
xla
xla
-vJL
-tZx
-syu
+xoy
+chV
+ftf
ice
abW
abW
@@ -142479,8 +141918,8 @@ qTY
cIX
wSt
boJ
-vqc
-sFH
+xsS
+wjM
oOg
dkD
mfh
@@ -142520,7 +141959,7 @@ haI
lUc
xAS
hPl
-knn
+xgu
mXz
ldD
ldD
@@ -142673,7 +142112,7 @@ gfS
tNT
bAl
fzQ
-ruq
+qIA
sXv
fEL
fEL
@@ -142683,21 +142122,21 @@ sbv
dti
nII
nII
-oUE
+mYn
xzK
aOI
exK
cmd
-hJQ
+pwp
qCw
-fMx
+lmc
rCc
xeU
jvT
-peB
-vJL
-dPs
-tyT
+aRg
+xoy
+xLZ
+kjj
ice
abW
abW
@@ -142736,8 +142175,8 @@ sdc
cIX
wSt
boJ
-vqc
-syt
+xsS
+lOc
oMr
qSS
vjj
@@ -142757,7 +142196,7 @@ hgz
irr
hPl
aZF
-xLb
+gnq
iKm
aZF
baF
@@ -142777,7 +142216,7 @@ wFD
bdh
wFD
hPl
-vca
+bmn
ncn
ncn
eVQ
@@ -142930,7 +142369,7 @@ gfS
tNT
oFn
qYg
-nkq
+xSF
dvY
bol
fHU
@@ -142940,20 +142379,20 @@ iTn
duM
czN
cgE
-bJY
+rQo
pza
aOJ
exK
jlZ
-beI
+jTG
hWk
iqi
mSn
-nLX
+lYp
dgI
xla
-vJL
-tZx
+xoy
+chV
jeS
ice
cWq
@@ -142988,13 +142427,13 @@ pDn
uSv
fxA
eBv
-gtH
-cXF
+eRF
+qBc
dau
fxA
tiv
-vqc
-dgt
+xsS
+mLd
oOg
rZl
rSN
@@ -143004,7 +142443,7 @@ oOg
unz
wmR
wDV
-aSm
+lsh
aZZ
wmR
ehV
@@ -143014,7 +142453,7 @@ xUS
wmR
hPl
fhd
-cBB
+qyw
rLh
aZF
gwe
@@ -143034,7 +142473,7 @@ hZF
lYO
bdh
hPl
-dCY
+tag
ncn
ncn
hPl
@@ -143076,17 +142515,17 @@ nQw
wTm
uxx
cuU
-iZy
+ejc
lSP
pwx
asL
czb
cza
oUJ
-uWx
+bCr
eJf
wpX
-eGv
+lZs
aFn
dZA
oqN
@@ -143187,7 +142626,7 @@ evh
azW
azu
uJY
-baE
+xhn
hmc
azu
azu
@@ -143202,7 +142641,7 @@ wUX
wUX
wUX
jZx
-hJQ
+hgu
kxE
xla
vwg
@@ -143210,8 +142649,8 @@ utC
xla
xla
xSn
-tZx
-xCh
+chV
+cwn
fRa
cWq
cWq
@@ -143250,8 +142689,8 @@ ssu
vBA
vBA
boJ
-mTI
-qyO
+ooh
+nwG
aZF
aZF
aZF
@@ -143266,12 +142705,12 @@ aZF
hPl
hPl
hPl
-cGv
+wVm
hPl
hPl
hPl
lhK
-cBB
+qyw
nIF
aZF
uzY
@@ -143291,7 +142730,7 @@ hPl
hPl
hPl
hPl
-rkd
+tag
nIF
hoU
riy
@@ -143444,7 +142883,7 @@ azX
azW
aVs
mwi
-mis
+jCe
beS
bov
azu
@@ -143459,7 +142898,7 @@ qKa
nDu
nUB
qqw
-ejf
+fkh
aXf
xla
lyX
@@ -143467,8 +142906,8 @@ lpH
dKJ
xla
dYo
-wkI
-ktu
+uiW
+ekg
gcL
gcL
gcL
@@ -143503,12 +142942,12 @@ uSv
hLE
fmz
qdy
-jjb
+tHQ
spx
rZw
boJ
-vqc
-qOO
+xsS
+wDg
aZF
qxQ
qxQ
@@ -143523,12 +142962,12 @@ aZF
hPl
gtv
nIF
-gKB
+bNN
nIF
hPl
hPl
utW
-oZo
+qyw
nIF
aZF
ozg
@@ -143539,16 +142978,16 @@ uQc
aZF
hPl
hPl
-hLt
-eiE
-eiE
-cHX
-eiE
-cHX
-cHX
-eiE
-hJS
-pmb
+cSh
+usF
+usF
+usF
+usF
+usF
+usF
+usF
+ibj
+bxR
rXh
ncn
hPl
@@ -143578,12 +143017,12 @@ xNk
wDx
jUk
uxn
-uxn
jgw
-wIq
+vEL
+wBr
cGd
twG
-muT
+aio
rDr
iKf
uBC
@@ -143695,8 +143134,8 @@ cKZ
bZt
fqh
xax
-dcg
-wMN
+sXV
+fYv
azY
azW
aSo
@@ -143716,15 +143155,15 @@ lyM
flL
wUX
wHW
-tjy
+qIT
aXf
-fMx
+lmc
gzI
bwv
bpT
-fMx
-vJL
-tZx
+lmc
+xoy
+chV
jKH
gcL
gcL
@@ -143743,7 +143182,7 @@ pry
djz
qAJ
eGi
-tHQ
+nzf
hLE
uSv
uSv
@@ -143761,32 +143200,32 @@ hLE
pFj
hzj
acY
-wIm
-pXV
-gyr
-xPf
-eIs
-sVu
-rUO
-wWP
-nxG
-wkt
-iQt
+ptO
+vmW
+eyZ
+sbA
+wDN
+ssm
+vkX
+dAQ
+dAQ
+eiE
+xcl
eiE
nLH
-cHX
-eiE
-eiE
+cqO
+cqO
+cqO
ezr
cqO
-wkt
-xbi
+cqO
+bGs
oXV
oXV
-nxG
-nxG
-uNO
-czl
+oXV
+oXV
+kUK
+inD
aZF
oSt
nGD
@@ -143794,9 +143233,9 @@ opP
ogl
gsi
aZF
-bSM
-cqO
-vPJ
+osh
+usF
+eFR
ncn
ncn
wYw
@@ -143804,7 +143243,7 @@ ncn
ncn
nIF
nIF
-aKs
+dJm
nIF
nIF
hal
@@ -143837,10 +143276,10 @@ lmA
uxn
uxn
cmZ
-wBr
+uGq
cGd
erm
-kpX
+slv
wAG
wAG
meZ
@@ -143973,15 +143412,15 @@ mbh
aON
wUX
gKL
-ehi
+twe
qCw
flk
gzI
exA
riF
ikb
-vJL
-tZx
+xoy
+chV
aXa
gcL
gcL
@@ -144018,11 +143457,11 @@ hLE
qye
tpB
qdy
-sdd
+pvA
rZw
mAH
xsS
-aKy
+uzl
aZF
jDt
nIF
@@ -144043,7 +143482,7 @@ ncn
ncn
ncn
ncn
-jQs
+ryv
aZF
gGj
pSC
@@ -144051,7 +143490,7 @@ pQz
emn
mMC
aZF
-vKF
+dod
ncn
ncn
ncn
@@ -144061,7 +143500,7 @@ sbn
sbn
sbn
uJT
-wXs
+qSr
eTL
sbn
sbn
@@ -144094,10 +143533,10 @@ sOr
hEI
hEI
nIL
-kbd
+uwj
cGd
-tvP
-bRC
+eAA
+uhg
wAG
wAG
wAG
@@ -144210,7 +143649,7 @@ ark
fqh
bOR
atc
-gyQ
+var
azr
azW
kyx
@@ -144230,15 +143669,15 @@ dvm
crV
wUX
qqw
-wlW
+dCs
kao
uMD
cyX
vYr
dhd
lOL
-vJL
-tZx
+xoy
+chV
jKH
qOo
yjL
@@ -144257,7 +143696,7 @@ iIH
fuZ
qye
pMk
-tHQ
+nzf
hLE
hLE
hLE
@@ -144275,11 +143714,11 @@ hLE
eGi
tpB
uCw
-gIF
+vBL
rZw
boJ
xsS
-aKy
+uzl
aZF
uQm
wqw
@@ -144300,7 +143739,7 @@ hPl
aZF
iSV
ncn
-jQs
+ryv
aZF
aZF
aZF
@@ -144308,7 +143747,7 @@ aZF
aZF
aZF
aZF
-jQs
+qxN
nIF
sbn
sbn
@@ -144318,7 +143757,7 @@ oTL
gLG
nii
nYp
-bRd
+nIO
doZ
sUX
xVi
@@ -144344,18 +143783,18 @@ fXR
shk
vFW
bXp
-uuV
+rQz
iFb
dXV
nlS
hQo
gmN
mbd
-mwy
+gwr
cGd
nKb
-cpI
-qZD
+ieA
+phQ
tia
xDS
hKd
@@ -144489,14 +143928,14 @@ wUX
qqw
pFO
vvH
-toX
+vax
cnE
jnm
dgZ
-toX
-vJL
-lEX
-mTr
+vax
+gBE
+qjL
+aWr
fTn
upZ
vWT
@@ -144532,11 +143971,11 @@ hLE
rZw
gnS
bBI
-ssq
+eBt
oua
fMX
xsS
-wpp
+xHg
iVD
uQG
wxX
@@ -144555,17 +143994,17 @@ cKa
cKa
aZF
aZF
-dXI
-bHY
-clf
-wpF
-qRU
-qRU
-vbd
-wkt
-nxG
-nxG
-kuv
+fcn
+sjy
+nwo
+oMV
+sPM
+sPM
+icS
+rFK
+sPM
+viU
+rxs
qxQ
sbn
pWT
@@ -144575,9 +144014,9 @@ qDR
kfE
pUm
wny
-jyM
+wKp
hhl
-nmx
+qGN
eMb
shL
hUU
@@ -144723,8 +144162,8 @@ qoz
lhq
fqh
ate
-lKI
-nOh
+uhf
+uiL
aAe
nyR
fHg
@@ -144751,8 +144190,8 @@ mUN
vGW
vTt
xla
-vJL
-tZx
+xoy
+chV
jKH
qOo
opc
@@ -144789,11 +144228,11 @@ iUk
eGi
tpB
pQE
-ssE
+dJZ
rZw
orw
ktL
-ozk
+cgz
jLN
uRe
aZF
@@ -144821,7 +144260,7 @@ qxQ
tOn
nIF
oAw
-qxQ
+kQv
qxQ
hUT
sbn
@@ -144859,7 +144298,7 @@ sLj
npb
cia
sWc
-kCg
+gPL
izC
rza
nta
@@ -144981,7 +144420,7 @@ aTz
fqh
atf
vsZ
-rOp
+fnl
axY
azW
iHw
@@ -145007,10 +144446,10 @@ xla
rnL
tKF
tZG
-xla
-vJL
-tZx
-jKH
+pPK
+iLT
+pJN
+fcC
qOo
ujI
wNy
@@ -145046,11 +144485,11 @@ wQK
wQK
vAO
uqv
-bTz
+ufW
vBA
hvY
pCW
-hvY
+yfv
jCN
uSr
aZF
@@ -145078,7 +144517,7 @@ hPl
hPl
hPl
lRH
-cKg
+jPX
eRT
mVD
sbn
@@ -145116,7 +144555,7 @@ sLj
vFW
xxC
ciG
-kCg
+gPL
izC
sKh
nta
@@ -145238,7 +144677,7 @@ afd
fqh
dpc
uBq
-jhB
+umt
aAj
azW
gfr
@@ -145264,8 +144703,8 @@ xla
pwT
pdb
hZU
-xla
-vJL
+qUm
+xoy
dlZ
lZz
qOo
@@ -145291,7 +144730,7 @@ eGi
pbT
qdy
uBR
-kos
+qdy
eGi
yjO
iUk
@@ -145303,11 +144742,11 @@ eGi
iUk
hLE
wEp
-cPN
+pVu
dcw
lLb
aGj
-kbr
+lur
dcw
lhT
rNK
@@ -145335,7 +144774,7 @@ hUU
hUU
hUU
riy
-iOH
+sGA
cxt
riy
sbn
@@ -145386,7 +144825,7 @@ lSZ
oDZ
vMf
wAG
-pfY
+nQt
wAG
rPK
dko
@@ -145495,7 +144934,7 @@ abW
fqh
fqh
bIm
-kFU
+ayO
eWm
azW
aLb
@@ -145522,8 +144961,8 @@ kae
fNn
uXj
uXj
-bxn
-tZx
+mNx
+chV
lxc
qOo
gFu
@@ -145560,11 +144999,11 @@ xlL
rdg
hLE
hUU
-cPN
+pVu
yiS
duo
uay
-xUb
+jwb
yiS
lhT
rNK
@@ -145592,7 +145031,7 @@ hUU
mic
rNK
cKa
-cKg
+vEC
dOd
riy
sbn
@@ -145643,7 +145082,7 @@ xPU
eoz
nBb
wAG
-jqw
+nxQ
wAG
yiP
ewB
@@ -145776,11 +145215,11 @@ jHM
mZQ
pAo
pAo
-pAo
-vUe
-uUl
-bDV
-vsB
+aXZ
+ihH
+uct
+xCB
+meY
tuO
dzk
tvm
@@ -145817,11 +145256,11 @@ suL
hLE
hLE
hUU
-cPN
+pVu
yiS
duo
uay
-xUb
+jwb
yiS
lhT
rNK
@@ -145849,7 +145288,7 @@ rNK
lzH
rNK
cKa
-cKg
+vEC
dQZ
qpx
sbn
@@ -145887,7 +145326,7 @@ ddw
jhA
uIC
ciG
-kCg
+gPL
izC
sKh
nta
@@ -145900,7 +145339,7 @@ odF
jtk
btq
wAG
-wdn
+kSl
wAG
meZ
jNL
@@ -146002,7 +145441,7 @@ hXe
egT
egT
dpP
-xWC
+kDW
lhq
abW
abW
@@ -146074,11 +145513,11 @@ hUU
hUU
hUU
hUU
-cPN
+pVu
yiS
duo
uay
-xUb
+jwb
yiS
lhT
rNK
@@ -146106,7 +145545,7 @@ rNK
lzH
rNK
cKa
-cKg
+vEC
dQZ
qpx
shL
@@ -146146,7 +145585,7 @@ nxX
irU
sOk
qyc
-hIU
+dhH
uPP
sKh
xPU
@@ -146157,7 +145596,7 @@ tjp
njH
vld
vld
-qxa
+oEB
vld
vld
bYh
@@ -146331,11 +145770,11 @@ mic
hUU
rNK
euP
-cPN
+pVu
dcw
pYK
joi
-nLS
+sGE
dcw
lhT
rNK
@@ -146363,7 +145802,7 @@ rNK
lzH
rNK
qls
-ifu
+evH
tzE
qls
rNK
@@ -146414,7 +145853,7 @@ iZx
oDZ
vMf
wAG
-arw
+hxG
wAG
rPK
dko
@@ -146533,7 +145972,7 @@ qgH
kkv
qSo
kIa
-vbg
+uQJ
uQJ
uQJ
uQJ
@@ -146550,7 +145989,7 @@ wvr
wvr
wvr
wvr
-sbI
+oLC
chV
iEe
dzk
@@ -146588,11 +146027,11 @@ lzH
rNK
rNK
euP
-cPN
+pVu
yiS
duo
uay
-xUb
+jwb
yiS
lhT
rNK
@@ -146620,7 +146059,7 @@ rNK
lzH
rNK
qls
-bHt
+mWd
tzE
qls
rNK
@@ -146682,7 +146121,7 @@ xIa
xPU
lDd
wIq
-bcV
+xFJ
wIq
wIq
ahX
@@ -146773,7 +146212,7 @@ sZu
lhq
lhq
dKl
-xWC
+kDW
wDZ
lhq
abW
@@ -146790,7 +146229,7 @@ wDs
wDs
wDs
qGi
-aLu
+vrQ
mtr
vrQ
tbe
@@ -146845,11 +146284,11 @@ lzH
rNK
rNK
euP
-cPN
+pVu
yiS
duo
uay
-xUb
+jwb
yiS
lhT
rNK
@@ -146877,7 +146316,7 @@ xbO
aYg
xbO
kzf
-vdU
+bek
tzE
qls
rNK
@@ -147030,7 +146469,7 @@ ark
lhq
lhq
dKl
-xWC
+kDW
bIo
lhq
lhq
@@ -147047,7 +146486,7 @@ wDs
wDs
vPt
vPt
-hHZ
+omY
vPt
vPt
vPt
@@ -147102,11 +146541,11 @@ lzH
rNK
rNK
euP
-cPN
+pVu
yiS
duo
uay
-xUb
+jwb
yiS
lhT
rNK
@@ -147134,7 +146573,7 @@ aXR
aXR
aXR
kzf
-vuV
+ygf
rWa
kzf
xbO
@@ -147185,7 +146624,7 @@ kII
njH
vld
vld
-tiC
+sZk
vld
vld
bYh
@@ -147287,7 +146726,7 @@ ark
cbY
ark
qrM
-xWC
+kDW
bIo
bIo
bIo
@@ -147359,11 +146798,11 @@ lzH
rNK
rNK
euP
-cPN
+pVu
dcw
bNP
djY
-chY
+cXX
dcw
lhT
rNK
@@ -147391,7 +146830,7 @@ gwb
gwb
gwb
kzf
-lSg
+oKx
tzE
kzf
aXR
@@ -147544,7 +146983,7 @@ pAp
lhq
lhq
dnN
-xWC
+kDW
sTa
sTa
emN
@@ -147561,7 +147000,7 @@ bho
xwT
buh
ivP
-szW
+ksl
ksl
hKF
fUX
@@ -147616,7 +147055,7 @@ lzH
rNK
rNK
euP
-cPN
+pVu
yiS
duo
uay
@@ -147648,7 +147087,7 @@ bTy
gwb
gwb
taW
-qwC
+qxh
nui
gwb
aXR
@@ -147818,7 +147257,7 @@ bhq
ksl
bui
bBs
-szW
+ksl
bQV
aKd
aDh
@@ -147873,7 +147312,7 @@ lzH
rNK
rNK
euP
-cPN
+pVu
yiS
duo
uay
@@ -147886,9 +147325,9 @@ aXD
oZU
fID
qMR
-sgp
+mGn
lje
-cct
+ydS
cct
joq
oSd
@@ -147905,7 +147344,7 @@ aPM
sgp
udu
eBq
-eBq
+viR
eBq
udu
gwb
@@ -148130,7 +147569,7 @@ lzH
rNK
rNK
euP
-cPN
+pVu
yiS
duo
uay
@@ -148142,7 +147581,7 @@ qJG
oZU
oZU
rcG
-pJR
+sgp
iGM
fID
jsU
@@ -148153,8 +147592,8 @@ hrP
hPT
ksN
tQZ
-kxu
-kxu
+dAw
+dAw
gCC
gCC
gCC
@@ -148162,7 +147601,7 @@ xuh
gCC
owJ
qwC
-llz
+coI
qwC
iNe
qwC
@@ -148332,7 +147771,7 @@ jHd
ksl
sri
gzl
-szW
+ksl
iBc
bWK
aKf
@@ -148345,11 +147784,11 @@ upS
fVK
wSz
mJJ
-jhU
+qym
iRU
hjL
upS
-cnj
+rLr
exv
saI
rGv
@@ -148387,7 +147826,7 @@ lzH
qJG
qJG
aBd
-cPN
+pVu
dcw
dPe
bvp
@@ -148399,15 +147838,15 @@ fID
fID
sPY
qwC
-pJR
+sgp
sgp
fID
fcW
qvQ
-pvo
-vUZ
-sdt
-nXK
+jDk
+iPY
+koH
+ncL
fID
fOu
bHt
@@ -148417,9 +147856,9 @@ gwb
gwb
kNB
kNB
-yaP
+xcT
gCC
-kyP
+sEb
kxu
kxu
ssA
@@ -148589,7 +148028,7 @@ bhs
cZO
wUV
ksl
-szW
+ksl
ksl
cda
cda
@@ -148602,7 +148041,7 @@ upS
iFW
nyG
tjO
-phM
+kPn
dHT
diM
upS
@@ -148644,7 +148083,7 @@ tjA
dWD
dWD
dWD
-dga
+lbc
dcw
wca
luT
@@ -148656,7 +148095,7 @@ joZ
fID
jAK
qwC
-qxh
+qwC
bBH
bBH
bBH
@@ -148846,8 +148285,8 @@ bhw
mck
wAy
usr
-thF
-rJP
+usr
+usr
jrh
otA
jog
@@ -148863,7 +148302,7 @@ cPz
upS
upS
upS
-pfo
+tIQ
ugQ
oBw
aKp
@@ -148901,7 +148340,7 @@ mRT
dWD
aXz
ktt
-jQk
+oFO
dWD
hNx
jAv
@@ -148913,7 +148352,7 @@ wVd
wmH
lOi
qwC
-tbq
+tzE
bBH
hXT
wdf
@@ -149105,19 +148544,19 @@ pwt
pwt
pwt
pwt
-gDu
+flf
kWu
ddq
sxM
ftN
owH
jog
-lMG
+sNj
rKA
cGw
nvI
-cPA
-cGn
+nxa
+ewO
thd
dlL
hoB
@@ -149158,11 +148597,11 @@ lxJ
gnd
qWd
txD
-sle
+jjo
dWD
nKA
lYS
-mbT
+ykH
fID
fID
fID
@@ -149170,7 +148609,7 @@ fID
fID
ssL
cct
-tbq
+tzE
bBH
fsQ
bJG
@@ -149672,10 +149111,10 @@ oPN
wDM
chc
kHj
-gkG
+hCr
anO
anO
-vbu
+lYS
inn
iYa
qeQ
@@ -149683,8 +149122,8 @@ qeQ
fZE
qeQ
kVX
-pyy
-pPf
+cct
+kJL
bBH
ozE
bEW
@@ -149708,10 +149147,10 @@ bVr
bDR
oZU
oZU
-yaP
-cUg
-uio
-cUn
+lAj
+eqi
+dIv
+kQq
kqM
qwC
qmQ
@@ -149861,7 +149300,7 @@ anw
rSq
wsD
wsD
-poR
+jSM
aMX
spp
enO
@@ -149924,7 +149363,7 @@ nEJ
nEJ
nEJ
wWC
-gzX
+anO
bCd
lYS
lYS
@@ -150181,7 +149620,7 @@ joQ
cIO
bfT
tyv
-gzX
+anO
bCd
uZF
xCD
@@ -150192,7 +149631,7 @@ vSO
ivt
xeE
ykx
-ouK
+iJN
wav
biL
uyu
@@ -150438,7 +149877,7 @@ qry
lrw
qrT
orl
-eGE
+xrr
bIH
tOM
hkk
@@ -150449,20 +149888,20 @@ rMZ
wUB
nvS
juN
-pct
+xHa
dLq
kyy
dLq
sAA
fqs
-vjW
-dBH
-quP
-isQ
-rbw
+wwl
+tgL
+qrv
+pVh
+kFC
jUL
fTT
-pRL
+bIi
bKz
ddI
wII
@@ -150695,7 +150134,7 @@ jCl
rEe
jCl
rWJ
-xGj
+lYS
qeY
tOM
wKn
@@ -150706,7 +150145,7 @@ rMZ
lYS
nvS
ykx
-mCp
+xSI
iUL
rRX
ezY
@@ -150952,7 +150391,7 @@ kTV
wKG
rOa
tyv
-gzX
+anO
ics
vnE
usW
@@ -151210,7 +150649,7 @@ nEJ
nEJ
cIA
oIr
-fzR
+ahW
lYS
cwD
isy
@@ -151220,7 +150659,7 @@ tkf
tkf
pWP
dtk
-dpN
+lkG
tIW
cnq
jCI
@@ -151235,7 +150674,7 @@ hzl
bIi
bIi
imO
-gGU
+lHk
bIi
bIi
bIi
@@ -151462,12 +150901,12 @@ aXR
aXR
aXR
gcU
-eFn
+rZe
rZe
cIZ
jFq
mZd
-wjg
+jfQ
xrr
kKy
kKy
@@ -151477,9 +150916,9 @@ hBU
wIg
hRn
kZj
-nMX
+bsv
iZA
-bDu
+xUl
bIG
gbq
gbq
@@ -151492,7 +150931,7 @@ bPx
nqw
bIi
bIi
-gGU
+lHk
iWk
rRD
mZA
@@ -151514,7 +150953,7 @@ oZU
hxM
jzE
fiP
-hVJ
+hMf
rkc
ddP
sSb
@@ -151745,7 +151184,7 @@ mpX
bDR
bFd
hIL
-tTy
+rRD
rRD
rRD
jWC
@@ -151769,9 +151208,9 @@ bXv
bDR
oZU
hxM
-dQQ
+iGM
ojN
-hBY
+uHY
fdK
cUW
oHG
@@ -151972,11 +151411,11 @@ lfU
iAp
cLq
avA
-eFn
rZe
rZe
rZe
-yhb
+rZe
+rZe
bgf
bfW
riv
@@ -152006,7 +151445,7 @@ pfz
bIn
lZy
oLH
-pgr
+qMA
hIL
rRD
tuC
@@ -152025,10 +151464,10 @@ bDR
bDR
bDR
oZU
-hIA
-nhe
-roF
-cUR
+mSV
+ame
+ofB
+nck
yjH
kuy
flB
@@ -152229,7 +151668,7 @@ wXi
gKI
gKI
aTW
-bbM
+akp
akp
chU
wWB
@@ -152250,7 +151689,7 @@ yii
gLW
hki
cvG
-ccZ
+bDb
bDb
bDb
nss
@@ -152283,7 +151722,7 @@ bXx
bDR
oZU
kNB
-cuZ
+eNo
ojN
wmp
rcy
@@ -152332,7 +151771,7 @@ rNK
rNK
rNK
pwH
-jci
+wmt
pdj
lzH
pwH
@@ -152340,7 +151779,7 @@ wmt
pdj
lzH
pwH
-tYn
+lvf
pdj
lzH
dZW
@@ -152486,7 +151925,7 @@ aYG
xbd
cRU
gzv
-uxO
+iTe
wue
fEk
uch
@@ -152540,7 +151979,7 @@ bYd
bDR
oZU
kNB
-cuZ
+eNo
pMR
pMR
ojN
@@ -152588,17 +152027,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -152845,17 +152284,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -152993,14 +152432,14 @@ rNK
rNK
xbO
aXR
-wuZ
-vGk
-mMX
-onD
-nwJ
-wuZ
-dcl
-yhb
+aXR
+aXR
+aXR
+aXR
+aXR
+aXR
+rZe
+rZe
bgf
twT
gcU
@@ -153102,17 +152541,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -153232,7 +152671,7 @@ muc
vuY
tQu
hiH
-jlm
+qRx
ugQ
oBw
jmo
@@ -153250,16 +152689,16 @@ rNK
rNK
xbO
aXR
-wuZ
-aYq
-nVl
-kih
-kih
-cFc
-bRt
-rnp
-rnp
-sVE
+aXR
+aXR
+aXR
+aXR
+aXR
+aXR
+bgf
+bgf
+bgf
+twT
gcU
pCZ
bhP
@@ -153311,7 +152750,7 @@ bXz
bDR
oZU
sgp
-cuZ
+eNo
sgp
mTb
gwb
@@ -153359,17 +152798,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
dZW
rNK
@@ -153489,7 +152928,7 @@ muc
vuY
qsv
qsv
-jlm
+qRx
ugQ
oBw
rtu
@@ -153507,13 +152946,13 @@ rNK
rNK
xbO
aXR
-wuZ
-hus
-hvE
-xJe
-xJe
-cFj
-bGS
+aXR
+aXR
+aXR
+aXR
+aXR
+aXR
+bgf
bgf
bgf
twT
@@ -153568,7 +153007,7 @@ bYe
bDR
oZU
qwC
-cuZ
+eNo
sgp
kyo
gwb
@@ -153616,17 +153055,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -153764,13 +153203,13 @@ rNK
rNK
xbO
xbO
-wuZ
-ttr
-qDn
-mMX
-mMX
-wuZ
-uxO
+aXR
+aXR
+aXR
+aXR
+aXR
+aXR
+rZe
bgf
bgf
uNZ
@@ -153806,7 +153245,7 @@ izh
bJL
bLW
atz
-dUP
+sjk
rFl
hjP
tPx
@@ -153825,7 +153264,7 @@ bXz
bDR
oZU
qwC
-cuZ
+eNo
rMX
wVM
gwb
@@ -153873,17 +153312,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
lzH
eFs
lzH
@@ -154021,13 +153460,13 @@ rNK
rNK
aXD
xbO
-wuZ
-wuZ
-wuZ
-wuZ
-wuZ
-wuZ
-uxO
+aXR
+aXR
+aXR
+aXR
+aXR
+aXR
+rZe
bgf
dwY
cFg
@@ -154059,8 +153498,8 @@ mOp
oaQ
jad
fGr
-oCN
-tqP
+qMs
+mPl
ujE
xlS
sjk
@@ -154130,17 +153569,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -154284,7 +153723,7 @@ aXR
aXR
gcU
ltl
-uxO
+rZe
bgf
rHI
gcU
@@ -154322,7 +153761,7 @@ tJU
lqx
ieX
cQC
-goM
+rNU
xDh
bND
bQr
@@ -154339,7 +153778,7 @@ bXB
bDR
ilx
nmw
-iQU
+eSn
mkk
ibf
nVW
@@ -154387,17 +153826,17 @@ lzH
lzH
lzH
lzH
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -154541,7 +153980,7 @@ aYJ
aYJ
aYJ
dlG
-uxO
+rZe
bgf
rHI
gcU
@@ -154574,7 +154013,7 @@ bhd
dCd
pYR
vLI
-xXT
+ddf
nTy
uVD
bNA
@@ -154596,7 +154035,7 @@ bYf
bDR
ilx
eAS
-iQU
+eSn
mkk
tAk
nVW
@@ -154623,7 +154062,7 @@ cYB
cYB
cYB
uVb
-qbP
+czZ
smI
vBR
wFy
@@ -154644,17 +154083,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
dZW
rNK
@@ -154776,12 +154215,12 @@ mkx
gYx
ltY
lfg
-gDa
-lNu
-kpu
-kpu
-kpu
-iwG
+uOz
+inr
+uFX
+uFX
+uFX
+otH
kaP
cgt
wCG
@@ -154798,7 +154237,7 @@ pae
dmO
aYJ
baj
-uxO
+rZe
tsB
jLz
gcU
@@ -154809,9 +154248,9 @@ biK
cJu
bhd
qqC
-wlw
+cKs
dkl
-sFl
+bmA
bmA
bnR
bpc
@@ -154831,9 +154270,9 @@ bhd
wPJ
oFH
bhd
-xXT
+ddf
djW
-xlS
+uKW
sjk
pQd
cQL
@@ -154853,7 +154292,7 @@ bXB
bDR
ilx
wJC
-iQU
+eSn
eAS
nVW
nVW
@@ -154901,17 +154340,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
dZW
rNK
@@ -155033,30 +154472,30 @@ uau
uau
fiE
ugQ
-opT
+nhG
aKp
cSj
jZE
lwF
-nAG
-lhg
-ksP
+lmZ
+fld
+rQO
kKk
-ddm
-cHz
-cHz
-cHz
-cHz
-llM
-oqw
-oqw
-qom
-lSw
-aZo
-rpT
-foa
-xql
-bbU
+ujY
+fxe
+fxe
+fxe
+fxe
+uHv
+htb
+htb
+tBg
+uuA
+ocB
+jYD
+iOg
+hUC
+xOq
vAD
uMN
wuZ
@@ -155065,8 +154504,8 @@ rNK
rNK
lzH
bhd
-cKs
-tYG
+lFV
+cHC
uIv
tYG
cKs
@@ -155090,7 +154529,7 @@ oDE
bhd
crD
ffi
-xlS
+uKW
iTF
iTF
iTF
@@ -155110,7 +154549,7 @@ bDR
bDR
ilx
wJC
-iQU
+eSn
rOt
nVW
ilx
@@ -155158,17 +154597,17 @@ rNK
rNK
rNK
rNK
-pwH
+htp
jci
-pdj
+hZg
lzH
-pwH
+htp
wmt
-pdj
+hZg
lzH
-pwH
+htp
tYn
-pdj
+hZg
rNK
eFs
rNK
@@ -155247,7 +154686,7 @@ cRv
iNA
iNA
nXj
-sAF
+ofT
iNA
iNA
cRv
@@ -155290,7 +154729,7 @@ nMA
nMA
kKB
ugQ
-pXo
+oBw
aKp
aKp
aKp
@@ -155312,7 +154751,7 @@ pmV
aYJ
aYJ
xIk
-uxO
+rZe
dKf
rHI
lip
@@ -155322,7 +154761,7 @@ rNK
rNK
lzH
bhd
-poD
+npi
rzp
nPp
rzp
@@ -155347,7 +154786,7 @@ oDE
vLI
ieo
bdX
-xlS
+uKW
iTF
sGq
bPz
@@ -155397,7 +154836,7 @@ uVb
fGj
mqs
vMp
-mpD
+gar
jfb
beR
aXP
@@ -155415,17 +154854,17 @@ rNK
rNK
rNK
rNK
-pwH
-igi
-pdj
+htp
+fUB
+hZg
lzH
-pwH
-tYn
-pdj
+htp
+wmt
+hZg
lzH
-pwH
-rNC
-pdj
+htp
+fUB
+hZg
lzH
eFs
lzH
@@ -155521,7 +154960,7 @@ aNM
aCg
aCg
bjh
-cLr
+rtY
bvr
lnf
lGj
@@ -155546,8 +154985,8 @@ mbx
mbx
mbx
fWd
-hnq
-tXd
+mXb
+lNb
adZ
wgh
wgh
@@ -155555,22 +154994,22 @@ wgh
jBP
wgh
wgh
-cwm
+qoV
qnu
-eCi
-mnz
-mnz
+drO
+lBx
+lBx
twk
-nxz
-dAd
-dAd
+cki
+lBx
+lBx
hJp
qfa
olY
pLv
jNy
-rLY
-fyN
+jNy
+mtV
esF
lip
ttJ
@@ -155579,7 +155018,7 @@ rNK
rNK
lzH
bhd
-nOF
+pEk
uab
nOF
nOF
@@ -155603,8 +155042,8 @@ voE
uRH
eYh
vbU
-ffi
-xlS
+dlz
+ciY
iTF
eIF
viO
@@ -155624,7 +155063,7 @@ gWd
wJC
wJC
wJC
-iQU
+eSn
nVW
xbO
rNK
@@ -155672,12 +155111,12 @@ rNK
rNK
rNK
rNK
-lzH
+rNK
rNK
rNK
lzH
rNK
-ycG
+oyn
rNK
lzH
rNK
@@ -155761,7 +155200,7 @@ wSl
wSl
xlB
bRX
-sAF
+ofT
wwR
iNA
cRv
@@ -155826,7 +155265,7 @@ nfI
dOa
mTR
mTR
-qdu
+mTR
jhE
vYC
lip
@@ -155836,7 +155275,7 @@ rNK
rNK
lzH
bhd
-nOF
+pEk
nOF
cWK
nOF
@@ -155854,16 +155293,16 @@ bzB
bAP
bBQ
uRu
-hQK
+ggk
bhd
bGY
-uYM
+deF
bhd
emJ
wLd
-bMf
+sui
iTF
-bVT
+oUS
bPA
reQ
sXj
@@ -155871,16 +155310,16 @@ mBE
qkr
asU
ahe
-wqd
-wqd
+ePG
+ePG
cUm
-wqd
-wqd
+ePG
+ePG
toG
-wxd
+rXt
rXt
nEo
-wxd
+rXt
wwy
nVW
xbO
@@ -155934,7 +155373,7 @@ eFs
eFs
lzH
lzH
-qut
+oQK
lzH
lzH
eFs
@@ -156018,7 +155457,7 @@ uBD
kkq
rDw
gSJ
-sAF
+ofT
gSJ
iNA
abW
@@ -156083,7 +155522,7 @@ pEJ
htG
qGq
iSD
-jMC
+iSD
mdr
vDt
lip
@@ -156093,7 +155532,7 @@ rNK
rNK
lzH
bhd
-nOF
+pEk
mtO
nOF
nOF
@@ -156118,9 +155557,9 @@ tOY
qvt
mlM
rls
-xlS
+uKW
bNx
-cQF
+fqW
wun
fDE
sXj
@@ -156167,7 +155606,7 @@ cYB
mBI
gzq
igs
-rzs
+sJY
hXq
sPa
beb
@@ -156275,7 +155714,7 @@ dlg
hFK
wic
gSJ
-sAF
+ofT
gSJ
iNA
abW
@@ -156318,7 +155757,7 @@ kHU
ucX
ehU
vuY
-hAI
+ygA
aKp
aKp
aKp
@@ -156377,7 +155816,7 @@ mFk
pIs
qAf
sKr
-kUw
+qIU
oSO
sgR
bRE
@@ -156424,7 +155863,7 @@ cYB
vvN
oAS
mqs
-dmW
+fqq
qQU
beR
bTT
@@ -156580,23 +156019,23 @@ aKp
cSj
idY
iIV
-kbE
-tQT
-biC
-kKP
-ksR
-aYt
-aYt
-aYt
-aYt
-aYt
-aYt
-fPU
-xNe
-uxA
-aZk
-nPs
-bam
+rku
+xdy
+npr
+avh
+eaG
+oGa
+oGa
+oGa
+oGa
+oGa
+oGa
+olj
+ruM
+wBt
+qoM
+bAA
+ePn
rYC
kbl
hct
@@ -156607,13 +156046,13 @@ rNK
rNK
lzH
bhd
-cKs
+rav
reW
sPI
rNi
-cKs
-xIu
-sye
+qwA
+gPc
+hkS
bqz
uCP
cKr
@@ -156681,7 +156120,7 @@ cYB
uVb
tnb
mqs
-dmW
+fqq
qQU
kZW
aYa
@@ -156789,7 +156228,7 @@ iNA
iNA
iNA
gSJ
-sNn
+ofT
iNA
iNA
abW
@@ -156821,9 +156260,9 @@ aPm
aUp
aSf
ixI
-mWm
-sSz
-xPy
+bCK
+cTC
+bIl
wfN
eQg
kAZ
@@ -156831,13 +156270,13 @@ kAZ
kAZ
kAZ
vrW
-dTd
-dMB
-fXt
-uIx
-wSy
-uIx
-aWI
+gOg
+ouS
+plL
+reL
+vkr
+reL
+ofj
kaP
gYL
ezU
@@ -156853,9 +156292,9 @@ aYJ
nkU
mQD
aYJ
-jsq
-juB
-pXq
+dPr
+iSD
+mdr
vDt
rFT
wuZ
@@ -156865,9 +156304,9 @@ rNK
lzH
bhd
qqC
-lCP
+cKs
ofO
-jlN
+rfw
rfw
lYE
dzc
@@ -156887,7 +156326,7 @@ bhd
njh
gbH
bhd
-ddf
+uZA
qMs
xlS
iTF
@@ -156938,7 +156377,7 @@ cYB
uVb
oAS
mqs
-dmW
+fqq
qQU
baI
beR
@@ -157046,7 +156485,7 @@ gSJ
iNA
iNA
gSJ
-sAF
+ofT
gSJ
iNA
abW
@@ -157078,18 +156517,18 @@ dKK
pXK
ixI
ixI
-wSb
-xBD
-cRT
+lKJ
+tWV
+xPy
wNf
eQg
oIe
bMm
sJW
kAZ
-rPB
-tRn
-tze
+xtj
+vuY
+ygA
aKp
gXL
gXL
@@ -157141,10 +156580,10 @@ bBT
bCX
nED
bhd
-uSx
-qKV
+dCd
+fja
vLI
-ddf
+uZA
qMs
xlS
iTF
@@ -157195,7 +156634,7 @@ hBQ
uVb
ifI
yjI
-sUK
+dVe
uVb
qQU
qQU
@@ -157335,8 +156774,8 @@ ixI
ixI
ixI
cMz
-biA
-vVQ
+hOR
+vHG
cRT
qHg
eQg
@@ -157369,7 +156808,7 @@ aXR
aXR
gcU
eKx
-tEL
+mdr
vDt
gcU
pCZ
@@ -157399,7 +156838,7 @@ xJg
eKU
eFu
bHc
-bIB
+oOa
omJ
gay
uqe
@@ -157452,7 +156891,7 @@ ayb
oeQ
mUH
qyP
-cms
+hKz
oeQ
lzH
lzH
@@ -157592,18 +157031,18 @@ abW
abW
abW
cMz
-hgK
-vHG
-lak
+saq
+weI
+cRT
bIl
eQg
gsu
gZM
ptU
kAZ
-csj
-tRn
-tze
+uDs
+vuY
+ygA
fXC
fXC
fXC
@@ -157625,7 +157064,7 @@ aDv
aDv
aDv
aDv
-jMC
+iSD
lNU
vAS
gcU
@@ -157644,21 +157083,21 @@ efa
vTS
tyh
mcS
-ekW
-bsb
-kQK
-bsb
-kQK
-kQK
-kQK
-kQK
uBE
+bsb
+kQK
+bsb
+kQK
+kQK
+kQK
+kQK
+oNx
paL
oaQ
qze
-bHe
-mPl
+dNR
mPl
+mvg
ujE
xlS
dNp
@@ -157709,7 +157148,7 @@ rNK
oeQ
mUH
qyP
-cms
+hKz
oeQ
rNK
rNK
@@ -157850,8 +157289,8 @@ abW
abW
cMz
sqW
-dIt
-ctm
+vHG
+cRT
bIl
eQg
slY
@@ -157860,7 +157299,7 @@ wNY
lmd
cUk
dTI
-tze
+ygA
fXC
gYN
hUg
@@ -157882,8 +157321,8 @@ cnd
upC
jTo
aDv
-jMC
-tEL
+iSD
+mdr
vDt
gcU
pCZ
@@ -157909,13 +157348,13 @@ poD
poD
poD
poD
-piD
+npi
poD
oaQ
cOA
-bHe
-mPl
+dNR
mPl
+mvg
mPl
vMx
bNC
@@ -157966,7 +157405,7 @@ rNK
oeQ
mUH
qyP
-cms
+hKz
oeQ
rNK
rNK
@@ -158074,7 +157513,7 @@ wSl
iAu
apY
fPi
-sAF
+ofT
qnT
cBc
wuK
@@ -158117,7 +157556,7 @@ jdL
fOr
ooJ
nTd
-tze
+ygA
hli
gZI
hVQ
@@ -158139,8 +157578,8 @@ dqI
kok
ukP
aDv
-jMC
-tEL
+iSD
+mdr
vDt
gcU
pCZ
@@ -158170,7 +157609,7 @@ qTv
qrS
oaQ
hrG
-bHe
+dNR
neS
pZr
cOB
@@ -158223,7 +157662,7 @@ rNK
uVb
toT
yjg
-crq
+fov
uVb
hUU
rNK
@@ -158331,7 +157770,7 @@ vuO
iNA
iNA
wSl
-sAF
+ofT
pzh
wsD
iOP
@@ -158365,7 +157804,7 @@ pls
pls
ryJ
ghU
-fPl
+mkB
xSb
kAZ
kAZ
@@ -158373,7 +157812,7 @@ kAZ
kAZ
kAZ
tLh
-dWE
+mDq
qyR
hTa
hab
@@ -158396,8 +157835,8 @@ dqI
ixz
bJs
baR
-jMC
-tEL
+iSD
+mdr
vDt
gcU
pCZ
@@ -158426,15 +157865,15 @@ bhd
bhd
bhd
oaQ
-bXq
-bHg
-wdK
+bvR
+tIP
+kyg
huN
huN
huN
dNp
bOF
-bPL
+nPb
ruh
bRK
nPb
@@ -158480,7 +157919,7 @@ rNK
oeQ
mUH
qyP
-cms
+hKz
cYB
hUU
hUU
@@ -158588,7 +158027,7 @@ wSl
smn
xdW
vuO
-sAF
+ofT
tJJ
wsD
lpg
@@ -158621,17 +158060,17 @@ fiu
uMv
htB
qZh
-ekA
-kDY
-qZh
-fiu
-wlG
-fkK
-qZh
-cmf
+lam
+ewD
+qpn
+uJU
+qpn
+qpn
+qpn
+agz
eRq
xCz
-tze
+ygA
nXZ
hbW
hZh
@@ -158653,7 +158092,7 @@ shv
rrT
yil
gYP
-wai
+mtV
ptS
iSa
gcU
@@ -158669,22 +158108,22 @@ rNK
rNK
qdQ
piQ
-hjR
-beU
-bIV
-lXc
-bve
-gTP
-bxG
-byI
-gUW
-psO
-psO
-pny
-tBG
-bwu
-ohs
-bID
+yhj
+dLJ
+cid
+nKK
+ePf
+ued
+oEN
+hOz
+qNA
+ntR
+ntR
+xhO
+sWx
+jmV
+kcT
+xgm
heI
hyB
dfy
@@ -158737,7 +158176,7 @@ rNK
oeQ
qga
qyP
-cms
+hKz
cYB
aXn
hUU
@@ -158849,43 +158288,43 @@ nBG
anB
acK
wdU
-rqt
-oaB
-ute
-iBf
-ute
-ute
-ute
-ute
-ute
-ute
-ute
-ute
-jDC
-fnU
-uOp
-bUD
-cxN
-uvf
-bUD
-gmo
-dZV
-dTj
-wjr
-uOp
-uOp
-jPy
-wBW
-wBW
-jhD
-jPy
-vmm
-jPy
-jPy
-jPy
-jPy
-iqB
-esh
+fBY
+pig
+pig
+smQ
+pig
+pig
+pig
+pig
+pig
+pig
+pig
+pig
+vJf
+ivw
+tKh
+aQq
+shb
+uvu
+aQq
+reH
+xoS
+loF
+mIG
+tKh
+tKh
+gKc
+atD
+atD
+kdY
+gKc
+aQq
+gKc
+gKc
+gKc
+gKc
+shb
+faD
qNO
oyu
eat
@@ -158896,8 +158335,8 @@ lZX
jHz
gch
kuj
-txv
-gvy
+olx
+ega
fcK
rNK
rNK
@@ -158910,8 +158349,8 @@ jsY
dqp
vyt
baR
-jMC
-tEL
+iSD
+mdr
vDt
gcU
gcU
@@ -158930,20 +158369,20 @@ hBi
mfs
bsC
dsq
-obD
-obD
-obD
+jbr
+jbr
+jbr
bFB
bfb
-obD
-obD
+jbr
+jbr
bFB
jbr
bFB
bHi
bIF
tZf
-rOV
+voK
vry
vrc
dye
@@ -158994,7 +158433,7 @@ rNK
oeQ
mUH
qyP
-cms
+hKz
cYB
aXn
hUU
@@ -159106,8 +158545,8 @@ jgu
oXd
cBc
tmf
-tof
-cTE
+sre
+tKh
qzN
cDp
fDS
@@ -159136,7 +158575,7 @@ vpg
vpg
vpg
vpg
-eUJ
+aQq
gKc
tGU
mBn
@@ -159153,7 +158592,7 @@ gch
gch
gch
kum
-pAK
+kRs
xay
gch
rNK
@@ -159167,8 +158606,8 @@ pRw
dqp
njA
aDv
-jMC
-tEL
+iSD
+mdr
hQG
buQ
gcU
@@ -159200,8 +158639,8 @@ vry
xLL
xLL
fpw
-xLL
-vry
+eqh
+tXw
mVJ
dye
qLJ
@@ -159251,7 +158690,7 @@ hUU
uwf
vWN
rOM
-xBI
+jgQ
uVb
aXn
aXn
@@ -159364,7 +158803,7 @@ pyw
cBc
qxV
sre
-aBh
+yar
cDp
bnj
uue
@@ -159393,7 +158832,7 @@ cpQ
vpg
oPy
gKc
-eUJ
+aQq
vpg
vpg
pls
@@ -159402,7 +158841,7 @@ pls
cDp
qMr
vuY
-tze
+ygA
gch
hdE
htO
@@ -159410,7 +158849,7 @@ iQJ
jHB
kDi
sdN
-tFp
+lrm
kuj
fHO
rNK
@@ -159424,9 +158863,9 @@ dqI
wll
wSQ
aDv
-jMC
-xVO
-crO
+iSD
+mdr
+bgf
vDt
gcU
pCZ
@@ -159459,7 +158898,7 @@ usn
mke
hMv
hzn
-vhV
+vbR
rKz
nyq
xXM
@@ -159508,7 +158947,7 @@ hUU
qHn
jqW
eGB
-bKf
+pnQ
xvu
mFi
mFi
@@ -159621,7 +159060,7 @@ iNA
iNA
jmq
sre
-ffK
+lkQ
cDp
eNc
lqz
@@ -159650,10 +159089,10 @@ pls
cMH
uBs
mOB
-pjX
-lGI
-lGI
-dOr
+gKc
+gKc
+gKc
+gKc
pls
pls
aKp
@@ -159681,9 +159120,9 @@ kVT
rqT
cll
aDv
-eLk
+qGq
fHP
-aGc
+bgf
vDt
gcU
gcU
@@ -159715,7 +159154,7 @@ rmt
pjD
qgv
ujM
-rII
+dBN
dBN
kdb
pwh
@@ -159765,7 +159204,7 @@ nkb
qHn
tbP
dbg
-tai
+iXT
uoa
bLM
mFi
@@ -159878,7 +159317,7 @@ xEE
xEE
xEE
nGT
-bwJ
+rOF
xEE
xEE
aQq
@@ -159910,21 +159349,21 @@ pls
dAE
atD
kGr
-svj
+aQq
uCR
pls
aKp
lhU
-nxh
+mDq
qsg
hmq
dIp
xpD
-ick
+aMh
ick
kes
-kvU
-kQd
+vrF
+bFZ
muZ
gch
rNK
@@ -159940,7 +159379,7 @@ cll
wuZ
dID
cOe
-aGc
+bgf
mpl
buQ
gcU
@@ -159956,7 +159395,7 @@ sBU
muS
sCx
hcM
-fVq
+oqz
nTa
aXR
jlv
@@ -159971,18 +159410,18 @@ oxb
vry
gqW
bRc
-vry
-vry
-vbR
-rKz
+pSK
+gmV
+eKD
+nhu
eRZ
-xXM
+mIR
sfv
-jOq
-xXM
+xXv
+mIR
kia
mJM
-bAe
+tOb
mkk
hxE
mJM
@@ -160022,7 +159461,7 @@ fiw
jUJ
rqB
dbg
-eZp
+sFj
dbg
ssn
bLM
@@ -160135,7 +159574,7 @@ skP
wcU
rEE
khi
-szI
+wAf
enE
xEE
lXd
@@ -160167,13 +159606,13 @@ abW
pls
cMH
cMH
-snJ
+xWN
cDp
cDp
aKp
qAd
sGr
-tze
+ygA
rxO
iaW
iRS
@@ -160237,9 +159676,9 @@ jOq
gsl
xXM
jOq
-kia
+dKC
bAy
-bAe
+dhN
mkk
hxE
bWy
@@ -160279,7 +159718,7 @@ ngb
jUJ
gUa
dbg
-eZp
+sFj
dbg
dbg
dbg
@@ -160392,7 +159831,7 @@ dAm
sQo
wAf
feG
-szI
+wAf
kxe
xEE
wrZ
@@ -160424,13 +159863,13 @@ abW
abW
abW
aKp
-pVU
-hSY
-xhe
-dmY
+mbi
+cWz
+cWz
+tUm
mHc
-dTM
-gIJ
+vuY
+ygA
gch
uFL
idg
@@ -160453,10 +159892,10 @@ cll
cll
vds
lch
-utn
-gXR
-fkY
-oOZ
+iSD
+iSD
+wWB
+bgf
eLK
hQG
wSq
@@ -160465,9 +159904,9 @@ wHh
ijW
wMg
gZr
-fgJ
-fgJ
-fgJ
+qEK
+qEK
+qEK
adD
muS
xXu
@@ -160501,15 +159940,15 @@ mkk
hxE
oxG
kBL
-ktW
-lNi
-vzD
-fLk
-fbs
-fbs
-hfl
+kho
+nQj
+pix
+pNt
+eyB
+eyB
+lVO
ljK
-fLk
+cgr
tVP
vWF
aXn
@@ -160530,13 +159969,13 @@ aXn
nkb
ocF
bYZ
-uQb
-tAm
-qAj
-frJ
-pzp
-nBq
-tct
+veo
+xtU
+vkv
+kcL
+rvu
+svF
+rFo
uTd
koo
dbg
@@ -160648,7 +160087,7 @@ kUW
fDs
wAf
wAf
-wHv
+mxV
toc
xOf
xEE
@@ -160683,7 +160122,7 @@ abW
aKp
cWz
cWz
-uZw
+ckx
aKp
dzp
vuY
@@ -160714,8 +160153,8 @@ gcU
wjX
iSD
iSD
-oMZ
-oOZ
+eLK
+bgf
wNj
gAg
rin
@@ -160723,7 +160162,7 @@ fCz
cJF
rbp
kxg
-wmg
+pWs
qIW
siz
muS
@@ -160758,7 +160197,7 @@ eAS
hxE
gWH
lRD
-dUG
+aUI
mkk
mJM
drW
@@ -160775,8 +160214,8 @@ aXn
aXn
aXn
aXn
-aXn
-aXn
+bbn
+iDU
vWF
rwy
imG
@@ -160786,7 +160225,7 @@ wLr
dYD
vpJ
jjs
-jKx
+qxv
mbc
biy
uVH
@@ -160906,7 +160345,7 @@ dAm
sQo
wAf
uaV
-eEr
+wAf
szQ
xEE
qJG
@@ -160940,7 +160379,7 @@ abW
aKp
cSj
cSj
-uZw
+ckx
aKp
kja
aVR
@@ -160970,8 +160409,8 @@ aXR
aXR
eNZ
cBY
-fbu
-nlV
+iSD
+eLK
cNr
cIk
cTN
@@ -161010,7 +160449,7 @@ mJM
eot
mkk
mkk
-iQU
+eSn
eAS
bTQ
mJM
@@ -161023,7 +160462,7 @@ fBR
fbs
fbs
rEx
-imG
+tAx
vWF
vWF
aXn
@@ -161034,7 +160473,7 @@ aXn
aXn
aXn
aXn
-vWF
+tTn
vWF
pue
vRX
@@ -161197,7 +160636,7 @@ abW
aKp
cSk
cWx
-dkd
+cWz
dnb
dAc
dSs
@@ -161243,10 +160682,10 @@ itP
fgJ
avx
tsN
-cxj
-cxj
+lcD
+lcD
ale
-cxj
+lcD
xsW
qtK
nVW
@@ -161293,21 +160732,21 @@ pvO
wLr
wLr
wLr
-rlz
-xON
+yjy
+ocN
kJQ
-xON
-mJk
+ocN
+oVU
kOL
fJd
kwQ
hjb
gET
-wUm
+qRB
qdb
-tZs
-iVu
-grS
+obd
+uJK
+sRZ
fEb
ckQ
clB
@@ -161454,7 +160893,7 @@ cRv
aKp
cSm
cWz
-uZw
+ckx
aKp
dAj
vuY
@@ -161494,7 +160933,7 @@ fJB
cqN
tOC
fGQ
-rHZ
+jli
dwz
rjo
tqW
@@ -161537,7 +160976,7 @@ kzq
vRX
vRX
vRX
-imG
+tAx
xlq
imG
vWF
@@ -161558,11 +160997,11 @@ fLk
fLk
fRZ
abc
-gak
-rJe
-wKu
-mIS
-vLT
+fLk
+npD
+vRX
+fXM
+dbg
dbg
dbg
ctu
@@ -161751,11 +161190,11 @@ qLi
dwz
fye
cdY
-yhA
+oBo
cWT
-tMZ
+aXU
mvv
-frW
+pKI
sXj
wMZ
qlx
@@ -161794,28 +161233,28 @@ kzq
kzq
vRX
eCN
-imG
-imG
+xxd
+pWX
iAQ
-imG
-mHF
-gQp
-imG
-imG
-imG
-imG
-daS
-vRX
-flq
+pWX
+toQ
+pWX
+pWX
+pWX
+vNu
+pWX
+oka
+enX
+auO
vWF
vWF
vWF
vWF
wLr
dYD
-wLr
-cAU
-pgc
+vpJ
+aCq
+fbs
oMO
qds
vpJ
@@ -162008,7 +161447,7 @@ nTa
dwz
dwz
dwz
-iRN
+aOF
cWT
rVa
qLh
@@ -162021,19 +161460,19 @@ mJM
cVX
unw
eZR
-wxd
-wxd
-wxd
-wxd
-rXt
-rXt
+ePG
+ePG
+ePG
+ePG
+ePG
+ePG
tuD
-abR
-abR
+xFx
+hGd
lgI
-wxd
+rXt
cRu
-abR
+tdi
tdi
xlX
hLZ
@@ -162072,7 +161511,7 @@ aXn
aXn
vWF
chX
-foP
+vRX
gge
vWF
vWF
@@ -162225,7 +161664,7 @@ rNK
aKp
aKp
aKp
-dkd
+cWz
ist
dAA
vuY
@@ -162265,11 +161704,11 @@ aXR
xbO
qJG
cfp
-cPO
+lmt
lKa
hah
nSn
-rgY
+jmj
lKa
kew
aYg
@@ -162286,7 +161725,7 @@ wJC
eAS
aUf
eAS
-mkk
+lFs
fAS
cSM
mJM
@@ -162333,7 +161772,7 @@ jfo
wLr
vWF
vWF
-bCU
+kYC
oDs
oDs
qtQ
@@ -162482,9 +161921,9 @@ rNK
lzH
lzH
aKp
-dku
+fFn
aKp
-vko
+ubs
rXm
ppH
aKp
@@ -162522,11 +161961,11 @@ aXR
xbO
lzH
euP
-cPO
+lmt
lKa
hah
nSn
-rgY
+jmj
lKa
kew
xbO
@@ -162543,7 +161982,7 @@ nVW
nVW
cNB
mNg
-czY
+hhq
fwo
nVW
nVW
@@ -162579,21 +162018,21 @@ imG
vRX
gTo
vWF
-mpB
-aCF
-mpB
-sWS
-sWS
+tTs
+sgK
+tTs
+tjg
+tjg
ixC
-bKg
-qhZ
+cAU
+vHy
vWF
vWF
vWF
mAI
njf
caC
-ucc
+osp
eWu
bRz
ezc
@@ -162739,7 +162178,7 @@ rNK
rNK
blQ
aKp
-dkd
+cWz
dnA
eEH
omo
@@ -162779,10 +162218,10 @@ aXR
xbO
lzH
euP
-cPO
+lmt
cWT
-sme
-jmj
+mqe
+vXU
ucj
cWT
piM
@@ -162800,7 +162239,7 @@ aXR
nVW
nVW
mkk
-mkk
+lFs
fwo
ilx
xbO
@@ -162836,12 +162275,12 @@ mJk
xON
lnF
vWF
-mpB
-dvT
-cdF
-wVD
-mpB
-foP
+tTs
+kgr
+kyX
+fyH
+tTs
+vRX
hGy
vWF
mpB
@@ -162850,7 +162289,7 @@ tWC
tkg
tWC
tWC
-vvi
+pLz
kto
fTA
czK
@@ -162996,9 +162435,9 @@ rNK
rNK
lzH
qJG
-dkw
+ndW
wqc
-dBd
+ijM
bCJ
feQ
wqc
@@ -163036,9 +162475,9 @@ xbO
xbO
lzH
euP
-cPO
+lmt
cWT
-von
+eSa
jmj
aYu
cWT
@@ -163057,7 +162496,7 @@ aXR
aXR
mJM
ioq
-ioq
+bhT
mJM
mJM
aYg
@@ -163093,12 +162532,12 @@ vRX
vRX
vRX
vWF
-sWS
-dQc
-wGZ
-xZK
-wLr
-foP
+tjg
+xCg
+kFS
+hUM
+aEv
+vRX
hGy
dYD
mpB
@@ -163107,7 +162546,7 @@ gSP
cic
bhm
tWC
-pAM
+cRP
eWu
clB
mFi
@@ -163253,7 +162692,7 @@ rNK
rNK
slL
itB
-cCP
+ndW
cXJ
cET
kof
@@ -163293,7 +162732,7 @@ xbO
rNK
lzH
euP
-cPO
+lmt
lKa
hah
nSn
@@ -163350,13 +162789,13 @@ vRX
gpZ
vRX
vWF
-sWS
-vSy
-lhA
-ojy
-mxd
+tjg
+dOW
+cAR
+pbK
+his
eyB
-uwa
+jVj
vWF
mpB
tbf
@@ -163364,7 +162803,7 @@ tnW
tnW
quK
tWC
-gIR
+vnH
lor
vjb
mFi
@@ -163512,7 +162951,7 @@ rNK
euP
ndW
wqc
-dBd
+nWV
bCJ
feQ
wqc
@@ -163550,7 +162989,7 @@ rNK
rNK
lzH
euP
-cPO
+lmt
lKa
hah
nSn
@@ -163571,7 +163010,7 @@ rNK
rNK
woy
lRD
-mkk
+lFs
woy
rNK
lzH
@@ -163607,13 +163046,13 @@ kzq
kzq
kzq
vWF
-sWS
-clv
-ftG
-ldH
-olg
-jrw
-jvM
+tjg
+upk
+hdq
+ppC
+bzR
+wKu
+vqL
wcl
mpB
ghv
@@ -163621,7 +163060,7 @@ iAG
diO
tHB
tWC
-uza
+dve
eWu
vjb
pCL
@@ -163769,7 +163208,7 @@ rNK
euP
ndW
wqc
-dBd
+nWV
bCJ
feQ
wqc
@@ -163807,9 +163246,9 @@ rNK
rNK
lzH
euP
-cPO
+lmt
cWT
-uQO
+odI
suQ
esK
cWT
@@ -163864,21 +163303,21 @@ smX
smX
smX
vWF
-vWF
-mpB
-mpB
+tTs
+tTs
+tTs
mCg
-mpB
-jsa
-iRD
-fFx
+tTs
+ixC
+wZA
+kTc
mpB
jZQ
woU
woU
-ezV
+cAC
uTR
-dQF
+sKq
eWu
vjb
pCL
@@ -164026,7 +163465,7 @@ rNK
euP
ndW
wqc
-dBd
+nWV
bCJ
feQ
wqc
@@ -164064,7 +163503,7 @@ rNK
rNK
lzH
wbx
-stj
+ujg
rQK
mvX
qVW
@@ -164085,7 +163524,7 @@ rNK
rNK
pfP
rPz
-rPz
+mal
pfP
rNK
lzH
@@ -164135,7 +163574,7 @@ bmg
bmg
xEJ
tWC
-aJW
+aLc
eWu
vjb
xvu
@@ -164342,7 +163781,7 @@ aZu
aZu
pfP
aXV
-rPz
+mal
vXn
fMl
aZN
@@ -164392,7 +163831,7 @@ tWC
tWC
tWC
tWC
-acV
+pjd
eWu
vjb
wGJ
@@ -164540,7 +163979,7 @@ rNK
euP
ndW
wqc
-dBd
+nWV
bCJ
feQ
wqc
@@ -164649,7 +164088,7 @@ oDP
ohr
gQP
xSo
-rpZ
+pPx
eWu
vjb
wGJ
@@ -164797,7 +164236,7 @@ rNK
euP
ndW
wqc
-dBd
+nWV
bCJ
feQ
wqc
@@ -164856,7 +164295,7 @@ aZM
aZM
vXn
nbV
-nbV
+ekW
usK
usK
usK
@@ -164906,7 +164345,7 @@ xvH
ioE
drE
xSo
-tqt
+hmK
eWu
vjb
wGJ
@@ -165054,7 +164493,7 @@ rNK
euP
ndW
wqc
-dBd
+nWV
bCJ
feQ
wqc
@@ -165113,7 +164552,7 @@ nCo
vXn
vXn
xQA
-rPz
+mal
usK
jeq
jeq
@@ -165156,14 +164595,14 @@ aXn
aXn
aXn
eST
-oga
+ojn
vWF
vWF
vOs
uYW
nEO
qLz
-vwi
+ipX
eWu
vjb
xvu
@@ -165370,7 +164809,7 @@ uFS
vXn
edN
sqq
-rPz
+mal
usK
kXQ
dnY
@@ -165413,14 +164852,14 @@ aXn
aXn
wLr
evC
-lhz
+rqc
cgr
vWF
chG
eYI
cjy
fvb
-flM
+unr
eWu
vjb
pCL
@@ -165627,7 +165066,7 @@ wHR
nVQ
eGK
nUg
-rPz
+mal
iSw
heJ
heJ
@@ -165671,13 +165110,13 @@ aXn
wLr
gah
pXf
-vqi
+yep
vpJ
wfJ
whd
ciN
qLz
-cRN
+iBT
eWu
vjb
pCL
@@ -165884,7 +165323,7 @@ lMB
nVQ
rcX
nUg
-lJq
+aIl
lJq
rPz
rPz
@@ -165928,13 +165367,13 @@ aXn
vpJ
wLr
wIS
-wjV
+aDj
fsP
omT
dKa
-tsS
+pCI
xSo
-jJn
+rIv
dKt
vjb
mFi
@@ -166130,7 +165569,7 @@ rGw
hHA
jXc
wZv
-inW
+hGz
edn
wyn
rwB
@@ -166141,10 +165580,10 @@ wpH
nVQ
kSz
rPz
-rPz
-rPz
-rPz
-rPz
+vfL
+peY
+peY
+peY
twC
pxt
hQx
@@ -166185,13 +165624,13 @@ aXn
aXn
dYD
evC
-oga
+ojn
vpJ
-qgo
-jUz
-idW
+fnT
+rAq
+oyM
xSo
-cko
+oCM
eWu
clB
mFi
@@ -166442,13 +165881,13 @@ viP
viP
vpJ
dQR
-dJG
+iHl
vpJ
-waf
+mWw
xSo
xSo
djj
-cJw
+jmu
qNu
fTA
czK
@@ -166673,18 +166112,18 @@ fqb
fqb
fqb
hbw
-xwI
-xwI
-xwI
-fYG
-cWU
+nKc
+nKc
+nKc
+vVo
+mUf
qnI
wkP
aXr
mBh
-oDg
-hJd
-xMv
+ybh
+idc
+vkm
jLv
cJi
pno
@@ -166695,17 +166134,17 @@ cJi
jvi
cJi
oow
-cJi
+wZh
kUj
roh
wlD
-vLS
+war
kUL
-onN
-aOR
+sqF
+nQH
kYz
rYf
-jdC
+eSv
vOM
cJA
dRp
@@ -166882,8 +166321,8 @@ pOo
sQf
lCk
vHL
-muL
-epT
+oOB
+qzd
tcx
tcx
hfV
@@ -166893,7 +166332,7 @@ ljp
bKM
bvt
was
-kxJ
+fQh
dTC
bvt
bvt
@@ -166952,7 +166391,7 @@ pQa
pQa
pQa
pQa
-pQa
+okL
pQa
dPF
dnc
@@ -166962,7 +166401,7 @@ pQa
pQa
pQa
pQa
-mzQ
+bGl
heH
qUq
gkb
@@ -167139,9 +166578,9 @@ jWQ
nmu
wve
gXb
-pNK
+wve
bNY
-ivK
+fmI
fmI
lUQ
uyz
@@ -167187,19 +166626,19 @@ xwI
xwI
xwI
neo
-nKc
-nKc
-nKc
-xoU
-iMP
-lrx
-lrx
-lrx
-qCD
-lrx
-oBG
+xwI
+xwI
+xwI
+yhZ
+edO
+dxM
+dxM
+dxM
+ghE
+dxM
+jYk
dSV
-cEi
+dOn
jnH
kis
lsv
@@ -167368,8 +166807,8 @@ wqc
wqc
cXJ
sOC
-dZf
-kSk
+qtF
+vKR
cXJ
mWE
rNK
@@ -167398,7 +166837,7 @@ hvs
qqI
iAS
uWV
-iET
+cEL
fmI
gIY
cMM
@@ -167456,7 +166895,7 @@ lmS
lmS
lmS
lmS
-lmF
+ykb
lmS
fCS
vSL
@@ -167476,7 +166915,7 @@ pLr
enY
pLr
kmL
-wpW
+blA
kyQ
oba
dyc
@@ -167626,7 +167065,7 @@ lzH
wqc
jKj
bCJ
-snq
+iwx
wqc
mWE
rNK
@@ -167693,27 +167132,27 @@ cOd
wpI
wCP
oBi
-jCK
-tFy
-tFy
-tFy
-tFy
-tFy
-tFy
-tFy
-tFy
-tFy
-jCK
-lKX
-rfq
-qUi
-ivI
-mUa
-afX
-afX
-afX
-afX
-eDQ
+lnp
+usq
+usq
+usq
+usq
+usq
+usq
+usq
+usq
+usq
+lnp
+lnp
+xuQ
+lcX
+oNA
+uQN
+asz
+asz
+asz
+asz
+sKw
mWT
gQV
vVi
@@ -167724,7 +167163,7 @@ omG
lmS
wJY
kHq
-fpF
+vfQ
esf
lmS
kXN
@@ -167733,7 +167172,7 @@ eJd
mAF
hNb
pLr
-pKz
+nSK
djw
sla
eId
@@ -167883,7 +167322,7 @@ lzH
wqc
jKj
bCJ
-snq
+iwx
wqc
mWE
rNK
@@ -167985,12 +167424,12 @@ mQG
nrP
lmS
coW
-pQS
-cfG
-fgM
-rAB
-wMQ
-opl
+lwk
+hBh
+eEM
+hPN
+xrF
+bIb
djw
lgt
eId
@@ -168188,7 +167627,7 @@ pTQ
hFH
knx
bPJ
-xhZ
+vbM
bPJ
bBd
xdk
@@ -168235,7 +167674,7 @@ apc
pts
dJb
kHq
-pqX
+xog
xog
vfQ
mWT
@@ -168247,7 +167686,7 @@ noC
vqp
noC
pLr
-kQP
+cxk
ckW
fEC
eId
@@ -168491,7 +167930,7 @@ wCT
eiX
pts
ogk
-vxs
+cBK
mQG
mWT
mWT
@@ -168504,7 +167943,7 @@ nlJ
wzD
cLc
fMV
-ckr
+mJW
djw
jUc
eId
@@ -168717,13 +168156,13 @@ nKB
bni
vHO
daN
-owU
-owU
-owU
-owU
-uTh
-uTh
-xXH
+pAA
+pAA
+pAA
+pAA
+xoZ
+xoZ
+pSe
rKd
fqw
xiQ
@@ -168761,7 +168200,7 @@ ecA
iAj
nFW
pLr
-pKz
+nSK
djw
xRa
eId
@@ -168914,7 +168353,7 @@ fmI
cjh
uJv
xcH
-lTP
+vju
hnP
uJv
uJv
@@ -168980,7 +168419,7 @@ lUB
vHH
vHH
gFg
-aHt
+eSj
mKQ
uZP
fqw
@@ -169018,7 +168457,7 @@ mWT
mWT
mWT
lmS
-fYt
+mWZ
djw
qaS
xMQ
@@ -169263,19 +168702,19 @@ mWT
mWT
lvV
tlY
-jff
-rWO
-rWO
-rWO
-rWO
-rWO
-rWO
+xog
+giJ
+giJ
+giJ
+giJ
+giJ
+oGr
rWO
mQG
mQG
xEX
lmS
-dkc
+wbN
djw
qaS
evU
@@ -169455,8 +168894,8 @@ max
xJY
jpX
oKU
-fmI
-neH
+bxT
+dnK
bJU
bjJ
bgq
@@ -169494,7 +168933,7 @@ uCf
xal
fqw
vHH
-aHt
+eSj
itf
itf
xiQ
@@ -169527,14 +168966,14 @@ gih
mWT
mWT
eEj
-rWO
+giJ
aVH
-mQG
+xog
omi
oxO
-sSf
+cFp
nYM
-qaS
+tKN
evU
cVL
rNK
@@ -169711,7 +169150,7 @@ fXO
fXO
ldn
rbd
-teG
+aVD
fmI
neH
bJU
@@ -169737,7 +169176,7 @@ fOL
vNb
uyd
wXZ
-oKL
+mHx
aRr
aRr
llx
@@ -169751,7 +169190,7 @@ mDi
fxJ
fqw
vHH
-aHt
+eSj
gFg
itf
fMl
@@ -169777,7 +169216,7 @@ lmS
pXP
rWO
rWO
-ePY
+mHX
rWO
ble
ble
@@ -169791,7 +169230,7 @@ mQG
lmS
uKO
djw
-qaS
+fvd
evU
bhO
rNK
@@ -169934,12 +169373,12 @@ rNK
lCC
rAX
hqL
-alk
-bkW
+cpC
+cpC
cPM
-qHO
-raA
-uMd
+jvd
+ftZ
+cjh
uJv
lUH
lUH
@@ -169968,7 +169407,7 @@ rsv
fmI
fmI
fmI
-taM
+fmI
asq
neH
bJU
@@ -170008,7 +169447,7 @@ mDi
miw
fqw
wyL
-aHt
+eSj
ozK
itf
fMl
@@ -170034,7 +169473,7 @@ mQG
mQG
rWO
rWO
-ePY
+mHX
mQG
pts
cel
@@ -170048,7 +169487,7 @@ mWT
lmS
xro
djw
-qaS
+fvd
evU
bhO
rNK
@@ -170191,7 +169630,7 @@ rNK
lCC
fzh
hqL
-mdT
+cpC
aRx
gNQ
lZH
@@ -170265,7 +169704,7 @@ mDi
hks
fqw
gFg
-aHt
+eSj
gFg
itf
fMl
@@ -170291,7 +169730,7 @@ rWO
gsn
nUf
rWO
-ePY
+mHX
mQG
lmS
oaZ
@@ -170299,11 +169738,11 @@ nba
gqQ
pWQ
tWq
-wxE
-wxE
-wAo
+wLZ
+wLZ
+eWH
oVj
-cjF
+gUo
lqQ
jPk
evU
@@ -170448,7 +169887,7 @@ lCC
lCC
dHV
keH
-cHS
+cpC
aRx
fjw
cEL
@@ -170522,7 +169961,7 @@ mDi
qam
fqw
itf
-aHt
+eSj
gSQ
itf
fMl
@@ -170548,7 +169987,7 @@ mWT
mWT
mWT
wpN
-ePY
+mHX
mQG
mWT
tUL
@@ -170560,9 +169999,9 @@ fcw
fcw
dKT
chI
-daX
+izp
shO
-qaS
+fvd
evU
bhO
rNK
@@ -170704,7 +170143,7 @@ kGR
kGR
tvV
ppV
-aSF
+keH
vdj
aRx
rse
@@ -170779,7 +170218,7 @@ xNt
cGL
tiG
itf
-aHt
+eSj
gSQ
itf
itf
@@ -170819,7 +170258,7 @@ jaa
kXu
ncP
djw
-qaS
+fvd
evU
bhO
rNK
@@ -170961,7 +170400,7 @@ fue
qWL
vct
owf
-aSF
+keH
eOi
aRx
gNQ
@@ -171036,7 +170475,7 @@ moY
hJa
tiG
itf
-aHt
+eSj
gSQ
qgX
itf
@@ -171293,7 +170732,7 @@ yfZ
yfZ
yfZ
itf
-aHt
+eSj
gSQ
gSQ
itf
@@ -171331,7 +170770,7 @@ hpw
fcw
jEJ
kXu
-eMv
+iPx
djw
tDV
qde
@@ -171512,7 +170951,7 @@ edo
phE
vHH
vHH
-eGO
+pTq
idF
add
oBp
@@ -171550,7 +170989,7 @@ rki
orA
yfZ
itf
-aHt
+eSj
jvZ
gSQ
itf
@@ -171588,9 +171027,9 @@ kXu
mZI
sVB
kXu
-daX
+lFD
djw
-qaS
+fvd
qde
hUU
bhO
@@ -171845,7 +171284,7 @@ qsN
qsN
qsN
jaR
-uUa
+sPS
iqa
oRw
jaR
@@ -171981,7 +171420,7 @@ xUa
xUa
xUa
uvI
-emQ
+jVH
fVV
oxQ
oxQ
@@ -172017,16 +171456,16 @@ jxd
ebn
dDJ
tjS
-piZ
+uow
iHj
-eIr
-vpG
-gLO
+dUp
+dUp
+scR
bni
kOu
nbl
gFg
-eGO
+pTq
idF
nVM
lhm
@@ -172064,7 +171503,7 @@ hQU
jBD
yfZ
itf
-aHt
+eSj
shz
meS
xxy
@@ -172100,9 +171539,9 @@ ciV
ciV
thC
ciV
-squ
+jqO
oTu
-xjc
+wXA
rns
xtF
cdT
@@ -172275,15 +171714,15 @@ cey
jxd
kme
bni
+lbw
+pmZ
jdY
-jsV
-jdY
-kGh
-enn
-pUJ
-iOC
-iOC
-jdT
+jMX
+phZ
+vHH
+gFg
+gFg
+pTq
idF
kmw
duz
@@ -172321,7 +171760,7 @@ hQU
qur
yfZ
itf
-aHt
+eSj
ozK
gFg
itf
@@ -172353,15 +171792,15 @@ sDe
hcp
sDe
sDe
-jED
-jED
-jED
+nVc
+nVc
+nVc
xAu
-pob
-gDM
-qoU
+nrZ
+hAk
+ttH
ceQ
-pDE
+keq
lmS
mWT
mWT
@@ -172533,7 +171972,7 @@ jxd
mbY
bni
sfJ
-eUk
+vpG
vpG
lxO
piZ
@@ -172621,8 +172060,8 @@ jED
sZW
bXi
qao
-tTk
-wCU
+udJ
+xeG
mWT
aXn
hUU
@@ -172789,8 +172228,8 @@ lHd
kLZ
fNB
bni
-tXy
-fuB
+jdY
+jdY
jdY
hSc
bni
@@ -172879,7 +172318,7 @@ fbD
lmS
bJS
cLt
-sVs
+ePY
mWT
aXn
aXn
@@ -173114,7 +172553,7 @@ eFI
eFI
eTS
pUf
-eEM
+tPK
mUo
oQy
nCC
@@ -173136,7 +172575,7 @@ fbD
mWT
mWT
jLC
-sVs
+tLx
mWT
mWT
aXn
@@ -173269,7 +172708,7 @@ izW
rNK
aVN
rNK
-rNK
+lCC
lCC
hqL
hqL
@@ -173393,7 +172832,7 @@ tdS
qsN
mWT
esf
-sVs
+fwC
mQG
mWT
mWT
@@ -173525,12 +172964,12 @@ lzH
lzH
lzH
aVN
-rNK
-rNK
-lCC
-rWb
-hqL
-mAq
+hcv
+hcv
+hcv
+hcv
+hcv
+hcv
caX
qfv
aRx
@@ -173651,13 +173090,13 @@ qsN
mWT
fNT
cAu
-mQG
+oLQ
uut
hfG
mWT
mWT
mWT
-mWT
+dLo
hUU
hUU
rNK
@@ -173782,12 +173221,12 @@ nFa
nFa
rNK
aVN
-rNK
-rNK
-lCC
-fzh
-hHP
-mAq
+hcv
+dCg
+jia
+fFr
+xTr
+hcv
pRa
cpC
aRx
@@ -173909,9 +173348,9 @@ mWT
mWT
nAo
tsG
-aPA
-aPA
-aPA
+tsG
+tsG
+tsG
mAW
qNf
mWT
@@ -174039,14 +173478,14 @@ xUa
uvI
rNK
aVN
-rNK
-rNK
-lCC
-dHV
-dHV
-dHV
-pMG
-cpC
+hcv
+uoF
+kSR
+kFu
+kFu
+uiQ
+bhi
+nak
cpC
aRx
vXj
@@ -174119,7 +173558,7 @@ itf
itf
gSQ
gSQ
-aHt
+eSj
vHH
gFg
gFg
@@ -174137,10 +173576,10 @@ aXn
aXn
qsN
eQI
-gOC
-wLI
-wLI
-pdv
+eFI
+eFI
+eFI
+eTS
pUf
qTC
rYV
@@ -174296,14 +173735,14 @@ izW
izW
rNK
aVN
-rNK
-rNK
-lCC
-rNE
+hcv
+lbU
+nCL
+wdC
wdC
jKE
-pMG
-cpC
+gQS
+eMM
cpC
aRx
qVy
@@ -174376,7 +173815,7 @@ aZM
itf
itf
gFg
-aHt
+eSj
jpM
itf
fqw
@@ -174394,8 +173833,8 @@ aXn
aXn
qsN
rcp
-qxj
eFI
+nDN
fhe
cJq
cFf
@@ -174553,14 +173992,14 @@ rNK
rNK
lzH
aVN
-rNK
-rNK
-lCC
-hmo
-wdC
-aRx
+hcv
+qMO
+kGu
+cTX
+jud
+hcv
eEZ
-cpC
+eMM
lhQ
aRx
gTB
@@ -174633,7 +174072,7 @@ aZM
itf
itf
gFg
-aHt
+eSj
gFg
vHH
maA
@@ -174651,7 +174090,7 @@ aXn
aXn
qsN
jrz
-qxj
+eFI
cYF
jBV
cps
@@ -174810,14 +174249,14 @@ nFa
nFa
rNK
aVN
-rNK
-rNK
-lCC
-lCC
-njs
-rWb
+hcv
+hcv
+hcv
+hcv
+hcv
+hcv
eEZ
-mAq
+rWP
aRx
aRx
cra
@@ -174890,7 +174329,7 @@ itf
itf
gSQ
gFg
-aHt
+eSj
ozK
xJk
wyL
@@ -174908,7 +174347,7 @@ aXn
aXn
bHW
rcp
-qxj
+eFI
qpe
pUf
pUf
@@ -175068,13 +174507,13 @@ uvI
rNK
aVN
rNK
-rNK
-rNK
lCC
-alc
-rWb
+lCC
+lCC
+lCC
+aRx
eZF
-mAq
+rWP
aRx
qAo
rTy
@@ -175147,7 +174586,7 @@ gFg
gFg
gFg
gFg
-aHt
+eSj
shz
itf
itf
@@ -175165,7 +174604,7 @@ aXn
aXn
qsN
rcp
-qxj
+eFI
rCi
sEI
eFI
@@ -175327,7 +174766,7 @@ aVN
rNK
rNK
rNK
-lCC
+rNK
lCC
dUj
lKD
@@ -175422,8 +174861,8 @@ hUU
aXn
qsN
rXI
-qxj
eFI
+cwK
fKZ
eFI
jGJ
@@ -175679,8 +175118,8 @@ hUU
hUU
kCH
lEd
-mjY
pHu
+xoo
smz
kPL
jGJ
@@ -175937,7 +175376,7 @@ cEr
pUf
rNn
bpN
-aBL
+vaz
pUf
kot
pUf
@@ -176681,8 +176120,8 @@ ffU
jpK
wRa
wRa
-nZf
-saQ
+reg
+wzO
wtU
aTv
oqV
@@ -176934,7 +176373,7 @@ egk
qvH
wnz
nKW
-mon
+ogt
itf
itf
itf
@@ -177663,7 +177102,7 @@ jvE
pmf
iIK
aIA
-raj
+iLv
ldS
qTi
rTs
@@ -177705,7 +177144,7 @@ cQy
gFg
iQp
nKW
-mon
+ogt
fqw
rVD
itf
@@ -177962,7 +177401,7 @@ jPW
gFg
gFg
nKW
-mon
+ogt
jpM
gSQ
nZC
@@ -178219,7 +177658,7 @@ itf
gFg
itf
nKW
-mon
+ogt
gSQ
gSQ
itf
@@ -178476,7 +177915,7 @@ qmr
gFg
itf
nKW
-mon
+ogt
gSQ
gSQ
itf
@@ -178733,7 +178172,7 @@ gFg
gFg
itf
nKW
-mon
+ogt
gSQ
itf
itf
@@ -178990,7 +178429,7 @@ gSQ
itf
itf
nKW
-mon
+ogt
itf
itf
shz
@@ -179246,8 +178685,8 @@ aHt
gFg
gFg
meS
-nKW
-mon
+upl
+ogt
itf
itf
shz
@@ -179568,7 +179007,7 @@ rNK
rNK
rNK
mlc
-mlc
+nBo
kVR
eFK
kVR
@@ -179760,7 +179199,7 @@ eSj
gFg
eqX
oeO
-nKW
+upl
xis
itf
itf
@@ -180017,7 +179456,7 @@ cGO
gSQ
gSQ
gFg
-nKW
+upl
xis
itf
itf
@@ -180274,7 +179713,7 @@ gSQ
gSQ
gSQ
gFg
-nKW
+upl
xis
gFg
itf
@@ -180531,7 +179970,7 @@ fSx
itf
itf
vHH
-nKW
+upl
xis
gFg
itf
@@ -181894,7 +181333,7 @@ lzH
lzH
lzH
lzH
-xJR
+dWQ
lzH
lzH
lzH
@@ -182151,7 +181590,7 @@ wUh
wUh
wUh
wUh
-dWQ
+rnx
wUh
wUh
wUh
diff --git a/_maps/map_files/stations/deltastation.dmm b/_maps/map_files/stations/deltastation.dmm
index de725309142..cdeb49c7208 100644
--- a/_maps/map_files/stations/deltastation.dmm
+++ b/_maps/map_files/stations/deltastation.dmm
@@ -41,7 +41,7 @@
/area/space/nearstation)
"abv" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -58,6 +58,15 @@
icon_state = "whitebluecorner"
},
/area/station/medical/medbay)
+"abE" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/port)
"abM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -73,7 +82,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -82,62 +91,62 @@
/area/station/engineering/solar/fore_starboard)
"acf" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
"acg" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
"ach" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
"aci" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/fore_starboard)
"acj" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
"aco" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/fore_starboard)
"acp" = (
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -150,10 +159,10 @@
/area/station/hallway/secondary/entry/south)
"acE" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -166,7 +175,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -202,7 +211,7 @@
/area/station/engineering/solar/fore_starboard)
"adh" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/space/nearstation)
"ado" = (
@@ -236,24 +245,6 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/south)
-"adv" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/structure/railing{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "green"
- },
-/area/station/hallway/secondary/exit)
"adx" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -620,7 +611,7 @@
name = "north bump";
pixel_y = 28
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -629,7 +620,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"afs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -648,16 +639,6 @@
icon_state = "darkredcorners"
},
/area/station/security/prisonershuttle)
-"afx" = (
-/obj/machinery/power/smes,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_starboard)
"afy" = (
/obj/machinery/camera{
c_tag = "Fore Starboard Solars";
@@ -683,23 +664,23 @@
},
/area/station/hallway/secondary/entry/east)
"afB" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/east)
"afC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "brown"
@@ -709,6 +690,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -717,10 +701,10 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/misc_lab)
"afN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -746,7 +730,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -821,10 +805,10 @@
},
/area/station/hallway/secondary/entry/east)
"agq" = (
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -1009,6 +993,14 @@
icon_state = "yellowfull"
},
/area/station/engineering/control)
+"ahr" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"ahz" = (
/obj/structure/sign/nanotrasen,
/obj/effect/mapping_helpers/turfs/rust,
@@ -1059,6 +1051,18 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/north)
+"ahO" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "greencorner"
+ },
+/area/station/hallway/secondary/exit)
"ahQ" = (
/obj/structure/chair/sofa/bench/right,
/turf/simulated/floor/plasteel{
@@ -1166,6 +1170,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -1200,7 +1207,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/east)
"aje" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -1317,7 +1324,7 @@
},
/area/station/engineering/atmos)
"ajR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -1449,6 +1456,9 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -1575,10 +1585,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"ama" = (
@@ -1588,10 +1598,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/landmark/spawner/nukedisc_respawn,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"amb" = (
@@ -1601,8 +1611,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
@@ -1613,9 +1623,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -1723,15 +1730,15 @@
"amD" = (
/obj/item/trash/candy,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutral"
},
/area/station/maintenance/fore2)
"amE" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/delivery,
@@ -1783,9 +1790,6 @@
/turf/simulated/wall,
/area/station/hallway/secondary/entry/south)
"amP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -1864,6 +1868,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
"ang" = (
@@ -2023,6 +2030,9 @@
/area/station/hallway/primary/port/east)
"anJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/south)
"anK" = (
@@ -2044,9 +2054,6 @@
},
/area/station/hallway/secondary/entry/south)
"anO" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/south)
"anP" = (
@@ -2124,12 +2131,6 @@
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
-"aob" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"aoc" = (
/obj/item/broken_bottle,
/turf/simulated/floor/plating,
@@ -2179,9 +2180,6 @@
/turf/simulated/wall,
/area/station/command/customs)
"aoq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -2241,9 +2239,6 @@
},
/area/station/maintenance/fore2)
"aoG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -2307,7 +2302,7 @@
/turf/simulated/floor/plasteel/grimy,
/area/station/public/vacant_office)
"aoW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -2456,10 +2451,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"app" = (
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -2469,26 +2464,23 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
},
/area/station/maintenance/fore2)
"aps" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"apt" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutral"
@@ -2559,7 +2551,7 @@
/area/station/engineering/transmission_laser)
"apF" = (
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -2579,6 +2571,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"apK" = (
@@ -2644,15 +2639,12 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"apU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"apV" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -2733,9 +2725,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
@@ -2761,10 +2750,10 @@
/area/station/security/checkpoint/secondary)
"aqk" = (
/obj/item/cigbutt/roach,
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"aql" = (
@@ -3067,8 +3056,8 @@
/area/station/maintenance/fore2)
"arg" = (
/obj/structure/chair/stool,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -3279,6 +3268,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/hallway/secondary/entry/lounge)
"arP" = (
@@ -3289,6 +3281,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/lounge)
"arQ" = (
@@ -3308,9 +3303,6 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "1-8"
},
@@ -3337,10 +3329,10 @@
},
/area/station/security/checkpoint/secondary)
"arU" = (
-/obj/structure/cable{
+/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/effect/landmark/spawner/nukedisc_respawn,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"arV" = (
@@ -3368,7 +3360,7 @@
/area/station/maintenance/fore2)
"arZ" = (
/obj/structure/chair/stool,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/dark,
@@ -3396,7 +3388,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -3413,6 +3405,9 @@
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -3424,6 +3419,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/lounge)
"ask" = (
@@ -3433,6 +3431,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -3446,7 +3447,7 @@
/area/station/maintenance/electrical_shop)
"asm" = (
/obj/machinery/light/small,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -3459,9 +3460,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/electrical_shop)
"asp" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
@@ -3469,19 +3467,8 @@
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"asr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"ass" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -3490,9 +3477,6 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"asv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -3550,9 +3534,6 @@
},
/area/station/hallway/secondary/entry/lounge)
"asC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -3611,7 +3592,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/fore2)
"asL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/dark,
@@ -3694,10 +3675,10 @@
/area/station/maintenance/disposal)
"asV" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
@@ -3710,6 +3691,9 @@
dir = 4
},
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -3730,27 +3714,27 @@
/area/station/hallway/secondary/entry/lounge)
"ata" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"atb" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"atc" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/fore_port)
"atd" = (
@@ -3792,13 +3776,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"att" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -3817,7 +3798,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/fore)
"aty" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -3889,9 +3870,6 @@
},
/area/station/security/checkpoint/secondary)
"atH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
@@ -3909,33 +3887,33 @@
/area/station/security/checkpoint/secondary)
"atK" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"atL" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"atM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/fore2)
"atO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -3944,7 +3922,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/fore2)
"atP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -3956,7 +3934,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/fore2)
"atQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -3978,10 +3956,10 @@
/area/station/maintenance/fore2)
"atU" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -4002,7 +3980,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal)
"atW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -4017,7 +3995,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -4036,9 +4014,6 @@
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/controlroom)
"auc" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
@@ -4105,9 +4080,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/electrical_shop)
"auq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -4115,12 +4087,9 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"aur" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
@@ -4142,7 +4111,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"auv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -4247,9 +4216,6 @@
/turf/simulated/wall,
/area/station/maintenance/electrical_shop)
"auQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
@@ -4261,7 +4227,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -4281,23 +4247,29 @@
"ava" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/machinery/firealarm/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/public/pet_store)
"avc" = (
/obj/item/kirbyplants/large,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
},
/area/station/hallway/secondary/entry/lounge)
"avd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/turf_decal/delivery,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutral"
@@ -4305,6 +4277,9 @@
/area/station/maintenance/fore2)
"avg" = (
/obj/item/kirbyplants/large,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -4314,6 +4289,9 @@
/obj/machinery/light{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -4325,9 +4303,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"avj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
@@ -4341,7 +4316,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"avl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -4510,11 +4485,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -4522,7 +4497,7 @@
},
/area/station/maintenance/fore)
"avT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -4535,7 +4510,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"avU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -4545,19 +4520,16 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"avV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -4574,14 +4546,24 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"awc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/economy/vending/coffee,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/aft/south)
"awd" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -4594,10 +4576,10 @@
},
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/machinery/door/firedoor,
/turf/simulated/floor/wood,
/area/station/public/pet_store)
"awe" = (
@@ -4608,8 +4590,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
},
/turf/simulated/floor/wood,
/area/station/public/pet_store)
@@ -4625,12 +4607,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/wood,
/area/station/public/pet_store)
"awh" = (
@@ -4645,18 +4621,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -4668,9 +4638,6 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/cable{
icon_state = "1-4"
},
@@ -4756,27 +4723,27 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
/area/station/hallway/secondary/entry/lounge)
"aws" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/maintenance/fore2)
"awt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -4785,7 +4752,7 @@
},
/area/station/maintenance/fore2)
"awu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -4793,10 +4760,10 @@
},
/area/station/maintenance/fore2)
"awv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -4858,6 +4825,9 @@
/area/station/maintenance/disposal)
"awF" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"awI" = (
@@ -4924,10 +4894,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"axb" = (
@@ -4936,9 +4906,6 @@
/area/station/maintenance/starboard2)
"axd" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"axe" = (
@@ -4953,6 +4920,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -4966,9 +4936,8 @@
},
/area/station/hallway/secondary/entry/lounge)
"axj" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/wood,
/area/station/public/pet_store)
@@ -5011,7 +4980,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -5023,7 +4992,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery/hollow,
@@ -5035,7 +5004,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -5045,7 +5014,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -5059,7 +5028,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"axw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -5076,7 +5045,7 @@
},
/area/station/maintenance/fore2)
"axy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -5091,7 +5060,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"axz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -5107,7 +5076,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal)
"axA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -5125,7 +5094,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/disposal)
"axB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -5141,7 +5110,7 @@
/area/station/maintenance/disposal)
"axC" = (
/obj/machinery/alarm/directional/south,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -5154,7 +5123,7 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -5164,21 +5133,13 @@
icon_state = "brown"
},
/area/station/maintenance/disposal)
-"axE" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 6;
- icon_state = "brown"
- },
-/area/station/maintenance/disposal)
"axF" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
/obj/effect/turf_decal/delivery/hollow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -5344,9 +5305,6 @@
/obj/effect/turf_decal/delivery/partial{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -5385,6 +5343,9 @@
/turf/simulated/wall,
/area/station/public/toilet/unisex)
"ayx" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -5524,9 +5485,6 @@
dir = 4;
pixel_y = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"azs" = (
@@ -5859,15 +5817,12 @@
/area/station/service/janitor)
"aAx" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"aAy" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"aAz" = (
@@ -5925,7 +5880,7 @@
},
/area/station/public/toilet/unisex)
"aAF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -5979,6 +5934,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -5996,6 +5954,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
"aAO" = (
@@ -6010,6 +5971,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
"aAP" = (
@@ -6024,6 +5988,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
"aAQ" = (
@@ -6038,6 +6005,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
"aAR" = (
@@ -6051,6 +6021,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "brown"
@@ -6070,6 +6043,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"aAU" = (
@@ -6083,6 +6059,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"aAV" = (
@@ -6095,6 +6074,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"aAW" = (
@@ -6163,9 +6145,6 @@
dir = 1;
sort_type_txt = "9"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "1-2"
},
@@ -6274,7 +6253,7 @@
/obj/item/storage/box/mousetraps,
/obj/item/storage/fancy/crayons,
/obj/structure/cable,
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/turf/simulated/floor/wood,
/area/station/service/clown/secret)
"aBs" = (
@@ -6318,6 +6297,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "green"
},
@@ -6329,10 +6311,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"aBB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -6383,7 +6368,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -6436,7 +6421,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
"aBZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -6452,7 +6437,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"aCd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -6524,7 +6509,7 @@
/turf/simulated/wall,
/area/station/maintenance/abandoned_garden)
"aCm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -6539,6 +6524,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"aCp" = (
@@ -6573,6 +6561,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"aCA" = (
@@ -6783,6 +6774,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -6822,13 +6816,13 @@
/turf/simulated/floor/grass,
/area/station/maintenance/abandoned_garden)
"aDt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aDy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -6843,9 +6837,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -6868,9 +6859,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -6969,14 +6957,14 @@
/area/station/supply/storage)
"aEb" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"aEc" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -7060,6 +7048,9 @@
/obj/machinery/atmospherics/pipe/simple/visible/green{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"aEp" = (
@@ -7091,7 +7082,7 @@
},
/area/station/maintenance/fore)
"aEu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -7115,8 +7106,8 @@
},
/area/station/hallway/primary/fore/north)
"aED" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -7650,7 +7641,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"aGk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -7659,16 +7650,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandoned_garden)
"aGn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandoned_garden)
"aGp" = (
@@ -7821,6 +7812,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -7854,6 +7848,9 @@
dir = 5
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"aHg" = (
@@ -7977,7 +7974,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -8077,18 +8074,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/bar)
"aHM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/bar)
"aHQ" = (
@@ -8261,7 +8252,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -8275,7 +8266,7 @@
name = "north bump";
pixel_y = 28
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -8355,24 +8346,15 @@
/obj/structure/table/reinforced,
/obj/item/paper_bin,
/obj/item/pen,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "caution";
dir = 1
},
/area/station/maintenance/incinerator)
"aIA" = (
-/obj/machinery/power/smes{
- charge = 1e+006
- },
/obj/structure/sign/electricshock{
pixel_y = 32
},
-/obj/structure/cable{
- icon_state = "0-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "caution";
dir = 5
@@ -8386,8 +8368,8 @@
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"aIC" = (
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
@@ -8398,20 +8380,7 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
-"aIE" = (
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/simulated/floor/engine,
-/area/station/engineering/controlroom)
"aIF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line,
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/engine,
@@ -8422,9 +8391,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"aIP" = (
@@ -8550,6 +8516,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -8595,7 +8564,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -8611,17 +8580,17 @@
},
/area/station/hallway/secondary/exit)
"aJM" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"aJN" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -8634,7 +8603,7 @@
/obj/machinery/atmospherics/binary/pump{
name = "Gas to Turbine"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -8646,7 +8615,7 @@
},
/area/station/maintenance/incinerator)
"aJP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_scrubber/on,
@@ -8656,35 +8625,20 @@
},
/area/station/maintenance/incinerator)
"aJQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/incinerator)
"aJR" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "cautioncorner"
},
/area/station/maintenance/incinerator)
"aJS" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end,
@@ -8746,13 +8700,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aKd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -8761,7 +8715,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"aKe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -8773,7 +8727,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aKf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -8796,7 +8750,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -8942,6 +8896,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/lobby)
"aKD" = (
@@ -8970,6 +8927,9 @@
/area/station/supply/storage)
"aKK" = (
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"aKL" = (
@@ -8992,9 +8952,6 @@
},
/area/station/hallway/secondary/exit)
"aKO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/maintenance,
/obj/structure/rack,
/obj/item/food/donut,
@@ -9022,7 +8979,7 @@
dir = 4;
name = "Aft Port Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"aKZ" = (
@@ -9052,11 +9009,11 @@
},
/area/station/maintenance/incinerator)
"aLc" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/effect/turf_decal/stripes/end{
dir = 1
},
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"aLd" = (
@@ -9096,7 +9053,7 @@
},
/area/station/maintenance/incinerator)
"aLh" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/visible{
@@ -9113,28 +9070,28 @@
},
/area/station/maintenance/incinerator)
"aLi" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/binary/pump{
dir = 8;
name = "Port to Turbine"
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/maintenance/incinerator)
"aLj" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -9146,7 +9103,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -9160,9 +9117,6 @@
},
/area/station/maintenance/incinerator)
"aLn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 4
},
@@ -9172,14 +9126,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkyellow"
},
/area/station/engineering/controlroom)
"aLo" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
},
@@ -9189,6 +9143,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellowcorners"
@@ -9216,9 +9173,6 @@
/area/station/engineering/controlroom)
"aLv" = (
/obj/machinery/firealarm/directional/west,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/rack,
/obj/item/clothing/gloves/color/yellow,
/obj/item/multitool,
@@ -9228,10 +9182,6 @@
},
/area/station/engineering/controlroom)
"aLw" = (
-/obj/structure/cable/yellow,
-/obj/machinery/power/terminal{
- dir = 4
- },
/obj/structure/cable/yellow{
icon_state = "1-2"
},
@@ -9438,6 +9388,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"aMi" = (
@@ -9448,6 +9401,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"aMj" = (
@@ -9482,12 +9438,15 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable,
/obj/structure/extinguisher_cabinet{
name = "east bump";
pixel_x = 30
},
-/obj/machinery/power/smes,
+/obj/machinery/computer/monitor{
+ dir = 8;
+ name = "Engineering Power Monitoring Console"
+ },
+/obj/structure/cable,
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/controlroom)
"aMz" = (
@@ -9580,7 +9539,7 @@
},
/area/station/engineering/controlroom)
"aMO" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -9615,13 +9574,15 @@
/obj/machinery/status_display{
pixel_y = -32
},
+/obj/machinery/light/small{
+ dir = 8
+ },
/obj/machinery/computer/monitor{
dir = 4;
name = "Engineering Power Monitoring Console"
},
-/obj/structure/cable,
-/obj/machinery/light/small{
- dir = 8
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
icon_state = "darkyellow";
@@ -9633,6 +9594,9 @@
dir = 4
},
/obj/structure/cable/yellow,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/controlroom)
"aMU" = (
@@ -9659,6 +9623,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/item/ashtray/bronze,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"aMY" = (
@@ -9761,6 +9728,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -9972,7 +9942,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
"aOv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -10059,6 +10029,9 @@
"aOQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aOS" = (
@@ -10186,7 +10159,7 @@
},
/area/station/maintenance/incinerator)
"aPs" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -10219,6 +10192,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/chair/wood/wings,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aPx" = (
@@ -10262,6 +10238,9 @@
"aPD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "brown"
@@ -10305,7 +10284,7 @@
/area/station/maintenance/gambling_den)
"aPM" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -10356,6 +10335,9 @@
/obj/item/ashtray/glass{
pixel_y = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aQe" = (
@@ -10436,6 +10418,13 @@
icon_state = "brown"
},
/area/station/supply/sorting)
+"aQm" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/fsmaint)
"aQn" = (
/obj/structure/closet/crate,
/obj/effect/decal/cleanable/dirt,
@@ -10719,8 +10708,8 @@
},
/area/station/engineering/atmos)
"aRk" = (
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/grimy,
@@ -10744,6 +10733,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aRw" = (
@@ -10758,6 +10750,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aRC" = (
@@ -10772,6 +10767,9 @@
/obj/item/reagent_containers/drinks/tea{
pixel_y = 6
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aRE" = (
@@ -10884,18 +10882,6 @@
icon_state = "brown"
},
/area/station/supply/storage)
-"aRW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "greencorner";
- dir = 1
- },
-/area/station/hallway/primary/fore/east)
"aRX" = (
/obj/machinery/computer/prisoner{
dir = 1
@@ -10989,9 +10975,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"aSw" = (
@@ -11053,6 +11036,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/landmark/start/cargo_technician,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -11109,7 +11095,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
"aSS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -11171,6 +11157,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel/goonplaque,
/area/station/hallway/primary/fore/east)
"aTl" = (
@@ -11209,13 +11198,9 @@
/obj/item/hand_labeler,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/area/station/supply/storage)
-"aTu" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -11478,7 +11463,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -11496,7 +11481,7 @@
dir = 8;
name = "Fore Starboard Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/effect/turf_decal/stripes/line{
dir = 6
},
@@ -12133,6 +12118,9 @@
/mob/living/basic/gorilla/cargo_domestic{
name = "Forklift"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"aWv" = (
@@ -12171,6 +12159,9 @@
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -12195,6 +12186,9 @@
"aWz" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"aWC" = (
@@ -12433,7 +12427,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -12526,16 +12520,6 @@
icon_state = "brown"
},
/area/station/supply/office)
-"aXU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/camera{
- c_tag = "Cargo Dock South";
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/supply/storage)
"aXV" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -12603,7 +12587,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -12745,6 +12729,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "tranquillite"
},
@@ -12797,9 +12784,6 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet,
/area/station/public/pet_store)
"aYZ" = (
@@ -12850,6 +12834,9 @@
/obj/effect/mapping_helpers/airlock/polarized{
id = "bar"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"aZg" = (
@@ -12881,11 +12868,6 @@
icon_state = "neutralfull"
},
/area/station/supply/office)
-"aZk" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/light,
-/turf/simulated/floor/plasteel,
-/area/station/supply/storage)
"aZl" = (
/obj/structure/table/reinforced,
/obj/item/folder,
@@ -13163,9 +13145,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -13529,9 +13508,6 @@
},
/area/station/hallway/primary/fore/north)
"bcp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -13544,9 +13520,6 @@
},
/area/station/service/kitchen)
"bcq" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
@@ -13759,7 +13732,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -13773,9 +13746,6 @@
"bdL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -13980,7 +13950,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/space,
@@ -14019,7 +13989,7 @@
/turf/simulated/floor/wood,
/area/station/service/theatre)
"beV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -14032,10 +14002,10 @@
},
/area/station/maintenance/fore)
"bfa" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -14082,7 +14052,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -14103,18 +14073,6 @@
icon_state = "freezerfloor"
},
/area/station/service/kitchen)
-"bfg" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "freezerfloor"
- },
-/area/station/service/kitchen)
"bfh" = (
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
@@ -14457,7 +14415,7 @@
/turf/simulated/wall,
/area/station/command/office/ce)
"bgL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -14470,6 +14428,13 @@
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel/dark,
/area/station/turret_protected/ai)
+"bgQ" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/public/storage/tools)
"bgR" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -14491,6 +14456,9 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutral"
@@ -14942,6 +14910,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"biy" = (
@@ -15099,9 +15070,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -15132,9 +15100,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -15179,6 +15144,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "tranquillite"
},
@@ -15288,9 +15256,6 @@
},
/area/station/supply/miningdock)
"bjM" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "brown"
@@ -15346,7 +15311,7 @@
"bjX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -15490,12 +15455,9 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
"bkG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -15507,9 +15469,6 @@
/area/station/maintenance/fore)
"bkH" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
@@ -15620,7 +15579,7 @@
"bla" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -16231,12 +16190,15 @@
},
/area/station/service/hydroponics)
"bmU" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"bmV" = (
/obj/machinery/requests_console/directional/east,
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -16475,7 +16437,7 @@
dir = 4
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -16582,9 +16544,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "1-4"
},
@@ -16709,30 +16668,6 @@
/obj/effect/turf_decal/stripes/corner,
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
-"boC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/central/north)
"boD" = (
/obj/structure/closet/secure_closet/miner,
/obj/effect/turf_decal/delivery/hollow,
@@ -16742,9 +16677,6 @@
},
/area/station/supply/miningdock)
"boE" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -16757,9 +16689,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"boH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -16856,6 +16785,19 @@
},
/turf/space,
/area/space/nearstation)
+"bpn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/lounge)
"bpo" = (
/obj/machinery/light/small,
/turf/simulated/floor/transparent/glass,
@@ -16962,6 +16904,9 @@
/obj/structure/cable{
icon_state = "0-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/atmos/control)
"bpM" = (
@@ -17012,15 +16957,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "yellowcorner"
},
/area/station/hallway/primary/port/north)
"bpV" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
@@ -17031,14 +16976,14 @@
dir = 1
},
/obj/effect/turf_decal/stripes/white/corner,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
"bpW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -17059,9 +17004,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
@@ -17082,9 +17024,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/light/small{
dir = 4
},
@@ -17105,9 +17044,6 @@
},
/area/station/maintenance/fore)
"bqd" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
@@ -17118,8 +17054,8 @@
dir = 1
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
dir = 9;
@@ -17127,9 +17063,6 @@
},
/area/station/maintenance/fore)
"bqe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -17284,9 +17217,14 @@
/turf/simulated/wall,
/area/station/maintenance/starboard)
"bqK" = (
-/obj/item/chair/light,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/electrical/fore_starboard)
"bqL" = (
/obj/machinery/suit_storage_unit/security/secure,
/turf/simulated/floor/plasteel{
@@ -17584,6 +17522,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -17749,12 +17690,6 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/blueshield)
-"bsU" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"bsX" = (
/obj/machinery/power/apc/important/directional/north,
/obj/structure/cable{
@@ -17895,9 +17830,6 @@
/area/station/hallway/primary/central/sw)
"btF" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -18072,9 +18004,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -18102,13 +18031,6 @@
/obj/machinery/shower/directional/north,
/turf/simulated/floor/noslip,
/area/station/engineering/equipmentstorage)
-"buY" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/starboard2)
"bvc" = (
/turf/simulated/floor/catwalk,
/area/station/engineering/secure_storage)
@@ -18270,9 +18192,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -18542,6 +18461,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -18573,9 +18495,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 8
@@ -18907,6 +18826,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"byz" = (
@@ -18974,7 +18896,7 @@
},
/area/station/hallway/primary/port/north)
"byJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -18987,9 +18909,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/east,
/turf/simulated/floor/plasteel{
@@ -19393,7 +19312,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/tech_storage)
"bAl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -19837,10 +19756,6 @@
"bBW" = (
/obj/machinery/door/airlock/maintenance,
/obj/structure/disposalpipe/segment,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
@@ -19872,15 +19787,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools)
"bCc" = (
/obj/machinery/power/apc/directional/north,
/obj/structure/cable{
- icon_state = "0-8"
+ icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
dir = 8;
@@ -20212,15 +20124,6 @@
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel/dark,
/area/station/command/meeting_room)
-"bCH" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 2
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel/dark,
-/area/station/service/bar)
"bCL" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -20522,6 +20425,9 @@
},
/area/station/public/storage/tools)
"bDO" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "yellow"
@@ -20557,6 +20463,9 @@
/obj/item/crowbar,
/obj/item/wrench,
/obj/structure/table/reinforced,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools)
"bDY" = (
@@ -21623,9 +21532,6 @@
/area/station/public/storage/tools)
"bHf" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -21776,9 +21682,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/cable{
icon_state = "1-8"
},
@@ -21789,20 +21692,10 @@
/area/station/hallway/primary/central/ne)
"bHD" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
-"bHE" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/starboard2)
"bHF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -22772,7 +22665,7 @@
dir = 2
},
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools/auxiliary)
@@ -22827,7 +22720,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -22892,7 +22785,7 @@
/area/space/nearstation)
"bLN" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -23130,7 +23023,7 @@
},
/area/station/engineering/break_room)
"bMF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -23347,6 +23240,9 @@
dir = 10
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -23426,11 +23322,12 @@
},
/area/station/security/warden)
"bNH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/blood/often,
/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bNI" = (
@@ -23447,11 +23344,14 @@
},
/area/station/security/prisonershuttle)
"bNK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"bNL" = (
/obj/machinery/camera{
c_tag = "AI Chamber South";
@@ -23735,7 +23635,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/sign/poster/official/random/directional/north,
@@ -23874,6 +23774,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools/auxiliary)
"bPg" = (
@@ -24182,15 +24085,9 @@
},
/area/station/engineering/control)
"bQg" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -24748,7 +24645,7 @@
},
/area/station/hallway/primary/port/west)
"bSx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -24895,6 +24792,9 @@
/obj/structure/disposalpipe/junction{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "cautioncorner"
@@ -24934,9 +24834,6 @@
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools/auxiliary)
"bTg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/junction/reversed{
@@ -25348,7 +25245,7 @@
/area/station/engineering/control)
"bUt" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -25409,9 +25306,6 @@
codes_txt = "patrol;next_patrol=engi2";
location = "engi1"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -25474,7 +25368,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -25792,7 +25686,7 @@
/area/station/command/office/ce)
"bVs" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -25808,6 +25702,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"bVD" = (
@@ -26000,8 +25897,8 @@
},
/area/station/hallway/primary/port/north)
"bWA" = (
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -26011,18 +25908,27 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/west)
"bWG" = (
/obj/machinery/light,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
},
/area/station/hallway/primary/port/west)
"bWH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -26374,7 +26280,7 @@
},
/area/station/hallway/primary/port/north)
"bYf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -26382,6 +26288,9 @@
},
/area/station/hallway/primary/port/north)
"bYg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -26560,16 +26469,16 @@
/turf/simulated/floor/plating,
/area/station/legal/magistrate)
"bYU" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/obj/structure/railing{
- dir = 1
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/obj/machinery/door/airlock/engineering{
+ name = "Electrical Maintenance"
},
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- icon_state = "bar"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/area/station/maintenance/fsmaint)
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"bZc" = (
/obj/machinery/door/airlock/security/glass,
/obj/machinery/door/firedoor,
@@ -26675,24 +26584,15 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
"bZD" = (
-/obj/machinery/power/smes{
- charge = 2e+006
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "0-8"
+/obj/machinery/computer/monitor{
+ name = "Grid Power Monitoring Computer"
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/smes)
"bZE" = (
-/obj/machinery/power/smes{
- charge = 2e+006
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/smes)
@@ -27195,9 +27095,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -27275,35 +27172,23 @@
dir = 10
},
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "0-8"
},
/obj/structure/cable/yellow{
- icon_state = "0-8"
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/smes)
"cbw" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
+ icon_state = "1-8"
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/smes)
"cbx" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -27772,7 +27657,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
"cdg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -27815,8 +27700,11 @@
/area/station/service/library)
"cdy" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cdz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -28042,7 +27930,7 @@
},
/area/station/security/warden)
"ceu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -28097,7 +27985,7 @@
/obj/machinery/door/window/classic/reversed{
name = "Engineering Delivery"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -28188,6 +28076,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
+"cff" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/fsmaint)
"cfh" = (
/obj/machinery/computer/station_alert{
dir = 1
@@ -28237,6 +28134,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"cfq" = (
@@ -28627,7 +28527,7 @@
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"chq" = (
/obj/machinery/light_switch{
dir = 4;
@@ -29186,6 +29086,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -29289,7 +29192,7 @@
"cjF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -29297,13 +29200,13 @@
/area/station/maintenance/starboard)
"cjH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cjI" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -29416,19 +29319,16 @@
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
"cka" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cke" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"ckg" = (
@@ -29449,9 +29349,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/library)
"cki" = (
@@ -29624,9 +29521,6 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -29639,9 +29533,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"ckW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -29654,9 +29545,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"ckX" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -29673,6 +29561,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"clp" = (
@@ -29718,7 +29609,7 @@
},
/area/station/maintenance/port)
"cly" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -30024,9 +29915,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"cmv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -30504,6 +30392,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"cnV" = (
@@ -30511,6 +30402,9 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -30802,6 +30696,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"coY" = (
@@ -31101,6 +30998,9 @@
"cpP" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -31429,8 +31329,8 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
@@ -31439,7 +31339,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -31448,16 +31348,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cqG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -31538,7 +31438,7 @@
"cqY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -31871,9 +31771,9 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cse" = (
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/structure/table,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"csf" = (
@@ -32060,7 +31960,7 @@
dir = 5
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -32177,6 +32077,9 @@
"ctm" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurplecorner"
@@ -32676,9 +32579,6 @@
},
/area/station/public/locker)
"cuF" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -32691,9 +32591,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cuG" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -32707,9 +32604,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cuH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -32723,9 +32617,6 @@
/area/station/maintenance/starboard2)
"cuI" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -32751,9 +32642,6 @@
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"cuK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -32769,9 +32657,6 @@
},
/area/station/public/fitness)
"cuL" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -32898,7 +32783,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cvd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -32911,7 +32796,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -32921,10 +32806,10 @@
},
/area/station/maintenance/port)
"cvg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -33109,6 +32994,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/rnd)
"cvV" = (
@@ -33317,7 +33205,7 @@
},
/area/station/engineering/hardsuitstorage)
"cwD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -33629,9 +33517,6 @@
},
/area/station/public/locker)
"cxx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -34058,7 +33943,7 @@
c_tag = "Restrooms"
},
/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "0-8"
},
/turf/simulated/floor/plasteel,
/area/station/public/toilet/lockerroom)
@@ -34210,6 +34095,9 @@
"czb" = (
/obj/machinery/alarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
@@ -34300,7 +34188,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/control)
"czt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -34326,7 +34214,7 @@
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
"czx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -34582,21 +34470,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/toilet/lockerroom)
-"cAh" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/public/toilet/lockerroom)
"cAi" = (
@@ -34733,9 +34606,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -34787,7 +34657,7 @@
},
/area/station/maintenance/port)
"cAS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -35038,14 +34908,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
-"cBI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/toilet/lockerroom)
"cBJ" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel,
@@ -35177,9 +35039,6 @@
"cCp" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
icon_state = "yellowfull"
@@ -35199,7 +35058,7 @@
},
/area/station/engineering/hardsuitstorage)
"cCw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -35426,9 +35285,6 @@
/turf/simulated/floor/wood,
/area/station/procedure/trainer_office)
"cDg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -35565,7 +35421,7 @@
/area/station/engineering/hardsuitstorage)
"cDD" = (
/obj/effect/turf_decal/delivery,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated/pre_connect{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -35664,7 +35520,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cDR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36093,9 +35949,6 @@
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
"cFy" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "2-8"
},
@@ -36189,7 +36042,7 @@
/area/station/engineering/control)
"cFO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -36202,18 +36055,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cFS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -36227,9 +36074,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/girder,
/turf/simulated/floor/plasteel{
dir = 1;
@@ -36244,24 +36088,15 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
},
/area/station/maintenance/port)
"cFW" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -36271,9 +36106,6 @@
},
/area/station/maintenance/port)
"cFY" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -36315,24 +36147,8 @@
icon_state = "darkyellow"
},
/area/station/engineering/hardsuitstorage)
-"cGc" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutral"
- },
-/area/station/maintenance/port)
"cGe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36347,7 +36163,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cGf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36366,12 +36182,9 @@
},
/area/station/maintenance/port)
"cGh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36385,9 +36198,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cGi" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36401,7 +36211,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cGj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36418,10 +36228,10 @@
},
/area/station/maintenance/port)
"cGk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36438,7 +36248,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cGl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36459,7 +36269,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36474,10 +36284,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cGn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -36490,9 +36297,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cGo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36506,9 +36310,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"cGp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36521,9 +36322,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"cGq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36546,9 +36344,6 @@
},
/area/station/engineering/transmission_laser)
"cGs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36564,21 +36359,6 @@
icon_state = "neutralcorner"
},
/area/station/maintenance/port)
-"cGt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"cGy" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=hall6";
@@ -36624,9 +36404,6 @@
},
/area/station/hallway/primary/central/se)
"cGF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36647,21 +36424,6 @@
icon_state = "whitepurplecorner"
},
/area/station/science/research)
-"cGM" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"cGN" = (
/obj/effect/landmark/spawner/nukedisc_respawn,
/turf/simulated/floor/plasteel{
@@ -36780,10 +36542,21 @@
icon_state = "darkbluefull"
},
/area/station/command/bridge)
+"cHg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/machinery/alarm/directional/south,
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"cHo" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -36792,13 +36565,13 @@
/obj/structure/rack,
/obj/item/clothing/gloves/color/fyellow,
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"cHq" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/catwalk,
@@ -36810,7 +36583,7 @@
},
/area/station/maintenance/port)
"cHs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -36836,7 +36609,7 @@
/turf/simulated/floor/plating,
/area/station/security/processing)
"cHy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -37048,7 +36821,7 @@
"cHW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -37212,32 +36985,29 @@
"cIw" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cIx" = (
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cIy" = (
/obj/structure/sign/securearea,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cIB" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cIC" = (
/obj/structure/sign/electricshock,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cID" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cIG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -37418,9 +37188,6 @@
/area/station/medical/medbay)
"cJl" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -37444,6 +37211,18 @@
icon_state = "dark"
},
/area/station/science/robotics/chargebay)
+"cJy" = (
+/obj/machinery/economy/vending/snack,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/aft/south)
"cJz" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -37528,13 +37307,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
+"cJO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/port)
"cJR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJS" = (
/obj/structure/table/reinforced,
/obj/machinery/cell_charger,
@@ -37543,7 +37331,7 @@
dir = 9;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJT" = (
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/emergency{
@@ -37553,7 +37341,7 @@
dir = 6;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJU" = (
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/electrical{
@@ -37567,7 +37355,7 @@
dir = 1;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJV" = (
/obj/machinery/recharge_station,
/obj/machinery/alarm/directional/north,
@@ -37575,12 +37363,12 @@
dir = 1;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJW" = (
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -37588,7 +37376,7 @@
dir = 1;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cJY" = (
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
@@ -37596,38 +37384,44 @@
/area/station/hallway/primary/aft/north)
"cJZ" = (
/obj/machinery/mech_bay_recharge_port,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cKb" = (
/obj/machinery/computer/mech_bay_power_console,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cKf" = (
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"cKg" = (
/obj/structure/rack,
/obj/item/book/manual/wiki/engineering_guide,
/obj/effect/spawner/random/maintenance,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"cKi" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -37679,7 +37473,7 @@
"cKt" = (
/obj/machinery/atmospherics/unary/tank/air,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cKu" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
dir = 6
@@ -37843,9 +37637,6 @@
/turf/simulated/wall,
/area/station/medical/medbay)
"cLm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -37867,9 +37658,6 @@
},
/obj/effect/decal/cleanable/cobweb2,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
@@ -37961,38 +37749,31 @@
dir = 8;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLE" = (
/obj/machinery/atmospherics/pipe/simple/visible/universal,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLG" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"cLH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/obj/effect/landmark/spawner/nukedisc_respawn,
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLL" = (
/obj/machinery/newscaster/directional/north,
/obj/structure/closet/wardrobe/coroner,
@@ -38002,16 +37783,16 @@
},
/area/station/medical/morgue)
"cLM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -38019,9 +37800,9 @@
dir = 1
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/corner{
@@ -38031,7 +37812,7 @@
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cLQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9;
@@ -38086,6 +37867,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurplefull"
},
@@ -38103,6 +37887,9 @@
/obj/structure/disposalpipe/junction/y{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"cMi" = (
@@ -38120,9 +37907,6 @@
},
/area/station/security/permabrig)
"cMk" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -38234,7 +38018,7 @@
"cMU" = (
/obj/machinery/atmospherics/binary/pump,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cMW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/visible/purple,
@@ -38242,7 +38026,7 @@
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cMX" = (
/obj/structure/table/reinforced,
/obj/machinery/light/small{
@@ -38250,44 +38034,42 @@
},
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cMY" = (
-/obj/machinery/power/smes,
/obj/structure/cable{
icon_state = "0-2"
},
+/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cMZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
+"cNa" = (
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"cNa" = (
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cNc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cNe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/machinery/power/port_gen/pacman,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cNh" = (
/turf/simulated/floor/plasteel{
dir = 4;
@@ -38490,10 +38272,10 @@
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "1-8"
},
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -38687,7 +38469,7 @@
dir = 1
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cOy" = (
/obj/machinery/light/small{
dir = 8
@@ -38696,19 +38478,24 @@
dir = 5
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cOz" = (
/obj/machinery/status_display{
pixel_x = -32
},
/obj/item/flag/atmos,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cOA" = (
-/obj/machinery/power/smes,
-/obj/structure/cable,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cOB" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 4
@@ -38721,16 +38508,16 @@
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/mechanical,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cOE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cOI" = (
/obj/effect/decal/remains/xeno,
/obj/effect/decal/cleanable/blood/xeno,
@@ -38874,7 +38661,7 @@
"cPi" = (
/obj/machinery/atmospherics/pipe/manifold/visible/cyan,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cPj" = (
/turf/simulated/floor/plasteel{
icon_state = "escape";
@@ -38890,6 +38677,9 @@
"cPo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurplefull"
},
@@ -39056,9 +38846,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -39124,47 +38911,35 @@
dir = 8;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cQy" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
-"cQz" = (
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"cQA" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cQB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cQC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cQD" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cQF" = (
/obj/structure/table/reinforced,
/obj/machinery/door_control{
@@ -39338,7 +39113,7 @@
name = "north bump";
pixel_y = 28
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -39375,9 +39150,6 @@
/obj/structure/girder,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -39395,9 +39167,6 @@
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -39410,7 +39179,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -39429,21 +39198,14 @@
dir = 6
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cRF" = (
-/obj/machinery/power/port_gen/pacman,
/obj/effect/turf_decal/delivery/hollow,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "1-4"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
-"cRH" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cRI" = (
/obj/machinery/light/small{
dir = 4
@@ -39452,11 +39214,14 @@
/area/station/maintenance/apmaint)
"cRJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cRN" = (
/obj/effect/landmark/spawner/nukedisc_respawn,
/turf/simulated/floor/plasteel{
@@ -39625,6 +39390,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurplecorner"
@@ -39710,7 +39478,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/medical/medbay)
"cSL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39720,10 +39488,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"cSM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -39736,7 +39504,7 @@
/area/station/maintenance/solar_maintenance/aft_starboard)
"cSN" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -39758,7 +39526,7 @@
},
/area/station/medical/storage)
"cSU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -39825,12 +39593,9 @@
dir = 1
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cTi" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
@@ -39840,12 +39605,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"cTj" = (
/obj/structure/closet/toolcloset,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cTk" = (
/obj/structure/table/reinforced,
/obj/item/multitool,
@@ -39853,43 +39621,7 @@
dir = 10;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
-"cTl" = (
-/obj/item/stack/sheet/mineral/plasma{
- amount = 10
- },
-/obj/item/stack/rods{
- amount = 50
- },
-/obj/item/stack/cable_coil{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/stack/cable_coil{
- amount = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/shelf/engineering,
-/obj/item/wrench,
-/obj/machinery/light/small,
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/maintenance/electrical)
-"cTn" = (
-/obj/machinery/status_display{
- pixel_y = -32
- },
-/obj/structure/table/reinforced,
-/obj/item/apc_electronics,
-/obj/item/apc_electronics{
- pixel_x = 4;
- pixel_y = 6
- },
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cTp" = (
/obj/structure/disposaloutlet{
dir = 8
@@ -40098,8 +39830,15 @@
"cTX" = (
/turf/simulated/wall/r_wall,
/area/station/medical/medbay)
+"cUa" = (
+/obj/effect/spawner/window/reinforced,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/public/pet_store)
"cUu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -40108,9 +39847,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -40118,12 +39854,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"cUw" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -40134,7 +39870,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"cUA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -40149,9 +39885,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"cUB" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -40161,9 +39894,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"cUC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -40177,9 +39907,6 @@
},
/area/station/maintenance/starboard)
"cUE" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -40192,9 +39919,6 @@
},
/area/station/public/fitness)
"cUF" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -40350,6 +40074,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/research)
"cUZ" = (
@@ -40425,6 +40152,12 @@
},
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
+"cVj" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"cVm" = (
/obj/machinery/smartfridge/secure/extract,
/obj/machinery/light_switch{
@@ -40465,6 +40198,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/research)
"cVt" = (
@@ -40543,8 +40279,8 @@
/turf/simulated/floor/plasteel/dark,
/area/station/science/xenobiology)
"cVL" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/effect/turf_decal/stripes/line{
dir = 10
},
@@ -40623,28 +40359,13 @@
},
/area/station/maintenance/port)
"cWs" = (
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/port)
-"cWt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutral"
- },
-/area/station/maintenance/port)
"cWy" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel/dark,
@@ -40822,6 +40543,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/research)
"cXe" = (
@@ -40875,6 +40599,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"cXJ" = (
@@ -40904,7 +40631,7 @@
},
/area/station/public/fitness)
"cXS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -40940,7 +40667,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -40951,7 +40678,7 @@
},
/area/station/maintenance/port)
"cYc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -41099,7 +40826,7 @@
/area/station/hallway/secondary/entry/east)
"cYU" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -41137,7 +40864,7 @@
/obj/structure/sign/examroom{
pixel_x = 32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -41211,7 +40938,7 @@
/obj/machinery/door/airlock/maintenance{
name = "Gambling Den"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -41245,7 +40972,7 @@
dir = 1
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"cZs" = (
/obj/structure/table/reinforced,
/obj/structure/disposalpipe/segment,
@@ -41330,10 +41057,10 @@
},
/area/station/hallway/primary/aft/south)
"cZT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -41392,11 +41119,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"dah" = (
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
/obj/structure/table/wood,
/obj/item/clothing/gloves/color/fyellow,
/obj/item/storage/toolbox/electrical,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -41421,7 +41148,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -41429,7 +41156,7 @@
},
/area/station/engineering/solar/aft_starboard)
"dal" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -41443,7 +41170,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"dap" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -41457,7 +41184,7 @@
},
/area/station/maintenance/port)
"daq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -41472,7 +41199,7 @@
},
/area/station/maintenance/port)
"dar" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -41484,7 +41211,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"das" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41541,10 +41268,10 @@
/area/station/maintenance/library)
"daz" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -41556,13 +41283,13 @@
/area/station/science/research)
"daC" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -41575,6 +41302,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurplecorner"
@@ -41591,7 +41321,7 @@
/area/station/science/research)
"daG" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -41658,13 +41388,13 @@
/area/station/maintenance/starboard)
"daT" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -41685,7 +41415,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -41712,7 +41442,7 @@
/area/station/science/robotics)
"dbm" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"dbp" = (
@@ -41723,7 +41453,7 @@
/obj/structure/sign/greencross{
pixel_x = 32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -41764,7 +41494,7 @@
},
/area/station/maintenance/starboard)
"dbB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41777,7 +41507,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"dbC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -41787,10 +41517,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dbD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41799,7 +41529,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"dbE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41831,7 +41561,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/medical/medbay)
"dbI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -41869,6 +41599,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"dbY" = (
@@ -41881,6 +41614,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitepurple"
@@ -41908,6 +41644,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurplecorner"
@@ -41923,6 +41662,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/rnd)
"dcc" = (
@@ -41962,19 +41704,6 @@
/obj/effect/landmark/start/chemist,
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
-"dcj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=hall8";
- location = "hall7c"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/aft/south)
"dcs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -42005,7 +41734,7 @@
},
/area/station/maintenance/apmaint)
"dcC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -42044,7 +41773,7 @@
name = "Maintenance Access"
},
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42058,7 +41787,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -42070,7 +41799,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -42081,7 +41810,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -42114,7 +41843,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"dcP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -42141,7 +41870,7 @@
/area/station/maintenance/abandonedbar)
"dcU" = (
/obj/structure/table/wood/poker,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -42214,7 +41943,7 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"ddf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -42292,7 +42021,7 @@
},
/area/station/science/rnd)
"ddt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -42315,7 +42044,7 @@
},
/area/station/maintenance/apmaint)
"ddx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42443,7 +42172,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -42458,7 +42187,7 @@
},
/area/station/medical/medbay)
"ddW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42470,9 +42199,6 @@
"ddY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -42499,7 +42225,7 @@
},
/area/station/maintenance/starboard)
"del" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -42513,7 +42239,7 @@
},
/area/station/maintenance/starboard)
"deo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -42522,7 +42248,7 @@
/area/station/maintenance/starboard)
"dep" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -42598,19 +42324,19 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"deB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/dark,
@@ -42623,10 +42349,10 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -42636,10 +42362,10 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -42652,17 +42378,17 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"deF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42700,7 +42426,7 @@
},
/area/station/maintenance/port2)
"deN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -42712,7 +42438,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"deO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42725,7 +42451,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"deP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42743,7 +42469,7 @@
"deY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -42759,7 +42485,7 @@
},
/obj/machinery/atmospherics/portable/canister/air,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"dfa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -42767,12 +42493,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
},
/area/station/service/chapel)
"dfb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42844,12 +42573,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/north)
"dfG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -42867,7 +42599,7 @@
},
/area/station/maintenance/port)
"dfH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42894,10 +42626,10 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -42911,10 +42643,10 @@
/obj/structure/window/reinforced{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"dfP" = (
@@ -42935,7 +42667,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/port2)
"dfU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -42955,7 +42687,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/port2)
"dfZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -42990,7 +42722,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -43067,7 +42799,7 @@
"dgP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -43257,10 +42989,10 @@
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/port2)
"dhC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -43286,7 +43018,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel/white,
@@ -43296,7 +43028,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"dhI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -43593,7 +43325,7 @@
/area/station/maintenance/port2)
"djc" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -43607,7 +43339,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/port2)
"djd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -43633,7 +43365,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/research)
"djg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -43643,7 +43375,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/port2)
"djj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -43789,7 +43521,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"djZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -43878,10 +43610,10 @@
dir = 4
},
/obj/structure/window/reinforced,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"dku" = (
@@ -43913,7 +43645,7 @@
/area/station/maintenance/port2)
"dkz" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -43963,7 +43695,7 @@
"dkP" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -44166,9 +43898,6 @@
/area/station/medical/cryo)
"dlw" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -44195,7 +43924,7 @@
},
/area/station/public/construction)
"dlI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood,
@@ -44221,6 +43950,13 @@
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
+"dlN" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/supply/storage)
"dlP" = (
/obj/machinery/atmospherics/pipe/manifold/hidden{
dir = 1
@@ -44240,6 +43976,9 @@
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/controlroom)
"dlV" = (
@@ -44395,10 +44134,10 @@
/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -44406,10 +44145,10 @@
"dmO" = (
/obj/structure/grille,
/obj/structure/window/reinforced,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -44423,8 +44162,8 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -44525,7 +44264,7 @@
},
/area/station/maintenance/port)
"dna" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -44934,19 +44673,6 @@
},
/turf/simulated/floor/bluegrid,
/area/station/science/robotics/chargebay)
-"doY" = (
-/turf/simulated/floor/plasteel{
- icon_state = "escapecorner";
- dir = 1
- },
-/area/station/hallway/primary/aft/south)
-"doZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/aft/north)
"dpa" = (
/turf/simulated/floor/plasteel{
icon_state = "purplecorner"
@@ -45230,18 +44956,15 @@
},
/area/station/maintenance/starboard)
"dqV" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
+/obj/machinery/power/apc/reinforced/directional/south,
/turf/simulated/floor/plasteel{
icon_state = "yellow"
},
/area/station/public/construction)
"dqW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -45251,6 +44974,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitegreen"
@@ -45454,10 +45180,10 @@
/area/station/public/construction)
"dsl" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plasteel,
/area/station/public/construction)
"dsm" = (
@@ -45484,7 +45210,7 @@
},
/area/station/maintenance/port2)
"dst" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -45639,11 +45365,11 @@
/turf/simulated/wall/r_wall,
/area/station/science/research)
"dtv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -45656,7 +45382,7 @@
},
/area/station/maintenance/starboard)
"dtx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -45665,10 +45391,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"dty" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -45681,7 +45407,7 @@
},
/area/station/maintenance/starboard)
"dtz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -45703,11 +45429,10 @@
/turf/simulated/floor/carpet/black,
/area/station/security/detective)
"dtE" = (
-/obj/structure/cable{
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/delivery,
/turf/simulated/floor/plasteel,
/area/station/public/construction)
"dtF" = (
@@ -45922,9 +45647,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
@@ -45953,7 +45675,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"duN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -46043,6 +45765,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurplecorner"
},
@@ -46284,6 +46009,9 @@
dir = 8
},
/obj/effect/landmark/lightsout,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -46345,7 +46073,7 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"dwO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -46364,8 +46092,8 @@
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"dwS" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -46477,6 +46205,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -46517,7 +46248,7 @@
},
/area/station/maintenance/starboard)
"dyd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -46530,7 +46261,7 @@
/turf/simulated/floor/grass,
/area/station/medical/medbay)
"dyg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -46562,6 +46293,18 @@
"dyz" = (
/turf/simulated/floor/plasteel/white,
/area/station/science/toxins/mixing)
+"dyK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"dyL" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -46647,6 +46390,16 @@
icon_state = "neutral"
},
/area/station/maintenance/starboard)
+"dzp" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"dzq" = (
/obj/machinery/light_switch{
dir = 4;
@@ -46757,14 +46510,20 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
+"dAd" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"dAx" = (
/turf/simulated/wall,
/area/station/medical/surgery/secondary)
"dAy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -46780,7 +46539,7 @@
"dAz" = (
/obj/machinery/door/airlock/maintenance,
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46790,7 +46549,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/theatre)
"dAB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46799,7 +46558,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/theatre)
"dAC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -46905,18 +46664,6 @@
temperature = 80
},
/area/station/science/server)
-"dBj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "escape";
- dir = 4
- },
-/area/station/hallway/primary/aft/south)
"dBk" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
@@ -46958,6 +46705,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"dBE" = (
@@ -46981,18 +46731,28 @@
},
/turf/simulated/floor/plasteel/airless,
/area/station/science/toxins/test)
-"dBH" = (
-/obj/structure/closet/firecloset,
-/obj/effect/turf_decal/delivery/hollow,
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "escape"
- },
-/area/station/hallway/primary/aft/south)
-"dBJ" = (
+"dBI" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "2-8"
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/central/north)
+"dBJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -47004,6 +46764,9 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"dBK" = (
@@ -47029,13 +46792,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -47057,27 +46820,7 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
-"dBP" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/aft/south)
"dBQ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -47087,6 +46830,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -47108,6 +46854,9 @@
name = "Quarantine Lockdown"
},
/obj/effect/mapping_helpers/airlock/access/all/medical/morgue,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
"dCh" = (
@@ -47212,12 +46961,9 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"dCV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
@@ -47228,7 +46974,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dCW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47239,15 +46985,15 @@
/area/station/maintenance/apmaint)
"dCX" = (
/obj/machinery/light,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"dCZ" = (
@@ -47262,9 +47008,6 @@
},
/area/station/science/robotics)
"dDb" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -47277,23 +47020,23 @@
},
/area/station/hallway/primary/aft/south)
"dDc" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/aft/south)
"dDg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"dDh" = (
@@ -47328,14 +47071,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"dDt" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47355,9 +47098,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"dDu" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -47367,35 +47107,29 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitegreen"
},
/area/station/medical/medbay)
"dDv" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/structure/disposalpipe/junction/y{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/medical/medbay)
"dDy" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -47406,9 +47140,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"dDC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -47421,9 +47152,6 @@
},
/area/station/maintenance/starboard)
"dDD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -47433,7 +47161,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"dDE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47447,7 +47175,7 @@
},
/area/station/maintenance/starboard)
"dDF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47552,7 +47280,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -47589,14 +47317,11 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/north)
"dEn" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -47608,7 +47333,7 @@
"dEp" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
-/area/station/maintenance/aft)
+/area/station/maintenance/electrical/aft_starboard)
"dEr" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -47637,6 +47362,11 @@
/obj/effect/turf_decal/stripes/corner,
/turf/simulated/floor/plasteel/airless,
/area/station/science/toxins/test)
+"dED" = (
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"dEK" = (
/obj/structure/chair{
dir = 8
@@ -47703,6 +47433,9 @@
codes_txt = "patrol;next_patrol=hall7a";
location = "hall7"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"dFa" = (
@@ -47761,7 +47494,7 @@
/turf/simulated/floor/plating,
/area/station/command/bridge)
"dFt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -47908,7 +47641,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"dGg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -47964,7 +47697,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -48006,6 +47739,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -48031,7 +47767,7 @@
},
/area/station/maintenance/port)
"dHA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -48046,7 +47782,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dHC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -48062,7 +47798,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dHD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -48080,7 +47816,7 @@
},
/area/station/maintenance/apmaint)
"dHE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -48100,7 +47836,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/nw)
"dHJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -48118,7 +47854,7 @@
},
/area/station/maintenance/apmaint)
"dHK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -48133,7 +47869,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"dHL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -48145,12 +47881,9 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"dHM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -48187,6 +47920,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"dHR" = (
@@ -48297,9 +48033,6 @@
/area/station/maintenance/apmaint)
"dIG" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -48350,6 +48083,14 @@
},
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
+"dJd" = (
+/obj/item/stock_parts/cell/high,
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"dJr" = (
/obj/structure/sink/directional/north,
/obj/structure/disposalpipe/junction/y{
@@ -48387,20 +48128,6 @@
"dJx" = (
/turf/simulated/wall,
/area/station/service/chapel)
-"dJB" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/sortjunction{
- sort_type_txt = "17"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
"dJF" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -48580,13 +48307,13 @@
/area/space)
"dKA" = (
/obj/structure/lattice,
-/obj/item/stack/cable_coil/random,
+/obj/item/stack/cable_coil/yellow,
/turf/space,
/area/space/nearstation)
"dKB" = (
/obj/item/kirbyplants/large,
/obj/item/mounted/frame/apc_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -48600,9 +48327,6 @@
"dKI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "chapel"
@@ -48628,6 +48352,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -48658,12 +48385,9 @@
},
/area/station/hallway/secondary/entry/north)
"dKX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -48683,7 +48407,7 @@
},
/area/station/maintenance/apmaint)
"dLc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/closet/crate,
@@ -48734,7 +48458,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
icon_state = "chapel"
@@ -48755,25 +48479,11 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
-"dLD" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Public Access"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
-"dLE" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/exit)
"dLL" = (
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plasteel{
@@ -48823,6 +48533,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"dMj" = (
@@ -48837,13 +48550,6 @@
icon_state = "chapel"
},
/area/station/service/chapel)
-"dMm" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/carpet/black,
-/area/station/service/chapel)
"dMn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -49103,10 +48809,10 @@
/area/station/science/robotics)
"dOF" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -49122,7 +48828,7 @@
},
/area/station/maintenance/apmaint)
"dOQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -49143,9 +48849,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -49203,6 +48906,14 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/hardsuitstorage)
+"dPo" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/light,
+/turf/simulated/floor/plasteel,
+/area/station/supply/storage)
"dPq" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/solar_maintenance/aft_port)
@@ -49210,18 +48921,8 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/apmaint)
-"dPu" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/public/glass{
- name = "Public Access"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/aft/south)
"dPw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49233,10 +48934,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dPA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -49310,30 +49011,14 @@
/turf/simulated/floor/plasteel/white,
/area/station/medical/virology)
"dPZ" = (
-/obj/machinery/power/apc/directional/west,
+/obj/machinery/power/apc/reinforced/directional/west,
/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
-"dQa" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/catwalk,
/area/station/maintenance/apmaint)
"dQb" = (
/obj/structure/sign/electricshock,
@@ -49368,7 +49053,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -49381,6 +49066,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
"dQl" = (
@@ -49390,6 +49078,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/chapel)
"dQq" = (
@@ -49406,20 +49097,7 @@
icon_state = "darkpurple"
},
/area/station/science/robotics)
-"dQr" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "escape";
- dir = 4
- },
-/area/station/hallway/primary/aft/south)
"dQs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -49429,6 +49107,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"dQB" = (
@@ -49445,7 +49126,7 @@
/area/space/nearstation)
"dQN" = (
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49461,7 +49142,7 @@
/area/station/maintenance/apmaint)
"dQR" = (
/obj/structure/sign/poster/official/nanotrasen_logo/directional/south,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -49486,9 +49167,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
@@ -49505,9 +49183,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -49524,6 +49199,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
"dQX" = (
@@ -49541,6 +49219,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
"dQY" = (
@@ -49592,7 +49273,7 @@
/turf/simulated/floor/plating,
/area/station/aisat)
"dRj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49607,10 +49288,10 @@
},
/area/station/maintenance/apmaint)
"dRk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -49685,7 +49366,7 @@
name = "Auxiliary E.V.A."
},
/obj/effect/mapping_helpers/airlock/access/any/command/eva,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -49723,7 +49404,7 @@
/turf/simulated/wall/r_wall,
/area/station/maintenance/apmaint)
"dRK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -49785,7 +49466,7 @@
},
/area/station/maintenance/apmaint)
"dSb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/spawner/random/maintenance,
@@ -49884,7 +49565,7 @@
},
/area/station/maintenance/apmaint)
"dSH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -49938,7 +49619,7 @@
/area/station/hallway/secondary/exit)
"dSQ" = (
/obj/structure/rack,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49952,12 +49633,6 @@
icon_state = "dark"
},
/area/station/maintenance/apmaint)
-"dST" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
"dSV" = (
/obj/structure/table/reinforced,
/obj/item/book/manual/wiki/sop_security{
@@ -50145,7 +49820,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -50359,7 +50034,7 @@
/obj/machinery/power/solar{
name = "Aft Starboard Solar Panel"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -50416,7 +50091,7 @@
/area/station/engineering/ai_transit_tube)
"dWc" = (
/obj/machinery/power/tracker,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -50449,13 +50124,13 @@
/turf/space,
/area/space)
"dWg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"dWi" = (
@@ -50470,7 +50145,7 @@
/area/station/science/xenobiology)
"dWn" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -50537,14 +50212,6 @@
},
/turf/simulated/floor/plasteel/grimy,
/area/station/maintenance/abandonedbar)
-"dWK" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/aft/south)
"dWL" = (
/obj/effect/spawner/random/storage,
/obj/item/storage/box/survival,
@@ -50634,14 +50301,11 @@
},
/area/station/science/robotics)
"dXs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
@@ -50668,6 +50332,9 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"dXC" = (
@@ -50678,14 +50345,6 @@
dir = 5
},
/area/station/hallway/secondary/exit)
-"dXH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"dXI" = (
/obj/structure/chair/wood{
dir = 4
@@ -50863,7 +50522,7 @@
/obj/structure/sign/electricshock{
pixel_y = -32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -50921,7 +50580,7 @@
/area/station/maintenance/port2)
"dYI" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -50939,67 +50598,67 @@
/area/station/maintenance/solar_maintenance/aft_port)
"dYL" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
/area/station/engineering/solar/aft_port)
"dYM" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/aft_port)
"dYN" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
/area/station/engineering/solar/aft_port)
"dYO" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/aft_port)
"dYP" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
/area/station/engineering/solar/aft_port)
"dYR" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
/area/station/engineering/solar/aft_port)
"dYS" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -51138,7 +50797,7 @@
"eao" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -51326,6 +50985,17 @@
icon_state = "whiteblue"
},
/area/station/medical/reception)
+"edc" = (
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"eed" = (
/obj/structure/grille,
/obj/machinery/door/poddoor{
@@ -51361,7 +51031,7 @@
},
/area/station/service/kitchen)
"eeN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/spawner/window/reinforced/grilled,
@@ -51410,7 +51080,7 @@
},
/area/station/hallway/primary/central/se)
"efI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -51443,6 +51113,14 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
+"egk" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "tranquillite"
+ },
+/area/station/service/kitchen)
"egp" = (
/obj/structure/cable{
icon_state = "0-2"
@@ -51473,6 +51151,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/rnd)
"egG" = (
@@ -51603,7 +51284,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -51698,9 +51379,6 @@
/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
/obj/machinery/door/airlock/freezer,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -51796,7 +51474,7 @@
/area/station/hallway/secondary/entry/north)
"enm" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -51821,9 +51499,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -51898,7 +51573,7 @@
},
/area/station/science/misc_lab)
"epu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -51941,6 +51616,9 @@
/obj/effect/mapping_helpers/airlock/windoor/autoname{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/checkpoint/secondary)
"eqv" = (
@@ -52025,9 +51703,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -52097,7 +51772,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -52247,11 +51922,19 @@
icon_state = "dark"
},
/area/station/security/execution)
+"eue" = (
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"eum" = (
/obj/machinery/requests_console/directional/north,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/table,
/obj/item/clothing/head/chefhat,
/turf/simulated/floor/plasteel{
@@ -52291,9 +51974,6 @@
/obj/machinery/camera/autoname{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"evu" = (
@@ -52301,7 +51981,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"evX" = (
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
@@ -52338,20 +52018,21 @@
dir = 1
},
/area/station/security/brig)
-"ewz" = (
-/obj/machinery/light,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/entry/lounge)
"ewF" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
/area/station/engineering/solar/aft_starboard)
+"ewH" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"ewP" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -52454,7 +52135,7 @@
/area/station/hallway/primary/central/ne)
"eyr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -52548,6 +52229,19 @@
/obj/structure/closet/firecloset,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"eAq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"eAN" = (
/obj/machinery/door/airlock/vault{
locked = 1
@@ -52576,8 +52270,11 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"eBl" = (
/obj/machinery/status_display{
pixel_x = -32
@@ -52601,6 +52298,12 @@
"eBo" = (
/turf/simulated/floor/plating/airless,
/area/station/maintenance/fore)
+"eBu" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"eBz" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -52679,6 +52382,13 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/controlroom)
+"eEn" = (
+/obj/structure/girder,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"eEq" = (
/turf/simulated/wall/r_wall,
/area/station/science/genetics)
@@ -52832,9 +52542,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -52888,9 +52595,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock{
name = "Bar Office"
@@ -52965,7 +52669,7 @@
},
/area/station/turret_protected/ai)
"eJM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -53035,12 +52739,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
"eLU" = (
@@ -53088,7 +52792,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -53111,6 +52815,13 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/security/permabrig)
+"eMV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"eNh" = (
/obj/structure/bookcase{
name = "bookcase (Fiction)"
@@ -53169,6 +52880,21 @@
icon_state = "whiteyellowcorner"
},
/area/station/medical/medbay)
+"eNA" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape";
+ dir = 4
+ },
+/area/station/hallway/primary/aft/south)
+"eNJ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"eNO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -53184,6 +52910,15 @@
/obj/machinery/atmospherics/pipe/simple/visible/green,
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/atmos)
+"eOg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/east)
"eOj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -53260,8 +52995,14 @@
icon_state = "freezerfloor"
},
/area/station/service/kitchen)
+"ePl" = (
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "whitepurple"
+ },
+/area/station/maintenance/port)
"ePu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -53300,7 +53041,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/science/server)
"eQh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -53348,7 +53089,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/medical/medbay)
"eQB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -53395,11 +53136,11 @@
},
/area/station/medical/cloning)
"eRU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
@@ -53421,7 +53162,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -53442,9 +53183,6 @@
"eTB" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -53647,7 +53385,7 @@
},
/area/station/security/main)
"eYk" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -53823,10 +53561,10 @@
/turf/simulated/floor/plating,
/area/station/medical/virology)
"fdD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -53902,9 +53640,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Science Maintenance"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
@@ -53946,16 +53681,16 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandonedservers)
"ffC" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -54022,6 +53757,9 @@
/area/station/maintenance/incinerator)
"fgm" = (
/obj/machinery/atmospherics/pipe/simple/visible/red,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"fgp" = (
@@ -54054,9 +53792,9 @@
/obj/machinery/power/terminal{
dir = 8
},
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"fgM" = (
/turf/simulated/wall,
/area/station/security/execution)
@@ -54095,7 +53833,7 @@
dir = 4;
name = "Aft Port Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
@@ -54257,7 +53995,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/break_room)
"flJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -54287,6 +54025,12 @@
icon_state = "dark"
},
/area/station/telecomms/chamber)
+"fmK" = (
+/obj/machinery/alarm/directional/south,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"fmS" = (
/obj/structure/window/reinforced{
dir = 8
@@ -54365,6 +54109,9 @@
/obj/structure/cable{
icon_state = "1-4"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -54453,9 +54200,23 @@
icon_state = "browncorner"
},
/area/station/hallway/primary/fore/east)
+"fpK" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/exit)
"fpL" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"fqa" = (
@@ -54509,7 +54270,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -54518,7 +54279,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"frh" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -54527,10 +54288,20 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"frN" = (
-/obj/item/chair/light,
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/electrical/fore_starboard)
"frO" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -54542,7 +54313,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"fsf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -54726,6 +54497,13 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
+"fxF" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"fxS" = (
/obj/machinery/light{
dir = 4
@@ -54746,7 +54524,7 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -54828,7 +54606,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"fAB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -54881,6 +54659,12 @@
icon_state = "dark"
},
/area/station/telecomms/chamber)
+"fBo" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel/dark,
+/area/station/service/chapel)
"fBB" = (
/obj/machinery/light/small{
dir = 1
@@ -54940,6 +54724,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -55097,7 +54884,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -55199,7 +54986,7 @@
"fGt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -55219,7 +55006,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -55228,10 +55015,10 @@
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
"fGW" = (
+/obj/machinery/power/apc/reinforced/directional/south,
/obj/structure/cable{
icon_state = "0-8"
},
-/obj/machinery/power/apc/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"fHs" = (
@@ -55292,7 +55079,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -55425,16 +55212,13 @@
},
/area/station/security/warden)
"fKN" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -55615,7 +55399,7 @@
},
/area/station/supply/qm)
"fOk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -55623,14 +55407,6 @@
/obj/structure/grille/broken,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"fOr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/aft/south)
"fOy" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -55639,7 +55415,7 @@
/turf/simulated/floor/plasteel{
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"fOA" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 4
@@ -55708,14 +55484,8 @@
},
/area/station/medical/virology)
"fPx" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -55765,7 +55535,7 @@
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"fQh" = (
/obj/structure/table/glass,
/obj/item/storage/box/iv_bags{
@@ -55789,7 +55559,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -56036,10 +55806,24 @@
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel/dark,
/area/station/command/office/captain)
+"fUZ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkblue"
+ },
+/area/station/medical/morgue)
"fVi" = (
/obj/item/storage/backpack/satchel/withwallet,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"fVG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"fVR" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/research/glass,
@@ -56053,6 +55837,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
"fVZ" = (
@@ -56073,6 +55860,16 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/medical/sleeper)
+"fXd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/fsmaint)
"fXl" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -56170,6 +55967,20 @@
icon_state = "green"
},
/area/station/hallway/secondary/exit)
+"fZu" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/structure/table/reinforced,
+/obj/item/apc_electronics,
+/obj/item/apc_electronics{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/aft_port)
"fZU" = (
/obj/effect/turf_decal/woodsiding{
dir = 1
@@ -56186,6 +55997,18 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
+"fZY" = (
+/obj/structure/table/reinforced,
+/obj/item/assembly/prox_sensor{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/camera_assembly,
+/obj/machinery/light/small,
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/aft_port)
"gap" = (
/obj/machinery/firealarm/directional/south,
/obj/structure/table/glass,
@@ -56193,6 +56016,13 @@
icon_state = "whiteblue"
},
/area/station/medical/surgery/primary)
+"gaA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"gaZ" = (
/obj/item/radio/intercom{
name = "north bump";
@@ -56221,19 +56051,25 @@
/turf/simulated/floor/plasteel{
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"gbu" = (
/obj/structure/flora/grass/jungle,
/turf/simulated/floor/grass,
/area/station/security/permabrig)
"gbO" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/obj/machinery/light/small,
-/turf/simulated/floor/plasteel{
- icon_state = "bar"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/area/station/maintenance/fsmaint)
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"gbQ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -56259,7 +56095,7 @@
/turf/simulated/floor/plating/airless,
/area/station/maintenance/apmaint)
"gcp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -56349,6 +56185,12 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"gfq" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_port)
"gfB" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -56357,7 +56199,7 @@
/area/station/medical/medbay)
"gfM" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -56493,6 +56335,9 @@
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -56606,6 +56451,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"glz" = (
@@ -56647,6 +56495,19 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
+"gmY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/lounge)
"gng" = (
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -56667,9 +56528,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -56697,7 +56555,7 @@
icon_state = "4-8"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"gnU" = (
/obj/structure/rack,
/obj/effect/spawner/random/tech_storage/teleporter,
@@ -56720,15 +56578,6 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/aisat)
-"goe" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "greencorner"
- },
-/area/station/hallway/secondary/exit)
"goH" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/turf/simulated/floor/plating,
@@ -56771,10 +56620,6 @@
},
/area/station/security/armory/secure)
"gqq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
@@ -56800,9 +56645,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plasteel{
@@ -56840,6 +56682,9 @@
name = "east bump";
pixel_x = 28
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "green"
@@ -56865,9 +56710,6 @@
/turf/simulated/floor/plating,
/area/station/security/warden)
"gsC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Warehouse Maintenance"
},
@@ -56925,6 +56767,13 @@
icon_state = "dark"
},
/area/station/service/hydroponics)
+"gtQ" = (
+/obj/structure/girder,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"gtR" = (
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel{
@@ -57067,7 +56916,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/science/xenobiology)
"gxu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/barrier/possibly_welded_airlock,
@@ -57075,15 +56924,21 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"gxI" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance{
name = "Mining Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"gxU" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/lounge)
"gyn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
@@ -57110,8 +56965,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"gyY" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -57150,9 +57008,20 @@
icon_state = "darkgreenfull"
},
/area/station/service/kitchen)
+"gAo" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/aft/south)
"gAN" = (
/obj/structure/grille/broken,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -57187,7 +57056,7 @@
},
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -57278,15 +57147,9 @@
/area/station/maintenance/fsmaint)
"gDq" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutral"
},
@@ -57366,7 +57229,7 @@
/area/station/hallway/secondary/exit)
"gER" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -57452,6 +57315,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"gGA" = (
@@ -57490,6 +57356,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plasteel/white,
/area/station/science/xenobiology)
+"gHG" = (
+/obj/item/stack/cable_coil/yellow,
+/turf/space,
+/area/space)
"gHM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
@@ -57529,9 +57399,6 @@
/turf/simulated/floor/plasteel/dark,
/area/station/turret_protected/ai_upload)
"gIF" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "caution"
@@ -57630,7 +57497,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -57679,6 +57546,19 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
+"gLB" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/camera{
+ c_tag = "Cargo Dock South";
+ dir = 1
+ },
+/turf/simulated/floor/plasteel,
+/area/station/supply/storage)
"gLD" = (
/obj/structure/table/glass,
/obj/machinery/recharger,
@@ -57831,7 +57711,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/primary/central)
"gNI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -57944,17 +57824,17 @@
/turf/simulated/wall/r_wall,
/area/station/science/toxins/launch)
"gRg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"gRn" = (
/obj/machinery/hydroponics/constructable{
desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays.";
@@ -58147,17 +58027,6 @@
icon_state = "darkblue"
},
/area/station/medical/morgue)
-"gVZ" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"gWt" = (
/obj/structure/table/wood,
/obj/item/storage/fancy/matches,
@@ -58195,7 +58064,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
"gXQ" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/catwalk,
@@ -58301,7 +58170,7 @@
"haY" = (
/obj/structure/closet/wardrobe/atmospherics_yellow,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"hbl" = (
/obj/structure/morgue{
dir = 8
@@ -58395,7 +58264,7 @@
},
/area/station/maintenance/apmaint)
"hdd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -58532,6 +58401,9 @@
/obj/machinery/light/small{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"hhz" = (
@@ -58580,7 +58452,7 @@
dir = 4
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"hiQ" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
@@ -58616,6 +58488,18 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"hjy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"hjG" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -58667,9 +58551,6 @@
name = "Checkpoint Maintenance"
},
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -58685,16 +58566,11 @@
},
/area/station/hallway/secondary/exit)
"hkR" = (
-/obj/machinery/power/smes{
- charge = 2e+006
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/firealarm/directional/north,
+/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/smes)
"hkW" = (
@@ -58733,6 +58609,14 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central)
+"hlL" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "tranquillite"
+ },
+/area/station/service/kitchen)
"hmg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -58809,9 +58693,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
@@ -58872,9 +58753,6 @@
/turf/simulated/floor/carpet/purple,
/area/station/medical/psych)
"hos" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -58900,6 +58778,13 @@
icon_state = "red"
},
/area/station/security/permabrig)
+"hps" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"hpD" = (
/obj/structure/table/glass,
/obj/machinery/alarm/directional/south,
@@ -58936,6 +58821,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"hqH" = (
@@ -59025,6 +58913,21 @@
"hsg" = (
/turf/simulated/floor/plating/airless,
/area/station/maintenance/port)
+"hsn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/carpet/black,
+/area/station/service/chapel)
"hsp" = (
/obj/machinery/atmospherics/pipe/simple/hidden,
/obj/structure/cable{
@@ -59140,6 +59043,17 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/aisat)
+"hwi" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Electrical Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"hwE" = (
/obj/structure/sink/kitchen/directional/south,
/turf/simulated/floor/plasteel{
@@ -59483,12 +59397,6 @@
},
/turf/space,
/area/space)
-"hEe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel/dark,
-/area/station/maintenance/solar_maintenance/aft_port)
"hEk" = (
/obj/structure/closet/walllocker/emerglocker/directional/west,
/obj/effect/turf_decal/delivery/hollow,
@@ -59507,12 +59415,31 @@
icon_state = "freezerfloor"
},
/area/station/service/kitchen)
+"hEP" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"hET" = (
/obj/machinery/autolathe,
/turf/simulated/floor/plasteel{
icon_state = "yellow"
},
/area/station/engineering/break_room)
+"hFx" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/command/customs)
"hFE" = (
/obj/structure/lattice/catwalk,
/obj/structure/transit_tube{
@@ -59564,14 +59491,15 @@
name = "Electrical Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/port)
+/area/station/maintenance/electrical/aft_port)
"hGq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -59637,11 +59565,11 @@
/turf/simulated/wall,
/area/station/security/brig)
"hHW" = (
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
- icon_state = "bar"
+ dir = 8;
+ icon_state = "neutral"
},
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/electrical/fore_starboard)
"hHX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -59675,7 +59603,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -59691,7 +59619,7 @@
name = "Turbine Generator Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -59874,6 +59802,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/space,
/area/space/nearstation)
+"hOa" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plasteel,
+/area/station/supply/storage)
"hOm" = (
/turf/simulated/floor/plasteel{
icon_state = "escape";
@@ -59904,9 +59839,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkgreen"
@@ -59914,9 +59846,6 @@
/area/station/service/hydroponics)
"hPC" = (
/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance{
name = "Robotics Maintenance"
@@ -59943,13 +59872,6 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
-"hQc" = (
-/obj/structure/flora/grass/jungle,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"hQe" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -60105,7 +60027,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -60113,6 +60035,28 @@
"hTV" = (
/turf/simulated/wall,
/area/station/legal/magistrate)
+"hUe" = (
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 10
+ },
+/obj/item/stack/rods{
+ amount = 50
+ },
+/obj/item/stack/cable_coil{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/stack/cable_coil{
+ amount = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/shelf/engineering,
+/obj/item/wrench,
+/obj/machinery/light/small,
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/aft_port)
"hUs" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -60193,6 +60137,9 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"hVX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellowcorner"
},
@@ -60277,15 +60224,12 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
@@ -60297,9 +60241,6 @@
/area/station/medical/surgery/secondary)
"hXL" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -60367,7 +60308,7 @@
"hZg" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -60379,6 +60320,18 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
+"hZj" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"hZn" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
@@ -60444,6 +60397,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"hZO" = (
@@ -60495,6 +60451,14 @@
icon_state = "whiteblue"
},
/area/station/medical/sleeper)
+"iaZ" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"ibb" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4
@@ -60567,18 +60531,6 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/controlroom)
-"ibY" = (
-/obj/structure/table/reinforced,
-/obj/item/assembly/prox_sensor{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/item/camera_assembly,
-/obj/machinery/light/small,
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/maintenance/electrical)
"ici" = (
/obj/machinery/economy/vending/tool,
/obj/item/radio/intercom{
@@ -60713,6 +60665,14 @@
},
/turf/simulated/floor/plating/airless,
/area/space/nearstation)
+"igx" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/south)
"ihi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -60754,6 +60714,9 @@
/obj/machinery/door/window/classic/reversed{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"iis" = (
@@ -60884,6 +60847,17 @@
icon_state = "darkred"
},
/area/station/security/prisonershuttle)
+"ikD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/exit)
"ile" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -60892,6 +60866,16 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
+"ilf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/fore2)
"ilF" = (
/obj/structure/toilet/directional/east,
/obj/effect/decal/cleanable/blood/old,
@@ -60992,8 +60976,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/east)
@@ -61157,7 +61141,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"iqW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden,
@@ -61309,6 +61293,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -61397,19 +61384,19 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"iwU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery/partial,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -61505,7 +61492,7 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/delivery,
@@ -61592,18 +61579,6 @@
/obj/structure/grille,
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
-"iAl" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutral"
- },
-/area/station/maintenance/port)
"iAt" = (
/obj/item/robot_parts/r_arm,
/turf/simulated/floor/plasteel/dark,
@@ -61626,6 +61601,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellow"
},
@@ -61638,7 +61616,7 @@
dir = 4
},
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-4"
},
/turf/simulated/floor/carpet,
/area/station/service/theatre)
@@ -61677,7 +61655,7 @@
},
/area/station/maintenance/starboard)
"iBP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -61784,6 +61762,19 @@
icon_state = "neutral"
},
/area/station/maintenance/fore)
+"iEX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"iFa" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -61873,15 +61864,10 @@
},
/area/station/engineering/equipmentstorage)
"iHC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -61991,7 +61977,7 @@
},
/area/station/medical/virology)
"iKN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -62014,7 +62000,7 @@
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"iKV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/machine_frame,
@@ -62055,7 +62041,7 @@
},
/area/station/security/permabrig)
"iMB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -62139,13 +62125,26 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
icon_state = "neutral"
},
/area/station/maintenance/fore2)
+"iOv" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Public Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/aft/south)
"iOC" = (
/obj/machinery/door/window/reinforced/reversed{
name = "Toxins Launcher";
@@ -62190,8 +62189,8 @@
/turf/simulated/floor/plating,
/area/station/engineering/smes)
"iPa" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -62224,13 +62223,13 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"iQh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -62313,6 +62312,13 @@
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
/area/station/maintenance/library)
+"iQR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"iQS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -62353,7 +62359,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -62404,7 +62410,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"iSy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -62466,6 +62472,24 @@
icon_state = "neutralfull"
},
/area/station/engineering/atmos)
+"iUj" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "greencorner";
+ dir = 1
+ },
+/area/station/hallway/primary/central/north)
"iUt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -62559,7 +62583,7 @@
},
/area/station/public/fitness)
"iVO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -62599,6 +62623,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/research)
"iWf" = (
@@ -62694,8 +62721,8 @@
},
/area/station/hallway/primary/central/nw)
"iXL" = (
-/obj/effect/spawner/random/maintenance,
/obj/effect/spawner/random/storage,
+/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"iXM" = (
@@ -62783,9 +62810,6 @@
/obj/effect/mapping_helpers/airlock/access/all/service/kitchen,
/obj/machinery/door/airlock/freezer,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -62816,6 +62840,20 @@
icon_state = "dark"
},
/area/station/security/execution)
+"jby" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/light/small,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"jbR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -62921,7 +62959,7 @@
},
/area/station/medical/morgue)
"jfi" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -63003,9 +63041,19 @@
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
"jhk" = (
-/obj/effect/spawner/random/barrier/obstruction,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/obj/machinery/door/airlock/engineering{
+ name = "Electrical Maintenance"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/electrical/fore_starboard)
"jhr" = (
/obj/machinery/light_switch{
dir = 4;
@@ -63017,12 +63065,6 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
-"jhx" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel/grimy,
-/area/station/service/bar)
"jhz" = (
/obj/structure/chair/sofa/bench/right,
/turf/simulated/floor/plasteel{
@@ -63047,16 +63089,10 @@
name = "Backup Power Monitoring Console"
},
/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "1-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"jid" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
@@ -63156,11 +63192,19 @@
/area/station/hallway/primary/fore/north)
"jjR" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
/area/space/nearstation)
+"jjX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"jkb" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
@@ -63253,6 +63297,18 @@
icon_state = "darkblue"
},
/area/station/medical/morgue)
+"jlx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/east)
"jlD" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -63277,7 +63333,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/medical/sleeper)
"jme" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/dark,
@@ -63322,7 +63378,7 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -63337,6 +63393,21 @@
icon_state = "yellow"
},
/area/station/engineering/break_room)
+"jok" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/central/nw)
"joU" = (
/obj/machinery/economy/vending/cigarette,
/obj/effect/turf_decal/delivery/hollow,
@@ -63461,7 +63532,7 @@
dir = 4;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"jrz" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/plasteel{
@@ -63560,6 +63631,7 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"jtR" = (
@@ -63579,6 +63651,9 @@
"juJ" = (
/obj/machinery/economy/vending/cola,
/obj/effect/turf_decal/delivery/hollow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -63609,13 +63684,17 @@
dir = 8;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"jvj" = (
+/obj/machinery/computer/monitor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"jvk" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
@@ -63665,6 +63744,12 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
+"jvM" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/toilet/lockerroom)
"jvR" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -63693,14 +63778,22 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
"jwZ" = (
/turf/simulated/wall,
/area/station/public/storage/emergency/port)
+"jxe" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"jxZ" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -63719,15 +63812,6 @@
icon_state = "whitepurplecorner"
},
/area/station/science/lobby)
-"jzs" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fore)
"jzT" = (
/obj/effect/spawner/airlock/s_to_n/long,
/turf/simulated/wall,
@@ -63746,6 +63830,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/spawner/random/barrier/grille_often,
/obj/effect/decal/cleanable/glass,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"jAs" = (
@@ -63795,7 +63882,7 @@
},
/area/station/hallway/primary/aft/north)
"jBF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -63845,7 +63932,7 @@
},
/area/station/medical/morgue)
"jCQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -63972,7 +64059,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -63980,6 +64067,14 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/wood,
/area/station/maintenance/electrical_shop)
+"jIc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/fitness)
"jIs" = (
/turf/simulated/wall/r_wall,
/area/station/security/evidence)
@@ -63990,9 +64085,6 @@
},
/area/station/medical/storage)
"jIA" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -64168,9 +64260,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutral"
},
@@ -64340,9 +64429,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"jPk" = (
@@ -64373,7 +64459,7 @@
"jPD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/barrier/grille_often,
@@ -64396,9 +64482,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
@@ -64409,7 +64492,7 @@
},
/obj/item/clothing/glasses/meson/engine/atmos,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"jPY" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -64683,10 +64766,10 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "2-8"
},
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/supply/warehouse)
@@ -64731,9 +64814,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -64912,10 +64992,13 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"kad" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -65172,6 +65255,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
"kfC" = (
@@ -65260,8 +65346,8 @@
},
/area/station/hallway/secondary/exit)
"khQ" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/wood,
@@ -65276,9 +65362,6 @@
},
/area/station/science/toxins/mixing)
"khY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -65338,9 +65421,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -65368,13 +65448,13 @@
},
/area/station/public/fitness)
"kjL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -65401,26 +65481,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"kkC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/starboard)
"kkJ" = (
/turf/simulated/floor/plasteel{
dir = 4;
@@ -65696,9 +65761,6 @@
name = "north bump";
pixel_y = 30
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/table,
/obj/item/storage/box/donkpockets{
pixel_x = -4;
@@ -65713,10 +65775,16 @@
},
/area/station/service/kitchen)
"krN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/spawner/random/blood/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"ksf" = (
@@ -65732,12 +65800,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -65756,7 +65818,7 @@
"ksV" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -65769,9 +65831,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- icon_state = "neutral"
- },
+/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"ktb" = (
/obj/effect/turf_decal/delivery/hollow,
@@ -65889,7 +65949,7 @@
},
/area/station/security/execution)
"kvZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -65984,6 +66044,17 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/break_room)
+"kyk" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "freezerfloor"
+ },
+/area/station/service/kitchen)
"kyr" = (
/obj/structure/closet/secure_closet/medical1,
/turf/simulated/floor/plasteel{
@@ -65992,7 +66063,7 @@
/area/station/medical/storage)
"kyK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -66007,15 +66078,6 @@
icon_state = "whiteblue"
},
/area/station/medical/sleeper)
-"kyY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"kyZ" = (
/obj/machinery/atmospherics/pipe/manifold/visible/purple,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -66135,6 +66197,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"kAW" = (
@@ -66144,7 +66209,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -66292,7 +66357,7 @@
},
/area/station/hallway/primary/central/north)
"kEZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -66303,9 +66368,6 @@
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
"kFS" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -66356,9 +66418,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutral"
},
@@ -66366,6 +66425,9 @@
"kGA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -66429,7 +66491,7 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -66601,9 +66663,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -66671,7 +66730,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -66686,19 +66745,6 @@
/obj/machinery/light/small,
/turf/simulated/floor/plasteel/dark,
/area/station/service/library)
-"kNa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/east)
"kNo" = (
/obj/machinery/hologram/holopad,
/obj/structure/disposalpipe/segment,
@@ -66717,6 +66763,26 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/command/office/ce)
+"kOb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/aft)
"kOj" = (
/obj/machinery/economy/vending/medical,
/obj/effect/turf_decal/woodsiding{
@@ -66750,7 +66816,7 @@
},
/area/station/hallway/secondary/entry/south)
"kOE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -66786,7 +66852,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -66802,6 +66868,21 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/port)
+"kPG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/item/multitool,
+/obj/item/storage/toolbox/electrical,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"kPI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
@@ -66886,7 +66967,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -66922,7 +67003,7 @@
/area/station/security/permabrig)
"kSm" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -67050,9 +67131,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/bar)
"kUY" = (
@@ -67078,6 +67156,18 @@
},
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
+"kVe" = (
+/obj/structure/table,
+/obj/item/eftpos/register{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "tranquillite"
+ },
+/area/station/service/kitchen)
"kVm" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -67118,8 +67208,8 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
@@ -67143,6 +67233,12 @@
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"kWF" = (
@@ -67214,8 +67310,8 @@
/area/station/medical/reception)
"kXj" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -67261,7 +67357,7 @@
"kXZ" = (
/obj/machinery/power/apc/directional/north,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
icon_state = "tranquillite"
@@ -67286,6 +67382,16 @@
icon_state = "darkredcorners"
},
/area/station/security/prison/cell_block/a)
+"kYB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/port)
"kYD" = (
/obj/machinery/door/airlock/security/glass,
/obj/machinery/door/firedoor,
@@ -67327,7 +67433,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/research)
"kYX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/dirt/maybe,
@@ -67335,16 +67441,13 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"kZr" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/port)
@@ -67389,6 +67492,12 @@
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
+"lbD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"lbV" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -67442,6 +67551,13 @@
dir = 4
},
/area/station/hallway/secondary/exit)
+"lcu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"lcw" = (
/obj/structure/sign/vacuum{
pixel_y = -32
@@ -67574,6 +67690,21 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel/dark,
/area/station/medical/surgery/observation)
+"lhu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"lhJ" = (
/obj/machinery/navbeacon{
codes_txt = "delivery";
@@ -67599,9 +67730,6 @@
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
"lin" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
@@ -67659,7 +67787,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"ljT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -67734,10 +67862,10 @@
/area/station/science/server)
"llm" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "neutral"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
+/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"llp" = (
/obj/machinery/light{
@@ -67861,10 +67989,10 @@
},
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
@@ -67873,6 +68001,22 @@
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
/area/station/maintenance/fsmaint)
+"loM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=hall8";
+ location = "hall7c"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"lpn" = (
/obj/machinery/ai_status_display,
/turf/simulated/wall/r_wall,
@@ -67931,9 +68075,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"lpY" = (
@@ -68078,7 +68219,7 @@
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"lsp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68115,9 +68256,6 @@
/turf/simulated/floor/grass/no_creep,
/area/station/hallway/primary/port/north)
"ltY" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -68165,7 +68303,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/secure_storage)
"lvO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68338,6 +68476,23 @@
icon_state = "darkred"
},
/area/station/security/prisonershuttle)
+"lyQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
+"lzN" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_port)
"lzS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -68397,6 +68552,23 @@
/obj/structure/sink/kitchen/old/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"lAW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"lAX" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/carpet/red,
@@ -68407,10 +68579,13 @@
/obj/machinery/door/airlock/maintenance/glass,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandonedservers)
"lBi" = (
@@ -68459,7 +68634,7 @@
dir = 1
},
/turf/simulated/floor/mech_bay_recharge_floor,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"lCO" = (
/turf/simulated/wall,
/area/station/supply/break_room)
@@ -68544,7 +68719,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
@@ -68593,13 +68768,6 @@
icon_state = "whiteblue"
},
/area/station/medical/storage)
-"lFN" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/genetics)
"lGj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -68636,6 +68804,12 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"lHV" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/port)
"lIq" = (
/obj/machinery/firealarm/directional/east,
/obj/structure/closet/secure_closet/evidence/detective,
@@ -68656,6 +68830,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"lIX" = (
@@ -68739,9 +68916,13 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"lKI" = (
-/obj/structure/reagent_dispensers/watertank,
+/obj/structure/cable,
+/obj/machinery/power/smes/engineering,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/electrical/fore_starboard)
"lKO" = (
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 2;
@@ -68753,12 +68934,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"lKR" = (
@@ -68837,7 +69015,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68845,6 +69023,17 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"lMO" = (
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/delivery/hollow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/aft/south)
"lMX" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -69003,7 +69192,7 @@
},
/area/station/hallway/primary/central)
"lQW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -69046,17 +69235,6 @@
/obj/structure/sign/electricshock,
/turf/simulated/wall/r_wall,
/area/station/maintenance/port)
-"lRS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/exit)
"lRU" = (
/obj/structure/table/reinforced,
/obj/item/book/manual/wiki/sop_engineering,
@@ -69196,6 +69374,13 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/ntrep)
+"lUQ" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"lVA" = (
/obj/machinery/computer/operating,
/turf/simulated/floor/plasteel/white,
@@ -69384,16 +69569,16 @@
name = "Power Transmission Laser"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"mbh" = (
@@ -69406,7 +69591,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -69513,9 +69698,6 @@
/area/station/maintenance/apmaint)
"mdn" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
@@ -69606,16 +69788,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/clown/secret)
-"mfD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutral"
- },
-/area/station/maintenance/port)
"mfI" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -69635,7 +69807,7 @@
},
/area/station/medical/virology)
"mfO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -69896,9 +70068,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -69991,6 +70160,17 @@
dir = 8
},
/area/station/security/brig)
+"moN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"mpi" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -70019,9 +70199,6 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet,
/area/station/service/theatre)
"mpA" = (
@@ -70065,7 +70242,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -70094,7 +70271,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -70129,10 +70306,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/east)
"mra" = (
@@ -70190,20 +70367,6 @@
icon_state = "darkred"
},
/area/station/security/prisonershuttle)
-"msl" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/research)
"mss" = (
/obj/structure/table/wood,
/obj/item/folder,
@@ -70302,7 +70465,7 @@
},
/area/station/science/toxins/mixing)
"mtB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -70314,7 +70477,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -70350,6 +70513,18 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/public/fitness)
+"muB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/genetics)
"muI" = (
/obj/machinery/hologram/holopad,
/obj/structure/railing,
@@ -70367,6 +70542,14 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/engineering/break_room)
+"mvu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgrey"
+ },
+/area/station/service/chapel)
"mvP" = (
/obj/structure/chair/sofa/pew/left{
dir = 8
@@ -70487,9 +70670,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -70566,9 +70746,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -70584,6 +70761,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
"mAH" = (
@@ -70661,20 +70841,6 @@
},
/turf/simulated/floor/wood,
/area/station/security/detective)
-"mCn" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"mCw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -70682,7 +70848,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -70723,6 +70889,22 @@
"mEG" = (
/turf/simulated/floor/wood,
/area/station/security/detective)
+"mFj" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/beacon,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/research)
"mFy" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 10;
@@ -70789,9 +70971,14 @@
},
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
+"mIR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"mJd" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_port)
"mJs" = (
@@ -70878,7 +71065,7 @@
"mMb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/oil/maybe,
@@ -70888,6 +71075,14 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel/white,
/area/station/medical/sleeper)
+"mMT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"mMW" = (
/obj/structure/table/reinforced,
/obj/item/stack/sheet/metal/fifty{
@@ -71018,6 +71213,24 @@
},
/turf/simulated/floor/wood,
/area/station/medical/psych)
+"mPG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"mPL" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
@@ -71043,9 +71256,6 @@
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/secure_storage)
"mQb" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 6
},
@@ -71061,14 +71271,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/east)
-"mQi" = (
-/obj/machinery/light/small,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 10;
- icon_state = "whitepurple"
- },
-/area/station/maintenance/port)
"mQk" = (
/obj/structure/table/wood,
/obj/item/reagent_containers/drinks/drinkingglass{
@@ -71108,6 +71310,11 @@
icon_state = "red"
},
/area/station/security/storage)
+"mQK" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/light,
+/turf/simulated/floor/engine,
+/area/station/engineering/controlroom)
"mQO" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon/dock_marker,
@@ -71165,7 +71372,7 @@
"mRj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -71265,6 +71472,18 @@
icon_state = "browncorner"
},
/area/station/supply/expedition)
+"mSZ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/public/glass{
+ name = "Public Access"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"mTd" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "xeno5";
@@ -71301,9 +71520,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"mTs" = (
@@ -71398,9 +71614,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -71561,7 +71774,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -71657,12 +71870,6 @@
},
/area/station/security/prisonershuttle)
"mXH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
@@ -71696,9 +71903,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "chapel"
@@ -71715,7 +71919,7 @@
},
/area/station/engineering/atmos/distribution)
"mYo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -71789,7 +71993,7 @@
id = "Cell 4";
pixel_y = -32
},
-/obj/structure/cable/yellow,
+/obj/structure/cable,
/obj/machinery/light/small,
/obj/machinery/camera{
c_tag = "Brig Cell 4";
@@ -71816,7 +72020,7 @@
dir = 10
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -71846,15 +72050,6 @@
"naG" = (
/turf/simulated/floor/plasteel,
/area/station/security/processing)
-"naN" = (
-/obj/machinery/economy/vending/snack,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/aft/south)
"naS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
@@ -71937,10 +72132,10 @@
/turf/simulated/floor/plating,
/area/station/security/storage)
"neA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -71959,6 +72154,9 @@
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -72122,6 +72320,15 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/aisat)
+"njk" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Restrooms"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/toilet/lockerroom)
"njo" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -72154,9 +72361,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -72234,6 +72438,9 @@
},
/obj/structure/table/wood,
/obj/machinery/fishtank/bowl,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/public/pet_store)
"nlo" = (
@@ -72263,8 +72470,8 @@
},
/area/station/security/prisonershuttle)
"nlP" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/wood,
@@ -72276,6 +72483,15 @@
},
/turf/simulated/floor/plating,
/area/station/security/processing)
+"nmf" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "cautioncorner"
+ },
+/area/station/hallway/primary/port/west)
"nmj" = (
/obj/item/stack/cable_coil,
/obj/item/clothing/glasses/welding,
@@ -72332,8 +72548,8 @@
/turf/simulated/floor/carpet,
/area/station/maintenance/starboard)
"nnp" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"nnt" = (
@@ -72372,7 +72588,7 @@
},
/area/station/service/kitchen)
"nnU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -72408,9 +72624,6 @@
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
"noj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
@@ -72431,6 +72644,9 @@
/area/station/science/toxins/mixing)
"noG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
@@ -72571,6 +72787,9 @@
icon_state = "whitebluefull"
},
/area/station/medical/storage)
+"nrv" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/fore_starboard)
"nsl" = (
/obj/machinery/clonepod,
/obj/machinery/light{
@@ -72623,6 +72842,15 @@
/obj/machinery/power/apc/directional/east,
/turf/simulated/floor/plating,
/area/station/medical/coldroom)
+"ntJ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"ntL" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/delivery/partial{
@@ -72630,9 +72858,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "green";
@@ -72674,16 +72899,13 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
},
/area/station/service/theatre)
"nuQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -72691,6 +72913,20 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/library)
+"nuS" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"nvc" = (
/obj/structure/chair/comfy/black{
dir = 8
@@ -72790,7 +73026,7 @@
"nyr" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/mounted/frame/apc_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel,
@@ -73066,6 +73302,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/south)
"nEq" = (
@@ -73149,7 +73388,7 @@
},
/area/station/maintenance/fore)
"nFp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -73163,13 +73402,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"nFq" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "whitepurple"
- },
-/area/station/maintenance/port)
"nFv" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -73274,6 +73506,9 @@
dir = 4;
sort_type_txt = "14"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -73430,12 +73665,6 @@
dir = 8;
sort_type_txt = "19"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -73452,6 +73681,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"nNL" = (
@@ -73472,7 +73704,7 @@
/turf/simulated/wall/r_wall,
/area/station/engineering/equipmentstorage)
"nNZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -73576,9 +73808,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -73616,9 +73845,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"nRE" = (
@@ -73669,6 +73895,16 @@
icon_state = "darkgreen"
},
/area/station/service/hydroponics)
+"nTe" = (
+/obj/effect/spawner/random/blood/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"nTm" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -73947,6 +74183,15 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/medical/medbay)
+"nYl" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/port)
"nYm" = (
/obj/structure/sign/radiation/rad_area{
pixel_x = -32
@@ -74041,6 +74286,13 @@
},
/turf/simulated/floor/plasteel/white,
/area/station/science/toxins/mixing)
+"obb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"obm" = (
/obj/structure/table,
/obj/item/paper_bin,
@@ -74082,9 +74334,6 @@
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -74280,7 +74529,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -74307,7 +74556,7 @@
},
/area/station/supply/break_room)
"ohQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -74518,6 +74767,12 @@
icon_state = "whitepurplecorner"
},
/area/station/science/research)
+"omP" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"omT" = (
/turf/simulated/floor/plasteel{
dir = 9;
@@ -74545,6 +74800,17 @@
icon_state = "cmo"
},
/area/station/security/permabrig)
+"onj" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel/white,
+/area/station/science/genetics)
"ont" = (
/obj/structure/disposalpipe/junction/y,
/obj/structure/cable{
@@ -74650,7 +74916,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandoned_garden)
"opf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos,
@@ -74693,9 +74959,6 @@
/area/space/nearstation)
"opR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -74831,9 +75094,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -74865,13 +75125,22 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/science/xenobiology)
-"osj" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"osk" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/obj/effect/spawner/random/barrier/grille_maybe,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"osl" = (
/obj/structure/table,
/obj/item/clothing/glasses/meson{
@@ -74944,7 +75213,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -74963,7 +75232,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/storage)
"oth" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -75037,6 +75306,16 @@
icon_state = "brown"
},
/area/station/supply/lobby)
+"ovF" = (
+/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape";
+ dir = 4
+ },
+/area/station/hallway/primary/aft/south)
"ovL" = (
/turf/simulated/wall,
/area/station/hallway/secondary/entry/north)
@@ -75128,7 +75407,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -75205,7 +75484,7 @@
},
/area/station/service/kitchen)
"ozn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -75374,9 +75653,9 @@
dir = 10
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"oDD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -75394,7 +75673,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/apmaint)
"oDF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -75543,6 +75822,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"oIB" = (
@@ -75657,7 +75939,7 @@
"oKD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -75913,6 +76195,16 @@
},
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry/north)
+"oPA" = (
+/obj/structure/table/reinforced,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/landmark/spawner/nukedisc_respawn,
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/aft_port)
"oPD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -75965,8 +76257,8 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -76081,7 +76373,7 @@
},
/area/station/hallway/secondary/entry/south)
"oTo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -76152,7 +76444,7 @@
"oVH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -76287,6 +76579,18 @@
icon_state = "whitebluecorner"
},
/area/station/medical/medbay)
+"oXU" = (
+/obj/effect/spawner/window/reinforced,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 2;
+ id_tag = "kitchen_window";
+ name = "Kitchen Shutters"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/service/kitchen)
"oXW" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -76307,10 +76611,10 @@
},
/area/station/service/barber)
"oYe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -76368,7 +76672,7 @@
/area/station/maintenance/apmaint)
"oZR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -76430,9 +76734,6 @@
},
/area/station/engineering/transmission_laser)
"pbe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -76440,18 +76741,18 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
},
/area/station/maintenance/port)
"pbr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance{
name = "Mining Maintenance"
},
@@ -76531,6 +76832,17 @@
dir = 1
},
/area/station/hallway/primary/central/north)
+"pdw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/starboard)
"pdJ" = (
/obj/structure/closet/crate/secure{
req_one_access = list(33,41)
@@ -76588,7 +76900,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -76666,6 +76978,18 @@
icon_state = "whitepurplecorner"
},
/area/station/science/lobby)
+"pgK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/starboard/east)
"pgO" = (
/obj/structure/table,
/obj/item/reagent_containers/glass/bucket,
@@ -76695,7 +77019,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -76717,6 +77041,29 @@
icon_state = "yellow"
},
/area/station/engineering/transmission_laser)
+"phZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/engineering{
+ name = "Electrical Maintenance"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
+"pit" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/light,
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/secondary/entry/lounge)
"piA" = (
/obj/machinery/atmospherics/pipe/manifold/visible/red{
dir = 8
@@ -76855,6 +77202,9 @@
name = "Funeral Parlour"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/chapel)
"pmO" = (
@@ -76867,6 +77217,13 @@
icon_state = "whiteblue"
},
/area/station/medical/cryo)
+"pmP" = (
+/obj/structure/flora/junglebush/large,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/grass/jungle,
+/area/station/maintenance/fsmaint)
"pmT" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -76883,9 +77240,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
@@ -76928,9 +77282,6 @@
},
/area/station/hallway/primary/central/north)
"pnv" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -76952,9 +77303,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
@@ -77035,6 +77383,12 @@
icon_state = "whitebluecorner"
},
/area/station/medical/medbay)
+"ppH" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel/dark,
+/area/station/service/chapel)
"ppI" = (
/obj/structure/chair/office{
dir = 8
@@ -77093,6 +77447,18 @@
icon_state = "black"
},
/area/station/security/permabrig)
+"pqL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/starboard/east)
"pqM" = (
/obj/machinery/power/apc/directional/west,
/obj/structure/cable{
@@ -77104,19 +77470,19 @@
},
/area/station/command/office/cmo)
"pqQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/spawner/random/dirt/maybe,
-/obj/structure/flora/junglebush,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/flora/junglebush,
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -77163,9 +77529,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance{
name = "Security Maintenance";
security_level = 1
@@ -77177,6 +77540,19 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"prT" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"psH" = (
/obj/structure/closet/crate/freezer/iv_storage,
/obj/machinery/light{
@@ -77233,6 +77609,9 @@
dir = 5
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "tranquillite"
},
@@ -77379,14 +77758,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
/area/station/hallway/primary/port/north)
"pyf" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/table,
/obj/item/taperecorder,
/obj/item/storage/box/evidence,
@@ -77428,7 +77807,7 @@
},
/area/station/maintenance/apmaint)
"pzO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -77459,6 +77838,9 @@
},
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
/obj/machinery/atmospherics/meter,
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
"pzT" = (
@@ -77492,6 +77874,9 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -77503,6 +77888,12 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/turf/simulated/floor/plasteel,
/area/station/engineering/equipmentstorage)
+"pAp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_port)
"pAA" = (
/obj/machinery/hydroponics/constructable{
desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays.";
@@ -77547,6 +77938,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkblue"
@@ -77644,6 +78038,9 @@
c_tag = "Arrivals Hall Aft";
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "arrival"
@@ -77798,7 +78195,7 @@
name = "Fore Port Solar Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -77883,6 +78280,16 @@
icon_state = "darkgreenfull"
},
/area/station/service/hydroponics)
+"pIn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"pIs" = (
/obj/machinery/door/airlock/medical{
name = "Operating Theatre Storage"
@@ -77897,10 +78304,10 @@
},
/area/station/medical/surgery)
"pIC" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -77962,6 +78369,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -78256,9 +78666,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet,
/area/station/service/theatre)
"pPC" = (
@@ -78293,6 +78700,9 @@
name = "north bump";
pixel_y = 24
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/wood,
/area/station/public/pet_store)
"pQv" = (
@@ -78427,15 +78837,6 @@
icon_state = "neutralfull"
},
/area/station/supply/miningdock)
-"pTN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/genetics)
"pTR" = (
/obj/effect/spawner/random/barrier/wall_probably,
/turf/simulated/floor/plating,
@@ -78458,7 +78859,7 @@
"pUg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -78605,6 +79006,12 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
+"pXA" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"pXV" = (
/obj/machinery/light/floor,
/turf/simulated/floor/plasteel{
@@ -78613,6 +79020,9 @@
/area/station/engineering/atmos)
"pYb" = (
/obj/structure/flora/grass/jungle,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"pYi" = (
@@ -78708,6 +79118,15 @@
icon_state = "neutral"
},
/area/station/maintenance/starboard)
+"qaq" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"qat" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel/dark,
@@ -78759,7 +79178,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/aisat)
"qbz" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -78824,15 +79243,15 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandoned_garden)
"qdO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/structure/disposalpipe/sortjunction{
dir = 8;
sort_type_txt = "22"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "greencorner";
dir = 1
@@ -78940,6 +79359,13 @@
/obj/structure/disaster_counter/supermatter,
/turf/simulated/wall/r_wall,
/area/station/engineering/engine/supermatter)
+"qhm" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/engine,
+/area/station/engineering/controlroom)
"qhw" = (
/obj/machinery/chem_heater,
/obj/effect/decal/cleanable/dirt,
@@ -78961,7 +79387,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"qhL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -79010,7 +79436,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"qiS" = (
/obj/structure/railing,
/obj/structure/table,
@@ -79182,7 +79608,7 @@
},
/area/station/maintenance/apmaint)
"qlU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -79251,9 +79677,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"qpa" = (
@@ -79334,14 +79757,6 @@
"qrT" = (
/turf/simulated/wall/r_wall,
/area/station/telecomms/chamber)
-"qrY" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel/white,
-/area/station/maintenance/port)
"qsv" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
dir = 8
@@ -79517,6 +79932,9 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"qwg" = (
@@ -79544,11 +79962,12 @@
/obj/machinery/power/terminal{
dir = 8
},
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"qwU" = (
/obj/structure/table/wood,
/obj/structure/window/reinforced{
@@ -79725,6 +80144,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/research)
"qAz" = (
@@ -79775,7 +80197,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -79833,6 +80255,9 @@
name = "Cargo Bay Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/supply/general,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"qBV" = (
@@ -79842,7 +80267,7 @@
/turf/simulated/floor/plasteel/grimy,
/area/station/maintenance/abandonedbar)
"qCv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -79901,7 +80326,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -79913,7 +80338,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"qEs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -79944,7 +80369,7 @@
},
/area/station/security/interrogation)
"qFR" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -79983,8 +80408,19 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/north)
+"qGm" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"qGD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -80020,13 +80456,13 @@
/area/station/service/library)
"qHm" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -80066,7 +80502,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -80119,15 +80555,15 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
/area/station/hallway/primary/starboard/east)
"qJo" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/port)
@@ -80145,7 +80581,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -80237,7 +80673,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -80358,7 +80794,7 @@
/obj/structure/chair{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/wood,
@@ -80717,7 +81153,7 @@
/obj/structure/sign/electricshock{
pixel_y = -32
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -80789,10 +81225,7 @@
/obj/structure/disposalpipe/junction{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -80856,6 +81289,20 @@
/obj/structure/transit_tube/horizontal,
/turf/simulated/floor/plating,
/area/station/engineering/ai_transit_tube)
+"qYP" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc/reinforced/directional/south,
+/turf/simulated/floor/plasteel{
+ dir = 6;
+ icon_state = "brown"
+ },
+/area/station/maintenance/disposal)
"qYT" = (
/obj/machinery/light{
dir = 1
@@ -80931,6 +81378,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"qZL" = (
@@ -80966,7 +81416,7 @@
},
/area/station/hallway/primary/central/sw)
"ram" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -80986,6 +81436,12 @@
/obj/structure/table,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"rax" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/carpet/black,
+/area/station/service/chapel)
"ray" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
@@ -81017,7 +81473,7 @@
/area/station/engineering/break_room)
"rbS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -81054,7 +81510,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel/white,
@@ -81079,6 +81535,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/chapel)
"rcS" = (
@@ -81088,14 +81547,6 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/ntrep)
-"rdb" = (
-/obj/structure/railing{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "bar"
- },
-/area/station/maintenance/fsmaint)
"rdA" = (
/obj/structure/table/glass,
/obj/item/storage/fancy/donut_box{
@@ -81370,7 +81821,7 @@
/area/station/security/warden)
"rjE" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -81422,6 +81873,16 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/electrical_shop)
+"rkp" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_starboard)
"rkt" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/bluegrid{
@@ -81633,7 +82094,7 @@
/area/station/service/bar)
"rnO" = (
/obj/machinery/power/tracker,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -81654,6 +82115,9 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"roP" = (
@@ -81663,6 +82127,9 @@
"roR" = (
/obj/machinery/economy/vending/snack,
/obj/effect/turf_decal/delivery/hollow,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -81751,6 +82218,14 @@
icon_state = "arrivalcorner"
},
/area/station/hallway/secondary/entry/south)
+"rsb" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/random/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"rsC" = (
/obj/effect/mapping_helpers/airlock/access/any/service/crematorium,
/obj/machinery/door/firedoor,
@@ -82069,7 +82544,7 @@
id = "Cell 3";
pixel_y = -32
},
-/obj/structure/cable/yellow,
+/obj/structure/cable,
/obj/machinery/light/small,
/obj/machinery/camera{
c_tag = "Brig Cell 3";
@@ -82103,6 +82578,9 @@
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/storage/emergency/port)
"rxO" = (
@@ -82111,7 +82589,6 @@
/turf/simulated/floor/plating,
/area/station/security/processing)
"rxU" = (
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -82122,9 +82599,7 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -82134,7 +82609,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -82159,7 +82634,7 @@
/turf/simulated/floor/plating,
/area/station/medical/surgery/secondary)
"ryH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/grille/broken,
@@ -82257,10 +82732,10 @@
/turf/simulated/wall,
/area/station/maintenance/fsmaint)
"rBi" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -82426,25 +82901,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden,
/turf/simulated/floor/plating/airless,
/area/station/medical/virology)
-"rEr" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/sortjunction{
- dir = 4;
- sort_type_txt = "23"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"rEs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -82483,22 +82939,21 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
+"rFW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"rGk" = (
/obj/structure/grille,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -82639,6 +83094,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"rIO" = (
@@ -82722,8 +83180,15 @@
icon_state = "barber"
},
/area/station/hallway/secondary/entry/south)
+"rJG" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"rJK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -82794,14 +83259,6 @@
dir = 4
},
/area/station/security/brig)
-"rLQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/item/assembly/mousetrap/armed,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"rMm" = (
/obj/machinery/power/apc/directional/west,
/obj/structure/cable{
@@ -82857,9 +83314,6 @@
c_tag = "Theatre Backstage";
dir = 10
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -82880,13 +83334,13 @@
/area/station/maintenance/fore)
"rNO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
"rNR" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -82975,7 +83429,7 @@
},
/area/station/procedure/trainer_office)
"rPx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating/airless,
@@ -82992,17 +83446,12 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
-"rPU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+"rQf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/entry/south)
+/turf/simulated/floor/plasteel/white,
+/area/station/science/genetics)
"rQj" = (
/obj/machinery/firealarm/directional/west,
/obj/structure/table/reinforced,
@@ -83034,13 +83483,13 @@
},
/area/station/medical/reception)
"rQF" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/machinery/alarm/directional/east,
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/turf/simulated/floor/plating,
+/turf/simulated/floor/catwalk,
/area/station/maintenance/fore)
"rQI" = (
/obj/machinery/door/firedoor,
@@ -83207,9 +83656,6 @@
/obj/machinery/door/airlock{
name = "Theatre Backstage"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"rUS" = (
@@ -83303,9 +83749,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"rWC" = (
@@ -83390,10 +83833,10 @@
/turf/simulated/floor/plating,
/area/station/engineering/controlroom)
"rXy" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -83438,6 +83881,14 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/engineering/atmos)
+"rYd" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"rYe" = (
/obj/machinery/suit_storage_unit/cmo/sec_storage/secure,
/turf/simulated/floor/plasteel{
@@ -83452,7 +83903,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"rYJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -83545,7 +83996,7 @@
},
/area/station/aisat)
"sat" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -83553,10 +84004,11 @@
/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"saC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/blood/often,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"saH" = (
@@ -83654,6 +84106,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"scc" = (
@@ -83927,9 +84382,21 @@
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
"shB" = (
-/obj/effect/decal/remains/human,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/monitor{
+ dir = 8;
+ name = "Backup Power Monitoring Console"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"shP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -83999,6 +84466,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"sjV" = (
@@ -84039,6 +84509,9 @@
/obj/effect/turf_decal/stripes/white/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -84158,6 +84631,9 @@
},
/area/station/science/misc_lab)
"smC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
@@ -84397,7 +84873,7 @@
"sqj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
@@ -84488,10 +84964,13 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"srv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -84501,7 +84980,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -84649,10 +85128,6 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/command/office/cmo)
-"svr" = (
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
"svD" = (
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel{
@@ -84684,6 +85159,16 @@
icon_state = "whiteblue"
},
/area/station/medical/surgery/observation)
+"swh" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/electrical,
+/obj/item/storage/toolbox/electrical,
+/obj/item/multitool,
+/obj/item/multitool,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"swS" = (
/obj/machinery/economy/vending/genedrobe,
/turf/simulated/floor/plasteel{
@@ -84725,11 +85210,22 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"syw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/sortjunction{
+ sort_type_txt = "17"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"syB" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -84740,9 +85236,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "neutral"
@@ -84803,6 +85296,9 @@
/obj/effect/spawner/random/bureaucracy,
/obj/structure/shelf,
/obj/item/extinguisher/mini,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"szt" = (
@@ -84815,9 +85311,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"szN" = (
@@ -84851,12 +85344,12 @@
/area/station/maintenance/fore)
"sAs" = (
/obj/structure/closet/walllocker/emerglocker/directional/north,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/public/storage/emergency/port)
"sAy" = (
@@ -84921,6 +85414,15 @@
icon_state = "dark"
},
/area/station/command/office/hos)
+"sCj" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "yellowcorner"
+ },
+/area/station/hallway/primary/port/north)
"sCx" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
@@ -85017,12 +85519,12 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"sEN" = (
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/plating,
@@ -85034,8 +85536,23 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
+"sFv" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/station/public/storage/tools)
"sFH" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -85094,13 +85611,24 @@
},
/turf/simulated/wall,
/area/station/hallway/secondary/entry/north)
-"sHd" = (
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
+"sGV" = (
/turf/simulated/floor/plasteel{
- icon_state = "bar"
+ dir = 10;
+ icon_state = "whitepurple"
},
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/port)
+"sHd" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"sHD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -85181,6 +85709,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools/auxiliary)
"sJA" = (
@@ -85194,7 +85725,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint)
"sJI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -85272,14 +85803,6 @@
icon_state = "darkredfull"
},
/area/station/security/permabrig)
-"sKG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"sKS" = (
/obj/effect/mob_spawn/human/corpse/charredskeleton,
/obj/effect/rune{
@@ -85463,9 +85986,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -85504,6 +86024,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"sPs" = (
@@ -85553,7 +86079,7 @@
dir = 8;
name = "Aft Starboard Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/effect/turf_decal/stripes/line{
dir = 6
},
@@ -85603,6 +86129,9 @@
dir = 1
},
/area/station/hallway/primary/fore/north)
+"sRd" = (
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"sRh" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -85719,7 +86248,7 @@
/area/station/security/brig)
"sSY" = (
/obj/structure/rack,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/item/clothing/suit/fire/firefighter,
@@ -85805,14 +86334,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/abandonedbar)
-"sUQ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel/white,
-/area/station/science/genetics)
"sUV" = (
/obj/machinery/camera{
c_tag = "Central Ring Hallway South"
@@ -85831,8 +86352,16 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/south)
+"sUX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"sVl" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -85851,7 +86380,7 @@
/area/station/medical/virology)
"sWd" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -85886,9 +86415,6 @@
"sWC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/port)
"sWI" = (
@@ -85951,6 +86477,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"sYi" = (
@@ -86004,7 +86533,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -86031,17 +86560,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
"sZn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel/white,
/area/station/maintenance/port2)
"sZp" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -86095,10 +86627,10 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"tay" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/light/small,
@@ -86219,6 +86751,9 @@
pixel_y = 8
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"tch" = (
@@ -86288,6 +86823,12 @@
icon_state = "yellowfull"
},
/area/station/engineering/break_room/secondary)
+"tdV" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_port)
"tdW" = (
/obj/effect/landmark/spawner/rev,
/obj/structure/morgue,
@@ -86306,6 +86847,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"teD" = (
@@ -86484,6 +87028,12 @@
icon_state = "darkyellow"
},
/area/station/engineering/control)
+"tia" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"tic" = (
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plating,
@@ -86536,6 +87086,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/turf_decal/delivery,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -86613,7 +87166,7 @@
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"tln" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -86627,9 +87180,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -86683,6 +87233,10 @@
/obj/machinery/alarm/directional/west,
/obj/structure/table/wood,
/obj/machinery/fishtank/bowl,
+/obj/machinery/power/apc/directional/south,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/wood,
/area/station/public/pet_store)
"tnt" = (
@@ -86733,10 +87287,10 @@
/obj/machinery/door/airlock/maintenance{
name = "Internal Medbay Maintenance"
},
+/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"top" = (
@@ -86783,7 +87337,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -86889,18 +87443,15 @@
},
/area/station/service/barber)
"tse" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/item/radio/intercom{
name = "south bump";
pixel_y = -28
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkred"
},
@@ -86973,7 +87524,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
@@ -87009,9 +87560,6 @@
name = "Security Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"tvu" = (
@@ -87240,19 +87788,6 @@
icon_state = "whiteblue"
},
/area/station/medical/storage)
-"tyU" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/fore)
"tzC" = (
/obj/structure/cable,
/obj/effect/spawner/window/reinforced/grilled,
@@ -87266,6 +87801,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"tzQ" = (
@@ -87311,6 +87849,9 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/controlroom)
+"tAC" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/aft_starboard)
"tAO" = (
/obj/machinery/atmospherics/binary/valve,
/turf/simulated/floor/plating,
@@ -87413,6 +87954,23 @@
icon_state = "dark"
},
/area/station/security/execution)
+"tCr" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/research)
"tCv" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -87424,11 +87982,6 @@
icon_state = "redcorner"
},
/area/station/hallway/primary/starboard/east)
-"tCz" = (
-/obj/structure/lattice,
-/obj/item/stack/cable_coil,
-/turf/space,
-/area/space/nearstation)
"tCE" = (
/obj/structure/chair,
/obj/structure/cable{
@@ -87502,16 +88055,6 @@
icon_state = "darkpurple"
},
/area/station/maintenance/port2)
-"tEl" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutral"
- },
-/area/station/maintenance/port)
"tEt" = (
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 4
@@ -87594,7 +88137,7 @@
},
/area/station/hallway/primary/port/east)
"tFT" = (
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
@@ -87658,6 +88201,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"tGY" = (
@@ -87761,7 +88307,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87800,20 +88346,20 @@
},
/area/station/command/bridge)
"tJc" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"tJE" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -87883,7 +88429,7 @@
/turf/simulated/floor/plating,
/area/station/medical/virology)
"tLr" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -87893,7 +88439,7 @@
},
/area/station/maintenance/fsmaint)
"tLv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -88022,7 +88568,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/medical/virology)
"tOT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -88050,7 +88596,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/processing)
"tPt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -88074,6 +88620,16 @@
icon_state = "redfull"
},
/area/station/security/processing)
+"tQi" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/aft/south)
"tQl" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/command/glass{
@@ -88147,9 +88703,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
@@ -88170,7 +88723,7 @@
},
/area/station/medical/storage)
"tRH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -88187,7 +88740,7 @@
/turf/simulated/floor/plating,
/area/station/supply/qm)
"tRJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -88196,7 +88749,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -88215,9 +88768,6 @@
/area/station/science/break_room)
"tSw" = (
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -88242,7 +88792,7 @@
},
/area/station/command/office/ce)
"tSB" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -88318,6 +88868,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"tTY" = (
@@ -88427,9 +88980,6 @@
},
/area/station/maintenance/starboard)
"tVq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line,
/obj/item/radio/intercom{
name = "south bump";
@@ -88546,6 +89096,15 @@
icon_state = "freezerfloor"
},
/area/station/medical/cloning)
+"tXv" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/fore2)
"tYd" = (
/obj/structure/morgue,
/obj/effect/landmark/spawner/rev,
@@ -88721,7 +89280,7 @@
"uaW" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -88736,9 +89295,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"ubB" = (
@@ -88782,6 +89338,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"ubV" = (
@@ -88791,9 +89350,6 @@
},
/area/station/supply/miningdock)
"ubW" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/junction{
@@ -88889,10 +89445,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -89289,11 +89845,19 @@
/obj/machinery/porta_turret,
/turf/simulated/floor/bluegrid,
/area/station/turret_protected/ai_upload)
+"ukr" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/genetics)
"ukz" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated/pre_connect{
icon_state = "4-8"
},
/turf/simulated/floor/engine,
@@ -89379,6 +89943,22 @@
icon_state = "yellow"
},
/area/station/maintenance/apmaint)
+"unD" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/computer/monitor{
+ dir = 8;
+ name = "Backup Power Monitoring Console"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"uoa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -89468,10 +90048,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"upI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -89481,7 +90061,7 @@
/area/station/maintenance/solar_maintenance/fore_port)
"upZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -89530,7 +90110,7 @@
},
/area/station/maintenance/port2)
"uqW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -89560,6 +90140,15 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/south)
+"urW" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escapecorner";
+ dir = 1
+ },
+/area/station/hallway/primary/aft/south)
"usf" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -89567,7 +90156,7 @@
},
/area/station/medical/storage/secondary)
"usL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -89585,7 +90174,7 @@
"utf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -89689,7 +90278,7 @@
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
"uwX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -89749,6 +90338,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
"uyT" = (
@@ -89782,10 +90374,10 @@
name = "Xenobiology Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
+/obj/machinery/door/firedoor,
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"uzN" = (
@@ -89821,6 +90413,18 @@
icon_state = "white"
},
/area/station/hallway/secondary/entry/south)
+"uAs" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"uAz" = (
/obj/effect/turf_decal/woodsiding{
dir = 1
@@ -89881,20 +90485,19 @@
/turf/simulated/wall,
/area/station/maintenance/disposal)
"uBY" = (
-/obj/structure/cable,
-/obj/machinery/power/apc/directional/east,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/reinforced/directional/east,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
},
/area/station/engineering/transmission_laser)
"uCp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
@@ -89957,9 +90560,6 @@
dir = 1
},
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
@@ -89978,6 +90578,13 @@
icon_state = "neutralfull"
},
/area/station/engineering/atmos)
+"uCL" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"uCR" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos/distribution)
@@ -90031,12 +90638,6 @@
/obj/effect/landmark/start/doctor,
/turf/simulated/floor/plasteel/white,
/area/station/medical/surgery/primary)
-"uDO" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_starboard)
"uEh" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -90067,6 +90668,15 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/port/north)
+"uEX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"uFa" = (
/obj/structure/chair{
dir = 4
@@ -90126,19 +90736,6 @@
dir = 8
},
/area/station/hallway/primary/central/nw)
-"uFN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/beacon,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/research)
"uFS" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/cobweb,
@@ -90259,15 +90856,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandonedservers)
-"uIU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/starboard/east)
"uJk" = (
/obj/structure/rack,
/obj/item/clothing/suit/hooded/ablative,
@@ -90339,13 +90927,21 @@
icon_state = "darkyellow"
},
/area/station/engineering/hardsuitstorage)
+"uKu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "tranquillite"
+ },
+/area/station/service/kitchen)
"uKG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"uKP" = (
/obj/machinery/door/airlock/maintenance{
name = "Chapel Maintenance"
@@ -90353,9 +90949,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -90382,11 +90975,6 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
-"uLd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel/white,
-/area/station/science/genetics)
"uLe" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -90437,7 +91025,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -90481,7 +91069,7 @@
dir = 4
},
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-4"
},
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
@@ -90534,12 +91122,20 @@
},
/area/station/security/execution)
"uOa" = (
-/obj/item/chair/light,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- icon_state = "bar"
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/area/station/maintenance/fsmaint)
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/fore_starboard)
"uOC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -90624,9 +91220,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"uQp" = (
@@ -90658,6 +91251,13 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/entry/south)
+"uQZ" = (
+/obj/structure/flora/grass/jungle,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/grass/jungle,
+/area/station/maintenance/fsmaint)
"uRc" = (
/obj/machinery/sparker{
id = "toxinsigniter";
@@ -90684,6 +91284,10 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/security/permabrig)
+"uSi" = (
+/obj/effect/spawner/window/reinforced,
+/turf/simulated/floor/plating,
+/area/station/engineering/controlroom)
"uSl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
@@ -90695,6 +91299,15 @@
icon_state = "neutralfull"
},
/area/station/hallway/primary/starboard/east)
+"uSt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet/black,
+/area/station/service/chapel)
"uSB" = (
/obj/machinery/camera{
c_tag = "Bar South";
@@ -90703,9 +91316,6 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"uSD" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/bar)
"uSE" = (
@@ -90716,6 +91326,10 @@
"uSO" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/firedoor,
+/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "arrival"
@@ -90742,9 +91356,6 @@
},
/area/station/engineering/atmos)
"uTx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/sortjunction{
dir = 1;
@@ -91041,6 +91652,23 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/ntrep)
+"uZG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/primary/starboard/east)
"vat" = (
/obj/structure/fans/tiny,
/obj/machinery/door/poddoor{
@@ -91219,9 +91847,6 @@
name = "Custodial Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/service/janitor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
@@ -91270,7 +91895,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/port)
+/area/station/maintenance/electrical/aft_port)
"vgp" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -91343,7 +91968,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -91370,9 +91995,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -91414,6 +92036,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/junction,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"vjB" = (
@@ -91502,9 +92130,6 @@
},
/area/station/service/janitor)
"vjZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
@@ -91530,6 +92155,14 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
+"vku" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"vkv" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
@@ -91557,6 +92190,13 @@
icon_state = "darkblue"
},
/area/station/medical/morgue)
+"vkX" = (
+/obj/structure/closet/firecloset,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"vld" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -91582,16 +92222,13 @@
},
/area/station/maintenance/fore)
"vly" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
@@ -91784,6 +92421,9 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/grass/jungle,
/area/station/maintenance/fsmaint)
"vrP" = (
@@ -91873,7 +92513,7 @@
name = "Fore Starboard Solar Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -92017,6 +92657,14 @@
/obj/machinery/light/floor,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry/north)
+"vxk" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/exit)
"vxz" = (
/obj/machinery/computer/secure_data{
dir = 4
@@ -92028,7 +92676,7 @@
/area/station/command/office/hos)
"vxJ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -92062,13 +92710,6 @@
/obj/effect/spawner/random/storage,
/turf/simulated/floor/plating,
/area/station/maintenance/port)
-"vyO" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/primary/aft/south)
"vyZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate{
@@ -92082,7 +92723,7 @@
},
/area/station/maintenance/port)
"vzo" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/delivery,
@@ -92291,9 +92932,6 @@
},
/area/station/telecomms/chamber)
"vDt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -92326,9 +92964,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/item/chesspiece/bpawn,
/turf/simulated/floor/plasteel{
@@ -92361,10 +92996,10 @@
/area/station/security/interrogation)
"vEC" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -92572,7 +93207,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -92588,8 +93223,8 @@
},
/area/station/hallway/primary/port/north)
"vJg" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
@@ -92620,7 +93255,7 @@
"vJn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -92735,7 +93370,7 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -92747,7 +93382,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -92760,9 +93395,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkredcorners"
@@ -92779,6 +93411,9 @@
"vMh" = (
/obj/machinery/light,
/obj/machinery/economy/vending/crittercare,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/public/pet_store)
"vMl" = (
@@ -92868,6 +93503,16 @@
},
/turf/simulated/floor/plasteel/dark,
/area/station/service/bar)
+"vNs" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/fitness)
"vNB" = (
/obj/structure/table,
/obj/item/storage/box/evidence,
@@ -92966,7 +93611,7 @@
},
/area/station/hallway/primary/starboard/south)
"vPr" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -93000,7 +93645,7 @@
/turf/simulated/floor/plating,
/area/station/command/office/ce)
"vPS" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -93054,7 +93699,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/structure/cable{
@@ -93174,6 +93819,13 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/starboard/south)
+"vUx" = (
+/obj/effect/spawner/random/blood/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"vUX" = (
/turf/simulated/floor/beach/water{
icon_state = "seadeep"
@@ -93248,7 +93900,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -93419,6 +94071,15 @@
/obj/structure/closet/walllocker/emerglocker/directional/east,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
+"vZG" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"vZK" = (
/obj/structure/table/glass,
/obj/item/folder/white{
@@ -93580,21 +94241,6 @@
icon_state = "whiteblue"
},
/area/station/medical/paramedic)
-"web" = (
-/turf/simulated/floor/plasteel{
- icon_state = "bar"
- },
-/area/station/maintenance/fsmaint)
-"wer" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/simulated/floor/engine,
-/area/station/engineering/controlroom)
"weF" = (
/obj/structure/chair,
/obj/effect/landmark/start/security_officer,
@@ -93858,7 +94504,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -93890,9 +94536,6 @@
name = "Auxiliary Storage"
},
/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"wkJ" = (
@@ -93952,6 +94595,9 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
"wlC" = (
@@ -94033,10 +94679,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"wnk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -94247,6 +94896,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"wsn" = (
@@ -94277,10 +94932,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"wsB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -94300,7 +94955,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -94473,6 +95128,17 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/storage)
+"wvk" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"wvo" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp,
@@ -94530,9 +95196,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"wwX" = (
@@ -94649,8 +95312,13 @@
/area/station/maintenance/fore)
"wyS" = (
/obj/item/kirbyplants/large,
-/obj/structure/cable,
/obj/machinery/power/apc/important/directional/south,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutralcorner"
@@ -94661,7 +95329,7 @@
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
"wzh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -94811,6 +95479,9 @@
/area/station/hallway/primary/central/east)
"wBO" = (
/obj/effect/spawner/window/reinforced,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/public/pet_store)
"wCb" = (
@@ -94877,7 +95548,7 @@
dir = 8;
icon_state = "caution"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_port)
"wDp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -94906,9 +95577,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -94949,9 +95617,6 @@
"wDI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -95057,9 +95722,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -95163,7 +95825,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -95211,9 +95873,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -95454,9 +96113,6 @@
/turf/simulated/floor/plating,
/area/station/procedure/trainer_office)
"wOW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -95507,6 +96163,13 @@
icon_state = "darkred"
},
/area/station/security/prisonershuttle)
+"wQl" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel/white,
+/area/station/science/genetics)
"wQD" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable,
@@ -95519,7 +96182,7 @@
},
/area/station/supply/miningdock)
"wQW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -95554,7 +96217,7 @@
/area/station/science/misc_lab)
"wRf" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -95633,7 +96296,7 @@
},
/area/station/hallway/secondary/entry/north)
"wSU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -95709,6 +96372,12 @@
icon_state = "darkgreen"
},
/area/station/procedure/trainer_office)
+"wUn" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"wUC" = (
/obj/structure/cable,
/obj/structure/cable{
@@ -95790,6 +96459,15 @@
icon_state = "yellowfull"
},
/area/station/engineering/control)
+"wVY" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"wVZ" = (
/obj/machinery/door_control{
id = "ToxinsVenting";
@@ -95862,10 +96540,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -95980,6 +96658,8 @@
/obj/machinery/light/small{
dir = 8
},
+/obj/effect/spawner/random/maintenance,
+/obj/structure/rack,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutral"
@@ -96143,6 +96823,14 @@
icon_state = "neutralfull"
},
/area/station/engineering/break_room)
+"xcx" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/entry/lounge)
"xcD" = (
/obj/item/chair/wood,
/obj/effect/decal/cleanable/blood,
@@ -96275,7 +96963,7 @@
/area/station/legal/courtroom)
"xfX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -96335,10 +97023,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel/white,
/area/station/command/office/rd)
-"xha" = (
-/obj/item/chair/stool/bar,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"xhf" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -96358,9 +97042,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -96415,6 +97096,16 @@
icon_state = "whitepurple"
},
/area/station/science/genetics)
+"xhW" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/turf/simulated/floor/carpet/black,
+/area/station/service/chapel)
"xib" = (
/obj/machinery/door/airlock/medical/glass{
name = "Medbay Cloning"
@@ -96460,7 +97151,7 @@
},
/area/station/turret_protected/aisat)
"xij" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -96475,17 +97166,17 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"xiD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/landmark/spawner/xeno,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"xiI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -96504,13 +97195,27 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
-"xjh" = (
+"xjf" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "green"
+ },
+/area/station/hallway/secondary/exit)
"xjq" = (
/obj/machinery/light{
dir = 4
@@ -96547,7 +97252,7 @@
"xjE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -96715,7 +97420,7 @@
name = "north bump";
pixel_y = 28
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/firealarm/directional/east,
@@ -96738,9 +97443,6 @@
name = "Library Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
@@ -96829,10 +97531,7 @@
/turf/simulated/floor/plasteel/white,
/area/station/science/lobby)
"xpT" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment/corner{
@@ -96916,7 +97615,7 @@
"xrC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/wood,
@@ -97215,9 +97914,6 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutral"
},
@@ -97225,16 +97921,6 @@
"xyH" = (
/turf/simulated/wall/r_wall,
/area/station/turret_protected/ai_upload)
-"xyI" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "arrival"
- },
-/area/station/hallway/secondary/entry/east)
"xze" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/status_display{
@@ -97250,6 +97936,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/medical/morgue)
"xzx" = (
@@ -97369,6 +98058,13 @@
icon_state = "redcorner"
},
/area/station/hallway/primary/starboard/east)
+"xCy" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"xCA" = (
/obj/structure/bed,
/obj/item/bedsheet/orange,
@@ -97480,9 +98176,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"xEL" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/engineering{
name = "Power Transmission Laser"
},
@@ -97491,6 +98184,7 @@
pixel_x = 32
},
/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutral"
@@ -97528,7 +98222,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -97543,19 +98237,7 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/aft)
-"xFY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/apmaint)
"xFZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -97798,11 +98480,25 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/item/chair/stool,
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
/area/station/maintenance/fsmaint)
+"xKS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"xKX" = (
/obj/structure/machine_frame,
/obj/machinery/newscaster/directional/north,
@@ -97817,6 +98513,9 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -97842,6 +98541,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"xLC" = (
@@ -97910,9 +98612,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/any/service/theatre,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -97931,6 +98630,16 @@
icon_state = "vault"
},
/area/station/command/bridge)
+"xNR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/fore)
"xNZ" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel/dark,
@@ -98043,16 +98752,6 @@
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
/area/station/maintenance/abandonedbar)
-"xPQ" = (
-/obj/machinery/economy/vending/coffee,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light,
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/aft/south)
"xPU" = (
/obj/machinery/disposal,
/obj/structure/sign/poster/official/high_class_martini/directional/north,
@@ -98083,6 +98782,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -98096,9 +98798,6 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -98135,7 +98834,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"xRM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -98172,9 +98871,6 @@
"xSx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "tranquillite"
},
@@ -98277,16 +98973,13 @@
name = "Mining Maintenance"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"xVp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -98330,6 +99023,12 @@
},
/turf/simulated/floor/plating/airless,
/area/station/engineering/control)
+"xVY" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"xXp" = (
/obj/machinery/chem_master,
/obj/effect/decal/cleanable/dirt,
@@ -98522,9 +99221,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedbar)
"yem" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel/white,
/area/station/science/genetics)
@@ -98575,6 +99271,12 @@
icon_state = "red"
},
/area/station/security/checkpoint/secondary)
+"yfo" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/grass/jungle,
+/area/station/maintenance/fsmaint)
"yfB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -98582,7 +99284,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel{
@@ -98638,7 +99340,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -98673,6 +99375,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/white,
/area/station/science/research)
"yig" = (
@@ -98716,6 +99421,9 @@
/obj/machinery/door/airlock{
name = "Chapel Office"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel/grimy,
/area/station/service/chapel/office)
"yiO" = (
@@ -116127,7 +116835,7 @@ aaa
aaa
aaa
aaa
-atZ
+atK
abj
acF
acF
@@ -116384,7 +117092,7 @@ abj
abj
abj
abj
-atK
+lzN
abj
aLT
aNT
@@ -118252,8 +118960,8 @@ cie
cie
bXU
cXX
-tEl
-cAS
+czF
+drn
vjZ
xEL
gIF
@@ -118509,7 +119217,7 @@ bXU
bXU
bXU
iPQ
-mfD
+czF
drn
nMD
cHA
@@ -118766,7 +119474,7 @@ npe
npe
bXU
vys
-cYe
+drn
dhG
cHA
cin
@@ -119507,7 +120215,7 @@ bfO
bge
bGu
bwN
-tCz
+dKA
bVs
beN
bYJ
@@ -120051,7 +120759,7 @@ kxe
kxe
cDv
dmq
-aYf
+wFV
gXQ
cIw
cIx
@@ -120308,7 +121016,7 @@ cbb
cDu
dUG
dmq
-aYf
+wFV
gXQ
cIx
cKt
@@ -121780,7 +122488,7 @@ aCj
aDf
aFe
aHh
-bfc
+mQK
aCk
wAP
njD
@@ -122037,7 +122745,7 @@ aCj
aEf
ahD
aHh
-aIE
+qhm
atd
atd
atd
@@ -122111,12 +122819,12 @@ mAo
gXQ
cIx
cJU
-cJW
+gfq
qwH
cMZ
fgK
gnQ
-cLH
+oPA
cIx
cWn
cXY
@@ -122368,12 +123076,12 @@ cFV
gXQ
cIx
cJV
-cJW
+tdV
hiE
-cQA
-cQz
-cRH
-cTl
+sRd
+sRd
+gnQ
+hUe
cIx
cWn
aHt
@@ -122625,11 +123333,11 @@ mAo
gXQ
cIC
jvj
-cJW
+cLM
cNe
cQC
-cNa
-cNa
+sRd
+gnQ
fOy
cIx
cWn
@@ -122890,7 +123598,7 @@ cRJ
cjH
sEA
cXS
-mCn
+jby
irt
lXJ
wzh
@@ -123140,7 +123848,7 @@ vPS
cIx
tJc
cLM
-cNa
+sRd
cdy
gyR
cNa
@@ -123397,11 +124105,11 @@ gXQ
cIx
cJZ
gRg
-cNa
-cNa
+sRd
+gnQ
cQD
-cNa
-ibY
+sRd
+fZY
cIx
oZv
wIA
@@ -123655,10 +124363,10 @@ cIx
lCu
cLN
cJW
+pAp
cJW
cJW
-cJW
-cTn
+fZu
cIx
dHk
wIA
@@ -123836,8 +124544,8 @@ aDc
aEj
aFi
xVK
-wer
-aJY
+aID
+uSi
aLv
aMS
aOg
@@ -123906,7 +124614,7 @@ cuS
cCm
cdh
cHA
-cGc
+cFV
cHp
cIx
cKb
@@ -124163,7 +124871,7 @@ cDJ
ahn
kkn
cHA
-cWt
+mAo
gAN
cIx
cIx
@@ -124423,10 +125131,10 @@ ceQ
iwU
cHq
dhG
-drn
-cLA
-dpX
-cLA
+cvb
+abE
+kYB
+nYl
clx
cRN
cLA
@@ -124680,7 +125388,7 @@ cHA
pbe
kyK
cAS
-cAS
+wVY
cAS
cHs
kyK
@@ -124937,7 +125645,7 @@ cHA
dfG
cHr
dtU
-dlM
+eEn
dmq
dmq
dmq
@@ -125405,7 +126113,7 @@ bcP
ecy
bmG
xMm
-uEO
+sCj
uEO
bob
buz
@@ -125628,7 +126336,7 @@ aaa
aaa
xDJ
mbi
-hEe
+jme
hJS
xDJ
aaa
@@ -125662,7 +126370,7 @@ bcP
bkK
brL
boc
-uyv
+vIY
uyv
bpM
buA
@@ -125708,7 +126416,7 @@ cHA
cGf
cHr
dhG
-ddh
+lHV
dmq
cIM
cNi
@@ -125965,7 +126673,7 @@ cHA
cGf
drn
drn
-drn
+cYe
dmq
cIH
cOJ
@@ -126220,7 +126928,7 @@ cCt
cDL
cHA
cGh
-iAl
+cJO
cIG
cKi
dmq
@@ -126733,7 +127441,7 @@ ksf
cCt
cED
cHA
-cGi
+cGh
dmq
cII
cKk
@@ -126990,7 +127698,7 @@ wNJ
cDC
cGb
cHA
-cGi
+cGh
dmq
cIJ
cKm
@@ -127496,7 +128204,7 @@ vbf
yee
csz
dmq
-cvb
+tia
cly
cly
czt
@@ -127761,7 +128469,7 @@ cHA
cCx
cHA
cHA
-cGi
+cGh
dmq
cIM
nwL
@@ -127816,10 +128524,10 @@ ddv
dGf
dOO
thm
-dQa
-xFY
-gVZ
-sKG
+osk
+uEX
+qGm
+mMT
lBa
ffB
qQJ
@@ -128073,7 +128781,7 @@ jvr
haD
nWg
hcV
-dXH
+vku
dRb
koY
ddy
@@ -128773,7 +129481,7 @@ oMh
cfo
drs
drn
-cYe
+omP
dmq
cEA
dmq
@@ -129038,7 +129746,7 @@ dhG
dpX
cLA
xeW
-cYe
+omP
cHA
cCx
cHA
@@ -129801,7 +130509,7 @@ cdx
cfq
cgW
cgX
-cni
+ckj
eNh
cnh
cow
@@ -129817,7 +130525,7 @@ bZK
cHA
dhG
dlM
-cGe
+hjy
dmq
cIM
nwL
@@ -130058,7 +130766,7 @@ ckj
cfr
cgX
ciu
-cni
+ckj
eNh
cni
eNh
@@ -130821,7 +131529,7 @@ bMF
bUt
bSx
oRi
-smC
+nmf
bYk
bZN
ctO
@@ -131616,7 +132324,7 @@ cAY
cHA
drn
dlM
-cGe
+hjy
dmq
vuN
exC
@@ -131645,7 +132353,7 @@ dbw
lBI
dbp
lMM
-sKG
+mMT
vJn
jPD
xjE
@@ -132092,7 +132800,7 @@ tLw
bkU
buQ
awX
-kyY
+bqe
pto
awX
bCa
@@ -132606,11 +133314,11 @@ tLw
bkU
fqm
awX
-aDt
+aor
aLA
awX
bCc
-bDN
+sFv
ejX
bFo
bFo
@@ -132644,14 +133352,14 @@ cBb
cHr
dlM
drn
-cGt
+eAq
drn
drn
drn
-nFq
+ePl
drn
-nFq
-mQi
+ePl
+sGV
dmq
swS
nhw
@@ -132863,7 +133571,7 @@ bej
bkU
rCx
awX
-aDt
+aor
azb
awX
feI
@@ -132901,22 +133609,22 @@ cHr
drn
drn
dhG
-rEr
-xjh
-xjh
-qrY
-rLQ
+iEX
+rFW
+rFW
+qJo
+cDW
sWC
qJo
qJo
feM
yem
yem
-lFN
+wQl
knZ
eEq
vdo
-msl
+tCr
vdo
xyH
svE
@@ -133158,7 +133866,7 @@ cBd
dlM
cEa
cNh
-cGt
+eAq
jOV
cIS
vyZ
@@ -133169,11 +133877,11 @@ dmq
dmq
lOU
twU
-drX
+rQf
bex
dta
dau
-uFN
+mFj
cPn
dff
dff
@@ -133346,7 +134054,7 @@ azb
aor
aor
jPa
-ryd
+lbD
byK
ntL
bqa
@@ -133381,7 +134089,7 @@ bkH
awX
awX
bOC
-bDQ
+bgQ
bDQ
bIV
bIV
@@ -133426,9 +134134,9 @@ wsr
rcw
pxi
rwE
-uLd
-sUQ
-pTN
+ukr
+onj
+muB
ctm
sFm
cPn
@@ -133584,7 +134292,7 @@ aaa
abj
aAr
aiI
-rPU
+anT
fqF
aoo
aoV
@@ -133638,7 +134346,7 @@ bxl
baG
hNh
bEa
-bDR
+jok
bEp
bJd
bJd
@@ -133864,7 +134572,7 @@ awX
awX
vSU
aFr
-bCH
+aIZ
ivB
aFA
aOx
@@ -133877,12 +134585,12 @@ awX
awX
ozk
jLh
-iHC
+kyk
bfe
aYZ
kXZ
-bdQ
-bdQ
+uKu
+egk
qgh
aYZ
bom
@@ -134120,7 +134828,7 @@ aDD
qbI
aFA
kdu
-jhx
+uSD
uSD
aLM
aFA
@@ -134134,12 +134842,12 @@ aSe
aYZ
gOD
kvw
-bfg
+iHC
bff
aYZ
krv
bdQ
-bdQ
+hlL
blf
aYZ
sqk
@@ -134396,7 +135104,7 @@ bfh
aYZ
eum
iQi
-bdQ
+hlL
wny
aYZ
pde
@@ -135005,13 +135713,13 @@ ddy
pKs
tpl
bXT
-sjQ
-dSi
-tpl
-tpl
+hsn
+rax
+mvu
+mvu
pmI
-dRv
-dRv
+fBo
+ppH
tHk
dRv
lxZ
@@ -135262,7 +135970,7 @@ ddy
dKg
jDA
dLx
-dMm
+xhW
aiO
dNM
dMW
@@ -135518,7 +136226,7 @@ dIE
ddy
dKl
hYG
-bXT
+uSt
dMn
dSi
dMj
@@ -135897,13 +136605,13 @@ agF
abj
dGS
ahQ
-aeN
+anT
anO
-jzs
+bkH
aoq
mXH
-asr
-tyU
+mIR
+xNR
asv
ass
aur
@@ -135939,9 +136647,9 @@ bdQ
mem
nWk
aYE
-bnc
-kec
-sqk
+kVe
+oXU
+iUj
npJ
xGb
bKt
@@ -136032,7 +136740,7 @@ vLa
hZE
khN
gYn
-dST
+hEP
dMo
dUT
jWG
@@ -136286,10 +136994,10 @@ dGg
dbI
dHM
dIG
-dJB
+syw
pZR
dKn
-lRS
+fpK
sZI
gBQ
hKg
@@ -136668,9 +137376,9 @@ agF
abj
dGS
vTw
-anT
-anY
-xVF
+aeN
+igx
+hFx
apf
aqg
aqS
@@ -137192,7 +137900,7 @@ rms
uSE
aop
awX
-wBO
+cUa
ocj
wBO
awX
@@ -137449,7 +138157,7 @@ asA
neb
asY
awh
-ayx
+gxU
awi
wyS
axe
@@ -137570,12 +138278,12 @@ dFx
dFa
dcV
dHQ
-dLD
-svr
-dLE
-dKo
-goe
-adv
+mSZ
+xCy
+ikD
+vxk
+ahO
+xjf
kRT
eQW
nVi
@@ -137706,9 +138414,9 @@ asi
asB
asD
apu
-asB
+bpn
awj
-ewz
+pit
axe
azt
aAE
@@ -137826,7 +138534,7 @@ dBR
uwN
wjg
dcV
-naN
+cJy
dHU
dXC
llp
@@ -138076,14 +138784,14 @@ dql
dql
dbg
dql
-dBH
+lMO
dCX
uAi
cPj
vvy
dcV
dcV
-xPQ
+awc
dXn
dXn
dXn
@@ -138240,7 +138948,7 @@ bhO
bhO
bhO
bhO
-aRW
+hsE
bjA
bhO
bhO
@@ -138333,14 +139041,14 @@ lZu
wiE
lZu
lZu
-doY
+urW
dDb
dXj
dHT
vvy
dcV
dcV
-fOr
+gAo
dIH
aKM
lse
@@ -138479,7 +139187,7 @@ atD
wKI
juJ
awm
-asB
+gmY
aBj
azv
aAG
@@ -138567,36 +139275,36 @@ jBj
jBj
foc
dGU
-doZ
-doZ
-doZ
-doZ
-doZ
+jBj
+jBj
+jBj
+jBj
+jBj
dfB
-doZ
-doZ
-doZ
+jBj
+jBj
+jBj
cnV
-doZ
-doZ
-doZ
+jBj
+jBj
+jBj
tiQ
-vyO
-kGA
+pIn
+tQi
neQ
-vyO
+pIn
dwt
-vyO
+pIn
kGA
-vyO
-vyO
-dBP
+prT
+pIn
+lAW
dDc
-dPu
+iOv
dEZ
-dcj
-dWK
-dcV
+loM
+moN
+ewH
cUv
kLR
vSW
@@ -138845,8 +139553,8 @@ etR
dwu
gNz
cmn
-dQr
-dBj
+ovF
+eNA
dBQ
diw
cRc
@@ -139248,7 +139956,7 @@ ask
aea
aea
orG
-aea
+xcx
awo
sAB
kXQ
@@ -140020,7 +140728,7 @@ asG
atG
aoC
avi
-axq
+lyQ
auu
kXQ
azz
@@ -140774,7 +141482,7 @@ vcE
vcE
giE
kLd
-kNa
+vcE
vcE
vcE
gnm
@@ -141031,10 +141739,10 @@ rQS
akb
uSO
inH
-xyI
-rQS
+eOg
+eOg
pCM
-inH
+jlx
amB
rQS
cYR
@@ -141299,9 +142007,9 @@ anZ
axm
app
aqk
-aob
+eNJ
arU
-amP
+ilf
avd
auv
avl
@@ -141811,7 +142519,7 @@ axm
axm
axm
axm
-aps
+iQR
aqm
axm
arV
@@ -142064,11 +142772,11 @@ akB
auu
amb
amD
-aoE
-apo
-aoE
-aoE
-aps
+tXv
+eNJ
+tXv
+tXv
+lcu
aqn
are
arW
@@ -142323,7 +143031,7 @@ amc
amE
amP
amP
-aob
+apo
aoG
apt
aqo
@@ -142597,13 +143305,13 @@ azI
aAV
aGR
aDi
-aTu
-aTu
+nQX
+nQX
aGR
aJv
-aTu
-aTu
-aTu
+nQX
+nQX
+nQX
aNu
aNu
aNu
@@ -142826,7 +143534,7 @@ aaa
aaa
aaa
ofi
-afx
+rkp
afP
aUs
afg
@@ -143394,7 +144102,7 @@ ffJ
piH
uqt
oeE
-boC
+dBI
bqA
qOr
jpm
@@ -143733,12 +144441,12 @@ ipS
duk
mbh
dDr
-lHK
-aaa
-aaa
-aaa
-aaa
-aaa
+tAC
+tAC
+tAC
+tAC
+tAC
+tAC
aaa
aaa
aaa
@@ -143855,7 +144563,7 @@ aaa
aaa
aaa
ofi
-uDO
+tSB
ofi
abj
abj
@@ -143892,7 +144600,7 @@ aQn
aCN
aQr
aCN
-aZk
+dPo
aRZ
anr
anr
@@ -143920,7 +144628,7 @@ aaa
abj
aaa
bgs
-bHE
+cmr
bgs
bLi
bNi
@@ -143986,16 +144694,16 @@ wLR
mAC
rNO
xzp
-tfY
+fUZ
dCf
-mbh
-dDh
-dEo
-aaa
-aaa
-aaa
-aaa
-aaa
+mPG
+cVj
+hwi
+vZG
+lhu
+vZG
+iaZ
+tAC
aaa
aaa
aaa
@@ -144112,7 +144820,7 @@ aaa
aaa
aaa
abj
-adg
+rJG
abj
abj
aaa
@@ -144177,7 +144885,7 @@ btL
abj
aaa
bgs
-bHF
+cqI
bgs
bLj
bNj
@@ -144245,14 +144953,14 @@ hbl
hbl
ukN
duk
-vVW
-dDh
-dEo
-aaa
-aaa
-aaa
-aaa
-aaa
+kOb
+jjX
+phZ
+sUX
+xKS
+hZj
+eue
+tAC
aaa
aaa
aaa
@@ -144359,7 +145067,7 @@ dij
abj
dij
dij
-dKz
+gHG
aaa
abj
aaa
@@ -144369,7 +145077,7 @@ dij
sso
dij
abj
-adg
+ach
abj
abj
abj
@@ -144406,7 +145114,7 @@ aNw
aBS
aEZ
aBS
-aKK
+hOa
jkW
aTA
aVf
@@ -144422,7 +145130,7 @@ bij
bjN
bsC
eNt
-eJM
+llA
lnY
abj
btL
@@ -144434,7 +145142,7 @@ btL
btL
abj
bgs
-buY
+ctc
wkG
bLk
bNk
@@ -144504,12 +145212,12 @@ oVu
duk
mbh
dDk
-lHK
-aaa
-aaa
-aaa
-aaa
-aaa
+tAC
+gaA
+uAs
+dyK
+dzp
+tAC
aaa
aaa
aaa
@@ -144663,7 +145371,7 @@ aKI
aKI
aKI
aKI
-aXU
+gLB
aSb
aTB
aVg
@@ -144761,12 +145469,12 @@ kqn
duk
kkz
dDh
-dEo
-aaa
-aaa
-aaa
-aaa
-aaa
+tAC
+swh
+wvk
+jxe
+fmK
+tAC
aaa
aaa
aaa
@@ -144920,7 +145628,7 @@ aDX
aDX
aSw
aQv
-aKJ
+dlN
jkW
aTC
aVh
@@ -145019,11 +145727,11 @@ duk
dDs
klS
dEp
-aaa
-aaa
-aaa
-aaa
-aaa
+dJd
+nuS
+edc
+xVY
+tAC
aaa
aaa
aaa
@@ -145177,7 +145885,7 @@ aJE
aJE
aQs
bdh
-aKJ
+dlN
jkW
aTD
qYf
@@ -145193,7 +145901,7 @@ rJT
eNt
bwA
bwA
-eJM
+llA
eNt
aaa
btL
@@ -145230,10 +145938,10 @@ bYH
bwL
bxe
bsh
-cxo
-cAf
+njk
+jvM
cAg
-cBI
+cDg
cDg
cDg
cJl
@@ -145450,7 +146158,7 @@ bim
eNt
bwA
bwA
-eJM
+llA
eNt
abj
btL
@@ -145489,7 +146197,7 @@ qHK
vPo
cxn
cyH
-cAh
+bBu
cBJ
cxn
cxn
@@ -145691,7 +146399,7 @@ abj
abj
eNt
ocr
-bwA
+fAb
aSb
aSb
aSb
@@ -145751,7 +146459,7 @@ cAf
cDh
cEo
cxn
-oDF
+mUz
boG
cUM
ago
@@ -145948,12 +146656,12 @@ aaZ
aaa
eNt
llR
-bWr
+tcJ
bYU
sHd
bqK
lKI
-eNt
+nrv
aaa
aaa
aaa
@@ -145964,7 +146672,7 @@ aaa
eNt
bfL
bwA
-eJM
+llA
eNt
eNt
aaa
@@ -146008,7 +146716,7 @@ txW
cxn
cxn
cxn
-oDF
+mUz
boG
cUM
rHr
@@ -146204,13 +146912,13 @@ aaa
aaa
aaa
eNt
-bWr
-web
-rdb
+eAl
bwA
+nrv
+kPG
hHW
-uNz
-aZu
+cHg
+nrv
aaa
aaa
aaa
@@ -146221,7 +146929,7 @@ aaa
eNt
uNz
bNz
-eJM
+llA
pjK
eNt
eNt
@@ -146265,7 +146973,7 @@ cBL
cDh
cEq
cDe
-oDF
+mUz
cUM
eHp
cjn
@@ -146461,13 +147169,13 @@ aaa
aaa
aaa
eNt
-xha
+bwA
bWr
-hHW
+nrv
uOa
-bWr
+lUQ
gbO
-eNt
+nrv
aaa
aaa
aaa
@@ -146479,7 +147187,7 @@ eNt
wIb
aKm
fKN
-bsU
+wUn
qCv
iSy
gxu
@@ -146522,7 +147230,7 @@ cBJ
cxn
cxn
cDe
-cUA
+buF
cUM
boG
cMz
@@ -146703,7 +147411,7 @@ gdJ
avv
nkM
awF
-axE
+qYP
asd
aaa
aaa
@@ -146720,11 +147428,11 @@ aaa
eNt
xKE
bwA
-rdb
-bWr
+nrv
+unD
shB
frN
-aZu
+nrv
aaa
aaa
aaa
@@ -146959,7 +147667,7 @@ asT
asd
auE
asd
-eaq
+ahr
asd
asd
aaa
@@ -146976,12 +147684,12 @@ aaa
aaa
eNt
eNt
-bYa
-eNt
+bwA
+nrv
+nrv
+nrv
jhk
-eNt
-jhk
-eNt
+nrv
aaa
aaa
aaa
@@ -147216,7 +147924,7 @@ aaa
acF
abj
eNt
-bWr
+eMV
bwA
eNt
aaa
@@ -147234,10 +147942,10 @@ aaa
eNt
iXL
wzJ
-ahh
+aQm
bNy
fFE
-bNy
+nTe
eNt
eNt
eNt
@@ -147264,12 +147972,12 @@ tFq
jau
ahh
hKx
-bWr
-bwA
-eaq
-bTb
-bVg
-uIU
+hps
+wUn
+rYd
+pqL
+uZG
+pgK
bYM
bYM
bYM
@@ -147473,7 +148181,7 @@ aaa
abj
aaa
aZu
-bwA
+pXA
vXI
eNt
aaa
@@ -147491,15 +148199,15 @@ aaa
eNt
vmw
bwA
-vmw
-vmw
-vmw
+bwA
+bwA
+bwA
krN
-osj
-bsU
-bsU
-iSy
-iSy
+fxF
+fxF
+fxF
+tLr
+tLr
saC
bNH
saC
@@ -147507,21 +148215,21 @@ eRU
tLr
kYX
pqQ
-hQc
-vrH
-pjK
-pjK
-bHZ
-aKm
pYb
-eaq
-bwA
-bwA
-wzJ
-ahh
-bNy
-bWr
-bwA
+vrH
+uQZ
+uQZ
+yfo
+pmP
+pYb
+rYd
+wUn
+wUn
+fXd
+iSy
+vUx
+obb
+fVG
tUV
eNt
rOn
@@ -147550,7 +148258,7 @@ cBP
uHq
cnP
cFi
-cGM
+aSu
cmv
kGv
cMz
@@ -147730,7 +148438,7 @@ aaa
acF
aaa
eNt
-bxP
+qaq
bez
aZu
aaa
@@ -147746,14 +148454,14 @@ aaa
aaa
aaa
eNt
-lAG
-bwA
+eBu
+wUn
bgU
-ahh
-ahh
-fAb
+iSy
+iSy
+ntJ
tpP
-jhk
+bwA
vmw
bNy
bwA
@@ -147987,7 +148695,7 @@ aaa
abj
aaa
eNt
-nyK
+rsb
bwA
aZu
aZu
@@ -148003,7 +148711,7 @@ eNt
eNt
eNt
eNt
-bwA
+pXA
vmw
eNt
eNt
@@ -148021,7 +148729,7 @@ llA
bwA
bwA
eNt
-tcJ
+bwA
pyf
eNt
ffz
@@ -148222,7 +148930,7 @@ aaa
aaa
abj
aaa
-dKz
+gHG
dij
aaa
aaa
@@ -148244,7 +148952,7 @@ aaa
acF
aaa
eNt
-uNz
+vkX
vXI
bWr
ahh
@@ -148258,9 +148966,9 @@ wdH
bWr
wZe
cPG
-bwA
+dED
cPG
-bWr
+eMV
bwA
eNt
aaa
@@ -148501,23 +149209,23 @@ aaa
abj
aaZ
eNt
-lKI
-bwA
-bwA
-vmw
-wzJ
-vmw
-bwA
-bwA
-wzJ
-ahh
-wzJ
-ahh
-bwA
-bwA
+uCL
+wUn
+wUn
+gtQ
+fXd
+gtQ
+wUn
+wUn
+fXd
+iSy
+fXd
+iSy
+wUn
+wUn
llm
-ahh
-ahh
+iSy
+cff
eAl
eNt
aaa
@@ -148536,7 +149244,7 @@ wuk
lkM
eNt
bwA
-fAb
+bwA
eNt
hBC
bwA
@@ -149095,7 +149803,7 @@ cFn
cuM
cId
csi
-kkC
+xFZ
cqC
cMH
boG
@@ -149357,7 +150065,7 @@ cbm
cbm
cQd
cRz
-cjF
+dAd
cUu
dyd
dyd
@@ -150900,7 +151608,7 @@ cOr
cQg
aFv
cTa
-dDE
+pdw
bng
cZh
dac
@@ -151157,7 +151865,7 @@ aKh
cQi
aFv
aLH
-dDE
+pdw
bng
cZi
daR
@@ -151671,7 +152379,7 @@ aFv
aFv
aFv
cjn
-dDE
+pdw
bng
bng
bqB
@@ -153198,11 +153906,11 @@ cty
cuL
ubW
cxx
-cIo
-cIo
-iro
-cIo
-cIo
+jIc
+jIc
+vNs
+jIc
+jIc
cFy
cIs
iro
@@ -153212,7 +153920,7 @@ cIo
cIo
cIo
cRB
-cIo
+jIc
cUF
coQ
cJz
diff --git a/_maps/map_files/stations/emeraldstation.dmm b/_maps/map_files/stations/emeraldstation.dmm
index b35279a717d..7c72f269540 100644
--- a/_maps/map_files/stations/emeraldstation.dmm
+++ b/_maps/map_files/stations/emeraldstation.dmm
@@ -89,6 +89,9 @@
"abt" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/spawner/xeno,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"aby" = (
@@ -97,6 +100,9 @@
dir = 9
},
/obj/effect/turf_decal/stripes/white/corner,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"abB" = (
@@ -110,12 +116,15 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard)
"abG" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -203,12 +212,12 @@
/turf/simulated/wall/r_wall,
/area/station/science/storage)
"adp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/public/mrchangs)
"adu" = (
@@ -232,7 +241,7 @@
"aec" = (
/obj/effect/decal/cleanable/ash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -251,6 +260,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"aeo" = (
@@ -294,9 +306,6 @@
"aeL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
dir = 8;
@@ -305,7 +314,7 @@
/area/station/public/dorms)
"aeO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -325,7 +334,7 @@
"aeT" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -629,7 +638,7 @@
"aiN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -682,6 +691,14 @@
},
/turf/simulated/floor/engine,
/area/station/science/misc_lab)
+"ajf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "showroomfloor"
+ },
+/area/station/public/toilet/lockerroom)
"aji" = (
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel{
@@ -797,6 +814,16 @@
icon_state = "brown"
},
/area/station/supply/expedition)
+"akz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"akB" = (
/obj/machinery/economy/vending/cigarette,
/turf/simulated/floor/plasteel/dark,
@@ -848,7 +875,7 @@
/area/station/supply/sorting)
"alh" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"aln" = (
@@ -899,14 +926,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"amj" = (
@@ -941,15 +968,15 @@
/area/station/aisat/breakroom)
"amC" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"amD" = (
@@ -1103,7 +1130,7 @@
/area/station/engineering/atmos/distribution)
"anl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -1133,7 +1160,7 @@
/area/station/service/hydroponics)
"ano" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -1214,6 +1241,12 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"anY" = (
@@ -1256,6 +1289,15 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/apmaint2)
+"aon" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "blackcorner"
+ },
+/area/station/engineering/control)
"aor" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
@@ -1399,9 +1441,6 @@
"aqc" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/old,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -1414,6 +1453,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"aqd" = (
@@ -1466,7 +1508,7 @@
"aqu" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -1564,12 +1606,18 @@
"arh" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"arj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"arm" = (
@@ -1742,9 +1790,6 @@
/area/station/hallway/primary/central/west)
"ast" = (
/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "red"
},
@@ -1831,10 +1876,7 @@
/turf/simulated/floor/engine/co2,
/area/station/engineering/atmos)
"atg" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -1929,7 +1971,7 @@
/area/station/service/chapel)
"aub" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -1946,6 +1988,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
+"auf" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"auh" = (
/obj/item/kirbyplants/large,
/obj/structure/sign/poster/official/random/directional/west,
@@ -1967,6 +2015,15 @@
icon_state = "cult"
},
/area/station/service/chapel/funeral)
+"auy" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "blue"
+ },
+/area/station/hallway/primary/central/ne)
"auH" = (
/obj/structure/rack,
/obj/item/storage/toolbox/emergency,
@@ -2115,6 +2172,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"awc" = (
@@ -2171,13 +2231,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"awR" = (
@@ -2238,6 +2298,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/medical/reception)
"axz" = (
@@ -2324,7 +2387,7 @@
/turf/simulated/floor/lava/plasma/fuming,
/area/station/engineering/atmos/asteroid_core)
"ayV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -2398,12 +2461,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -2551,13 +2614,16 @@
"aBc" = (
/obj/structure/grille/broken,
/obj/effect/mapping_helpers/turfs/damage,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"aBe" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
/obj/structure/sign/poster/contraband/random/directional/west,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -2623,7 +2689,7 @@
/area/station/engineering/engine/supermatter)
"aCu" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -2690,7 +2756,7 @@
},
/area/station/supply/office)
"aDk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -2791,10 +2857,10 @@
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"aEO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -2807,9 +2873,6 @@
"aFa" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -2819,6 +2882,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"aFc" = (
@@ -2964,9 +3030,6 @@
},
/area/station/security/prison)
"aGq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -3046,9 +3109,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Science Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -3064,6 +3124,12 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
+"aHc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/south)
"aHx" = (
/obj/machinery/keycard_auth{
pixel_x = 24
@@ -3132,7 +3198,7 @@
/area/station/science/xenobiology)
"aIb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -3160,7 +3226,7 @@
"aIq" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/official/random/directional/east,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -3193,6 +3259,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"aIR" = (
@@ -3215,7 +3284,7 @@
/area/station/science/toxins/test)
"aJa" = (
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"aJi" = (
/turf/simulated/floor/carpet/grimey,
/area/station/command/office/hop)
@@ -3238,11 +3307,11 @@
/turf/simulated/floor/bluegrid,
/area/station/aisat/hall)
"aKc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -3274,14 +3343,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/grille/broken,
/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"aKy" = (
@@ -3295,12 +3364,12 @@
/obj/structure/grille/broken,
/obj/item/stack/rods,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"aKE" = (
@@ -3425,7 +3494,7 @@
/turf/simulated/wall/r_wall,
/area/station/aisat/hall)
"aLw" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -3476,7 +3545,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
@@ -3502,7 +3571,7 @@
/area/station/medical/storage)
"aMk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -3515,6 +3584,9 @@
"aMv" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"aMz" = (
@@ -3528,13 +3600,13 @@
/area/station/hallway/primary/aft)
"aMB" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"aME" = (
@@ -3543,6 +3615,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"aMI" = (
@@ -3561,13 +3636,13 @@
"aMQ" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"aNa" = (
@@ -3628,9 +3703,6 @@
},
/area/station/public/toilet/lockerroom)
"aNr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/mob/living/basic/lizard/wags_his_tail,
/turf/simulated/floor/plasteel,
@@ -3688,7 +3760,7 @@
/area/station/science/toxins/test)
"aNW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -3765,7 +3837,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/north,
/obj/effect/spawner/random/cobweb/left/rare,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -3835,7 +3907,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -3890,13 +3962,13 @@
/area/station/command/office/hop)
"aQe" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"aQf" = (
@@ -3938,9 +4010,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"aQB" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -3950,6 +4019,9 @@
dir = 8;
initialize_directions = 11
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -3985,6 +4057,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"aRe" = (
@@ -3995,6 +4070,12 @@
dir = 6
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -4025,7 +4106,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/oil/maybe,
@@ -4051,7 +4132,7 @@
},
/area/station/medical/surgery)
"aRx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -4061,6 +4142,12 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
+"aRB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/carpet/arcade,
+/area/station/public/arcade)
"aRC" = (
/obj/structure/table/wood,
/obj/item/book/manual/wiki/sop_general,
@@ -4156,7 +4243,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"aSp" = (
/turf/simulated/floor/plasteel,
/area/station/supply/warehouse)
@@ -4268,12 +4355,12 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/siding{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"aUa" = (
@@ -4319,7 +4406,7 @@
/obj/machinery/door/airlock/atmos{
name = "Incinerator Access"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
@@ -4456,14 +4543,11 @@
/area/station/legal/courtroom/gallery)
"aWa" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"aWf" = (
@@ -4568,7 +4652,7 @@
/area/station/medical/cloning)
"aXn" = (
/obj/item/kitchen/knife/shiv,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -4616,7 +4700,7 @@
/area/station/command/office/ce)
"aXv" = (
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -4651,17 +4735,14 @@
/turf/simulated/floor/carpet/grimey,
/area/station/turret_protected/aisat/interior)
"aXW" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-4"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -4672,6 +4753,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
"aXX" = (
@@ -4713,10 +4797,7 @@
dir = 4
},
/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-8"
},
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
@@ -4796,7 +4877,7 @@
/area/station/turret_protected/ai)
"aYL" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -4831,9 +4912,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"aYT" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -4846,6 +4924,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"aYU" = (
@@ -4855,11 +4936,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"aYW" = (
@@ -4926,10 +5007,10 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"aZt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -5024,16 +5105,16 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"bah" = (
@@ -5106,6 +5187,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -5157,7 +5241,7 @@
/area/station/hallway/primary/starboard)
"bbm" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -5224,20 +5308,23 @@
/area/station/supply/smith_office)
"bcy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"bcC" = (
/obj/machinery/door/airlock/public/glass,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -5326,7 +5413,7 @@
"beq" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -5351,7 +5438,7 @@
},
/area/station/security/range)
"bey" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -5422,7 +5509,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"bfz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -5436,7 +5523,7 @@
/area/station/maintenance/aft)
"bfI" = (
/obj/structure/sign/poster/contraband/random/directional/west,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -5472,7 +5559,7 @@
"bfY" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -5533,7 +5620,7 @@
"bgM" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -5653,7 +5740,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"bhL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -5705,7 +5792,7 @@
/area/station/science/genetics)
"bio" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -5793,9 +5880,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
"bjy" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -5874,8 +5958,8 @@
},
/area/station/security/brig)
"bkq" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -5907,6 +5991,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/bar)
"bkS" = (
@@ -6001,7 +6088,7 @@
/area/station/aisat/breakroom)
"blH" = (
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -6018,6 +6105,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -6040,7 +6130,7 @@
/area/station/engineering/gravitygenerator)
"blT" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -6095,7 +6185,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -6112,6 +6202,21 @@
/obj/machinery/power/emitter,
/turf/simulated/floor/plating,
/area/station/engineering/secure_storage)
+"bmG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research/glass,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/science/genetics)
"bmK" = (
/obj/structure/table/wood,
/obj/item/paper_bin/nanotrasen,
@@ -6364,7 +6469,7 @@
/area/station/hallway/secondary/exit)
"bph" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -6382,10 +6487,10 @@
/area/station/maintenance/apmaint)
"bpp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"bpq" = (
@@ -6452,7 +6557,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -6478,14 +6583,14 @@
"bpT" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"bpV" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/south,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -6498,6 +6603,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"bpY" = (
@@ -6513,7 +6621,7 @@
"bqd" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -6542,18 +6650,6 @@
/area/space/nearstation)
"bqr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -6562,6 +6658,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"bqu" = (
@@ -6759,13 +6861,13 @@
/area/station/maintenance/starboard)
"bsP" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -6785,20 +6887,19 @@
/area/station/security/brig)
"btg" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/camera{
c_tag = "EVA Equipment";
dir = 10
},
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/ai_monitored/storage/eva)
"btk" = (
@@ -6885,8 +6986,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"btW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "freezerfloor"
+ },
+/area/station/public/sleep)
"bua" = (
/obj/machinery/atmospherics/unary/thermomachine/freezer,
/obj/effect/decal/cleanable/dirt,
@@ -6901,6 +7013,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
},
@@ -7018,9 +7133,6 @@
/turf/simulated/floor/wood,
/area/station/hallway/primary/central/se)
"bvg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/ai_status_display{
@@ -7075,6 +7187,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"bvz" = (
@@ -7121,6 +7236,12 @@
"bvM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bvW" = (
@@ -7153,7 +7274,7 @@
"bvZ" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -7197,7 +7318,7 @@
/area/station/medical/morgue)
"bwl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -7231,7 +7352,7 @@
/area/station/engineering/atmos)
"bwO" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/tracker,
@@ -7340,6 +7461,9 @@
/area/station/hallway/secondary/entry/west)
"byd" = (
/obj/machinery/firealarm/directional/west,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"bye" = (
@@ -7414,11 +7538,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
-"byQ" = (
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/starboard)
"byS" = (
/obj/item/kirbyplants/large,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -7434,6 +7553,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluecorner"
},
@@ -7521,14 +7643,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
"bzL" = (
@@ -7685,6 +7807,9 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/medical/reception)
"bAD" = (
@@ -7721,6 +7846,18 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
+"bAL" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Checkpoint"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"bAR" = (
/obj/structure/shuttle/engine/propulsion{
dir = 8
@@ -7740,7 +7877,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"bBn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -7796,6 +7933,12 @@
icon_state = "dark"
},
/area/station/legal/courtroom)
+"bBG" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/carpet/black,
+/area/station/service/chapel)
"bBH" = (
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
@@ -7942,7 +8085,7 @@
/area/station/maintenance/security/aft_starboard)
"bDb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -7993,6 +8136,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluefull"
},
@@ -8028,6 +8174,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -8057,9 +8206,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/captain)
"bDS" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -8079,8 +8225,8 @@
/obj/item/stack/sheet/mineral/plasma{
amount = 10
},
-/obj/machinery/power/apc/important/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/important/directional/north,
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/engine/asteroid,
@@ -8216,6 +8362,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_starboard)
+"bFw" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"bFF" = (
/obj/structure/sign/poster/official/random/directional/east,
/turf/simulated/floor/plasteel{
@@ -8334,7 +8486,7 @@
"bGv" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -8424,6 +8576,12 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"bHy" = (
@@ -8434,7 +8592,7 @@
/area/station/engineering/atmos/asteroid_filtering)
"bHB" = (
/obj/machinery/atmospherics/pipe/simple/visible/universal,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -8826,7 +8984,7 @@
},
/area/station/science/lobby)
"bLp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -8847,9 +9005,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
@@ -8863,6 +9018,9 @@
"bLu" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"bLB" = (
@@ -8880,9 +9038,6 @@
/area/station/science/lobby)
"bLH" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -8893,6 +9048,9 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"bLQ" = (
@@ -8926,6 +9084,9 @@
icon_state = "cafeteria"
},
/area/station/security/permabrig)
+"bLZ" = (
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_port)
"bMn" = (
/obj/machinery/newscaster/security_unit/directional/east,
/turf/simulated/floor/plasteel{
@@ -8990,9 +9151,6 @@
/area/station/supply/lobby)
"bMQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -9034,6 +9192,12 @@
icon_state = "whitebluecorner"
},
/area/station/medical/medbay2)
+"bNr" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/security/west)
"bNC" = (
/obj/structure/rack,
/obj/item/storage/box{
@@ -9258,7 +9422,7 @@
"bPu" = (
/obj/effect/spawner/random/blood/maybe,
/obj/item/card/id/prisoner,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/light/small{
@@ -9270,7 +9434,7 @@
},
/area/station/maintenance/apmaint)
"bPw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -9415,6 +9579,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"bQG" = (
@@ -9482,7 +9649,7 @@
"bRl" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -9681,12 +9848,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"bTf" = (
/obj/machinery/power/port_gen/pacman,
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"bTk" = (
@@ -9719,13 +9889,13 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -9737,6 +9907,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"bTC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/research,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/science/genetics)
"bTM" = (
/obj/machinery/alarm/directional/north,
/obj/structure/cable{
@@ -9769,6 +9952,9 @@
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 30
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -9792,10 +9978,10 @@
/turf/simulated/floor/lava/plasma/fuming,
/area/station/engineering/atmos/asteroid_core)
"bUf" = (
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"bUk" = (
@@ -9988,7 +10174,7 @@
/area/station/security/storage)
"bVE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -10014,7 +10200,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/mapping_helpers/turfs/burn,
@@ -10113,10 +10299,16 @@
/obj/structure/sign/poster/contraband/random/directional/south,
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
-"bWX" = (
-/obj/structure/cable{
- icon_state = "1-8"
+"bWW" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "whitecorner"
+ },
+/area/station/hallway/primary/central/ne)
+"bWX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -10126,9 +10318,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "red"
@@ -10148,10 +10337,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -10208,6 +10394,14 @@
icon_state = "yellow"
},
/area/station/engineering/atmos/control)
+"bXM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/dorms/fore)
"bXN" = (
/obj/machinery/computer/secure_data{
dir = 4
@@ -10296,7 +10490,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"bZk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -10308,7 +10502,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment{
@@ -10443,6 +10637,9 @@
/obj/structure/disposalpipe/junction{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"caU" = (
@@ -10529,7 +10726,7 @@
/area/station/command/office/ce)
"cbF" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -10559,7 +10756,7 @@
"cbI" = (
/obj/structure/grille/broken,
/obj/item/stack/rods,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -10657,7 +10854,7 @@
"cdd" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -10677,7 +10874,7 @@
"cdn" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -10778,7 +10975,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -10889,6 +11086,9 @@
"ceU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"ceZ" = (
@@ -10947,7 +11147,7 @@
/area/station/security/permabrig)
"cfK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -11007,7 +11207,7 @@
/area/station/hallway/secondary/exit)
"cgy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -11087,6 +11287,9 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurple"
@@ -11120,7 +11323,7 @@
"chK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -11199,14 +11402,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/sign/directions/security{
dir = 4;
pixel_y = -25;
pixel_x = 32
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"ciB" = (
@@ -11294,10 +11497,10 @@
/area/station/security/permabrig)
"ckg" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -11335,7 +11538,7 @@
"ckV" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -11378,7 +11581,7 @@
},
/area/station/security/armory/secure)
"clv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -11438,7 +11641,7 @@
/area/station/maintenance/aft2)
"cml" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -11499,7 +11702,7 @@
/area/station/medical/virology)
"cmE" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -11757,6 +11960,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/pet_store)
+"cpM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/public/fitness)
"cpN" = (
/obj/structure/rack{
dir = 8;
@@ -12019,10 +12231,10 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"csg" = (
@@ -12032,7 +12244,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -12118,17 +12330,14 @@
/area/station/public/dorms)
"ctv" = (
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ctI" = (
@@ -12341,6 +12550,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "green"
},
@@ -12348,7 +12560,7 @@
"cvM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -12374,10 +12586,10 @@
/area/station/public/storage/tools/auxiliary)
"cvT" = (
/obj/effect/spawner/random/barrier/obstruction,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -12436,9 +12648,6 @@
/obj/structure/reagent_dispensers/peppertank{
pixel_x = -32
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/camera{
c_tag = "Security Checkpoint";
dir = 5
@@ -12549,7 +12758,7 @@
dir = 5
},
/obj/structure/reagent_dispensers/fueltank,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -12569,9 +12778,6 @@
},
/area/station/hallway/primary/fore/north)
"cxZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -12640,7 +12846,7 @@
/area/station/engineering/atmos/asteroid_filtering)
"cyF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -12677,7 +12883,7 @@
/area/station/turret_protected/aisat/interior)
"cyP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
@@ -12686,7 +12892,7 @@
"cyT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -13004,9 +13210,18 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/engine)
+"cCz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"cCG" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"cCH" = (
@@ -13089,6 +13304,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -13109,7 +13327,7 @@
c_tag = "Asteroid Core Checkpoint";
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/structure/sign/fire{
@@ -13121,6 +13339,9 @@
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"cEd" = (
@@ -13247,7 +13468,7 @@
pixel_x = 4;
pixel_y = 11
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/wood,
@@ -13276,6 +13497,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"cFU" = (
@@ -13311,6 +13535,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -13374,7 +13601,7 @@
"cGD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -13384,6 +13611,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
+"cGE" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"cGF" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "Biohazard_medi";
@@ -13462,7 +13697,7 @@
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -13471,9 +13706,6 @@
},
/area/station/maintenance/apmaint)
"cGZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/cable{
icon_state = "2-8"
},
@@ -13552,7 +13784,7 @@
/turf/simulated/wall,
/area/station/medical/patients_rooms_secondary)
"cHH" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -13608,15 +13840,16 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"cIa" = (
-/obj/item/radio/intercom{
- name = "south bump";
- pixel_y = -28
+"cId" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
},
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/starboard)
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/dorms/port)
"cIe" = (
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
@@ -13635,6 +13868,9 @@
icon_state = "medium"
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"cIv" = (
@@ -13689,7 +13925,7 @@
"cIH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -13700,7 +13936,7 @@
"cIO" = (
/obj/effect/decal/cleanable/vomit,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -13774,7 +14010,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/oil/maybe,
@@ -13842,7 +14078,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -13909,7 +14145,7 @@
"cLC" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -13965,9 +14201,6 @@
"cMm" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -14016,6 +14249,15 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/public/arcade)
+"cNl" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "cautioncorner"
+ },
+/area/station/public/fitness)
"cNn" = (
/obj/structure/chair{
dir = 4
@@ -14034,7 +14276,7 @@
"cNH" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -14055,9 +14297,6 @@
/turf/simulated/floor/carpet,
/area/station/maintenance/aft2)
"cNL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -14083,7 +14322,7 @@
"cNR" = (
/obj/effect/decal/cleanable/glass,
/obj/structure/grille/broken,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cNU" = (
@@ -14198,6 +14437,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"cPv" = (
@@ -14223,9 +14465,6 @@
/area/station/maintenance/aft2)
"cPG" = (
/obj/effect/landmark/lightsout,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -14248,6 +14487,12 @@
icon_state = "dark"
},
/area/station/engineering/engine)
+"cPL" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/engine,
+/area/station/hallway/spacebridge/security/south)
"cPM" = (
/obj/structure/table,
/obj/item/crowbar,
@@ -14265,6 +14510,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/any/science/research,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -14273,7 +14521,7 @@
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -14296,9 +14544,6 @@
"cQb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -14311,10 +14556,13 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"cQd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -14362,9 +14610,6 @@
"cQy" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
@@ -14378,6 +14623,14 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/starboard/south)
+"cQO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/generic,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"cRa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -14411,12 +14664,9 @@
/area/station/security/prison/cell_block)
"cRv" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -14442,9 +14692,6 @@
/turf/simulated/floor/carpet,
/area/station/public/vacant_office)
"cRD" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/cable{
icon_state = "2-4"
},
@@ -14457,6 +14704,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"cRJ" = (
@@ -14478,7 +14728,7 @@
/area/station/maintenance/starboard)
"cSg" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -14504,15 +14754,15 @@
/area/station/public/mrchangs)
"cSv" = (
/obj/effect/spawner/random/dirt/maybe,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -14539,6 +14789,9 @@
name = "Mr. Chang's"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/mrchangs)
"cTf" = (
@@ -14552,7 +14805,7 @@
"cTh" = (
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -14579,7 +14832,7 @@
"cTs" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -14588,6 +14841,18 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/control)
+"cTu" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/public/fitness)
"cTw" = (
/obj/machinery/light{
dir = 8
@@ -14751,20 +15016,23 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/effect/landmark/start/assistant,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/wood,
/area/station/public/fitness)
"cUP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"cVe" = (
@@ -14812,7 +15080,7 @@
/area/station/public/dorms)
"cVm" = (
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -14995,7 +15263,7 @@
},
/area/station/science/server/coldroom)
"cXC" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -15008,10 +15276,10 @@
"cXH" = (
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -15039,6 +15307,14 @@
icon_state = "yellowcorner"
},
/area/station/hallway/primary/central/sw)
+"cYl" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "brown"
+ },
+/area/station/hallway/primary/central/south)
"cYo" = (
/obj/machinery/ai_node/network_node,
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
@@ -15122,6 +15398,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"cZW" = (
@@ -15193,9 +15472,6 @@
/obj/effect/mapping_helpers/airlock/windoor/autoname{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel,
/area/station/security/checkpoint/secondary)
"daE" = (
@@ -15344,10 +15620,10 @@
"dcc" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -15415,9 +15691,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/service/chapel_office,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
@@ -15495,12 +15768,6 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment{
@@ -15594,6 +15861,19 @@
icon_state = "darkgrey"
},
/area/station/security/storage)
+"dfa" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"dfd" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -15617,6 +15897,18 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
+"dfk" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet,
+/area/station/service/library)
"dfs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/wood,
@@ -15715,7 +16007,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"dgm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -15883,9 +16175,6 @@
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
"dhA" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -15936,7 +16225,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dil" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -15967,9 +16256,7 @@
"diu" = (
/obj/structure/closet/secure_closet/hydroponics,
/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -15980,6 +16267,14 @@
/obj/effect/spawner/random/glowstick,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
+"diB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"diD" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -16002,9 +16297,6 @@
/area/station/science/misc_lab)
"diW" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/aft_port)
"djg" = (
@@ -16086,15 +16378,15 @@
/area/station/science/xenobiology)
"djZ" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"dka" = (
@@ -16110,7 +16402,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/testrange)
"dkm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -16190,6 +16482,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "arrival"
@@ -16284,9 +16579,6 @@
/area/station/engineering/break_room)
"dlI" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -16346,7 +16638,7 @@
/obj/effect/decal/cleanable/blood/old,
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -16358,7 +16650,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -16392,7 +16684,7 @@
"dmI" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/landmark/spawner/xeno,
@@ -16415,9 +16707,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dmT" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -16433,6 +16722,9 @@
/obj/effect/turf_decal/siding{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/south)
"dmX" = (
@@ -16540,6 +16832,9 @@
/area/station/supply/storage)
"dnO" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"dnZ" = (
@@ -16680,7 +16975,7 @@
"dpk" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -16700,7 +16995,7 @@
/area/station/public/dorms)
"dpq" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -16717,7 +17012,7 @@
/area/station/security/lobby)
"dpF" = (
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -16774,7 +17069,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/ash,
@@ -16825,14 +17120,13 @@
/turf/simulated/floor/plasteel,
/area/station/security/range)
"drv" = (
-/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"drz" = (
@@ -16841,19 +17135,7 @@
icon_state = "dark"
},
/area/station/aisat/service)
-"drC" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/public/dorms)
"drD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -16872,9 +17154,6 @@
"drN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -16887,6 +17166,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"drU" = (
@@ -16917,12 +17199,12 @@
/area/station/medical/surgery)
"dso" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"dss" = (
@@ -16971,7 +17253,7 @@
dir = 9
},
/obj/structure/table_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -17021,9 +17303,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -17031,6 +17310,9 @@
dir = 4
},
/obj/machinery/door/airlock/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"dsS" = (
@@ -17049,9 +17331,6 @@
},
/area/station/medical/medbay2)
"dsZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -17098,6 +17377,15 @@
icon_state = "freezerfloor"
},
/area/station/medical/cloning)
+"dtq" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/library)
"dtw" = (
/turf/simulated/wall/r_wall,
/area/station/science/toxins/launch)
@@ -17112,9 +17400,6 @@
/area/station/medical/reception)
"dtF" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -17209,7 +17494,7 @@
/turf/simulated/floor/plating/asteroid/ancient/airless,
/area/station/engineering/atmos/asteroid_filtering)
"dus" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -17241,9 +17526,6 @@
"duK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
@@ -17334,10 +17616,10 @@
/area/station/maintenance/security/aft_starboard)
"dvy" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -17351,11 +17633,11 @@
/area/station/service/theatre)
"dvO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkredcorners"
@@ -17363,8 +17645,11 @@
/area/station/hallway/spacebridge/security/west)
"dvU" = (
/obj/structure/closet/toolcloset,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"dwn" = (
/obj/structure/chair/stool{
dir = 1
@@ -17497,9 +17782,6 @@
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"dxx" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
@@ -17541,8 +17823,8 @@
},
/area/station/security/execution)
"dxN" = (
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -17564,9 +17846,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandoned_garden)
"dye" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -17576,6 +17855,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -17650,6 +17932,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitebluecorner"
@@ -17684,6 +17969,9 @@
},
/area/station/procedure/trainer_office)
"dzR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitegreen"
@@ -17734,12 +18022,12 @@
"dAe" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"dAg" = (
@@ -17761,9 +18049,6 @@
/area/station/supply/storage)
"dAr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -17776,6 +18061,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dAs" = (
@@ -17951,9 +18239,6 @@
},
/area/station/hallway/primary/central/west)
"dCz" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -17967,7 +18252,7 @@
},
/area/station/medical/morgue)
"dCA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/item/shard{
@@ -17989,14 +18274,6 @@
icon_state = "purple"
},
/area/station/science/toxins/mixing)
-"dCN" = (
-/obj/structure/cable,
-/obj/machinery/power/solar_control{
- dir = 4;
- name = "Aft Port Solar Control"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_port)
"dCQ" = (
/obj/structure/closet/wardrobe/black,
/turf/simulated/floor/plating,
@@ -18151,6 +18428,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"dEd" = (
@@ -18223,6 +18503,13 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/engine)
+"dER" = (
+/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"dEV" = (
/obj/effect/spawner/random/barrier/obstruction,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -18231,21 +18518,21 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"dEX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"dFh" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/obj/machinery/power/terminal{
dir = 1
},
/obj/structure/cable/yellow{
icon_state = "0-8"
},
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -18279,7 +18566,7 @@
/obj/item/cigbutt/roach,
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -18358,7 +18645,7 @@
},
/area/station/security/brig)
"dGo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -18381,9 +18668,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"dGC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -18439,6 +18723,9 @@
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
"dHa" = (
@@ -18451,6 +18738,12 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
+"dHf" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_port)
"dHi" = (
/obj/structure/chair/sofa/bench/right{
dir = 8
@@ -18465,7 +18758,7 @@
/area/station/security/brig)
"dHw" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -18507,9 +18800,6 @@
/area/station/maintenance/starboard)
"dHI" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -18523,6 +18813,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dHR" = (
@@ -18566,7 +18859,7 @@
"dIp" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -18598,12 +18891,6 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
-"dIS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"dIU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/wall,
@@ -18639,7 +18926,7 @@
},
/area/station/medical/medbay)
"dJl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -18790,7 +19077,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"dLt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -18924,8 +19211,18 @@
"dMO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/break_room)
+"dMS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"dMW" = (
/obj/structure/table,
/obj/item/book/manual/hydroponics_pod_people,
@@ -18964,9 +19261,6 @@
/turf/simulated/floor/carpet/cyan,
/area/station/security/prison/cell_block)
"dNg" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -18980,6 +19274,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"dNi" = (
@@ -19050,15 +19347,12 @@
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"dNw" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -19119,7 +19413,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"dOB" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -19255,16 +19549,16 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
@@ -19358,9 +19652,6 @@
id_tag = "Secure Gate";
name = "Security Blast Door"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
@@ -19378,10 +19669,10 @@
/area/station/command/office/hos)
"dRu" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -19389,7 +19680,7 @@
"dRy" = (
/obj/effect/decal/cleanable/vomit/green,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -19457,7 +19748,7 @@
/area/station/science/misc_lab)
"dSb" = (
/obj/effect/decal/cleanable/confetti,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -19505,15 +19796,15 @@
/area/station/public/shops)
"dTb" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"dTc" = (
@@ -19581,6 +19872,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"dTV" = (
@@ -19593,6 +19887,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"dUf" = (
@@ -19657,6 +19954,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"dVo" = (
@@ -19680,6 +19980,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"dVM" = (
@@ -19769,9 +20072,6 @@
"dWJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "arrival"
@@ -19824,6 +20124,10 @@
},
/turf/simulated/floor/wood,
/area/station/service/library)
+"dXL" = (
+/obj/machinery/alarm/directional/west,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"dXR" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -19842,7 +20146,7 @@
"dYn" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"dYr" = (
/obj/structure/railing/corner{
dir = 8
@@ -19880,9 +20184,6 @@
/area/space/nearstation)
"dYX" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{
dir = 5
@@ -19890,6 +20191,9 @@
/obj/machinery/atmospherics/pipe/simple/visible/supply{
dir = 5
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/space,
/area/space/nearstation)
"dZa" = (
@@ -19916,6 +20220,9 @@
"dZo" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"dZp" = (
@@ -19938,7 +20245,7 @@
/turf/simulated/floor/wood,
/area/station/medical/psych)
"dZr" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -19964,7 +20271,7 @@
},
/area/station/science/server)
"dZx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/machinery/atmospherics/portable/canister/air{
@@ -19996,6 +20303,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"dZP" = (
@@ -20042,13 +20352,13 @@
/area/station/medical/cloning)
"eax" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"eaB" = (
@@ -20058,6 +20368,9 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/catwalk,
/area/station/engineering/transmission_laser)
"eaD" = (
@@ -20087,10 +20400,10 @@
/area/station/engineering/atmos/asteroid_core)
"eaQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"eaS" = (
@@ -20120,7 +20433,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -20194,7 +20507,7 @@
"ebN" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"ebO" = (
/obj/machinery/door/airlock/maintenance{
electrified_until = -1;
@@ -20267,9 +20580,6 @@
"ecx" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -20282,6 +20592,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ecy" = (
@@ -20323,7 +20636,7 @@
"ecH" = (
/obj/machinery/atmospherics/binary/valve/open,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -20469,16 +20782,20 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos/storage)
+"eeg" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_port)
"eeh" = (
/obj/machinery/door/airlock/atmos{
name = "Aft-Port Atmospherics Maintenance"
},
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"eex" = (
@@ -20537,13 +20854,13 @@
/area/station/service/janitor)
"eff" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -20598,6 +20915,9 @@
dir = 10
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurplefull"
},
@@ -20608,9 +20928,6 @@
/area/station/ai_monitored/storage/eva)
"efQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -20624,6 +20941,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"efU" = (
@@ -20655,9 +20975,6 @@
/turf/simulated/floor/engine/xenobio,
/area/station/science/xenobiology)
"ege" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/sign/poster/official/random/directional/north,
/turf/simulated/floor/plasteel{
dir = 1;
@@ -20743,12 +21060,12 @@
/area/station/public/dorms)
"ehO" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ehR" = (
@@ -20763,7 +21080,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"ehX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -20790,7 +21107,7 @@
"eiF" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -20808,12 +21125,12 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"eiK" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"eiO" = (
@@ -20826,6 +21143,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -20842,24 +21162,26 @@
/area/station/engineering/engine)
"eiX" = (
/obj/item/assembly/mousetrap/armed,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
+"ejc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/aft)
"ejd" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -20872,7 +21194,7 @@
"ejg" = (
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/light/small{
@@ -20884,7 +21206,7 @@
/turf/simulated/wall/r_wall,
/area/station/security/lobby)
"ejo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -20930,6 +21252,9 @@
c_tag = "Starboard Primary Hall East";
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
@@ -20944,12 +21269,12 @@
/area/station/security/processing)
"ejV" = (
/obj/effect/spawner/random/barrier/obstruction,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"ejY" = (
@@ -21038,6 +21363,9 @@
icon_state = "dark"
},
/area/station/ai_monitored/storage/eva)
+"ekK" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/fore_starboard)
"ekM" = (
/obj/machinery/atmospherics/pipe/simple/visible/green{
dir = 4
@@ -21060,13 +21388,13 @@
/area/station/medical/medbay)
"ekV" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -21076,6 +21404,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"elt" = (
@@ -21114,13 +21448,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/security/lobby)
"elI" = (
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -21140,7 +21477,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -21227,7 +21564,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -21373,10 +21710,10 @@
/area/station/hallway/secondary/garden)
"enX" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -21437,6 +21774,9 @@
/area/station/maintenance/apmaint2)
"eoz" = (
/obj/machinery/economy/vending/autodrobe,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"eoA" = (
@@ -21445,7 +21785,7 @@
/area/station/medical/chemistry)
"eoM" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -21459,13 +21799,22 @@
"eoO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
/area/station/public/sleep)
+"eoU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore/north)
"epa" = (
/obj/machinery/chem_master,
/obj/structure/reagent_dispensers/fueltank/chem{
@@ -21553,9 +21902,6 @@
/area/station/medical/virology)
"epY" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -21573,11 +21919,15 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
+"eqi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/dorms/fore)
"eqw" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -21589,7 +21939,7 @@
/area/station/public/fitness)
"eqB" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -21599,7 +21949,7 @@
},
/area/station/maintenance/apmaint)
"eqD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -21730,6 +22080,12 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"erJ" = (
@@ -21776,7 +22132,7 @@
/area/station/maintenance/apmaint)
"esq" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"esr" = (
@@ -21837,7 +22193,7 @@
/area/station/engineering/atmos/asteroid_filtering)
"esN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -21922,7 +22278,7 @@
dir = 1
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"etV" = (
/obj/machinery/ai_status_display{
pixel_y = 32
@@ -22013,7 +22369,7 @@
/area/station/engineering/atmos)
"euO" = (
/obj/machinery/disposal,
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/disposalpipe/trunk{
@@ -22038,7 +22394,7 @@
"euW" = (
/obj/structure/grille/broken,
/obj/item/stack/rods,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22064,6 +22420,9 @@
/area/station/public/dorms)
"evd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"eve" = (
@@ -22114,7 +22473,7 @@
/area/station/hallway/spacebridge/security/west)
"evp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -22224,6 +22583,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"ewq" = (
@@ -22243,6 +22605,9 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"ewI" = (
@@ -22285,6 +22650,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"ewX" = (
@@ -22297,6 +22665,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"exu" = (
@@ -22306,9 +22677,6 @@
"exw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "1-4"
},
@@ -22435,13 +22803,13 @@
"eyx" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -22455,9 +22823,19 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"eyB" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/power/smes/engineering,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"eyE" = (
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -22481,20 +22859,24 @@
},
/area/station/medical/medbay)
"eyW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8;
+ initialize_directions = 11
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"eza" = (
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -22556,24 +22938,18 @@
/area/station/maintenance/fsmaint2)
"ezK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ezS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/alarm/directional/east,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -22584,6 +22960,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ezV" = (
@@ -22626,13 +23005,13 @@
/obj/machinery/door/airlock/engineering{
name = "Toxin Testing EVA Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"eAm" = (
@@ -22664,6 +23043,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
+"eAy" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"eAz" = (
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -22794,6 +23179,9 @@
/area/station/maintenance/fsmaint2)
"eBV" = (
/obj/effect/decal/cleanable/ash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"eCb" = (
@@ -22832,9 +23220,6 @@
dir = 5
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/newscaster/directional/west,
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
@@ -22843,10 +23228,10 @@
/area/station/service/mime)
"eCD" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -22918,7 +23303,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"eDJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -22960,7 +23345,7 @@
},
/area/station/public/dorms)
"eEf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -22977,12 +23362,6 @@
/area/station/maintenance/abandoned_garden)
"eEh" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -22996,6 +23375,9 @@
dir = 1;
sort_type_txt = "14"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"eEi" = (
@@ -23093,9 +23475,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -23105,6 +23484,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"eFo" = (
@@ -23114,7 +23496,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -23154,12 +23536,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"eFW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -23181,10 +23563,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/table_frame,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"eFY" = (
@@ -23323,10 +23705,10 @@
network = list("Engineering","SS13");
c_tag = "Power Transmission Laser"
},
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
+/obj/machinery/power/apc/reinforced/directional/east,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "black"
@@ -23430,9 +23812,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
"eIM" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -23453,7 +23832,7 @@
/area/station/supply/warehouse)
"eJa" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -23475,7 +23854,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -23491,7 +23870,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -23659,7 +24038,7 @@
/area/station/security/warden)
"eKZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -23872,12 +24251,12 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"eNH" = (
/obj/machinery/photocopier{
toner = 0
@@ -23918,7 +24297,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -23969,7 +24348,7 @@
"eOD" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -24105,7 +24484,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -24132,7 +24511,7 @@
/area/station/maintenance/starboard)
"ePW" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -24149,10 +24528,10 @@
/area/station/science/genetics)
"ePY" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-8"
},
/turf/simulated/floor/wood,
@@ -24213,9 +24592,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
@@ -24247,19 +24623,11 @@
/obj/effect/spawner/airlock/w_to_e,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"eRH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/ai_monitored/storage/eva)
"eRO" = (
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"eRV" = (
@@ -24327,9 +24695,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"eSD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -24341,6 +24706,12 @@
/obj/effect/turf_decal/siding{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/south)
"eSI" = (
@@ -24384,7 +24755,7 @@
"eTs" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/glowstick,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -24445,6 +24816,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"eUn" = (
@@ -24561,7 +24935,7 @@
"eVo" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -24668,7 +25042,7 @@
"eVT" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -24686,7 +25060,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"eVU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -24698,7 +25072,7 @@
/area/station/maintenance/apmaint)
"eVV" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -24779,13 +25153,13 @@
"eWT" = (
/obj/item/stack/sheet/metal,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -24805,11 +25179,11 @@
name = "Aft-Port Atmospherics Maintenance"
},
/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"eXi" = (
@@ -24883,7 +25257,7 @@
"eXT" = (
/obj/machinery/power/apc/directional/north,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "0-2"
},
/turf/simulated/floor/carpet,
/area/station/public/arcade)
@@ -24908,9 +25282,6 @@
/area/station/medical/virology)
"eYc" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -24923,6 +25294,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"eYj" = (
@@ -25226,9 +25600,6 @@
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"fax" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -25241,6 +25612,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/spacebridge/security/south)
"faz" = (
@@ -25428,7 +25802,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -25508,7 +25882,7 @@
"fde" = (
/obj/structure/rack,
/obj/item/storage/toolbox/mechanical,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -25559,9 +25933,6 @@
/area/station/medical/medbay)
"fdO" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -25632,6 +26003,15 @@
icon_state = "darkred"
},
/area/station/legal/courtroom)
+"fes" = (
+/obj/machinery/light,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/starboard)
"few" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -25639,16 +26019,13 @@
/obj/machinery/door/airlock/maintenance{
name = "Atmospherics Maintenance"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_maint)
"feH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -25663,7 +26040,7 @@
},
/area/station/medical/morgue)
"feI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -25754,9 +26131,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
@@ -25805,7 +26179,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -25819,12 +26193,9 @@
"ffw" = (
/obj/item/shard,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -25844,7 +26215,7 @@
"ffD" = (
/obj/machinery/power/tracker,
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -25941,9 +26312,6 @@
/area/station/maintenance/security/aft_starboard)
"fgN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -25953,6 +26321,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"fgO" = (
@@ -26099,7 +26470,7 @@
"fis" = (
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"fiv" = (
/turf/simulated/wall/r_wall,
/area/station/security/armory/secure)
@@ -26114,16 +26485,10 @@
},
/area/station/security/lobby)
"fiB" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
/obj/machinery/camera{
c_tag = "Engineering SMES";
dir = 8
},
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/obj/machinery/alarm/directional/east,
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -26134,6 +26499,9 @@
pixel_x = 24;
pixel_y = 32
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -26211,6 +26579,14 @@
icon_state = "dark"
},
/area/station/turret_protected/ai)
+"fjz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/generic,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"fjA" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -26262,13 +26638,13 @@
"fkc" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -26288,6 +26664,16 @@
icon_state = "dark"
},
/area/station/engineering/engine)
+"fks" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore/north)
"fku" = (
/obj/machinery/firealarm/directional/west,
/obj/machinery/plantgenes,
@@ -26309,7 +26695,7 @@
"fkz" = (
/obj/machinery/hologram/holopad,
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
@@ -26319,7 +26705,7 @@
"fkD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -26352,6 +26738,9 @@
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/airlock/mining/glass,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"fkT" = (
@@ -26389,7 +26778,7 @@
/area/station/engineering/atmos)
"flv" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -26446,9 +26835,6 @@
},
/area/station/science/xenobiology)
"flW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -26461,10 +26847,10 @@
"flZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"fme" = (
@@ -26494,6 +26880,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"fmF" = (
@@ -26516,15 +26905,6 @@
},
/area/station/supply/miningdock)
"fmN" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -26538,6 +26918,9 @@
dir = 4
},
/obj/effect/turf_decal/siding,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/south)
"fmQ" = (
@@ -26581,7 +26964,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -26631,9 +27014,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"fnB" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -26643,6 +27023,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkredcorners"
@@ -26773,6 +27156,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/spacebridge/security/south)
"foL" = (
@@ -26788,9 +27174,6 @@
/area/station/security/brig)
"foN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -26803,6 +27186,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"foO" = (
@@ -26870,9 +27256,6 @@
/area/station/medical/morgue)
"fps" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -26882,7 +27265,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -26896,10 +27279,10 @@
/area/station/service/theatre)
"fpE" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -26961,9 +27344,6 @@
},
/area/station/security/brig)
"fqn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -26976,6 +27356,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkredcorners"
@@ -26996,7 +27379,7 @@
/area/station/hallway/secondary/exit)
"fqv" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -27081,7 +27464,7 @@
/area/station/command/office/captain)
"frf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -27184,7 +27567,7 @@
/area/station/service/bar)
"frP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -27199,11 +27582,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"frQ" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/light,
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -27211,9 +27594,6 @@
"frU" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -27226,6 +27606,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"frX" = (
@@ -27260,15 +27643,12 @@
"fss" = (
/obj/machinery/power/port_gen/pacman,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"fsJ" = (
/obj/structure/rack,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"fth" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -27281,6 +27661,9 @@
/obj/effect/turf_decal/siding{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/south)
"ftl" = (
@@ -27293,6 +27676,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "green"
@@ -27346,7 +27732,7 @@
/area/station/engineering/atmos/asteroid_filtering)
"ftO" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -27412,7 +27798,7 @@
/turf/simulated/floor/plasteel,
/area/station/medical/paramedic)
"fuo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -27482,6 +27868,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkpurplecorners"
@@ -27636,11 +28025,17 @@
dir = 4;
name = "Pure to Waste"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
+"fwD" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/supply/expedition)
"fwH" = (
/turf/simulated/wall,
/area/station/maintenance/dorms/port)
@@ -27703,6 +28098,13 @@
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
+"fxo" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"fxs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/purple{
dir = 4
@@ -27728,13 +28130,13 @@
/obj/structure/chair{
dir = 1
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -27814,6 +28216,9 @@
/obj/effect/mapping_helpers/airlock/access/any/science/research,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -27845,10 +28250,29 @@
},
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
+"fyx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/asmaint)
"fyz" = (
/obj/effect/decal/cleanable/generic,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"fyF" = (
/obj/item/kirbyplants/large,
/obj/machinery/status_display{
@@ -27887,7 +28311,7 @@
/turf/simulated/wall/r_wall,
/area/station/maintenance/abandonedservers)
"fyW" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/simulated/floor/engine/asteroid,
@@ -27968,7 +28392,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"fzW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/machinery/camera{
@@ -27980,7 +28404,7 @@
"fzX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -28019,13 +28443,13 @@
"fAQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -28181,7 +28605,7 @@
/area/station/supply/miningdock)
"fCA" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -28233,24 +28657,6 @@
icon_state = "whitepurplecorner"
},
/area/station/science/research)
-"fCR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "arrival"
- },
-/area/station/service/theatre)
"fCS" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -28267,6 +28673,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"fDc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"fDd" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
@@ -28292,6 +28708,24 @@
},
/turf/simulated/floor/plasteel/airless,
/area/station/science/toxins/test)
+"fDj" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medbay Staff Entrance"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Biohazard_medi";
+ name = "Quarantine Lockdown"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/medical/general,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/unres,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/medical/medbay2)
"fDk" = (
/obj/machinery/status_display{
pixel_x = -32
@@ -28311,6 +28745,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -28382,7 +28819,7 @@
"fEp" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -28410,7 +28847,7 @@
/obj/machinery/power/terminal{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -28509,12 +28946,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/command/office/ce)
-"fGf" = (
-/obj/machinery/light,
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/starboard)
"fGi" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -28592,7 +29023,7 @@
/area/station/hallway/primary/central/west)
"fGG" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -28677,7 +29108,7 @@
"fHE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -28748,7 +29179,7 @@
/area/station/hallway/primary/central/se)
"fIj" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -28759,7 +29190,7 @@
/area/station/maintenance/starboard)
"fIl" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -28924,9 +29355,6 @@
},
/area/station/science/toxins/mixing)
"fJD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -28960,9 +29388,6 @@
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"fJT" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "1-8"
},
@@ -28972,6 +29397,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/smes)
"fKd" = (
@@ -29012,6 +29443,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"fKG" = (
@@ -29053,6 +29487,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"fLa" = (
@@ -29082,7 +29519,7 @@
/area/station/hallway/primary/fore/north)
"fLj" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -29185,7 +29622,7 @@
"fLW" = (
/obj/machinery/power/tracker,
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_starboard)
"fLX" = (
@@ -29211,12 +29648,21 @@
"fMh" = (
/obj/effect/decal/cleanable/vomit,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"fMm" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"fMq" = (
/obj/effect/decal/cleanable/blood/tracks/mapped{
dir = 4
@@ -29260,7 +29706,7 @@
"fMM" = (
/obj/structure/closet/firecloset,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"fMN" = (
/obj/structure/table/wood,
/obj/item/storage/bible,
@@ -29332,6 +29778,9 @@
dir = 1
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
@@ -29372,7 +29821,7 @@
"fNv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -29400,7 +29849,7 @@
/area/station/ai_monitored/storage/eva)
"fNL" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -29425,7 +29874,7 @@
"fOc" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -29443,7 +29892,7 @@
/area/station/engineering/atmos/asteroid_filtering)
"fOh" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -29493,9 +29942,6 @@
/area/station/security/permabrig)
"fOz" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -29508,8 +29954,21 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"fOC" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"fOE" = (
/obj/structure/closet/secure_closet/evidence,
/obj/item/radio/intercom/department/security{
@@ -29660,12 +30119,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -29717,7 +30170,7 @@
/area/station/supply/miningdock)
"fQC" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -29755,19 +30208,13 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"fQW" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/status_display{
- pixel_y = 32
- },
/obj/effect/turf_decal/stripes/line{
dir = 9
},
-/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/critical/directional/north,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -29803,12 +30250,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/starboard)
"fRD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -29818,6 +30259,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -29899,13 +30343,13 @@
},
/area/station/medical/cryo)
"fSs" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/turf_decal/siding{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"fSu" = (
@@ -29961,8 +30405,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/interrogation)
+"fTk" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/ne)
"fTr" = (
/obj/machinery/economy/vending/wallmed/directional/east,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluecorner"
},
@@ -30063,6 +30521,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluecorner"
},
@@ -30172,13 +30633,13 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"fXb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"fXf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -30191,6 +30652,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitecorner"
@@ -30209,10 +30673,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/lobby)
-"fXt" = (
+"fXo" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/south)
+"fXt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -30288,6 +30764,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"fYu" = (
@@ -30298,7 +30777,7 @@
/area/station/hallway/spacebridge/security/south)
"fYw" = (
/obj/machinery/power/terminal,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
@@ -30306,11 +30785,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"fYQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -30474,7 +30956,7 @@
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"gbl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -30501,9 +30983,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/junction/y,
/turf/simulated/floor/plasteel,
/area/station/service/theatre)
@@ -30759,19 +31238,6 @@
},
/turf/simulated/floor/grass,
/area/station/public/park)
-"gdt" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
"gdv" = (
/turf/simulated/wall,
/area/station/maintenance/fsmaint)
@@ -30808,7 +31274,7 @@
/obj/effect/mapping_helpers/turfs/burn,
/obj/structure/sign/poster/contraband/random/directional/north,
/obj/effect/spawner/random/cobweb/right/rare,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -30842,9 +31308,6 @@
/area/station/turret_protected/aisat/interior)
"gei" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -30857,6 +31320,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"gej" = (
@@ -30905,7 +31371,7 @@
"geD" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -30971,9 +31437,6 @@
/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -30995,9 +31458,6 @@
id_tag = "Biohazard_medi";
name = "Quarantine Lockdown"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -31008,6 +31468,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"gfv" = (
@@ -31031,6 +31494,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -31040,9 +31506,6 @@
/turf/space,
/area/station/engineering/atmos/asteroid)
"gfI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -31068,6 +31531,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"gfX" = (
@@ -31230,10 +31696,10 @@
},
/area/station/medical/chemistry)
"ghD" = (
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkredcorners"
@@ -31263,7 +31729,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -31292,6 +31758,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -31337,9 +31806,6 @@
},
/area/station/command/office/rd)
"gip" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -31428,7 +31894,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -31443,7 +31909,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"gjA" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -31453,18 +31919,6 @@
icon_state = "solarpanel"
},
/area/station/engineering/solar/aft_starboard)
-"gjU" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/wood,
-/area/station/public/fitness)
"gkd" = (
/obj/effect/turf_decal/box,
/turf/simulated/floor/plasteel{
@@ -31476,7 +31930,7 @@
/obj/machinery/power/solar{
name = "Fore-Starboard Solar Array"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plasteel/airless{
@@ -31575,7 +32029,7 @@
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
"gkD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -31706,7 +32160,7 @@
/area/station/hallway/primary/central/nw)
"glD" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -31861,7 +32315,7 @@
"gmT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -31903,12 +32357,12 @@
"gnA" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"gnH" = (
@@ -31956,7 +32410,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/maintenance/aft)
"got" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -32091,12 +32545,12 @@
"gpH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"gpO" = (
@@ -32129,7 +32583,7 @@
pixel_y = 10
},
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -32165,12 +32619,18 @@
pixel_x = 32;
id = "fit2"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "caution"
},
/area/station/public/fitness)
"gqQ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
@@ -32195,7 +32655,7 @@
/area/station/medical/medbay)
"grc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -32219,7 +32679,7 @@
},
/area/station/engineering/hardsuitstorage)
"grq" = (
-/obj/structure/cable/yellow,
+/obj/structure/cable,
/turf/simulated/wall,
/area/station/service/clown)
"grF" = (
@@ -32237,6 +32697,15 @@
/obj/machinery/requests_console/directional/south,
/turf/simulated/floor/carpet/royalblack,
/area/station/command/office/ntrep)
+"grM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore)
"grU" = (
/obj/structure/table,
/obj/item/assembly/signaler{
@@ -32333,6 +32802,9 @@
"gsx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "green"
@@ -32369,6 +32841,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"gsU" = (
@@ -32448,6 +32923,9 @@
name = "south bump";
pixel_y = -28
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -32498,6 +32976,9 @@
initialize_directions = 11
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"gur" = (
@@ -32793,12 +33274,6 @@
},
/turf/simulated/floor/beach/away/sand,
/area/station/public/dorms)
-"gxU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/station/service/library)
"gyd" = (
/turf/simulated/wall/r_wall,
/area/station/command/meeting_room)
@@ -32806,12 +33281,12 @@
/turf/simulated/wall/r_wall,
/area/station/security/detective)
"gym" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -32833,10 +33308,10 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"gyJ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -32865,7 +33340,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"gzq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/spawner/random/blood/maybe,
@@ -32981,7 +33456,7 @@
"gAX" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33013,7 +33488,7 @@
pixel_y = -18
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33030,12 +33505,12 @@
},
/area/station/maintenance/apmaint)
"gBt" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"gBw" = (
@@ -33072,9 +33547,6 @@
/area/station/science/misc_lab)
"gBE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -33084,6 +33556,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"gBG" = (
@@ -33092,9 +33567,6 @@
id_tag = "Secure Gate";
name = "Security Blast Door"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
@@ -33186,6 +33658,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"gCX" = (
@@ -33234,24 +33709,18 @@
/area/station/engineering/engine)
"gDA" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"gDD" = (
-/obj/machinery/power/terminal{
- dir = 1
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -33374,9 +33843,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"gEm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
@@ -33386,6 +33852,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -33424,7 +33893,7 @@
},
/area/station/hallway/primary/fore/north)
"gED" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33482,7 +33951,7 @@
/area/station/service/library)
"gFr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -33531,13 +34000,6 @@
icon_state = "redfull"
},
/area/station/security/permabrig)
-"gFG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/public/dorms)
"gFH" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -33553,7 +34015,7 @@
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"gFW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/ash,
@@ -33636,6 +34098,17 @@
/obj/structure/rack,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"gGF" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "bar"
+ },
+/area/station/hallway/primary/aft)
"gGH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -33646,14 +34119,17 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "green"
},
/area/station/service/hydroponics)
"gGP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -33688,7 +34164,7 @@
"gHg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -33751,7 +34227,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/cobweb/left/rare,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"gHK" = (
/obj/machinery/light{
dir = 1
@@ -33802,9 +34278,6 @@
/area/station/science/toxins/test)
"gIg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -33814,6 +34287,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"gIh" = (
@@ -33842,7 +34316,7 @@
"gIy" = (
/obj/structure/girder,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -33872,7 +34346,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -33919,7 +34393,7 @@
"gJg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -34023,9 +34497,6 @@
"gKE" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/visible/yellow,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -34035,6 +34506,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"gKI" = (
@@ -34059,12 +34533,12 @@
},
/area/station/public/storage/tools)
"gLc" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"gLd" = (
@@ -34280,7 +34754,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"gNO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/generic,
@@ -34332,9 +34806,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Kitchen Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -34405,10 +34876,10 @@
/area/station/maintenance/apmaint2)
"gPi" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -34431,9 +34902,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
@@ -34465,6 +34933,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"gQc" = (
@@ -34479,7 +34950,7 @@
/area/station/service/library)
"gQe" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -34568,7 +35039,7 @@
/area/station/maintenance/starboard)
"gRy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -34617,11 +35088,11 @@
/area/station/security/storage)
"gSd" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"gSe" = (
@@ -34640,6 +35111,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"gSr" = (
@@ -34687,7 +35161,7 @@
/area/station/security/permabrig)
"gTi" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -34811,9 +35285,6 @@
/area/station/maintenance/asmaint)
"gUn" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -34824,6 +35295,9 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"gUo" = (
@@ -34848,6 +35322,14 @@
/obj/machinery/door/airlock/public/glass,
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
+"gUJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/aft2)
"gUN" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
@@ -34860,6 +35342,9 @@
/obj/effect/turf_decal/stripes/white/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"gUR" = (
@@ -34934,6 +35419,9 @@
id = "Theatre_inprogress"
},
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"gVI" = (
@@ -34978,7 +35466,7 @@
/area/station/hallway/primary/fore/north)
"gWk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -34986,6 +35474,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"gWn" = (
@@ -35035,6 +35526,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"gWH" = (
@@ -35064,7 +35558,7 @@
"gWM" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -35120,9 +35614,6 @@
/area/station/supply/lobby)
"gXl" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -35133,6 +35624,9 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"gXt" = (
@@ -35147,7 +35641,7 @@
/turf/simulated/floor/engine/n20,
/area/station/engineering/atmos)
"gXQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -35179,8 +35673,8 @@
"gXX" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -35192,7 +35686,7 @@
/area/station/service/bar)
"gYn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -35228,14 +35722,6 @@
/obj/effect/spawner/random/barrier/possibly_welded_airlock,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"gYF" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "escape"
- },
-/area/station/hallway/primary/starboard)
"gYK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
@@ -35311,7 +35797,7 @@
icon_state = "small"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -35372,7 +35858,7 @@
/area/station/public/locker)
"gZF" = (
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -35406,6 +35892,9 @@
/obj/effect/mapping_helpers/airlock/access/all/service/mime,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -35469,7 +35958,7 @@
/area/station/public/storage/emergency)
"haM" = (
/obj/machinery/alarm/directional/east,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -35569,12 +36058,12 @@
/area/station/turret_protected/aisat/interior)
"hbO" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"hbU" = (
@@ -35634,13 +36123,13 @@
},
/area/station/security/permabrig)
"hcf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -35682,9 +36171,6 @@
/turf/simulated/wall/r_wall,
/area/space/nearstation)
"hcQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -35745,6 +36231,9 @@
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"hdD" = (
@@ -35757,12 +36246,12 @@
},
/area/station/science/xenobiology)
"hdI" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
@@ -35777,6 +36266,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"hdK" = (
@@ -35989,7 +36481,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -36041,7 +36533,7 @@
"hgX" = (
/obj/effect/decal/cleanable/ash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36112,6 +36604,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -36151,6 +36646,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "blackcorner"
@@ -36222,7 +36720,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"hiu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -36432,7 +36930,7 @@
/area/station/command/bridge)
"hjA" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -36523,7 +37021,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/drip,
@@ -36554,13 +37052,6 @@
icon_state = "whitepurplecorner"
},
/area/station/science/robotics)
-"hkT" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"hkX" = (
/turf/simulated/wall,
/area/station/ai_monitored/storage/eva)
@@ -36700,6 +37191,15 @@
/obj/structure/flora/ausbushes/ppflowers,
/turf/simulated/floor/grass,
/area/station/medical/medbay2)
+"hmM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"hmO" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 6
@@ -36793,7 +37293,7 @@
"hnw" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36833,7 +37333,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -36851,6 +37351,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/ai_monitored/storage/eva)
"hoq" = (
@@ -36919,9 +37422,6 @@
/area/station/hallway/primary/fore/north)
"hoN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -36934,6 +37434,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"hoR" = (
@@ -36989,9 +37492,6 @@
"hpx" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -36999,6 +37499,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"hpA" = (
@@ -37057,9 +37560,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/wood,
/area/station/public/fitness)
@@ -37089,14 +37589,11 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/east)
"hqA" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"hqC" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "HoS"
@@ -37112,7 +37609,7 @@
dir = 8
},
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"hqG" = (
/obj/effect/turf_decal/delivery/partial{
dir = 4
@@ -37124,10 +37621,10 @@
/area/station/engineering/break_room)
"hqI" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -37324,14 +37821,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
@@ -37369,7 +37866,7 @@
"htF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -37473,7 +37970,7 @@
},
/area/station/hallway/secondary/entry)
"huY" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -37520,9 +38017,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -37649,9 +38143,6 @@
/area/station/aisat/breakroom)
"hwj" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -37665,6 +38156,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"hwk" = (
@@ -37694,6 +38188,14 @@
/obj/structure/closet/walllocker/emerglocker/directional/east,
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/arrival/station)
+"hws" = (
+/obj/structure/cable/yellow,
+/obj/machinery/power/solar_control{
+ dir = 4;
+ name = "Aft Port Solar Control"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_port)
"hwx" = (
/obj/machinery/economy/vending/snack,
/turf/simulated/floor/wood,
@@ -37724,6 +38226,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"hwQ" = (
@@ -37813,9 +38318,6 @@
},
/area/station/science/rnd)
"hxC" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -37828,6 +38330,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"hxK" = (
@@ -37845,6 +38350,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -37903,6 +38411,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluefull"
},
@@ -37928,7 +38439,7 @@
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"hyo" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -37996,9 +38507,6 @@
/area/station/science/xenobiology)
"hyT" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -38008,16 +38516,19 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"hyY" = (
/obj/machinery/door/airlock/engineering{
name = "Fore Port Solar Access"
},
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"hzc" = (
@@ -38058,8 +38569,8 @@
/obj/structure/chair/stool{
dir = 1
},
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -38085,7 +38596,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"hzV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -38115,7 +38626,7 @@
},
/area/station/security/armory/secure)
"hAg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -38135,9 +38646,6 @@
},
/area/station/public/fitness)
"hAj" = (
-/obj/machinery/door/airlock/engineering/glass{
- name = "SMES Room"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -38152,6 +38660,9 @@
/obj/structure/cable{
icon_state = "2-8"
},
+/obj/machinery/door/airlock/engineering/glass{
+ name = "SMES Room"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/smes)
"hAl" = (
@@ -38200,13 +38711,13 @@
/area/station/security/prison/cell_block)
"hAW" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -38285,9 +38796,6 @@
/area/station/aisat/breakroom)
"hBm" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -38301,6 +38809,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_starboard)
"hBo" = (
@@ -38468,14 +38979,14 @@
"hCx" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"hCC" = (
@@ -38536,9 +39047,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"hCZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment/corner{
@@ -38564,9 +39072,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
/obj/structure/sign/poster/official/random/directional/north,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -38576,6 +39081,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"hDA" = (
@@ -38586,7 +39094,7 @@
"hDC" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -38594,7 +39102,7 @@
"hDO" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -38693,6 +39201,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -38758,7 +39269,7 @@
},
/area/station/medical/psych)
"hFG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -38775,12 +39286,32 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"hFI" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/dorms/starboard)
"hFQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"hFR" = (
@@ -38866,7 +39397,7 @@
/area/space)
"hGT" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -38953,14 +39484,14 @@
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
"hHC" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -39046,9 +39577,6 @@
/area/station/public/storage/office)
"hIX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -39064,9 +39592,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
@@ -39090,7 +39615,7 @@
/area/station/medical/surgery/observation)
"hJd" = (
/obj/machinery/atmospherics/binary/valve/digital,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -39145,6 +39670,12 @@
/obj/structure/closet/emcloset,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/starboard)
+"hJM" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/aft)
"hJO" = (
/obj/machinery/economy/vending/hydrodrobe,
/turf/simulated/floor/plasteel{
@@ -39263,13 +39794,6 @@
icon_state = "dark"
},
/area/station/turret_protected/aisat/interior)
-"hLq" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
"hLu" = (
/obj/structure/table/wood,
/obj/item/storage/fancy/donut_box,
@@ -39290,7 +39814,7 @@
/area/station/engineering/engine)
"hLU" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39331,7 +39855,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -39377,7 +39901,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"hMY" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Aft-Starboard Solar Array"
},
@@ -39403,9 +39927,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"hNj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -39443,7 +39964,7 @@
/area/station/medical/chemistry)
"hNG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39501,21 +40022,21 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"hOE" = (
/obj/machinery/door/airlock/maintenance{
name = "Robotics Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -39600,7 +40121,7 @@
/turf/simulated/floor/carpet,
/area/station/public/mrchangs)
"hPV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39701,7 +40222,7 @@
},
/area/station/service/chapel/office)
"hRp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -39794,8 +40315,8 @@
/obj/structure/table,
/obj/item/rpd,
/obj/item/clothing/glasses/welding,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -39812,6 +40333,23 @@
},
/turf/simulated/floor/plasteel/airless,
/area/station/science/toxins/test)
+"hSX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"hTg" = (
/obj/machinery/atmospherics/pipe/manifold/visible{
dir = 8
@@ -39841,9 +40379,6 @@
/area/station/engineering/engine)
"hTw" = (
/obj/effect/landmark/start/scientist,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -39855,9 +40390,6 @@
"hTG" = (
/obj/effect/spawner/random/blood/often,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -39867,7 +40399,7 @@
/area/station/maintenance/fsmaint2)
"hUe" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -39893,17 +40425,6 @@
},
/turf/simulated/floor/plating,
/area/station/security/warden)
-"hUH" = (
-/obj/effect/mapping_helpers/turfs/burn,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"hUI" = (
/obj/machinery/door/airlock/hatch{
name = "MiniSat Service Bay"
@@ -39953,7 +40474,7 @@
},
/area/station/security/prison/cell_block)
"hVe" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -40028,7 +40549,7 @@
"hVN" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -40059,15 +40580,15 @@
/area/station/maintenance/apmaint2)
"hWb" = (
/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
/obj/machinery/light{
dir = 1
},
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkredcorners"
@@ -40141,7 +40662,7 @@
"hWF" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -40191,7 +40712,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -40290,11 +40811,11 @@
locked = 1
},
/obj/structure/barricade/wooden,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/abandoned_office)
"hYB" = (
@@ -40305,12 +40826,12 @@
/area/station/engineering/atmos/asteroid_filtering)
"hYK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"hYQ" = (
@@ -40391,9 +40912,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"hZq" = (
@@ -40426,10 +40944,10 @@
},
/area/station/medical/reception)
"hZJ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -40481,6 +40999,9 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurplecorner"
},
@@ -40504,6 +41025,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
@@ -40668,11 +41192,27 @@
/area/station/engineering/atmos/asteroid_filtering)
"ict" = (
/obj/machinery/computer/card,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "red"
},
/area/station/security/checkpoint/secondary)
+"icu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"icv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -40700,12 +41240,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "neutral"
@@ -40748,7 +41288,7 @@
/area/station/command/office/cmo)
"idd" = (
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -40783,10 +41323,10 @@
/area/station/maintenance/solar_maintenance/aft_port)
"idt" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/space,
@@ -40812,7 +41352,7 @@
/obj/item/decorations/sticky_decorations/flammable/tinsel/halloween{
pixel_y = 20
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -40845,18 +41385,15 @@
"idT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/sortjunction{
dir = 8;
sort_type_txt = "22"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"idX" = (
@@ -40913,13 +41450,13 @@
"ieV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"ife" = (
@@ -40931,6 +41468,24 @@
icon_state = "arrival"
},
/area/station/hallway/primary/central/se)
+"iff" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "arrival"
+ },
+/area/station/service/theatre)
"ifh" = (
/obj/effect/landmark/start/librarian,
/obj/structure/chair/office/dark,
@@ -40987,12 +41542,6 @@
"ifF" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -41001,6 +41550,9 @@
/obj/structure/disposalpipe/junction/y{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ifO" = (
@@ -41016,10 +41568,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkyellow"
@@ -41029,10 +41581,10 @@
/obj/effect/decal/cleanable/vomit,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41105,7 +41657,7 @@
/obj/structure/grille/broken,
/obj/item/stack/rods,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41176,12 +41728,6 @@
/area/station/engineering/tech_storage)
"igL" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -41194,6 +41740,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"igM" = (
@@ -41295,7 +41844,7 @@
/obj/item/clothing/head/stalhelm{
pixel_y = 13
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-2"
},
/turf/simulated/floor/wood,
@@ -41329,9 +41878,6 @@
/turf/simulated/floor/plating,
/area/station/service/clown)
"iir" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -41356,7 +41902,7 @@
/area/station/maintenance/aft2)
"ijc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41411,6 +41957,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"ijE" = (
@@ -41567,9 +42116,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"ilx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -41834,6 +42380,9 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"inO" = (
@@ -41843,7 +42392,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -41926,6 +42475,9 @@
"ioO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -41968,18 +42520,18 @@
/area/station/maintenance/apmaint2)
"ipD" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"ipM" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42025,12 +42577,12 @@
name = "Atmospherics Maintenance"
},
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"iqs" = (
@@ -42039,6 +42591,24 @@
},
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
+"iqv" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard)
"iqw" = (
/obj/item/kirbyplants/large,
/obj/machinery/light{
@@ -42101,11 +42671,6 @@
icon_state = "browncorner"
},
/area/station/supply/storage)
-"irn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/south)
"iro" = (
/turf/simulated/wall,
/area/station/hallway/primary/starboard)
@@ -42135,6 +42700,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -42504,7 +43072,7 @@
/turf/simulated/floor/grass,
/area/station/security/permabrig)
"ivy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42530,7 +43098,7 @@
"ivF" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -42560,6 +43128,9 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"iwc" = (
@@ -42771,7 +43342,7 @@
/turf/simulated/wall/r_wall,
/area/station/hallway/secondary/entry/west)
"ixX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42783,6 +43354,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -42799,7 +43373,7 @@
/area/station/service/kitchen)
"iyb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/light/small,
@@ -42820,7 +43394,7 @@
"iyf" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -42845,9 +43419,6 @@
/area/station/supply/office)
"iyv" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/service/mime,
@@ -42894,7 +43465,7 @@
"iyT" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -42917,7 +43488,7 @@
/obj/effect/mapping_helpers/turfs/burn,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -42938,9 +43509,6 @@
/area/station/maintenance/storage)
"izz" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/light/small{
dir = 4
},
@@ -43028,7 +43596,7 @@
"iAa" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -43072,7 +43640,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"iAv" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -43159,6 +43727,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -43171,10 +43742,10 @@
/obj/machinery/door/airlock/engineering{
name = "Fore Starboard Solar Access"
},
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"iBG" = (
@@ -43256,6 +43827,9 @@
dir = 4
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
@@ -43322,9 +43896,6 @@
/turf/space,
/area/space/nearstation)
"iDm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment/corner{
dir = 4
@@ -43364,15 +43935,15 @@
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
"iDI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
"iDJ" = (
@@ -43386,6 +43957,9 @@
name = "Unisex Restrooms"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -43400,6 +43974,9 @@
"iEf" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/primary/central/ne)
"iEl" = (
@@ -43428,7 +44005,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"iEs" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -43489,6 +44066,9 @@
"iEU" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"iEW" = (
@@ -43503,7 +44083,7 @@
/area/station/science/rnd)
"iFc" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/red/line,
@@ -43525,9 +44105,6 @@
/area/station/security/brig)
"iFt" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -43632,6 +44209,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"iGd" = (
@@ -43694,6 +44274,13 @@
icon_state = "dark"
},
/area/station/supply/qm)
+"iGH" = (
+/obj/machinery/light/small,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"iGM" = (
/obj/machinery/conveyor{
dir = 8;
@@ -43779,9 +44366,6 @@
/obj/structure/chair/stool{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -43791,6 +44375,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/bar)
"iHy" = (
@@ -43822,9 +44409,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"iHH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -43839,12 +44423,12 @@
/area/station/maintenance/aft2)
"iHQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"iHY" = (
@@ -43861,12 +44445,12 @@
/area/station/engineering/atmos)
"iIf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"iIq" = (
@@ -44009,7 +44593,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -44247,7 +44831,7 @@
"iMd" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -44255,13 +44839,16 @@
"iMj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
"iMm" = (
@@ -44302,7 +44889,7 @@
/area/station/engineering/equipmentstorage)
"iMJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -44320,6 +44907,9 @@
"iMO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"iMP" = (
@@ -44329,7 +44919,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -44343,10 +44933,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"iMQ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"iMV" = (
@@ -44355,6 +44945,12 @@
icon_state = "dark"
},
/area/station/aisat/service)
+"iMW" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet,
+/area/station/service/library)
"iMZ" = (
/obj/effect/mapping_helpers/turfs/rust,
/turf/simulated/wall,
@@ -44369,7 +44965,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -44381,7 +44977,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"iNe" = (
/obj/machinery/atmospherics/pipe/simple/visible/red,
/turf/simulated/floor/engine,
@@ -44438,6 +45034,9 @@
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
"iNH" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/security/west)
"iNN" = (
@@ -44450,6 +45049,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
+"iNS" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"iNW" = (
/obj/structure/morgue{
dir = 8
@@ -44490,6 +45095,9 @@
name = "Security Blast Door"
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
},
@@ -44525,9 +45133,6 @@
"iOZ" = (
/obj/effect/decal/cleanable/blood/drip,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -44632,16 +45237,13 @@
},
/area/station/maintenance/starboard)
"iPQ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/light{
dir = 1
},
/obj/machinery/newscaster/security_unit/directional/north,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkredcorners"
@@ -44649,13 +45251,13 @@
/area/station/security/brig)
"iPS" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -44678,6 +45280,14 @@
/obj/effect/mapping_helpers/turfs/burn,
/turf/simulated/floor/wood,
/area/station/maintenance/dorms/starboard)
+"iQb" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutral"
+ },
+/area/station/public/dorms)
"iQi" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
@@ -44704,6 +45314,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "green"
@@ -44718,7 +45331,7 @@
"iQH" = (
/obj/effect/spawner/random/barrier/obstruction,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -44779,6 +45392,9 @@
/area/station/science/research)
"iRx" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -44799,10 +45415,10 @@
/area/station/command/office/captain)
"iRH" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -44884,7 +45500,7 @@
"iSk" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -44896,7 +45512,7 @@
/area/station/engineering/atmos/asteroid_core)
"iSo" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -44913,6 +45529,13 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
+"iSr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint2)
"iSs" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/effect/turf_decal/arrows,
@@ -44921,7 +45544,7 @@
},
/area/station/hallway/primary/starboard/south)
"iSt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/box,
@@ -44953,12 +45576,12 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/grille/broken,
/obj/item/stack/rods,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"iSE" = (
@@ -44974,10 +45597,13 @@
/obj/machinery/status_display{
pixel_y = -32
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard)
"iSU" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -45054,9 +45680,6 @@
/area/station/maintenance/apmaint)
"iTS" = (
/obj/item/reagent_containers/glass/bucket,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"iTW" = (
@@ -45121,7 +45744,7 @@
/area/station/legal/courtroom/gallery)
"iUR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -45178,7 +45801,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"iVf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -45207,7 +45830,7 @@
"iVu" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -45222,9 +45845,6 @@
/obj/machinery/door/airlock/freezer{
name = "Freezer"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -45371,7 +45991,7 @@
},
/area/station/science/research)
"iXk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -45502,7 +46122,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry)
"iYn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -45593,6 +46213,14 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
+"iZn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"iZv" = (
/obj/machinery/light{
dir = 4
@@ -45601,12 +46229,12 @@
/area/station/public/dorms)
"iZx" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"iZA" = (
@@ -45769,6 +46397,9 @@
initialize_directions = 11
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"jaW" = (
@@ -45843,6 +46474,12 @@
icon_state = "cult"
},
/area/station/legal/lawoffice)
+"jbD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/nw)
"jbE" = (
/obj/structure/table/glass,
/obj/item/storage/box/patch_packs,
@@ -45863,9 +46500,7 @@
/area/station/public/vacant_office)
"jbO" = (
/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
- icon_state = "0-8"
- },
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "freezerfloor"
},
@@ -45989,7 +46624,7 @@
"jdo" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -46083,7 +46718,7 @@
"jey" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46127,7 +46762,7 @@
/area/station/service/chapel/office)
"jeK" = (
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -46164,7 +46799,7 @@
/area/station/command/office/ce)
"jeU" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46271,12 +46906,12 @@
/area/station/engineering/atmos/asteroid_filtering)
"jgg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"jgh" = (
@@ -46290,9 +46925,6 @@
/obj/structure/sign/nosmoking_2{
pixel_y = 32
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/camera{
c_tag = "Library Quiet Hall"
},
@@ -46340,8 +46972,11 @@
/area/station/maintenance/starboard)
"jgQ" = (
/obj/structure/closet/secure_closet/engineering_welding,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"jgR" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
@@ -46416,7 +47051,7 @@
"jhH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -46463,15 +47098,6 @@
"jiY" = (
/turf/simulated/wall,
/area/space/nearstation)
-"jiZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/wood,
-/area/station/public/fitness)
"jjf" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/eat/directional/north,
@@ -46486,7 +47112,7 @@
},
/area/station/security/warden)
"jjj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -46519,8 +47145,8 @@
},
/area/station/science/xenobiology)
"jjB" = (
-/obj/machinery/power/apc/critical/directional/east,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/critical/directional/east,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/engineering/atmos/asteroid_maint)
"jjJ" = (
@@ -46661,7 +47287,7 @@
"jla" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46763,7 +47389,7 @@
"jlL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46782,10 +47408,10 @@
/area/station/maintenance/security/aft_starboard)
"jlP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -46844,6 +47470,14 @@
/obj/machinery/newscaster/directional/west,
/turf/simulated/floor/plasteel,
/area/station/ai_monitored/storage/eva)
+"jmI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/south)
"jmN" = (
/obj/item/circuitboard/sleeper,
/obj/effect/spawner/random/maintenance,
@@ -46882,7 +47516,7 @@
"jnb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -46941,7 +47575,7 @@
"jnm" = (
/obj/item/seeds/potato,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47015,9 +47649,6 @@
"jnX" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -47282,7 +47913,7 @@
/area/station/supply/storage)
"jrd" = (
/obj/machinery/atmospherics/binary/valve/digital,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -47316,6 +47947,9 @@
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/atmos/transit)
"jrG" = (
@@ -47332,7 +47966,7 @@
/area/station/command/meeting_room)
"jsg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47350,10 +47984,10 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"jsi" = (
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkredcorners"
@@ -47472,7 +48106,7 @@
dir = 1;
name = "Aft Port Solar Control"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -47626,12 +48260,12 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/junction{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -47682,6 +48316,14 @@
icon_state = "neutral"
},
/area/station/public/dorms)
+"jvQ" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"jvR" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
@@ -47771,6 +48413,21 @@
},
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
+"jwz" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/south)
"jwC" = (
/obj/structure/chair{
dir = 8
@@ -47825,7 +48482,7 @@
"jwV" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -47856,10 +48513,7 @@
/area/station/maintenance/starboard)
"jxf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -47953,6 +48607,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"jyH" = (
@@ -48052,9 +48709,6 @@
/turf/simulated/floor/carpet/orange,
/area/station/service/kitchen)
"jzE" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
@@ -48141,7 +48795,7 @@
},
/area/station/medical/medbay)
"jAc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -48181,9 +48835,6 @@
/area/station/maintenance/aft)
"jAG" = (
/obj/effect/landmark/start/coroner,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -48278,7 +48929,7 @@
"jBr" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -48330,12 +48981,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/east)
-"jBV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/atmos/asteroid_filtering)
"jBZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
@@ -48404,6 +49049,9 @@
name = "west bump";
pixel_x = -27
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"jCD" = (
@@ -48424,10 +49072,10 @@
},
/area/station/engineering/ai_transit_tube)
"jCJ" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -48497,13 +49145,9 @@
/turf/simulated/floor/plating,
/area/station/engineering/atmos/asteroid_maint)
"jDL" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -48648,6 +49292,9 @@
dir = 8;
initialize_directions = 11
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"jFb" = (
@@ -48689,6 +49336,9 @@
/obj/machinery/light{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -48757,10 +49407,10 @@
/area/station/medical/patients_rooms_secondary)
"jFC" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -48776,7 +49426,7 @@
/area/station/science/storage)
"jFM" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -48788,6 +49438,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"jFU" = (
@@ -48938,7 +49591,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/tech_storage)
"jHj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49011,13 +49664,29 @@
/obj/item/storage/toolbox/electrical,
/obj/item/multitool,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
+"jHN" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/smes/engineering,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"jHP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -49068,13 +49737,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"jIy" = (
@@ -49211,6 +49879,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/ne)
"jKd" = (
@@ -49230,13 +49901,13 @@
/area/station/security/storage)
"jKh" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -49277,7 +49948,7 @@
},
/area/station/science/genetics)
"jKV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49325,6 +49996,13 @@
},
/turf/simulated/floor/plating,
/area/station/turret_protected/aisat/interior)
+"jLq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/dorms/port)
"jLr" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/plasteel,
@@ -49528,9 +50206,6 @@
/turf/simulated/floor/engine/airless,
/area/station/engineering/atmos)
"jNt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -49546,6 +50221,9 @@
/obj/effect/turf_decal/siding{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/south)
"jNB" = (
@@ -49596,13 +50274,13 @@
/area/station/security/permabrig)
"jOi" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -49655,7 +50333,7 @@
/area/station/maintenance/apmaint2)
"jOJ" = (
/obj/machinery/atmospherics/pipe/manifold4w/visible,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -49759,6 +50437,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/theatre)
"jPx" = (
@@ -49794,6 +50475,26 @@
/obj/effect/landmark/start/cargo_technician,
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
+"jPU" = (
+/obj/effect/spawner/random/trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint2)
+"jPW" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"jPX" = (
/obj/structure/rack{
dir = 1
@@ -49821,9 +50522,6 @@
/turf/simulated/floor/carpet/red,
/area/station/public/fitness)
"jQk" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
@@ -49836,7 +50534,7 @@
"jQA" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/spawner/random/cobweb/left/rare,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49910,7 +50608,7 @@
"jRf" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -50020,7 +50718,7 @@
"jRO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -50110,13 +50808,13 @@
/area/station/maintenance/apmaint)
"jSB" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -50126,6 +50824,9 @@
name = "west bump";
pixel_x = -28
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"jST" = (
@@ -50151,7 +50852,7 @@
/area/station/science/test_chamber)
"jTc" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -50291,7 +50992,7 @@
/area/station/engineering/atmos/asteroid_core)
"jVj" = (
/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -50348,10 +51049,10 @@
"jVO" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/machinery/power/apc/directional/north,
+/obj/machinery/power/apc/reinforced/directional/north,
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"jVS" = (
@@ -50410,13 +51111,13 @@
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Maintenance"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"jWu" = (
@@ -50426,7 +51127,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -50472,10 +51173,10 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"jWX" = (
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"jXb" = (
@@ -50491,6 +51192,16 @@
icon_state = "freezerfloor"
},
/area/station/command/office/captain/bedroom)
+"jXj" = (
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"jXl" = (
/obj/structure/disposalpipe/segment,
/turf/simulated/wall/r_wall,
@@ -50674,9 +51385,6 @@
/area/station/security/permabrig)
"jZS" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -50689,6 +51397,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"kab" = (
@@ -50716,7 +51427,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -50731,7 +51442,7 @@
/area/station/maintenance/aft)
"kav" = (
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -50797,13 +51508,13 @@
/area/station/maintenance/abandonedbar)
"kaY" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -50812,6 +51523,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"kbb" = (
@@ -50826,12 +51540,15 @@
"kbp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"kbt" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -50857,7 +51574,7 @@
},
/area/station/medical/storage)
"kbN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -50931,7 +51648,7 @@
/area/station/security/permabrig)
"kct" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -50981,7 +51698,7 @@
/area/station/security/interrogation)
"kcT" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -51108,7 +51825,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -51117,10 +51834,10 @@
/obj/item/spear,
/obj/structure/chair,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -51131,7 +51848,7 @@
"kdV" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -51194,12 +51911,12 @@
/area/station/public/shops)
"keZ" = (
/obj/item/stack/cable_coil{
- amount = 1;
+ color = "#FFFF00";
pixel_y = 4;
pixel_x = 10
},
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -51344,6 +52061,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -51417,6 +52137,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
"kht" = (
@@ -51430,6 +52153,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -51444,9 +52170,6 @@
"khE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/blood/maybe,
/turf/simulated/floor/plating,
@@ -51471,9 +52194,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Bar Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -51493,7 +52213,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible/purple{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -51553,12 +52273,6 @@
"kiE" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -51571,6 +52285,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kiI" = (
@@ -51581,7 +52301,7 @@
/area/station/maintenance/security/aft_port)
"kiJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -51618,7 +52338,7 @@
"kja" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -51737,6 +52457,12 @@
icon_state = "redyellowfull"
},
/area/station/public/shops)
+"kkC" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/locker)
"kkD" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -51751,7 +52477,7 @@
/area/station/maintenance/security/aft_starboard)
"kkQ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_port)
"kkT" = (
@@ -51763,13 +52489,13 @@
/area/station/medical/cloning)
"kkW" = (
/obj/item/c_tube,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kkX" = (
@@ -51932,13 +52658,13 @@
/area/station/maintenance/aft)
"knb" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
/area/station/engineering/solar/fore_port)
"knc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -52076,10 +52802,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"koz" = (
@@ -52092,6 +52818,12 @@
/obj/item/food/muffin,
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/lounge)
+"koI" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/ne)
"koJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -52219,11 +52951,11 @@
},
/area/station/supply/expedition)
"kqp" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"kqr" = (
@@ -52246,7 +52978,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
@@ -52298,6 +53030,14 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
+"kqP" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/dorms/port)
"kqR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
@@ -52353,18 +53093,18 @@
/area/station/command/teleporter)
"krp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"krq" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -52399,13 +53139,13 @@
/area/station/maintenance/apmaint2)
"krK" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -52435,6 +53175,9 @@
/area/station/supply/warehouse)
"kse" = (
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"ksj" = (
@@ -52502,13 +53245,13 @@
/area/station/medical/surgery)
"ksJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ksQ" = (
@@ -52567,15 +53310,15 @@
/area/station/science/research)
"ktr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"kts" = (
@@ -52626,9 +53369,6 @@
"ktQ" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -52694,6 +53434,9 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -52833,6 +53576,18 @@
icon_state = "white"
},
/area/station/medical/medbay2)
+"kws" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/control)
"kwy" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -52844,7 +53599,7 @@
"kwA" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/official/random/directional/north,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -52876,6 +53631,14 @@
/obj/machinery/door/airlock/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
+"kxa" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "blue"
+ },
+/area/station/hallway/primary/starboard)
"kxn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -52889,7 +53652,7 @@
/area/station/maintenance/starboard)
"kxv" = (
/obj/structure/barricade/wooden,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -52924,7 +53687,7 @@
"kxJ" = (
/obj/structure/lattice/catwalk,
/obj/machinery/power/tracker,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_port)
"kxK" = (
@@ -52946,7 +53709,7 @@
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/alarm/directional/east,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -53012,13 +53775,13 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"kyS" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
/obj/machinery/door/airlock/engineering{
name = "Aft Port Solar Access"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"kzl" = (
@@ -53030,10 +53793,10 @@
"kzq" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -53075,6 +53838,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
"kzM" = (
@@ -53108,9 +53874,6 @@
/obj/machinery/computer/monitor{
name = "Grid Power Monitoring Computer"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "0-2"
},
@@ -53118,6 +53881,9 @@
name = "west bump";
pixel_x = -28
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/smes)
"kzQ" = (
@@ -53215,6 +53981,22 @@
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"kAP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"kAS" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
/obj/machinery/atmospherics/meter,
@@ -53315,9 +54097,6 @@
/turf/simulated/wall,
/area/station/medical/reception)
"kBK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -53332,6 +54111,9 @@
},
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kBO" = (
@@ -53380,6 +54162,14 @@
icon_state = "darkgrey"
},
/area/station/security/storage)
+"kCd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "blackcorner"
+ },
+/area/station/public/fitness)
"kCk" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/carpet/orange,
@@ -53463,6 +54253,17 @@
"kDb" = (
/turf/simulated/wall,
/area/station/service/chapel/funeral)
+"kDn" = (
+/obj/effect/decal/cleanable/generic,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"kDr" = (
/obj/structure/table/wood,
/turf/simulated/floor/wood,
@@ -53511,9 +54312,6 @@
"kEO" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/north,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -53523,6 +54321,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kEW" = (
@@ -53630,9 +54431,6 @@
"kGX" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -53645,6 +54443,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kHg" = (
@@ -53665,15 +54466,15 @@
/area/station/maintenance/fsmaint)
"kHn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"kHq" = (
@@ -53685,6 +54486,9 @@
/area/station/maintenance/security/aft_starboard)
"kHv" = (
/obj/machinery/firealarm/directional/east,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluecorner"
},
@@ -53726,23 +54530,6 @@
"kHZ" = (
/turf/simulated/wall,
/area/station/engineering/tech_storage)
-"kIa" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/dorms/starboard)
"kIb" = (
/obj/structure/closet/wardrobe/grey,
/obj/machinery/ai_status_display{
@@ -53777,6 +54564,9 @@
/area/station/supply/storage)
"kIt" = (
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -53810,6 +54600,9 @@
dir = 8;
initialize_directions = 11
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"kIU" = (
@@ -53820,6 +54613,9 @@
dir = 5
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -53894,9 +54690,6 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/landmark/start/assistant,
@@ -53904,7 +54697,7 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"kJN" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -53934,12 +54727,9 @@
/turf/simulated/floor/wood,
/area/station/command/meeting_room)
"kJY" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -53954,9 +54744,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"kKx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -54047,9 +54834,6 @@
"kLu" = (
/obj/structure/sign/poster/official/random/directional/north,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -54062,6 +54846,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"kLD" = (
@@ -54126,16 +54913,13 @@
/turf/simulated/floor/plating/airless,
/area/station/aisat/hall)
"kLR" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"kLS" = (
/obj/structure/girder,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -54276,7 +55060,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -54293,18 +55077,21 @@
/area/station/turret_protected/ai_upload)
"kMZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"kNg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"kNi" = (
@@ -54326,7 +55113,7 @@
"kNt" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -54402,12 +55189,8 @@
},
/area/station/hallway/primary/central/west)
"kOf" = (
-/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -54465,6 +55248,9 @@
dir = 4
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "arrival"
@@ -54595,6 +55381,9 @@
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"kQc" = (
@@ -54617,18 +55406,18 @@
/area/station/engineering/atmos/asteroid_filtering)
"kQn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fsmaint)
"kQw" = (
/obj/effect/spawner/random/barrier/grille_often,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -54726,7 +55515,7 @@
},
/area/station/security/permabrig)
"kQW" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/sign/wait{
@@ -54806,7 +55595,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -54815,9 +55604,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"kRN" = (
@@ -54887,15 +55673,15 @@
/area/station/maintenance/security/fore)
"kSW" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"kTb" = (
@@ -54946,12 +55732,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"kTt" = (
@@ -55086,6 +55872,13 @@
icon_state = "whitegreenfull"
},
/area/station/medical/virology)
+"kUP" = (
+/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"kUV" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/spawner/random/cobweb/left/rare,
@@ -55133,21 +55926,6 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/funeral)
-"kVP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/wood,
-/area/station/service/library)
"kVQ" = (
/obj/structure/chair/comfy/black,
/obj/structure/cable{
@@ -55171,15 +55949,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkredcorners"
},
@@ -55274,6 +56052,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -55356,7 +56137,7 @@
"kYn" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -55539,9 +56320,6 @@
/area/station/science/lobby)
"laA" = (
/obj/item/kirbyplants/large,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/light{
dir = 1
},
@@ -55581,9 +56359,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"lba" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -55596,22 +56371,23 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"lbb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
"lbl" = (
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -55624,15 +56400,18 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"lbr" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"lbv" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple{
dir = 9
@@ -55744,7 +56523,7 @@
"ldt" = (
/obj/effect/decal/cleanable/vomit,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -55777,6 +56556,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"ldJ" = (
@@ -55816,6 +56598,12 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -55846,7 +56634,7 @@
"lee" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -55888,10 +56676,10 @@
},
/area/station/engineering/atmos/asteroid_filtering)
"leC" = (
-/obj/structure/cable{
+/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"leK" = (
@@ -55976,9 +56764,6 @@
"lfN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -56020,6 +56805,9 @@
/obj/machinery/status_display{
pixel_y = 32
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "red"
@@ -56074,7 +56862,7 @@
},
/area/station/service/kitchen)
"lgQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -56142,7 +56930,7 @@
/obj/item/decorations/sticky_decorations/flammable/singleeye{
pixel_y = 20
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -56231,9 +57019,6 @@
/area/station/maintenance/apmaint)
"liu" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -56363,7 +57148,7 @@
/obj/structure/table,
/obj/item/paper_bin,
/obj/item/pen/multi,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -56426,6 +57211,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"lld" = (
@@ -56455,7 +57246,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -56574,7 +57365,7 @@
/area/station/ai_monitored/storage/eva)
"lms" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -56666,7 +57457,7 @@
"lnB" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -56736,7 +57527,7 @@
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"low" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/structure/chair/e_chair,
@@ -56754,6 +57545,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"loH" = (
@@ -56830,11 +57624,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"loX" = (
@@ -57037,7 +57831,7 @@
},
/area/station/hallway/primary/central/south)
"lqB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -57153,7 +57947,7 @@
"lrR" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -57453,6 +58247,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "green"
@@ -57461,7 +58258,7 @@
"luN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -57577,9 +58374,6 @@
/obj/structure/chair/office/dark{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -57683,7 +58477,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -57751,7 +58545,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -57827,6 +58621,9 @@
dir = 10
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -57902,6 +58699,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"lyV" = (
@@ -57917,6 +58717,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -58061,9 +58864,6 @@
"lzK" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -58076,6 +58876,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"lzN" = (
@@ -58092,9 +58895,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -58126,7 +58926,7 @@
"lAu" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -58322,9 +59122,6 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
"lCl" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -58395,7 +59192,7 @@
},
/area/station/medical/medbay2)
"lDk" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/engine/airless,
@@ -58429,12 +59226,12 @@
/area/station/maintenance/security/aft_starboard)
"lDM" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/turfs/damage,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"lDR" = (
@@ -58478,6 +59275,9 @@
/obj/structure/table,
/obj/item/reagent_containers/drinks/oilcan/full,
/obj/item/clothing/glasses/welding,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "blackcorner"
@@ -58649,7 +59449,7 @@
/area/station/public/sleep)
"lGk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -58767,6 +59567,9 @@
/area/station/engineering/hardsuitstorage)
"lHT" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -58897,6 +59700,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cautioncorner"
},
@@ -58963,17 +59769,17 @@
/area/station/engineering/gravitygenerator)
"lKJ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
/area/station/engineering/solar/aft_starboard)
"lKN" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
@@ -59234,6 +60040,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"lNL" = (
@@ -59279,7 +60088,7 @@
"lNV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood/drip,
@@ -59312,7 +60121,7 @@
"lOB" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -59351,7 +60160,7 @@
"lPx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/north,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -59475,7 +60284,7 @@
"lQQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -59521,7 +60330,7 @@
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -59653,6 +60462,17 @@
icon_state = "freezerfloor"
},
/area/station/command/office/captain/bedroom)
+"lSA" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"lSC" = (
/obj/structure/table,
/obj/machinery/kitchen_machine/microwave,
@@ -59661,7 +60481,7 @@
},
/area/station/science/break_room)
"lSI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -59735,15 +60555,6 @@
icon_state = "dark"
},
/area/station/supply/qm)
-"lTX" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/carpet,
-/area/station/public/arcade)
"lTY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -59795,19 +60606,11 @@
/area/station/maintenance/apmaint2)
"lUE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"lUF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/blood/maybe,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"lUS" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -59847,7 +60650,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -59860,11 +60663,11 @@
"lVm" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
+ dir = 8
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
@@ -59884,6 +60687,14 @@
/obj/item/rollingpaper,
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint2)
+"lVx" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "whitegreenfull"
+ },
+/area/station/public/sleep)
"lVy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -59954,13 +60765,7 @@
/area/station/medical/chemistry)
"lWa" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
@@ -59969,6 +60774,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"lWb" = (
@@ -60054,7 +60862,7 @@
/area/station/science/toxins/mixing)
"lWS" = (
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -60120,6 +60928,9 @@
/obj/effect/mapping_helpers/airlock/access/all/security/general,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/security/checkpoint/secondary)
"lXt" = (
@@ -60140,13 +60951,12 @@
},
/area/station/turret_protected/aisat/interior)
"lXE" = (
-/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"lXF" = (
@@ -60281,9 +61091,6 @@
},
/area/station/legal/magistrate)
"lZi" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -60293,6 +61100,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"lZj" = (
@@ -60376,7 +61186,7 @@
},
/area/station/security/processing)
"maa" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -60437,7 +61247,7 @@
/area/station/supply/smith_office)
"mbj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -60572,6 +61382,11 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/hop)
+"mcY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/ne)
"mdd" = (
/obj/machinery/atmospherics/binary/pump/on{
dir = 1;
@@ -60626,7 +61441,7 @@
/area/station/security/lobby)
"mdx" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -60775,8 +61590,8 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 9
},
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated,
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
@@ -60791,6 +61606,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"mfp" = (
@@ -60818,12 +61636,12 @@
"mfA" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"mfE" = (
@@ -60961,9 +61779,6 @@
},
/area/station/medical/surgery/primary)
"mhz" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -60973,6 +61788,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -61010,6 +61828,9 @@
/obj/effect/mapping_helpers/airlock/access/any/medical/genetics,
/obj/effect/mapping_helpers/airlock/access/any/science/research,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -61057,6 +61878,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"miv" = (
@@ -61065,7 +61889,7 @@
/area/station/maintenance/aft2)
"miF" = (
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -61080,9 +61904,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"miK" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -61147,9 +61968,6 @@
/area/station/engineering/atmos/asteroid_filtering)
"mjC" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -61209,7 +62027,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible/yellow{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -61244,7 +62062,7 @@
"mkN" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -61337,7 +62155,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/aft2)
"mlB" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Fore-Port Solar Array"
},
@@ -61387,7 +62205,7 @@
/turf/simulated/floor/carpet/royalblue,
/area/station/command/office/captain)
"mlW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -61413,7 +62231,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/assembly_line)
"mmf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -61441,11 +62259,14 @@
/obj/machinery/light/small{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "blue"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"mmp" = (
/obj/machinery/door/airlock/hatch{
name = "MiniSat Chamber Hallway"
@@ -61544,6 +62365,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -61673,34 +62497,12 @@
icon_state = "redyellowfull"
},
/area/station/maintenance/apmaint)
-"moL" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/fore)
"moR" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 4
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
-"moZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "cafeteria"
- },
-/area/station/service/kitchen)
"mpb" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -61710,13 +62512,6 @@
icon_state = "yellowcorner"
},
/area/station/engineering/break_room)
-"mpe" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/simulated/floor/plating,
-/area/station/security/checkpoint/secondary)
"mph" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/door/poddoor/preopen{
@@ -61776,6 +62571,9 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/library)
"mpY" = (
@@ -61869,10 +62667,10 @@
"mqJ" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -61959,6 +62757,9 @@
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
"mrn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
},
@@ -62019,15 +62820,15 @@
name = "Power Transmission Laser"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/transmission_laser)
"mrH" = (
@@ -62036,19 +62837,21 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"mrL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light{
dir = 1
},
-/obj/machinery/power/apc/critical/directional/north,
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/monitor{
+ name = "Grid Power Monitoring Computer"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -62061,6 +62864,9 @@
},
/area/station/supply/expedition)
"mrW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/transparent/glass/reinforced,
/area/station/hallway/spacebridge/security/south)
"msb" = (
@@ -62082,6 +62888,12 @@
icon_state = "whitepurplecorner"
},
/area/station/science/research)
+"msg" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"msu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -62146,6 +62958,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -62179,9 +62994,6 @@
},
/area/station/public/dorms)
"mtt" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -62258,7 +63070,7 @@
/area/station/science/xenobiology)
"mut" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -62269,7 +63081,7 @@
/area/station/maintenance/asmaint)
"muu" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -62283,6 +63095,14 @@
icon_state = "purplecorner"
},
/area/station/hallway/primary/starboard/south)
+"muz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"muK" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
@@ -62291,10 +63111,10 @@
/area/station/science/robotics)
"muL" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -62332,6 +63152,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/break_room)
"mvf" = (
@@ -62358,13 +63181,16 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"mvS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -62410,7 +63236,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
"mwB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -62484,7 +63310,7 @@
pixel_y = 8
},
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -62523,7 +63349,7 @@
},
/area/station/hallway/primary/starboard/south)
"mxT" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -62677,12 +63503,9 @@
dir = 8;
initialize_directions = 11
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/junction/y{
dir = 4
},
@@ -62781,7 +63604,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -62789,7 +63612,7 @@
/area/station/maintenance/apmaint2)
"mBx" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -62798,7 +63621,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -62965,25 +63788,22 @@
},
/area/station/hallway/secondary/exit)
"mCR" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/turf_decal/siding{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"mCS" = (
@@ -63132,6 +63952,23 @@
"mEj" = (
/turf/simulated/floor/carpet,
/area/station/service/library)
+"mEl" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Checkpoint"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"mEn" = (
/obj/machinery/door/airlock/highsecurity{
name = "AI Upload"
@@ -63166,7 +64003,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -63186,6 +64023,13 @@
icon_state = "darkgrey"
},
/area/station/security/prisonlockers)
+"mEI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/stock_parts/cell/high/plus,
+/obj/machinery/cell_charger,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"mFf" = (
/turf/simulated/floor/plating,
/area/station/aisat/hall)
@@ -63197,12 +64041,6 @@
/area/station/maintenance/aft)
"mFn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -63210,6 +64048,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"mFp" = (
@@ -63266,22 +64107,15 @@
/obj/effect/spawner/random/cobweb/left/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
-"mGi" = (
-/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"mGn" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/kirbyplants/large/dead,
/obj/effect/spawner/random/cobweb/left/rare,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"mGp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -63297,7 +64131,7 @@
/area/station/maintenance/fpmaint)
"mGB" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -63399,7 +64233,7 @@
/area/station/hallway/primary/central/ne)
"mIg" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -63440,7 +64274,7 @@
/area/station/public/storage/tools)
"mIH" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -63461,9 +64295,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"mIT" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -63472,7 +64303,7 @@
},
/area/station/engineering/break_room)
"mJg" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -63761,6 +64592,9 @@
pixel_y = 24;
name = "north bump"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -63861,17 +64695,9 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry)
-"mNA" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
- },
-/obj/structure/cable,
-/turf/simulated/floor/plasteel,
-/area/station/engineering/atmos/asteroid_filtering)
"mNB" = (
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
@@ -63929,13 +64755,7 @@
"mNT" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction/reversed{
@@ -63993,6 +64813,9 @@
/obj/structure/sign/pods{
pixel_y = -32
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellowcorners"
@@ -64060,6 +64883,15 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/command/bridge)
+"mPs" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/aft_port)
+"mPv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/wood,
+/area/station/legal/courtroom)
"mPw" = (
/obj/structure/sign/poster/official/random/directional/east,
/obj/machinery/economy/vending/boozeomat,
@@ -64088,12 +64920,12 @@
/obj/structure/grille/broken,
/obj/item/stack/rods,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"mPO" = (
@@ -64102,6 +64934,14 @@
icon_state = "darkgrey"
},
/area/station/command/office/hos)
+"mPW" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/control)
"mPX" = (
/obj/structure/transit_tube/junction/flipped,
/turf/simulated/floor/plating/asteroid/ancient/airless,
@@ -64170,7 +65010,7 @@
"mQF" = (
/obj/structure/girder,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -64212,7 +65052,7 @@
/obj/machinery/power/solar_control{
name = "Fore Starboard Solar Control"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -64433,7 +65273,7 @@
/area/station/maintenance/aft)
"mSP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -64464,7 +65304,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -64493,7 +65333,7 @@
/area/station/security/permabrig)
"mTd" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -64541,21 +65381,15 @@
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
"mTF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
+/obj/machinery/hologram/holopad,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/engineering/smes)
"mTI" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -64611,13 +65445,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_starboard)
-"mUd" = (
-/obj/structure/sign/poster/contraband/random/directional/west,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/asmaint)
"mUe" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel{
@@ -64625,15 +65452,15 @@
},
/area/station/aisat/atmos)
"mUf" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"mUg" = (
@@ -64677,15 +65504,15 @@
"mUA" = (
/obj/machinery/shower/directional/north,
/obj/effect/turf_decal/delivery/hollow,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/storage)
"mUI" = (
@@ -64715,10 +65542,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"mVu" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -64763,6 +65590,14 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/engineering/equipmentstorage)
+"mVL" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"mVN" = (
/obj/structure/window/plasmareinforced{
dir = 1
@@ -64916,7 +65751,7 @@
"mWK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -64977,13 +65812,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"mXj" = (
@@ -64994,6 +65829,9 @@
/area/station/hallway/spacebridge/security/south)
"mXl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"mXt" = (
@@ -65020,6 +65858,9 @@
"mXD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -65028,12 +65869,6 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment{
@@ -65239,8 +66074,11 @@
},
/area/station/security/lobby)
"nah" = (
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -65255,6 +66093,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"naj" = (
@@ -65693,6 +66534,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"neS" = (
@@ -65749,7 +66593,7 @@
/area/station/hallway/primary/starboard/south)
"nfl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -65834,6 +66678,17 @@
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft)
+"ngi" = (
+/obj/machinery/door/airlock/command/glass{
+ name = "E.V.A."
+ },
+/obj/effect/mapping_helpers/airlock/access/any/command/eva,
+/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/ai_monitored/storage/eva)
"ngk" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -65930,6 +66785,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/command/bridge)
+"nhc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/ne)
"nhg" = (
/obj/effect/turf_decal{
dir = 8
@@ -65953,7 +66814,7 @@
"nhh" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -66025,9 +66886,6 @@
},
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -66040,6 +66898,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"nhN" = (
@@ -66465,13 +67326,6 @@
icon_state = "brown"
},
/area/station/supply/miningdock)
-"nmZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"nng" = (
/obj/machinery/computer/scan_consolenew{
dir = 1
@@ -66482,9 +67336,6 @@
/area/station/science/genetics)
"nnh" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -66495,6 +67346,9 @@
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"nni" = (
@@ -66535,6 +67389,9 @@
/obj/machinery/status_display{
pixel_y = -32
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"nnu" = (
@@ -66605,9 +67462,6 @@
"nnV" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -66672,6 +67526,13 @@
"noV" = (
/turf/simulated/floor/carpet,
/area/station/hallway/primary/central/se)
+"noW" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/atmos/transit)
"noY" = (
/obj/effect/landmark/lightsout,
/obj/machinery/hologram/holopad,
@@ -66739,6 +67600,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurple"
@@ -66762,7 +67626,7 @@
/obj/item/shard{
icon_state = "medium"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -66832,15 +67696,15 @@
"nqa" = (
/obj/structure/sign/poster/contraband/random/directional/north,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light/small{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"nqd" = (
@@ -66848,7 +67712,7 @@
pixel_y = 6
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -66910,9 +67774,24 @@
icon_state = "dark"
},
/area/station/aisat/breakroom)
+"nqJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"nqK" = (
/obj/effect/spawner/random/cobweb/right/rare,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"nqX" = (
@@ -66932,9 +67811,6 @@
/area/station/engineering/atmos)
"nrl" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/service/janitor,
@@ -66961,6 +67837,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -67042,12 +67921,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/siding{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"nsb" = (
@@ -67092,6 +67971,9 @@
"nsy" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"nsC" = (
@@ -67372,7 +68254,7 @@
},
/area/station/service/barber)
"nwx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -67425,7 +68307,7 @@
"nwR" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -67621,7 +68503,7 @@
"nyp" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -67667,11 +68549,28 @@
"nyK" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"nyO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"nyY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -67763,7 +68662,7 @@
/area/station/maintenance/aft)
"nzR" = (
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -67852,6 +68751,9 @@
"nAR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"nAW" = (
@@ -67913,7 +68815,7 @@
"nBy" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -67949,6 +68851,13 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
+"nBD" = (
+/obj/structure/girder,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"nBF" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -68009,6 +68918,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -68021,6 +68933,13 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/engine,
/area/station/engineering/engine)
+"nCo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/starboard)
"nCt" = (
/obj/item/stack/sheet/metal,
/obj/item/trash/gum,
@@ -68066,7 +68985,7 @@
"nDk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -68160,7 +69079,7 @@
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -68290,7 +69209,7 @@
"nFj" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68336,6 +69255,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"nFM" = (
@@ -68494,9 +69416,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/captain/bedroom)
"nGR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -68525,7 +69444,7 @@
/obj/machinery/atmospherics/pipe/manifold/visible{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68590,9 +69509,6 @@
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
"nHr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
@@ -68615,7 +69531,7 @@
"nHE" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -68941,7 +69857,7 @@
/area/station/service/hydroponics)
"nLf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -69011,7 +69927,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -69021,7 +69937,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"nLU" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -69138,6 +70054,15 @@
/obj/structure/disposalpipe/junction/reversed,
/turf/simulated/floor/plasteel,
/area/station/command/bridge)
+"nMB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "brown"
+ },
+/area/station/supply/expedition)
"nME" = (
/obj/structure/lattice,
/obj/machinery/camera{
@@ -69163,22 +70088,27 @@
/area/station/command/office/cmo)
"nMM" = (
/obj/machinery/power/terminal,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"nMN" = (
/obj/machinery/door/airlock/atmos{
name = "Asteroid Access"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -69187,7 +70117,7 @@
/obj/machinery/atmospherics/binary/valve{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
@@ -69199,7 +70129,7 @@
},
/area/station/hallway/primary/central/se)
"nMS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -69217,12 +70147,12 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
/obj/structure/sign/poster/contraband/random/directional/west,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"nMW" = (
@@ -69286,7 +70216,7 @@
"nNp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -69316,6 +70246,9 @@
/obj/structure/disposalpipe/junction/y{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"nNQ" = (
@@ -69354,6 +70287,9 @@
initialize_directions = 11
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"nOs" = (
@@ -69410,22 +70346,19 @@
"nOG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"nOL" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
@@ -69456,12 +70389,12 @@
opacity = 1
},
/obj/machinery/door/window/classic/normal,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/delivery,
/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot,
/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/assembly_line)
"nPu" = (
@@ -69509,7 +70442,7 @@
"nPY" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -69575,11 +70508,14 @@
},
/area/station/science/rnd)
"nQz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"nQD" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
@@ -69628,6 +70564,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"nRd" = (
@@ -69673,14 +70612,6 @@
icon_state = "cafeteria"
},
/area/station/service/kitchen)
-"nRl" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/south)
"nRn" = (
/obj/item/kirbyplants/large,
/turf/simulated/floor/plasteel{
@@ -69720,13 +70651,13 @@
/area/station/public/storage/emergency)
"nRP" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -69734,7 +70665,7 @@
"nRQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -69862,13 +70793,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"nTr" = (
@@ -69966,15 +70897,15 @@
},
/area/station/medical/virology)
"nUv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"nUD" = (
@@ -70105,13 +71036,13 @@
/area/station/science/toxins/mixing)
"nWd" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -70215,12 +71146,12 @@
"nXe" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"nXf" = (
@@ -70247,9 +71178,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
"nXq" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -70307,9 +71235,6 @@
/turf/simulated/floor/plating,
/area/station/security/permabrig)
"nXR" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/economy/atm/directional/east,
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
@@ -70329,7 +71254,7 @@
/area/station/service/chapel)
"nYk" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -70343,7 +71268,7 @@
/area/station/maintenance/security/aft_port)
"nYv" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -70455,12 +71380,12 @@
"nYZ" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"nZp" = (
@@ -70644,7 +71569,7 @@
"oaH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -70685,10 +71610,10 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"obi" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -70729,7 +71654,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -70757,6 +71682,14 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/atmos)
+"obK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/starboard)
"obN" = (
/obj/machinery/door/airlock/public/glass{
name = "Central Access"
@@ -70846,6 +71779,9 @@
initialize_directions = 11
},
/obj/structure/disposalpipe/junction/reversed,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurplecorner"
@@ -70869,6 +71805,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -70898,7 +71840,7 @@
/obj/structure/mineral_door/wood{
name = "Abandoned Bar"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -70937,13 +71879,13 @@
/area/station/hallway/secondary/garden)
"odz" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -70980,14 +71922,14 @@
/obj/structure/cable{
icon_state = "0-4"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/security/checkpoint/secondary)
"odP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
@@ -71023,7 +71965,7 @@
/turf/simulated/wall,
/area/station/maintenance/apmaint2)
"oei" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -71043,6 +71985,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"oes" = (
@@ -71106,13 +72051,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"ofq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"ofs" = (
/obj/machinery/mech_bay_recharge_port{
dir = 2
@@ -71135,7 +72077,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -71185,6 +72127,15 @@
icon_state = "darkred"
},
/area/station/security/prisonershuttle)
+"ogd" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "bluecorner"
+ },
+/area/station/hallway/primary/fore)
"ogg" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -71226,6 +72177,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitegreen"
@@ -71317,7 +72271,7 @@
/area/station/security/brig)
"ohy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -71417,7 +72371,7 @@
"oih" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -71562,6 +72516,9 @@
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -71611,10 +72568,10 @@
/area/station/maintenance/aft2)
"ojS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/abandonedservers)
"ojT" = (
@@ -71678,10 +72635,10 @@
},
/area/station/science/robotics)
"okv" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-8"
},
/obj/item/flag/clown,
@@ -71695,7 +72652,7 @@
/area/station/service/clown)
"okE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -71744,9 +72701,6 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"okS" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/cable{
@@ -71818,9 +72772,6 @@
/area/station/supply/qm)
"olU" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 4
},
@@ -71830,6 +72781,9 @@
/obj/structure/disposalpipe/segment,
/obj/structure/grille/broken,
/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"omd" = (
@@ -71843,6 +72797,9 @@
/obj/effect/mapping_helpers/airlock/access/all/service/hydroponics,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"omk" = (
@@ -71856,7 +72813,7 @@
"omp" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -71927,12 +72884,12 @@
/obj/effect/decal/cleanable/glass,
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"omR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -71963,7 +72920,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -71996,7 +72953,7 @@
/area/station/public/sleep)
"oni" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -72058,7 +73015,7 @@
},
/area/station/engineering/atmos/storage)
"onQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -72081,6 +73038,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -72131,7 +73091,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -72221,6 +73181,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/ai_monitored/storage/eva)
"opS" = (
@@ -72297,12 +73260,9 @@
/area/station/security/prisonlockers)
"oqo" = (
/obj/item/stack/cable_coil,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
@@ -72344,6 +73304,12 @@
/obj/effect/mapping_helpers/turfs/burn,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/starboard)
+"oqJ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/ai_monitored/storage/eva)
"oqL" = (
/obj/structure/cable{
icon_state = "1-4"
@@ -72376,6 +73342,9 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"oqV" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -72388,7 +73357,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -72477,6 +73446,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
+"orM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/south)
"orV" = (
/obj/machinery/shieldgen,
/obj/effect/turf_decal/stripes/line{
@@ -72625,7 +73600,7 @@
/area/station/maintenance/apmaint2)
"ots" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -72771,9 +73746,6 @@
"ouZ" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -72790,6 +73762,16 @@
icon_state = "redyellowfull"
},
/area/station/maintenance/dorms/port)
+"ovk" = (
+/obj/machinery/firealarm/directional/west,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutral"
+ },
+/area/station/public/dorms)
"ovr" = (
/obj/effect/spawner/window/reinforced/polarized{
id = "conference"
@@ -72806,12 +73788,6 @@
},
/turf/simulated/floor/carpet/royalblue,
/area/station/command/office/captain)
-"ovN" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
"ovO" = (
/turf/simulated/floor/plasteel{
icon_state = "whiteblue"
@@ -72892,7 +73868,7 @@
pixel_y = -20
},
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73080,11 +74056,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"ozg" = (
@@ -73233,9 +74209,6 @@
},
/area/station/engineering/equipmentstorage)
"oBe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
@@ -73273,6 +74246,19 @@
/obj/structure/particle_accelerator/particle_emitter/right,
/turf/simulated/floor/plating,
/area/station/engineering/secure_storage)
+"oBq" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/south)
"oBx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -73280,6 +74266,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "brown"
@@ -73322,7 +74311,7 @@
"oCf" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73353,7 +74342,7 @@
},
/area/station/hallway/secondary/exit)
"oCo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -73385,7 +74374,7 @@
/area/station/engineering/ai_transit_tube)
"oCR" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -73418,7 +74407,7 @@
/area/station/maintenance/dorms/starboard)
"oDp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73433,18 +74422,15 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"oDu" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -73466,9 +74452,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
@@ -73497,7 +74480,7 @@
/obj/structure/table,
/obj/item/storage/toolbox/emergency,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -73557,7 +74540,7 @@
/area/station/service/library)
"oEn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73575,7 +74558,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"oEr" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73669,7 +74652,7 @@
},
/area/station/security/execution)
"oFv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/portable/scrubber,
@@ -73703,9 +74686,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/starboard)
"oFG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -73765,9 +74745,6 @@
},
/area/station/engineering/hardsuitstorage)
"oGv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -73924,7 +74901,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/closet/firecloset,
@@ -73962,7 +74939,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -73973,12 +74950,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
"oIZ" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -73988,6 +74959,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -74072,7 +75046,7 @@
"oKb" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -74106,12 +75080,6 @@
"oKk" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -74122,6 +75090,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"oKl" = (
@@ -74324,7 +75298,7 @@
amount = 2
},
/obj/item/stack/cable_coil{
- amount = 1;
+ color = "#FFFF00";
pixel_y = 4;
pixel_x = 10
},
@@ -74344,16 +75318,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry)
-"oLN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research,
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/science/genetics)
"oLU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -74371,11 +75335,11 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/spawner/random/oil/maybe,
+/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/spawner/random/oil/maybe,
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"oMg" = (
@@ -74413,7 +75377,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -74446,6 +75410,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"oMI" = (
@@ -74560,6 +75527,9 @@
/area/station/public/fitness)
"oNG" = (
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"oNN" = (
@@ -74575,10 +75545,7 @@
"oOg" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -74589,6 +75556,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"oOo" = (
@@ -74629,9 +75599,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
@@ -74774,7 +75741,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -74855,8 +75822,10 @@
},
/area/station/hallway/primary/starboard/south)
"oQM" = (
-/obj/structure/cable,
/obj/machinery/power/apc/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
},
@@ -74884,9 +75853,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Expedition Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -75009,6 +75975,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -75032,13 +76001,13 @@
"oSA" = (
/obj/structure/grille/broken,
/obj/item/stack/rods,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"oSD" = (
@@ -75082,7 +76051,7 @@
"oST" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -75203,7 +76172,7 @@
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -75277,7 +76246,7 @@
/turf/simulated/floor/engine,
/area/station/medical/chemistry)
"oUW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -75285,7 +76254,7 @@
"oUX" = (
/obj/item/lighter/random,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -75436,7 +76405,7 @@
"oWb" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -75567,13 +76536,13 @@
/area/station/engineering/atmos)
"oXu" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -75591,7 +76560,7 @@
/area/station/security/permabrig)
"oXK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -75680,7 +76649,7 @@
"oYm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -75721,8 +76690,9 @@
"oYG" = (
/obj/machinery/power/apc/directional/west,
/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "1-4"
},
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
dir = 9;
icon_state = "red"
@@ -75730,7 +76700,7 @@
/area/station/security/checkpoint/secondary)
"oYH" = (
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -75776,6 +76746,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurple"
@@ -75882,7 +76855,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -75941,7 +76914,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"pay" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -75979,7 +76952,7 @@
"paN" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -75994,7 +76967,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -76087,10 +77060,10 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"pcw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -76131,7 +77104,7 @@
},
/area/station/maintenance/apmaint)
"pcG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -76221,6 +77194,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "green"
@@ -76242,12 +77218,6 @@
},
/area/station/hallway/primary/central/west)
"pdn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/obj/structure/disposalpipe/junction{
@@ -76256,6 +77226,9 @@
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"pdw" = (
@@ -76381,7 +77354,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint)
"peV" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -76402,9 +77375,6 @@
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools)
"pfc" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -76474,7 +77444,7 @@
/area/station/turret_protected/ai)
"pfR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -76547,7 +77517,7 @@
/area/station/hallway/primary/fore/north)
"pgk" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -76584,7 +77554,7 @@
"pgr" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -76605,6 +77575,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"pgC" = (
@@ -76643,7 +77616,7 @@
"pgN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -76890,7 +77863,7 @@
/area/station/engineering/break_room/secondary)
"piI" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -76914,7 +77887,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_starboard)
"piX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -77017,7 +77990,7 @@
"pkA" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/portables_connector,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -77054,12 +78027,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -77070,6 +78037,9 @@
/obj/structure/disposalpipe/junction{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"pkT" = (
@@ -77132,7 +78102,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
"plQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -77163,6 +78133,9 @@
dir = 4
},
/obj/machinery/firealarm/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"pmf" = (
@@ -77272,9 +78245,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -77284,6 +78254,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"pnG" = (
@@ -77383,6 +78356,16 @@
/obj/item/chair/stool/bar,
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
+"poL" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Security Space Bridge"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/spacebridge/security/south)
"poN" = (
/obj/structure/closet/emcloset,
/turf/simulated/floor/plasteel{
@@ -77578,15 +78561,15 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"pqq" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -77648,9 +78631,15 @@
/obj/item/weldingtool,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
+"pra" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint2)
"prg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -77687,6 +78676,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -77698,7 +78690,7 @@
},
/area/station/service/kitchen)
"pru" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -77752,7 +78744,7 @@
},
/area/station/security/prison/cell_block)
"prL" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/unary/vent_scrubber/on/toxins{
@@ -77824,7 +78816,7 @@
"ptq" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -77868,9 +78860,6 @@
/obj/machinery/door/airlock/research{
name = "Research Division Access"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/any/medical/genetics,
@@ -77884,6 +78873,9 @@
id_tag = "Biohazard";
name = "Biohazard Shutter"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"pud" = (
@@ -78147,7 +79139,7 @@
/area/station/command/office/ce)
"pxi" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/fore_starboard)
"pxs" = (
@@ -78177,7 +79169,7 @@
/area/station/public/shops)
"pxI" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -78351,6 +79343,9 @@
dir = 4
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"pzM" = (
@@ -78463,6 +79458,13 @@
icon_state = "yellow"
},
/area/station/engineering/atmos/control)
+"pAR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"pAS" = (
/obj/effect/spawner/random/cobweb/right/rare,
/obj/effect/decal/cleanable/dirt,
@@ -78494,7 +79496,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -78526,9 +79528,6 @@
/area/station/medical/medbay)
"pBl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -78544,9 +79543,6 @@
"pBp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
@@ -78554,6 +79550,9 @@
"pBs" = (
/obj/structure/grille/broken,
/obj/item/stack/rods,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"pBv" = (
@@ -78575,6 +79574,13 @@
icon_state = "whiteblue"
},
/area/station/medical/patients_rooms_secondary)
+"pBP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"pBR" = (
/obj/structure/table/reinforced,
/obj/item/radio,
@@ -78582,6 +79588,9 @@
pixel_x = 7;
pixel_y = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "red"
@@ -78593,6 +79602,17 @@
/obj/effect/spawner/random/glowstick,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
+"pCe" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Checkpoint"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"pCt" = (
/obj/machinery/light_switch{
name = "north bump";
@@ -78639,7 +79659,7 @@
/area/station/maintenance/apmaint)
"pCR" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -78653,10 +79673,16 @@
icon_state = "neutral"
},
/area/station/public/dorms)
+"pCT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/bar)
"pCU" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -78697,6 +79723,9 @@
name = "Engineering Security Doors"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
"pDe" = (
@@ -78714,15 +79743,11 @@
/turf/simulated/floor/wood,
/area/station/command/meeting_room)
"pDn" = (
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"pDo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -78764,6 +79789,18 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
+"pDy" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore)
"pDN" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "bridge blast north";
@@ -78874,14 +79911,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"pEU" = (
-/obj/structure/table,
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/plus,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"pEZ" = (
/obj/effect/turf_decal/stripes/corner{
dir = 4
@@ -78965,7 +79999,7 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"pFO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79023,9 +80057,9 @@
/turf/simulated/floor/carpet/red,
/area/station/public/fitness)
"pGy" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
+/obj/machinery/power/apc/reinforced/critical/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -79089,7 +80123,7 @@
/area/station/turret_protected/ai)
"pGS" = (
/obj/effect/turf_decal/delivery/red,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/simulated/floor/engine/asteroid,
@@ -79098,14 +80132,14 @@
/obj/machinery/door/airlock/engineering{
name = "Engineering Checkpoint"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"pHl" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -79128,11 +80162,11 @@
/area/station/command/office/captain)
"pHy" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"pHA" = (
@@ -79253,9 +80287,6 @@
/area/station/legal/courtroom)
"pIh" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
@@ -79274,6 +80305,9 @@
/obj/structure/disposalpipe/junction{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"pIl" = (
@@ -79311,7 +80345,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -79397,7 +80431,7 @@
/area/station/security/brig)
"pJe" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79453,7 +80487,7 @@
/area/station/command/office/blueshield)
"pJO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79477,9 +80511,6 @@
},
/area/station/hallway/primary/starboard/south)
"pJW" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
@@ -79489,6 +80520,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"pKe" = (
@@ -79512,9 +80546,6 @@
/area/station/turret_protected/ai)
"pKm" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -79574,9 +80605,6 @@
/area/station/medical/virology/lab)
"pKJ" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -79587,12 +80615,18 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"pKK" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"pKN" = (
@@ -79623,7 +80657,7 @@
"pKT" = (
/obj/effect/decal/cleanable/vomit,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -79684,6 +80718,21 @@
icon_state = "caution"
},
/area/station/public/fitness)
+"pLt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/library)
"pLA" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -79762,7 +80811,7 @@
"pMM" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79776,6 +80825,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"pMU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/garden)
"pNd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -79783,7 +80838,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -79799,8 +80854,22 @@
dir = 2
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
+"pNs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/service/kitchen)
"pNu" = (
/obj/structure/table,
/obj/item/paper_bin,
@@ -79810,7 +80879,7 @@
/obj/structure/grille/broken,
/obj/item/stack/rods,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -79874,12 +80943,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"pOA" = (
@@ -79888,11 +80957,11 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandoned_office)
"pOM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -79907,8 +80976,19 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
+"pOY" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cafeteria"
+ },
+/area/station/hallway/primary/aft)
"pPc" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
@@ -79932,6 +81012,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"pPL" = (
@@ -79941,6 +81024,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"pPN" = (
@@ -79990,9 +81076,6 @@
"pQk" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -80002,6 +81085,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"pQm" = (
@@ -80121,7 +81207,7 @@
"pSj" = (
/obj/effect/decal/cleanable/glass,
/obj/item/airlock_electronics/destroyed,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -80270,7 +81356,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"pTR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/camera{
@@ -80352,10 +81438,13 @@
"pUI" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"pUM" = (
/turf/simulated/floor/plasteel{
dir = 4;
@@ -80494,8 +81583,19 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"pWd" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "bar"
+ },
+/area/station/hallway/primary/aft)
"pWt" = (
/obj/machinery/atmospherics/portable/scrubber,
/obj/structure/window/reinforced{
@@ -80568,7 +81668,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"pWQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -80728,7 +81828,7 @@
/area/station/medical/morgue)
"pYx" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -80778,10 +81878,10 @@
/turf/simulated/floor/plating/airless,
/area/space/nearstation)
"pYW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -80834,13 +81934,13 @@
/area/station/service/kitchen)
"pZy" = (
/obj/structure/sign/poster/contraband/random/directional/east,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"pZC" = (
@@ -80904,7 +82004,7 @@
pixel_y = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -80921,7 +82021,7 @@
"qbi" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -80947,15 +82047,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkredcorners"
},
@@ -81013,7 +82113,7 @@
/area/station/telecomms/computer)
"qcc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -81028,7 +82128,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"qcd" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
@@ -81118,7 +82218,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -81189,10 +82289,7 @@
"qdt" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction{
@@ -81250,9 +82347,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"qdL" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -81405,10 +82499,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -81456,7 +82550,7 @@
/area/station/service/barber)
"qgf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -81489,9 +82583,6 @@
"qgz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -81502,9 +82593,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/ntrep)
"qgK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -81515,6 +82603,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
"qhb" = (
@@ -81538,10 +82629,7 @@
/area/station/medical/reception)
"qhj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -81555,6 +82643,9 @@
},
/obj/structure/disposalpipe/junction,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"qhl" = (
@@ -81575,6 +82666,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "green"
@@ -81586,6 +82680,17 @@
/obj/machinery/economy/vending/wallmed/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
+"qhE" = (
+/obj/structure/chair/stool{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/landmark/start/assistant,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/locker)
"qhJ" = (
/obj/structure/table,
/obj/item/flash,
@@ -81631,6 +82736,24 @@
icon_state = "darkbluefull"
},
/area/station/medical/storage/secondary)
+"qiq" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"qir" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -81765,6 +82888,20 @@
icon_state = "dark"
},
/area/station/service/hydroponics)
+"qkf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"qkq" = (
/obj/structure/table,
/obj/item/soap/nanotrasen,
@@ -81805,7 +82942,7 @@
/area/station/hallway/secondary/exit)
"qkB" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -81836,12 +82973,12 @@
/turf/simulated/floor/plating,
/area/station/public/storage/emergency)
"qkV" = (
-/obj/machinery/power/smes,
/obj/structure/cable{
- icon_state = "0-8"
+ icon_state = "0-4"
},
+/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"qkY" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -81899,7 +83036,7 @@
/turf/simulated/wall,
/area/station/maintenance/dorms/starboard)
"qlv" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -81958,8 +83095,8 @@
/turf/simulated/floor/plating/airless,
/area/station/aisat/hall)
"qmJ" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
/turf/simulated/floor/plating,
@@ -82046,14 +83183,6 @@
icon_state = "darkblue"
},
/area/station/command/office/cmo)
-"qnB" = (
-/obj/effect/spawner/random/oil/maybe,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/aft_port)
"qnD" = (
/obj/structure/sink/directional/north,
/turf/simulated/floor/plasteel{
@@ -82119,15 +83248,15 @@
/area/station/science/lobby)
"qoh" = (
/obj/machinery/economy/vending/clothing,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"qos" = (
/obj/machinery/door/airlock/maintenance{
name = "Science Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/poddoor/preopen{
@@ -82221,7 +83350,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -82244,6 +83373,18 @@
"qpE" = (
/turf/simulated/wall,
/area/station/maintenance/abandoned_garden)
+"qpG" = (
+/obj/structure/cable/extra_insulated,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/machinery/alarm/directional/south,
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"qpN" = (
/obj/structure/chair/stool{
dir = 4
@@ -82260,7 +83401,7 @@
/obj/effect/decal/cleanable/shreds,
/obj/item/airlock_electronics/destroyed,
/obj/effect/spawner/random/barrier/obstruction,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -82289,12 +83430,12 @@
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint2)
"qqd" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"qqq" = (
@@ -82355,13 +83496,13 @@
"qrg" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -82503,7 +83644,7 @@
/area/station/security/evidence)
"qsX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -82515,7 +83656,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel,
@@ -82594,6 +83735,9 @@
/area/station/medical/cloning)
"qub" = (
/obj/structure/grille/broken,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"quc" = (
@@ -82698,7 +83842,7 @@
},
/area/station/medical/cloning)
"qvB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -82742,7 +83886,7 @@
/area/station/maintenance/asmaint)
"qwi" = (
/obj/structure/girder,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -82814,7 +83958,7 @@
/area/station/medical/break_room)
"qxb" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -82822,7 +83966,7 @@
/area/station/maintenance/apmaint)
"qxt" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -82859,7 +84003,7 @@
/area/station/hallway/primary/fore)
"qxD" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -82869,7 +84013,7 @@
"qxF" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -83085,7 +84229,7 @@
/area/station/engineering/gravitygenerator)
"qzS" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -83118,7 +84262,7 @@
"qAi" = (
/obj/structure/closet/emcloset,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -83176,7 +84320,7 @@
/area/station/hallway/primary/starboard/south)
"qAM" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -83201,9 +84345,6 @@
"qAY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
@@ -83316,11 +84457,11 @@
/area/station/command/meeting_room)
"qCh" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"qCm" = (
@@ -83355,6 +84496,12 @@
icon_state = "redcorner"
},
/area/station/maintenance/apmaint)
+"qCr" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore)
"qCu" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
@@ -83432,9 +84579,6 @@
/area/station/public/park)
"qDx" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -83586,7 +84730,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"qFc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -83642,7 +84786,7 @@
/area/station/command/office/rd)
"qFs" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -83689,7 +84833,7 @@
/area/station/maintenance/starboard)
"qFT" = (
/obj/structure/closet/secure_closet/clown,
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/machinery/alarm/directional/north,
@@ -83718,13 +84862,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"qGg" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/obj/machinery/power/smes/engineering,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -83785,7 +84927,7 @@
},
/area/station/security/range)
"qGN" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -83827,28 +84969,18 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard)
-"qHn" = (
+"qHl" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "2-4"
+/turf/simulated/floor/plasteel{
+ icon_state = "cult"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/south)
+/area/station/legal/lawoffice)
"qHo" = (
/obj/machinery/power/apc/directional/north,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "0-2"
},
/turf/simulated/floor/wood,
/area/station/service/library)
@@ -83954,9 +85086,6 @@
/area/station/science/toxins/mixing)
"qIC" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -83978,6 +85107,18 @@
icon_state = "darkblue"
},
/area/station/engineering/ai_transit_tube)
+"qII" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"qIK" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
@@ -83986,7 +85127,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84071,10 +85212,6 @@
/obj/machinery/atmospherics/unary/portables_connector{
dir = 1
},
-/obj/structure/cable/yellow,
-/obj/machinery/power/terminal{
- dir = 8
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
"qJV" = (
@@ -84084,9 +85221,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -84105,7 +85239,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"qKh" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84144,16 +85278,19 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet/black,
/area/station/service/chapel)
"qKM" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/ash,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -84161,12 +85298,6 @@
"qKQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
@@ -84175,6 +85306,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"qKX" = (
@@ -84282,10 +85416,19 @@
icon_state = "whitepurple"
},
/area/station/science/xenobiology)
+"qMg" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/south)
"qMj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -84331,9 +85474,6 @@
},
/area/station/science/server)
"qMx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -84341,6 +85481,9 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"qMH" = (
@@ -84391,7 +85534,7 @@
"qMW" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -84425,9 +85568,29 @@
/obj/effect/mapping_helpers/turfs/burn,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"qNC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"qNJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84464,6 +85627,9 @@
id_tag = "Biohazard";
name = "Biohazard Shutter"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -84573,25 +85739,22 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/medical/glass,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/medical/morgue)
"qPE" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/space_heater,
/obj/machinery/light/small,
+/obj/machinery/space_heater,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"qPG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -84599,7 +85762,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -84616,6 +85779,9 @@
/obj/effect/turf_decal/siding{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"qPL" = (
@@ -84628,7 +85794,7 @@
},
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
@@ -84679,7 +85845,7 @@
"qQs" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84809,13 +85975,13 @@
/area/station/hallway/primary/central/sw)
"qRI" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"qRO" = (
@@ -84835,6 +86001,23 @@
},
/turf/simulated/floor/plating/airless,
/area/station/aisat/hall)
+"qSd" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"qSf" = (
/obj/machinery/camera{
c_tag = "Central Hallway South";
@@ -84868,12 +86051,12 @@
/area/station/maintenance/aft)
"qTa" = (
/obj/structure/girder,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"qTh" = (
@@ -84927,9 +86110,6 @@
},
/area/station/command/office/rd)
"qTL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -84956,7 +86136,7 @@
/area/station/supply/lobby)
"qTY" = (
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -84966,7 +86146,7 @@
/area/station/maintenance/asmaint)
"qTZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -85003,6 +86183,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"qUz" = (
@@ -85019,7 +86202,7 @@
"qUE" = (
/obj/effect/mapping_helpers/turfs/burn,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"qUF" = (
/obj/effect/decal/cleanable/glass,
/obj/item/shard,
@@ -85076,8 +86259,8 @@
},
/area/station/medical/cryo)
"qVd" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"qVf" = (
@@ -85126,9 +86309,6 @@
"qVx" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -85141,7 +86321,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -85169,9 +86349,17 @@
icon_state = "dark"
},
/area/station/engineering/engine)
+"qVM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/north)
"qVN" = (
/obj/machinery/atmospherics/binary/valve,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -85196,7 +86384,7 @@
"qWe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -85229,6 +86417,9 @@
c_tag = "Locker Room Toilets";
dir = 10
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -85261,7 +86452,7 @@
"qWK" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -85280,10 +86471,10 @@
/area/station/engineering/equipmentstorage)
"qXl" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -85294,13 +86485,13 @@
/area/station/maintenance/apmaint)
"qXq" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -85343,8 +86534,8 @@
},
/area/station/medical/surgery)
"qXN" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -85358,10 +86549,10 @@
"qXY" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"qYf" = (
@@ -85446,7 +86637,7 @@
/area/station/security/warden)
"qYA" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -85480,14 +86671,20 @@
pixel_x = -3;
pixel_y = 5
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "red"
},
/area/station/security/checkpoint/secondary)
+"qYL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard)
"qYO" = (
/obj/structure/disposaloutlet,
/obj/structure/disposalpipe/trunk{
@@ -85658,6 +86855,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/hardsuitstorage)
+"rak" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"rao" = (
/obj/item/kirbyplants/large,
/obj/machinery/status_display{
@@ -85703,10 +86906,10 @@
/area/station/supply/qm)
"raE" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -85720,6 +86923,9 @@
"raV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -85801,10 +87007,14 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"rbu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"rbK" = (
/obj/effect/decal/cleanable/confetti,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -85881,7 +87091,7 @@
"rcA" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/chair,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -85991,6 +87201,9 @@
dir = 6
},
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "green"
@@ -86019,14 +87232,14 @@
/area/space/nearstation)
"rdE" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
/area/station/engineering/solar/aft_starboard)
"rdH" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86054,7 +87267,7 @@
"rdW" = (
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -86140,7 +87353,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -86170,7 +87383,7 @@
/area/station/hallway/primary/central/south)
"rfr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -86180,7 +87393,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/aft_starboard)
"rfz" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -86230,9 +87443,6 @@
"rfK" = (
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/junction/y,
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -86278,6 +87488,9 @@
/area/station/medical/break_room)
"rgt" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"rgD" = (
@@ -86326,6 +87539,9 @@
c_tag = "Starboard-Aft Primary South";
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"rgV" = (
@@ -86348,7 +87564,7 @@
dir = 8
},
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -86426,7 +87642,7 @@
/area/station/command/meeting_room)
"rhL" = (
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86500,7 +87716,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -86527,7 +87743,7 @@
/area/station/science/research)
"riy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86546,9 +87762,6 @@
name = "Coroner";
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -86727,9 +87940,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"rjF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -86739,6 +87949,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"rjG" = (
@@ -86770,7 +87983,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -86861,11 +88074,11 @@
"rld" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"rlf" = (
@@ -86875,6 +88088,13 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
+"rlo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"rlr" = (
/obj/structure/chair/sofa/pew/right{
dir = 4
@@ -86961,9 +88181,6 @@
/obj/structure/closet/crate,
/obj/item/roller,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -87016,21 +88233,13 @@
dir = 8
},
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"rmB" = (
/obj/machinery/economy/vending/cola,
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
/area/station/medical/break_room)
-"rmE" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "bluecorner"
- },
-/area/station/hallway/primary/fore)
"rmI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -87173,7 +88382,7 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"rnS" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -87190,7 +88399,7 @@
"roe" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -87307,9 +88516,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -87323,12 +88529,12 @@
/obj/structure/chair/stool{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"rpU" = (
@@ -87342,10 +88548,10 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -87403,9 +88609,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/dorms/starboard)
"rqF" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
@@ -87528,7 +88731,7 @@
"rsq" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -87543,25 +88746,35 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"rsu" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/east)
"rsv" = (
/obj/machinery/economy/vending/hatdispenser,
/turf/simulated/floor/plasteel{
icon_state = "arrival"
},
/area/station/service/theatre)
+"rsx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"rsz" = (
/obj/machinery/atmospherics/portable/canister/oxygen,
/obj/structure/sign/radiation/rad_area{
pixel_x = -32
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "blackcorner"
@@ -87571,6 +88784,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -87633,10 +88849,20 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
+"rtz" = (
+/obj/effect/spawner/window/reinforced/grilled,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/security/checkpoint/secondary)
"rtC" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"rtE" = (
@@ -87659,6 +88885,9 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 5
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"rtX" = (
@@ -87721,7 +88950,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -87761,13 +88990,13 @@
"ruP" = (
/obj/structure/chair,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -87844,9 +89073,6 @@
"rvu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
@@ -87865,7 +89091,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -87916,7 +89142,7 @@
dir = 1
},
/obj/structure/cable/yellow{
- icon_state = "2-4"
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
@@ -88010,6 +89236,14 @@
icon_state = "caution"
},
/area/station/public/fitness)
+"rxN" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"rxR" = (
/obj/structure/closet/secure_closet/personal/patient,
/turf/simulated/floor/plasteel{
@@ -88108,6 +89342,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "blue"
@@ -88133,7 +89370,7 @@
/area/station/maintenance/apmaint2)
"rzf" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -88142,15 +89379,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"rzm" = (
@@ -88183,6 +89417,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"rzz" = (
@@ -88212,7 +89449,7 @@
/obj/item/restraints/handcuffs/cable/red,
/obj/effect/spawner/random/blood/often,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -88257,9 +89494,6 @@
},
/area/station/security/storage)
"rzW" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -88272,7 +89506,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
/obj/item/reagent_containers/glass/bucket,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -88333,12 +89567,6 @@
icon_state = "darkyellow"
},
/area/station/medical/storage/secondary)
-"rAB" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/asmaint)
"rAD" = (
/turf/simulated/floor/plasteel{
icon_state = "white"
@@ -88353,7 +89581,7 @@
"rAJ" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -88389,6 +89617,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"rBq" = (
@@ -88425,7 +89656,7 @@
"rBJ" = (
/obj/item/decorations/sticky_decorations/flammable/skeleton,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -88479,6 +89710,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurplefull"
},
@@ -88590,6 +89824,12 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
+"rDz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"rDK" = (
/obj/structure/rack,
/obj/item/camera_film{
@@ -88681,7 +89921,7 @@
/area/station/hallway/primary/central/nw)
"rEA" = (
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -88909,7 +90149,7 @@
/area/station/hallway/secondary/entry)
"rHi" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -88994,7 +90234,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/generic,
@@ -89008,6 +90248,9 @@
"rIe" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"rIf" = (
@@ -89057,6 +90300,9 @@
/obj/structure/cable{
icon_state = "2-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/ai_monitored/storage/eva)
"rIp" = (
@@ -89085,6 +90331,9 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"rIG" = (
@@ -89118,7 +90367,7 @@
"rIT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -89149,7 +90398,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -89170,7 +90419,7 @@
"rJr" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -89242,8 +90491,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -89285,7 +90537,7 @@
"rKe" = (
/obj/effect/spawner/random/barrier/obstruction,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -89463,7 +90715,7 @@
/area/station/medical/reception)
"rLH" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -89504,6 +90756,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"rLU" = (
@@ -89536,9 +90791,6 @@
/area/station/telecomms/computer)
"rMg" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -89547,7 +90799,7 @@
/area/station/maintenance/fpmaint)
"rMi" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -89600,13 +90852,13 @@
/area/station/maintenance/dorms/starboard)
"rMy" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"rMz" = (
@@ -89632,8 +90884,11 @@
"rMG" = (
/obj/structure/closet/secure_closet/engineering_electrical,
/obj/effect/spawner/random/cobweb/right/rare,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"rMU" = (
/obj/effect/decal/cleanable/blood/gibs/robot,
/obj/effect/decal/cleanable/blood/oil,
@@ -89645,7 +90900,7 @@
/area/station/maintenance/aft2)
"rNa" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -89688,9 +90943,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
@@ -89743,6 +90995,22 @@
/obj/structure/sign/poster/official/random/directional/south,
/turf/simulated/floor/plasteel,
/area/station/security/interrogation)
+"rNB" = (
+/obj/machinery/door/airlock/glass{
+ name = "Internal Affairs Office"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/security/iaa,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/polarized{
+ id = "IAA"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "cult"
+ },
+/area/station/legal/lawoffice)
"rNI" = (
/obj/item/flag/nt,
/obj/effect/turf_decal/woodsiding{
@@ -89817,6 +91085,12 @@
dir = 2;
sort_type_txt = "21"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"rOG" = (
@@ -89827,7 +91101,7 @@
/area/station/medical/patients_rooms_secondary)
"rOP" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -89933,7 +91207,7 @@
/area/station/legal/lawoffice)
"rPT" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -89970,9 +91244,6 @@
/area/station/aisat/service)
"rQm" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -90159,9 +91430,6 @@
/area/station/engineering/atmos/control)
"rSa" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -90202,7 +91470,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -90216,6 +91484,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
@@ -90348,11 +91622,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"rTP" = (
/obj/structure/disposalpipe/segment/corner,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -90387,9 +91664,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"rUl" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -90507,12 +91781,28 @@
/obj/structure/sign/poster/official/random/directional/south,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
+"rVb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/asmaint)
"rVc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"rVf" = (
@@ -90556,9 +91846,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Library Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -90616,6 +91903,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"rWf" = (
@@ -90662,6 +91952,9 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/glass,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"rWt" = (
@@ -90723,6 +92016,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -90749,10 +92045,10 @@
/area/station/engineering/break_room/secondary)
"rXb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -90772,7 +92068,7 @@
"rXi" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -90816,10 +92112,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment{
@@ -90908,9 +92204,6 @@
/turf/simulated/floor/plasteel/dark,
/area/station/legal/courtroom/gallery)
"rYh" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -90923,6 +92216,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -90937,7 +92233,7 @@
},
/area/station/public/construction)
"rYj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -91000,8 +92296,8 @@
/obj/structure/table,
/obj/item/paper_bin,
/obj/item/pen,
-/obj/machinery/power/apc/critical/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/critical/directional/east,
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel{
@@ -91013,7 +92309,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -91058,6 +92354,14 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/starboard)
+"rZG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"rZL" = (
/obj/machinery/computer/station_alert{
dir = 1
@@ -91136,8 +92440,11 @@
},
/obj/effect/landmark/spawner/nukedisc_respawn,
/obj/machinery/alarm/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"saF" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -91205,9 +92512,6 @@
},
/area/station/science/robotics)
"sbm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -91222,6 +92526,12 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"sbr" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"sbt" = (
/obj/structure/table/glass,
/obj/item/storage/box/bodybags,
@@ -91355,8 +92665,8 @@
},
/area/station/science/lobby)
"sdw" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/structure/table,
@@ -91378,6 +92688,12 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
+"sdX" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/garden)
"sej" = (
/obj/machinery/suit_storage_unit/expedition,
/obj/machinery/light{
@@ -91416,6 +92732,9 @@
"seE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkpurplecorners"
@@ -91431,6 +92750,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/medical/reception)
"seI" = (
@@ -91515,7 +92837,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/blood/drip,
@@ -91543,7 +92865,7 @@
},
/area/station/hallway/primary/starboard)
"sfP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -91600,16 +92922,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"sgk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"sgm" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -91632,7 +92944,7 @@
/area/station/service/library)
"sgr" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -91650,7 +92962,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/glass,
@@ -91681,7 +92993,7 @@
/area/station/science/storage)
"sgP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -91733,7 +93045,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandoned_garden)
"shw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/space_heater,
@@ -91751,7 +93063,7 @@
/area/station/hallway/primary/central/south)
"shO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -91805,9 +93117,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Engineering Maintenance"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -91815,6 +93124,9 @@
id_tag = "Engineering";
name = "Engineering Security Doors"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"sih" = (
@@ -91876,9 +93188,6 @@
id_tag = "Biohazard_medi";
name = "Quarantine Lockdown"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/access/all/medical/morgue,
/obj/structure/disposalpipe/segment{
dir = 4
@@ -91890,7 +93199,7 @@
"sja" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -91920,7 +93229,7 @@
/obj/structure/grille/broken,
/obj/item/stack/rods,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -91973,21 +93282,26 @@
/area/station/service/kitchen)
"sjG" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
-"sjI" = (
+"sjH" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
+"sjI" = (
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/external,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/engineering/atmos/transit)
"sjK" = (
@@ -92015,9 +93329,6 @@
/turf/simulated/floor/plating,
/area/station/command/office/ce)
"sjT" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/alarm/directional/west,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -92139,9 +93450,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "redcorner"
@@ -92286,11 +93594,11 @@
},
/area/station/security/range)
"smP" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"smT" = (
@@ -92356,9 +93664,6 @@
/area/station/maintenance/security/fore)
"snP" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -92371,6 +93676,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"snR" = (
@@ -92408,6 +93716,9 @@
"sov" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"soz" = (
@@ -92415,7 +93726,7 @@
/turf/simulated/floor/plating,
/area/station/hallway/secondary/garden)
"soA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -92454,10 +93765,24 @@
/obj/effect/mapping_helpers/turfs/burn,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
+"soV" = (
+/obj/machinery/door/airlock/multi_tile{
+ name = "maintenance access"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"soW" = (
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"soY" = (
@@ -92522,12 +93847,12 @@
/area/station/supply/qm)
"spN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"spQ" = (
@@ -92575,7 +93900,7 @@
},
/area/station/telecomms/computer)
"sqB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/trash,
@@ -92623,9 +93948,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"sqT" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8;
@@ -92663,6 +93985,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"srx" = (
@@ -92696,7 +94021,7 @@
"srL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -92728,7 +94053,7 @@
/area/station/supply/storage)
"ssp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -92794,6 +94119,12 @@
dir = 2;
sort_type_txt = "20"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft)
"stj" = (
@@ -92983,12 +94314,18 @@
codes_txt = "patrol;next_patrol=CHSW";
location = "CHS2"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
"sux" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"suS" = (
@@ -93023,7 +94360,7 @@
/area/station/turret_protected/aisat/interior)
"svn" = (
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93060,14 +94397,6 @@
/obj/effect/spawner/random/cobweb/left/rare,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
-"svF" = (
-/obj/machinery/door/airlock/multi_tile{
- name = "maintenance access"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"svJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -93107,6 +94436,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/break_room)
"swd" = (
@@ -93125,7 +94457,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"swl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -93168,7 +94500,7 @@
"swL" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -93381,7 +94713,7 @@
"syW" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -93490,6 +94822,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"szQ" = (
@@ -93571,7 +94906,7 @@
/area/station/maintenance/starboard)
"sAB" = (
/obj/effect/spawner/window/reinforced/tinted/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -93620,6 +94955,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -93698,7 +95036,7 @@
"sBR" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -93712,7 +95050,7 @@
"sBU" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93739,7 +95077,7 @@
"sCm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93759,7 +95097,7 @@
"sCn" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93778,7 +95116,7 @@
/area/station/maintenance/apmaint2)
"sCu" = (
/obj/structure/sign/poster/official/random/directional/south,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -93867,6 +95205,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"sDb" = (
@@ -93887,22 +95228,20 @@
/turf/simulated/floor/wood,
/area/station/maintenance/aft2)
"sDk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"sDq" = (
@@ -93932,13 +95271,16 @@
/area/station/security/prisonlockers)
"sDJ" = (
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/south)
"sDK" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/visible/scrubbers,
/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -94088,6 +95430,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
@@ -94100,6 +95445,13 @@
icon_state = "barber"
},
/area/station/security/permabrig)
+"sFF" = (
+/obj/machinery/firealarm/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard)
"sFP" = (
/obj/machinery/space_heater,
/obj/effect/decal/cleanable/dirt,
@@ -94125,7 +95477,7 @@
/area/station/maintenance/apmaint)
"sGf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/light/small{
@@ -94178,7 +95530,7 @@
},
/area/station/medical/medbay2)
"sGz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -94273,6 +95625,9 @@
"sHa" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"sHf" = (
@@ -94312,6 +95667,9 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
"sHm" = (
@@ -94390,9 +95748,6 @@
/area/station/security/range)
"sIn" = (
/obj/machinery/atmospherics/binary/pump/on,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
"sIx" = (
@@ -94528,6 +95883,10 @@
/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
+"sKl" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"sKm" = (
/obj/structure/closet/secure_closet/explorer,
/turf/simulated/floor/plasteel{
@@ -94543,7 +95902,7 @@
/area/station/command/office/hos)
"sKs" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -94573,7 +95932,7 @@
"sKI" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -94688,6 +96047,14 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/storage)
+"sLP" = (
+/obj/effect/spawner/random/oil/maybe,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"sLS" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -94829,6 +96196,9 @@
/area/station/hallway/spacebridge/security/west)
"sMR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -94911,9 +96281,6 @@
},
/area/station/security/brig)
"sOV" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -94925,9 +96292,6 @@
/area/station/service/janitor)
"sOZ" = (
/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -94940,6 +96304,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"sPc" = (
@@ -95009,7 +96376,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/grille/broken,
@@ -95075,7 +96442,7 @@
"sQR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -95120,14 +96487,14 @@
/area/station/supply/office)
"sRb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/turf_decal/siding{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/engine,
/area/station/hallway/spacebridge/security/west)
"sRd" = (
@@ -95166,6 +96533,9 @@
"sRq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"sRr" = (
@@ -95223,17 +96593,17 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"sRJ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "blue"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"sSc" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/cardboard,
@@ -95356,7 +96726,7 @@
"sTJ" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -95422,7 +96792,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -95431,6 +96801,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"sUp" = (
@@ -95515,7 +96888,7 @@
/area/station/maintenance/security/aft_starboard)
"sVq" = (
/obj/structure/girder,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -95544,11 +96917,11 @@
"sVz" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"sVB" = (
@@ -95580,7 +96953,7 @@
/area/station/hallway/spacebridge/security/south)
"sVI" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -95865,6 +97238,12 @@
icon_state = "darkbrowncorners"
},
/area/station/supply/qm)
+"sXO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/ne)
"sXP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -95899,13 +97278,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
-"sYb" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
"sYm" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -95975,7 +97347,7 @@
"sZl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -96031,10 +97403,10 @@
"sZW" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -96060,8 +97432,8 @@
},
/area/station/hallway/primary/fore/north)
"tap" = (
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel{
icon_state = "bluecorner"
@@ -96078,7 +97450,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/asteroid_filtering)
"tau" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -96182,7 +97554,7 @@
"tbJ" = (
/obj/structure/table/wood,
/obj/item/storage/fancy/crayons,
-/obj/structure/cable/yellow,
+/obj/structure/cable,
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/wood,
/area/station/service/clown)
@@ -96233,7 +97605,7 @@
/area/station/medical/storage)
"tcm" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -96288,9 +97660,6 @@
"tcy" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -96301,11 +97670,11 @@
/obj/machinery/door/airlock/atmos{
name = "Security Maintenance Atmospherics control"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/aft_port)
"tcB" = (
@@ -96339,6 +97708,18 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/security/fore)
+"tdc" = (
+/obj/item/radio/intercom{
+ name = "south bump";
+ pixel_y = -28
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/starboard)
"tdh" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel,
@@ -96357,8 +97738,16 @@
icon_state = "blackcorner"
},
/area/station/engineering/control)
+"tdn" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"tdp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -96417,10 +97806,10 @@
/area/station/public/fitness)
"tec" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/machinery/firealarm/directional/south,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
-/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
"tei" = (
@@ -96456,6 +97845,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "browncorner"
@@ -96652,6 +98044,18 @@
icon_state = "dark"
},
/area/station/security/brig)
+"tfO" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint2)
"tfP" = (
/turf/simulated/floor/plasteel{
dir = 6;
@@ -96743,11 +98147,11 @@
"tgT" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"tgV" = (
@@ -96887,9 +98291,6 @@
"tiw" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -96973,10 +98374,10 @@
/area/station/maintenance/apmaint2)
"tjn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -97018,7 +98419,7 @@
"tjH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/blood/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -97078,6 +98479,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/theatre)
"tkB" = (
@@ -97111,7 +98515,7 @@
/area/station/maintenance/apmaint)
"tkI" = (
/obj/machinery/atmospherics/pipe/simple/visible/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -97185,6 +98589,9 @@
c_tag = "Central Hallway West";
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"tlu" = (
@@ -97221,9 +98628,6 @@
/area/station/command/office/rd)
"tlF" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -97262,7 +98666,7 @@
"tlQ" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -97286,7 +98690,7 @@
/area/station/public/dorms)
"tlX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -97312,7 +98716,7 @@
"tma" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -97582,7 +98986,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -97620,9 +99024,6 @@
},
/area/station/turret_protected/aisat/interior)
"tou" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -97631,6 +99032,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"toy" = (
@@ -97745,9 +99149,6 @@
"tpV" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -97757,6 +99158,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"tpW" = (
@@ -97837,25 +99241,25 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/fore)
"tqO" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "purple"
},
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"tqS" = (
/obj/machinery/light,
/obj/machinery/power/apc/important/directional/south,
@@ -97943,7 +99347,7 @@
/area/station/hallway/secondary/entry/lounge)
"trM" = (
/obj/effect/decal/cleanable/confetti,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -97991,6 +99395,9 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"tst" = (
@@ -98051,7 +99458,7 @@
/area/station/security/permabrig)
"tsJ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -98106,7 +99513,7 @@
/area/station/supply/sorting)
"ttv" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -98153,9 +99560,6 @@
},
/area/station/security/permabrig)
"ttG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -98166,6 +99570,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/control)
"ttI" = (
@@ -98175,6 +99582,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"ttK" = (
@@ -98210,9 +99620,6 @@
/area/station/hallway/primary/fore/north)
"ttS" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -98223,6 +99630,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ttT" = (
@@ -98284,14 +99694,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bar"
},
/area/station/hallway/primary/aft)
"tvo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -98387,9 +99797,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"twC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -98399,6 +99806,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"twJ" = (
@@ -98419,6 +99829,9 @@
pixel_y = 25;
pixel_x = 32
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "red"
@@ -98450,10 +99863,13 @@
/obj/structure/disposalpipe/junction{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"txD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -98471,8 +99887,8 @@
/area/station/maintenance/apmaint)
"txI" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plasteel,
@@ -98521,11 +99937,20 @@
/area/station/service/chapel)
"tyf" = (
/obj/effect/spawner/random/blood/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"tyi" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -98592,10 +100017,13 @@
/obj/structure/chair/stool{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/obj/effect/landmark/start/assistant,
/turf/simulated/floor/plasteel,
/area/station/public/locker)
@@ -98693,7 +100121,7 @@
/area/station/public/shops)
"tAZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -98703,7 +100131,7 @@
/area/station/maintenance/asmaint)
"tBm" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -98741,8 +100169,8 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/starboard)
"tBy" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -98790,12 +100218,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"tCt" = (
@@ -98817,7 +100245,7 @@
/area/station/medical/medbay)
"tCw" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -98895,7 +100323,7 @@
/turf/simulated/wall,
/area/station/science/robotics/chargebay)
"tDc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -98985,6 +100413,14 @@
icon_state = "yellowcorner"
},
/area/station/engineering/equipmentstorage)
+"tDZ" = (
+/obj/effect/spawner/random/oil/maybe,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/starboard)
"tEa" = (
/obj/item/clothing/under/color/orange/prison,
/obj/item/clothing/shoes/orange,
@@ -99018,7 +100454,7 @@
"tEl" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -99027,18 +100463,18 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"tEn" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"tEt" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -99312,9 +100748,6 @@
/obj/machinery/door/airlock{
name = "Court"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/security/court,
@@ -99335,9 +100768,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Hydroponics Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -99380,6 +100810,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "green"
},
@@ -99463,7 +100896,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -99473,6 +100906,9 @@
dir = 5
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"tIS" = (
@@ -99508,6 +100944,9 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"tJB" = (
@@ -99616,9 +101055,6 @@
"tKl" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -99627,7 +101063,7 @@
"tKn" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -99668,11 +101104,20 @@
/obj/item/mounted/frame/apc_frame,
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
+"tKv" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"tKw" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -99707,10 +101152,16 @@
/obj/item/shard{
icon_state = "medium"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"tKK" = (
/obj/structure/sign/poster/official/random/directional/west,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"tKL" = (
@@ -99740,6 +101191,9 @@
},
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -99771,6 +101225,9 @@
name = "Bar Access"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/bar)
"tLg" = (
@@ -99836,7 +101293,7 @@
"tMr" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -100021,6 +101478,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"tNr" = (
@@ -100044,6 +101504,9 @@
dir = 5
},
/obj/effect/decal/cleanable/glass,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"tNS" = (
@@ -100094,7 +101557,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -100148,6 +101611,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"tPW" = (
@@ -100157,7 +101623,7 @@
/area/station/aisat/hall)
"tPZ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -100305,7 +101771,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"tSu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -100320,7 +101786,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -100331,7 +101797,7 @@
/area/station/maintenance/dorms/starboard)
"tSJ" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -100450,6 +101916,9 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitehall"
@@ -100515,9 +101984,6 @@
},
/area/station/hallway/secondary/entry)
"tTM" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
@@ -100641,6 +102107,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -100821,12 +102290,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "red"
@@ -101000,7 +102463,7 @@
"tYb" = (
/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -101029,7 +102492,7 @@
"tYu" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -101066,12 +102529,12 @@
"tYI" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"tYT" = (
@@ -101181,9 +102644,6 @@
},
/area/station/security/brig)
"uaa" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -101329,12 +102789,6 @@
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/cable{
icon_state = "1-8"
},
@@ -101380,18 +102834,12 @@
},
/area/station/medical/medbay)
"ubJ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -101457,10 +102905,10 @@
/area/station/public/storage/tools)
"ucB" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
@@ -101495,7 +102943,7 @@
/area/station/security/prisonershuttle)
"ucH" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -101525,9 +102973,6 @@
"ucL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/spawner/nukedisc_respawn,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 8
},
@@ -101586,9 +103031,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "redcorner"
@@ -101605,7 +103047,7 @@
"udE" = (
/obj/item/airlock_electronics/destroyed,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -101624,6 +103066,9 @@
},
/area/station/hallway/primary/starboard/south)
"udT" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "whitepurple"
@@ -101737,13 +103182,13 @@
"ufg" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ufk" = (
@@ -101858,6 +103303,9 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"ugq" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "red"
@@ -101914,7 +103362,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -101926,7 +103374,7 @@
"uhm" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -101939,9 +103387,6 @@
/area/station/maintenance/aft2)
"uhn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -101951,6 +103396,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"uhu" = (
@@ -102067,6 +103515,21 @@
},
/turf/simulated/floor/plating,
/area/station/science/xenobiology)
+"ujf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/nw)
"ujh" = (
/turf/simulated/wall,
/area/station/maintenance/dorms/fore)
@@ -102080,6 +103543,18 @@
/obj/item/cigbutt/roach,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"ujF" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore/north)
"ujG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -102096,6 +103571,9 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -102125,7 +103603,7 @@
"uke" = (
/obj/structure/lattice,
/obj/item/stack/cable_coil{
- amount = 1;
+ color = "#FFFF00";
pixel_y = 4;
pixel_x = 10
},
@@ -102261,23 +103739,17 @@
},
/area/station/medical/storage/secondary)
"ulh" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/junction/y{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/legal/courtroom)
"ulj" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
@@ -102297,9 +103769,6 @@
/area/station/hallway/secondary/entry/lounge)
"ulr" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -102341,7 +103810,7 @@
"umi" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -102349,7 +103818,7 @@
"umn" = (
/obj/effect/spawner/random/barrier/obstruction,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -102376,6 +103845,9 @@
"umH" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"umN" = (
@@ -102464,7 +103936,7 @@
"unV" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -102586,7 +104058,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/legal/courtroom/gallery)
"upd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -102604,7 +104076,7 @@
"upj" = (
/obj/item/chair/wood/wings,
/obj/effect/decal/cleanable/blood/old,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/wood,
@@ -102734,10 +104206,10 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"urb" = (
@@ -102750,6 +104222,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -102815,9 +104290,12 @@
},
/area/station/medical/virology)
"ush" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-2"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
"usj" = (
@@ -102901,7 +104379,7 @@
},
/area/station/supply/storage)
"usT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -102950,16 +104428,30 @@
/turf/simulated/floor/grass,
/area/station/hallway/secondary/exit)
"utr" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
+"utu" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/starboard)
"utv" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore)
"utC" = (
@@ -103028,7 +104520,7 @@
/obj/item/airlock_electronics{
pixel_y = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -103167,7 +104659,7 @@
},
/area/station/aisat/breakroom)
"uvn" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -103200,12 +104692,15 @@
/obj/effect/mapping_helpers/airlock/access/all/service/clown,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/clown)
"uvJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -103223,6 +104718,9 @@
},
/obj/structure/disposalpipe/junction,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"uwc" = (
@@ -103246,9 +104744,6 @@
/area/station/security/execution)
"uwm" = (
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -103309,15 +104804,12 @@
},
/area/station/science/research)
"uwG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"uwM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -103364,7 +104856,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -103448,12 +104940,12 @@
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"uyq" = (
@@ -103508,9 +105000,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"uyR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -103523,12 +105012,15 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
/area/station/hallway/spacebridge/security/south)
"uyY" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/girder,
@@ -103562,7 +105054,7 @@
/area/station/public/dorms)
"uzf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -103597,10 +105089,23 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/science/research)
+"uzr" = (
+/obj/structure/closet/secure_closet/hydroponics,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "green"
+ },
+/area/station/service/hydroponics)
"uzw" = (
/obj/structure/rack,
/obj/item/poster/random_contraband{
@@ -103664,7 +105169,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -103684,7 +105189,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"uAw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -103721,6 +105226,18 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
+"uAS" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"uAW" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -103867,9 +105384,6 @@
/turf/simulated/floor/plasteel,
/area/station/supply/smith_office)
"uCv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/junction/y{
@@ -103884,6 +105398,16 @@
icon_state = "brown"
},
/area/station/supply/expedition)
+"uCy" = (
+/obj/structure/extinguisher_cabinet{
+ name = "west bump";
+ pixel_x = -27
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"uCB" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -103931,7 +105455,7 @@
/turf/simulated/floor/grass/jungle,
/area/station/maintenance/aft)
"uCR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -103953,7 +105477,7 @@
"uDa" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -103975,7 +105499,7 @@
},
/area/station/hallway/secondary/exit)
"uDo" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -104110,7 +105634,7 @@
/area/station/hallway/secondary/entry)
"uFb" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -104149,15 +105673,15 @@
},
/area/station/aisat/service)
"uFm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"uFx" = (
@@ -104237,12 +105761,18 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
"uFV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurplecorner"
@@ -104250,9 +105780,6 @@
/area/station/science/research)
"uFX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -104262,6 +105789,9 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"uGb" = (
@@ -104287,10 +105817,10 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/incinerator)
"uGj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -104321,10 +105851,13 @@
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"uGu" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -104357,7 +105890,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -104424,7 +105957,7 @@
/area/shuttle/arrival/station)
"uHy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -104458,7 +105991,7 @@
/area/station/hallway/secondary/entry/east)
"uHL" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -104477,9 +106010,6 @@
"uHQ" = (
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -104547,12 +106077,12 @@
/area/station/turret_protected/ai_upload)
"uIl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"uIs" = (
@@ -104667,7 +106197,7 @@
/area/station/engineering/atmos/asteroid_filtering)
"uJw" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -104774,6 +106304,9 @@
dir = 4
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/medical/reception)
"uKV" = (
@@ -104867,6 +106400,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -104955,6 +106491,17 @@
"uMS" = (
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
+"uMU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"uMW" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -104965,9 +106512,6 @@
/area/station/hallway/secondary/exit)
"uMY" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -104993,7 +106537,7 @@
/area/station/engineering/atmos/storage)
"uNe" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -105079,10 +106623,13 @@
"uOs" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"uOx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -105103,7 +106650,7 @@
/area/station/security/execution)
"uOM" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -105166,9 +106713,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/apmaint2)
"uPx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -105186,9 +106730,6 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"uPA" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel{
@@ -105208,6 +106749,9 @@
/obj/item/storage/belt/utility,
/obj/item/clothing/glasses/meson/engine,
/obj/item/multitool,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "blackcorner"
@@ -105254,7 +106798,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -105321,9 +106865,6 @@
/obj/item/chair,
/obj/item/crowbar/red,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -105336,6 +106877,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"uQX" = (
@@ -105477,7 +107021,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"uSn" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -105551,7 +107095,7 @@
/area/station/service/library)
"uTg" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -105574,9 +107118,6 @@
},
/area/station/engineering/engine)
"uTm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/generic,
@@ -105640,7 +107181,7 @@
"uTL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -105648,7 +107189,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/starboard)
"uTQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -105785,7 +107326,7 @@
},
/area/station/medical/surgery/primary)
"uVq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -105863,7 +107404,7 @@
},
/area/station/science/server)
"uVV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -105871,9 +107412,6 @@
"uWf" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -105883,6 +107421,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"uWm" = (
@@ -105895,6 +107436,21 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry/west)
+"uWx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/service/library)
"uWB" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -105946,7 +107502,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -106017,9 +107573,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"uYe" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -106029,12 +107582,12 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"uYn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -106128,7 +107681,7 @@
"uZB" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -106151,7 +107704,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -106183,6 +107736,9 @@
/obj/machinery/door/airlock/research{
name = "Robotics"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -106290,12 +107846,12 @@
amount = 2
},
/obj/item/stack/cable_coil{
- amount = 1;
+ color = "#FFFF00";
pixel_y = 4;
pixel_x = 10
},
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -106344,6 +107900,9 @@
"vbW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"vbY" = (
@@ -106365,7 +107924,7 @@
/obj/machinery/power/solar{
name = "Fore-Starboard Solar Array"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plasteel/airless{
icon_state = "solarpanel"
},
@@ -106382,7 +107941,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -106392,6 +107951,12 @@
/turf/simulated/wall,
/area/station/maintenance/abandoned_garden)
"vcV" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellowcorners"
@@ -106464,7 +108029,7 @@
"vdS" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -106479,6 +108044,15 @@
},
/turf/simulated/floor/plating,
/area/station/security/prison)
+"vdX" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/atmos)
"vec" = (
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
@@ -106514,7 +108088,7 @@
"vek" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -106561,6 +108135,9 @@
/turf/simulated/floor/wood,
/area/station/command/office/hop)
"veM" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/public/arcade)
"veX" = (
@@ -106651,8 +108228,8 @@
/area/station/public/dorms)
"vfF" = (
/obj/structure/closet/emcloset,
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -106660,7 +108237,7 @@
"vfJ" = (
/obj/item/flashlight,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -106677,7 +108254,7 @@
"vfT" = (
/obj/effect/decal/cleanable/blood/drip,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -106834,20 +108411,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"vhN" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -106891,6 +108465,16 @@
icon_state = "whitepurplecorner"
},
/area/station/science/research)
+"viQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"viW" = (
/obj/machinery/atmospherics/binary/pump{
dir = 8;
@@ -106923,6 +108507,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -106949,9 +108536,6 @@
"vjE" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -106961,6 +108545,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"vjF" = (
@@ -106988,6 +108575,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"vjW" = (
@@ -107194,7 +108784,7 @@
/turf/simulated/floor/wood,
/area/station/supply/qm)
"vlP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -107282,20 +108872,14 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"vmK" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/aft_port)
"vmL" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -107305,6 +108889,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -107320,6 +108907,9 @@
icon_state = "4-8"
},
/obj/structure/disposalpipe/junction/y,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -107353,6 +108943,9 @@
id_tag = "atmos";
name = "Atmos Blast Door"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"vnf" = (
@@ -107381,7 +108974,7 @@
"vnl" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -107418,6 +109011,20 @@
"vnL" = (
/turf/simulated/wall,
/area/station/command/office/hos)
+"vnM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/public/dorms)
"vnO" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -107462,7 +109069,7 @@
/area/station/hallway/primary/starboard/south)
"vom" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -107538,14 +109145,6 @@
/obj/item/clothing/gloves/boxing/green,
/turf/simulated/floor/wood,
/area/station/public/fitness)
-"voW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/trash,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"voZ" = (
/obj/structure/cable{
icon_state = "2-4"
@@ -107610,9 +109209,6 @@
"vpr" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -107622,6 +109218,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"vps" = (
@@ -107739,9 +109338,6 @@
},
/area/station/medical/medbay2)
"vqN" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -107788,6 +109384,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "caution"
},
@@ -107873,7 +109472,7 @@
"vsi" = (
/obj/structure/grille/broken,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -107916,7 +109515,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/glass,
@@ -108213,6 +109812,9 @@
id_tag = "atmos";
name = "Atmos Blast Door"
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -108244,6 +109846,9 @@
},
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
"vwl" = (
@@ -108323,9 +109928,6 @@
/area/station/science/toxins/mixing)
"vxk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -108333,6 +109935,9 @@
dir = 1;
sort_type_txt = "19"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"vxs" = (
@@ -108353,6 +109958,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"vxF" = (
@@ -108380,12 +109988,12 @@
"vxU" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint2)
"vxW" = (
@@ -108401,10 +110009,10 @@
/area/station/medical/virology)
"vxZ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -108457,17 +110065,17 @@
"vyO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"vyP" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -108494,6 +110102,9 @@
"vzf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -108577,7 +110188,7 @@
/area/station/command/office/hop)
"vAh" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -108595,9 +110206,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"vAu" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -108610,6 +110218,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"vAx" = (
@@ -108682,6 +110293,14 @@
"vAZ" = (
/turf/simulated/wall,
/area/station/public/dorms)
+"vBa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"vBb" = (
/obj/effect/turf_decal/box,
/turf/simulated/floor/wood,
@@ -108722,7 +110341,7 @@
"vBq" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -108904,6 +110523,12 @@
},
/turf/simulated/floor/carpet,
/area/station/public/mrchangs)
+"vDr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/dorms/port)
"vDx" = (
/obj/structure/transit_tube/junction/flipped,
/obj/structure/lattice/catwalk,
@@ -109039,9 +110664,6 @@
},
/area/station/security/processing)
"vEK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -109051,19 +110673,22 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/storage)
"vEQ" = (
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -109192,7 +110817,7 @@
"vGd" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -109364,6 +110989,16 @@
},
/turf/simulated/floor/wood,
/area/station/service/library)
+"vHz" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/purple,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/atmos)
"vHE" = (
/obj/machinery/mineral/mint{
input_dir = 4
@@ -109395,6 +111030,13 @@
icon_state = "redcorner"
},
/area/station/security/execution)
+"vHU" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"vHY" = (
/obj/structure/table/wood,
/obj/item/storage/fancy/candle_box/eternal,
@@ -109445,7 +111087,7 @@
/area/station/service/chapel)
"vIy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -109482,13 +111124,13 @@
/area/station/security/brig)
"vJm" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -109532,9 +111174,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/captain)
"vJF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -109574,6 +111213,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurple"
@@ -109590,6 +111232,10 @@
icon_state = "browncorner"
},
/area/station/supply/lobby)
+"vKi" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_starboard)
"vKl" = (
/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{
dir = 1
@@ -109607,6 +111253,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"vKu" = (
@@ -109696,9 +111345,6 @@
},
/area/station/aisat/breakroom)
"vKX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -109888,7 +111534,7 @@
name = "Aft Starboard Solar Control";
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -109946,7 +111592,7 @@
/area/station/service/hydroponics)
"vMJ" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -109972,6 +111618,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/firealarm/directional/east,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "darkgreycheck"
},
@@ -110008,6 +111657,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/wood,
/area/station/service/theatre)
"vNc" = (
@@ -110017,6 +111669,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -110068,7 +111726,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -110160,7 +111818,7 @@
/obj/item/shard{
icon_state = "small"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -110258,7 +111916,7 @@
/area/station/engineering/gravitygenerator)
"vPv" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -110282,8 +111940,21 @@
icon_state = "caution"
},
/area/station/engineering/equipmentstorage)
+"vPC" = (
+/obj/item/radio/intercom{
+ name = "west bump";
+ pixel_x = -28
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "neutral"
+ },
+/area/station/public/dorms)
"vPI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -110311,9 +111982,6 @@
name = "Courtroom Maintenance";
security_level = 1
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -110446,6 +112114,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/genetics)
+"vRt" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/starboard/south)
"vRu" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/wood,
@@ -110525,18 +112202,6 @@
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
-"vSF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/mapping_helpers/airlock/access/all/medical/genetics,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/research/glass,
-/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/plasteel{
- icon_state = "white"
- },
-/area/station/science/genetics)
"vSM" = (
/obj/machinery/atmospherics/binary/volume_pump/on{
dir = 1;
@@ -110581,14 +112246,6 @@
icon_state = "browncorner"
},
/area/station/supply/office)
-"vTe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/spawner/random/oil/maybe,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/security/fore)
"vTo" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -110679,7 +112336,7 @@
/area/station/maintenance/dorms/starboard)
"vUk" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -110767,7 +112424,7 @@
"vVn" = (
/obj/item/paper_bin,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -110808,6 +112465,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
"vVz" = (
@@ -111196,7 +112856,7 @@
},
/area/station/engineering/engine)
"vZr" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -111298,6 +112958,9 @@
"wae" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"wap" = (
@@ -111346,9 +113009,6 @@
"waH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -111358,6 +113018,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"waP" = (
@@ -111394,9 +113057,6 @@
},
/area/station/security/prison/cell_block)
"wbH" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -111501,7 +113161,7 @@
"wcG" = (
/obj/effect/mapping_helpers/turfs/rust/maybe,
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"wcI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -111542,6 +113202,12 @@
},
/turf/simulated/floor/plating,
/area/station/security/range)
+"wdo" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"wdr" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -111558,7 +113224,7 @@
/area/station/maintenance/dorms/starboard)
"wdy" = (
/obj/item/c_tube,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -111693,7 +113359,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -111724,13 +113390,13 @@
/obj/item/shard,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"weB" = (
@@ -111831,7 +113497,7 @@
dir = 5
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -111886,7 +113552,7 @@
/obj/machinery/atmospherics/pipe/simple/visible/universal{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -111948,10 +113614,10 @@
/area/station/maintenance/apmaint2)
"whF" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -111982,6 +113648,13 @@
icon_state = "darkgreycheck"
},
/area/station/medical/break_room)
+"whK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"whM" = (
/obj/structure/sign/evac,
/turf/simulated/wall,
@@ -112003,7 +113676,7 @@
/area/station/engineering/engine)
"whW" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -112122,6 +113795,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "green"
@@ -112204,9 +113880,6 @@
/turf/simulated/floor/wood,
/area/station/command/office/captain)
"wjJ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
@@ -112238,6 +113911,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -112255,7 +113931,7 @@
/area/station/public/park)
"wks" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -112291,19 +113967,22 @@
/obj/effect/decal/cleanable/dirt,
/obj/item/toy/crayon/spraycan,
/turf/simulated/floor/plasteel,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"wkQ" = (
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"wkS" = (
/obj/machinery/newscaster/security_unit/directional/west,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/sw)
"wkT" = (
@@ -112391,25 +114070,28 @@
"wlY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"wmc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitehall"
},
/area/station/hallway/primary/starboard)
"wmi" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -112457,12 +114139,12 @@
/turf/simulated/floor/carpet/royalblack,
/area/station/command/office/ntrep)
"wmG" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"wmK" = (
/obj/structure/cable{
icon_state = "2-4"
@@ -112486,6 +114168,9 @@
},
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/kitchen)
"wnd" = (
@@ -112584,7 +114269,7 @@
"wob" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -112647,7 +114332,7 @@
/area/station/hallway/secondary/entry)
"woy" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -112676,6 +114361,14 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/central/se)
+"woK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/storage)
"woM" = (
/obj/structure/closet/secure_closet/medical2,
/obj/machinery/light{
@@ -112691,9 +114384,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"woR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -112706,11 +114396,14 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"woU" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -112907,7 +114600,7 @@
/area/station/telecomms/computer)
"wrL" = (
/obj/structure/sign/poster/contraband/random/directional/south,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -113083,13 +114776,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/port)
"wtQ" = (
@@ -113117,9 +114810,6 @@
/obj/structure/chair/office/dark{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "red"
@@ -113180,7 +114870,7 @@
/area/station/science/research)
"wuE" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -113210,7 +114900,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -113430,6 +115120,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard)
"wxo" = (
@@ -113459,7 +115152,7 @@
"wxx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -113509,7 +115202,7 @@
/obj/structure/table,
/obj/item/paper/crumpled,
/obj/effect/landmark/spawner/nukedisc_respawn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -113570,7 +115263,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -113590,9 +115283,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_regular_floor = "yellowsiding";
icon_state = "tranquillite"
@@ -113606,7 +115296,7 @@
/area/station/maintenance/starboard)
"wzp" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -113682,6 +115372,13 @@
icon_state = "cult"
},
/area/station/service/theatre)
+"wAz" = (
+/obj/structure/girder,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"wAF" = (
/obj/machinery/atmospherics/unary/vent_scrubber{
dir = 1
@@ -113763,9 +115460,6 @@
/area/station/maintenance/aft)
"wCd" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -113809,14 +115503,14 @@
/area/station/aisat/hall)
"wCU" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"wCX" = (
@@ -113864,7 +115558,7 @@
/obj/machinery/camera{
c_tag = "Clown's Office"
},
-/obj/structure/cable/yellow{
+/obj/structure/cable{
icon_state = "0-2"
},
/obj/item/radio/intercom{
@@ -113947,17 +115641,34 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/fsmaint2)
+"wEc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "purplecorner"
+ },
+/area/station/hallway/primary/starboard/south)
"wEh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/drip,
/turf/simulated/floor/plasteel,
/area/station/maintenance/security/fore)
+"wEs" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"wEy" = (
/obj/item/radio/intercom{
name = "east bump";
@@ -114048,7 +115759,7 @@
"wFM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -114225,24 +115936,6 @@
icon_state = "dark"
},
/area/station/supply/qm)
-"wHX" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/south)
"wIh" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/spawner/xeno,
@@ -114375,6 +116068,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/carpet,
/area/station/service/library)
"wJR" = (
@@ -114478,7 +116174,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -114514,9 +116210,6 @@
/turf/simulated/floor/engine/airless/nodecay,
/area/station/engineering/atmos/asteroid_filtering)
"wKX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -114566,7 +116259,7 @@
/area/station/public/construction)
"wLo" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -114651,12 +116344,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "arrival"
@@ -114674,6 +116367,9 @@
/obj/machinery/door/airlock/mining/glass{
name = "Expedition Headquarters"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"wMr" = (
@@ -114709,14 +116405,14 @@
/area/station/legal/courtroom)
"wNj" = (
/obj/effect/mapping_helpers/airlock/access/all/service/janitor,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock{
name = "Janitorial Supplies"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"wNy" = (
@@ -114731,12 +116427,12 @@
/turf/simulated/floor/carpet/royalblack,
/area/station/command/office/ntrep)
"wNJ" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -114744,9 +116440,6 @@
"wNQ" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -114764,15 +116457,12 @@
},
/area/station/science/robotics)
"wOg" = (
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
},
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
/turf/simulated/floor/plasteel,
/area/station/engineering/smes)
"wOk" = (
@@ -114796,10 +116486,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/turfs/damage,
/obj/effect/decal/cleanable/glass,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
@@ -114838,13 +116524,13 @@
/area/station/hallway/primary/starboard/south)
"wOL" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -114927,9 +116613,6 @@
/turf/simulated/mineral/ancient,
/area/station/engineering/atmos/asteroid)
"wPC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/decal/cleanable/dirt,
@@ -114942,12 +116625,15 @@
},
/area/station/medical/cloning)
"wPK" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkyellowcorners"
@@ -114982,7 +116668,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -115058,7 +116744,7 @@
/area/station/maintenance/incinerator)
"wQC" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -115103,7 +116789,11 @@
/turf/simulated/wall,
/area/station/supply/warehouse)
"wRf" = (
-/obj/effect/mapping_helpers/turfs/burn,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"wRg" = (
@@ -115132,7 +116822,7 @@
"wRr" = (
/obj/effect/decal/cleanable/generic,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -115161,7 +116851,7 @@
"wRv" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -115208,6 +116898,9 @@
"wSd" = (
/obj/effect/spawner/random/trash,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"wSf" = (
@@ -115219,7 +116912,7 @@
"wSl" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -115244,7 +116937,7 @@
/turf/simulated/floor/carpet/black,
/area/station/service/chapel/office)
"wSs" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -115356,7 +117049,7 @@
/area/station/maintenance/dorms/starboard)
"wTz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -115401,12 +117094,11 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"wUe" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/junction/reversed,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -115422,6 +117114,14 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
+"wUj" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"wUm" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/decal/cleanable/dirt,
@@ -115464,6 +117164,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "rampbottom"
@@ -115481,6 +117184,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -115525,6 +117231,9 @@
dir = 4
},
/obj/effect/landmark/start/chef,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "cafeteria"
},
@@ -115574,7 +117283,7 @@
/area/station/maintenance/apmaint2)
"wWQ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -115603,13 +117312,22 @@
icon_state = "brown"
},
/area/station/supply/storage)
+"wWY" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_port)
"wXf" = (
/obj/structure/lattice,
/obj/structure/grille,
/turf/space,
/area/space/nearstation)
"wXj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -115844,7 +117562,7 @@
/area/station/maintenance/starboard)
"wZi" = (
/obj/effect/decal/cleanable/generic,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/engine/asteroid,
@@ -115888,11 +117606,26 @@
/area/station/turret_protected/ai_upload)
"xam" = (
/obj/effect/turf_decal/delivery/red,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/engine/asteroid,
/area/station/engineering/atmos/asteroid_filtering)
+"xao" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"xap" = (
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
@@ -115966,6 +117699,9 @@
id_tag = "Biohazard";
name = "Biohazard Shutter"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -116012,7 +117748,7 @@
"xbL" = (
/obj/effect/spawner/random/oil/maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -116102,20 +117838,6 @@
icon_state = "redyellowfull"
},
/area/station/maintenance/apmaint2)
-"xcV" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "showroomfloor"
- },
-/area/station/service/kitchen)
"xcX" = (
/obj/effect/spawner/window/reinforced/polarized{
id = "Courtroom"
@@ -116282,6 +118004,9 @@
"xeK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"xeS" = (
@@ -116337,12 +118062,10 @@
"xfs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/random/blood/maybe,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/dorms/fore)
"xfw" = (
@@ -116360,7 +118083,7 @@
"xfz" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -116377,6 +118100,21 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
+"xfC" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/ne)
"xfI" = (
/obj/machinery/camera{
c_tag = "Central Hallway South East";
@@ -116471,11 +118209,14 @@
dir = 1;
name = "Backup Power Monitoring Console"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"xgy" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp,
@@ -116492,7 +118233,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -116505,6 +118246,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/hallway/spacebridge/security/west)
"xgU" = (
@@ -116840,7 +118584,7 @@
/area/station/medical/chemistry)
"xjP" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan,
@@ -116863,6 +118607,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "bluefull"
},
@@ -116903,7 +118650,7 @@
},
/area/station/engineering/gravitygenerator)
"xkw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/generic,
@@ -117060,18 +118807,25 @@
/turf/simulated/wall/r_wall,
/area/station/science/test_chamber)
"xmp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/item/trash/twimsts,
/turf/simulated/floor/plating,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
+"xmq" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Checkpoint"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"xmr" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -117091,9 +118845,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/spacebridge/security/west)
"xmu" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -117103,6 +118854,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"xmz" = (
@@ -117161,7 +118915,7 @@
/area/station/engineering/transmission_laser)
"xnE" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -117202,9 +118956,6 @@
"xnJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/garden)
@@ -117241,7 +118992,7 @@
"xoj" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/mounted/frame/apc_frame,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -117277,7 +119028,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_starboard)
"xoy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -117300,15 +119051,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/junction/y,
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
@@ -117319,14 +119064,14 @@
/obj/effect/mapping_helpers/airlock/access/all/service/janitor,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"xpa" = (
/obj/structure/grille/broken,
/obj/item/stack/rods,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -117367,9 +119112,6 @@
/area/station/medical/medbay)
"xpg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -117381,6 +119123,9 @@
},
/obj/machinery/door/airlock/engineering,
/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/assembly_line)
"xpj" = (
@@ -117474,9 +119219,6 @@
/area/station/security/permabrig)
"xqe" = (
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -117486,6 +119228,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"xqh" = (
@@ -117502,12 +119247,12 @@
/obj/item/toy/crayon/white,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"xqp" = (
@@ -117551,11 +119296,11 @@
/obj/machinery/door/airlock/engineering{
name = "Aft Starboard Solar Access"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"xqG" = (
@@ -117599,12 +119344,12 @@
"xrb" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/barrier/grille_maybe,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"xrc" = (
@@ -117621,13 +119366,13 @@
},
/area/station/public/dorms)
"xrf" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"xrs" = (
@@ -117744,6 +119489,9 @@
dir = 4
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -117786,7 +119534,7 @@
"xsb" = (
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -117797,12 +119545,12 @@
/obj/machinery/atmospherics/pipe/manifold/visible/cyan,
/obj/effect/spawner/random/maintenance,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"xst" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -117818,9 +119566,6 @@
/area/station/maintenance/apmaint)
"xsw" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -117877,6 +119622,9 @@
"xsY" = (
/obj/item/stack/rods,
/obj/effect/mapping_helpers/turfs/burn,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"xts" = (
@@ -117915,6 +119663,10 @@
},
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
+"xtz" = (
+/obj/machinery/power/port_gen/pacman,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/aft_port)
"xtA" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos,
@@ -117966,20 +119718,17 @@
/area/station/medical/morgue)
"xtZ" = (
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"xuo" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -118057,12 +119806,12 @@
/area/station/service/library)
"xvD" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"xvF" = (
@@ -118096,7 +119845,7 @@
"xwb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/grille/broken,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -118298,7 +120047,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -118325,13 +120074,13 @@
"xyd" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"xyn" = (
@@ -118365,6 +120114,9 @@
codes_txt = "patrol;next_patrol=CMD";
location = "CHN"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
"xyK" = (
@@ -118377,7 +120129,7 @@
},
/area/station/telecomms/computer)
"xyL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -118401,7 +120153,7 @@
/area/station/ai_monitored/storage/eva)
"xyO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -118464,12 +120216,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutral"
@@ -118513,6 +120265,9 @@
dir = 4
},
/obj/machinery/light,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"xzW" = (
@@ -118536,7 +120291,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -118606,16 +120361,6 @@
},
/turf/simulated/floor/plating,
/area/station/medical/surgery/primary)
-"xBg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/dorms/starboard)
"xBo" = (
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plating,
@@ -118731,6 +120476,12 @@
/obj/machinery/hologram/holopad,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
"xCt" = (
@@ -118794,12 +120545,12 @@
/obj/structure/sign/poster/contraband/random/directional/north,
/obj/effect/spawner/random/barrier/grille_maybe,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"xDj" = (
@@ -118825,6 +120576,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "green"
@@ -118834,17 +120588,17 @@
/obj/machinery/atmospherics/pipe/manifold/visible/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint2)
"xDx" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -118893,7 +120647,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
"xEt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -119059,7 +120813,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"xFW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -119073,13 +120827,13 @@
/area/station/science/server)
"xGv" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/security/aft_port)
"xGF" = (
@@ -119126,7 +120880,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -119147,12 +120901,12 @@
/obj/machinery/status_display{
pixel_x = -32
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/south)
"xHx" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -119204,7 +120958,7 @@
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -119399,9 +121153,6 @@
/area/station/engineering/engine)
"xJV" = (
/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -119411,6 +121162,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"xJZ" = (
@@ -119434,6 +121188,9 @@
/area/station/maintenance/apmaint2)
"xKf" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/wood,
/area/station/public/mrchangs)
"xKj" = (
@@ -119542,6 +121299,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/office)
"xLc" = (
@@ -119633,14 +121393,17 @@
/area/station/maintenance/apmaint2)
"xMb" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"xMe" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/wood,
+/area/station/public/mrchangs)
"xMn" = (
/obj/machinery/light/small{
dir = 4
@@ -119657,6 +121420,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -119666,12 +121432,12 @@
amount = 2
},
/obj/item/stack/cable_coil{
- amount = 1;
+ color = "#FFFF00";
pixel_y = 4;
pixel_x = 10
},
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/aft_port)
"xMV" = (
@@ -119683,7 +121449,7 @@
},
/area/station/medical/surgery/observation)
"xMW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -119763,9 +121529,6 @@
"xNS" = (
/obj/machinery/door/airlock/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -119781,9 +121544,6 @@
},
/area/station/security/processing)
"xOk" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
@@ -119817,7 +121577,7 @@
"xOs" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -119938,6 +121698,13 @@
icon_state = "cult"
},
/area/station/legal/magistrate)
+"xPS" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"xPT" = (
/obj/effect/spawner/window/reinforced,
/obj/structure/sign/chemistry,
@@ -119961,7 +121728,7 @@
/area/station/maintenance/asmaint)
"xQf" = (
/turf/simulated/wall,
-/area/station/maintenance/electrical)
+/area/station/maintenance/electrical/aft_starboard)
"xQk" = (
/obj/structure/table,
/obj/item/flashlight/lamp,
@@ -120186,6 +121953,9 @@
},
/area/station/supply/storage)
"xSL" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitebluecorner"
},
@@ -120310,9 +122080,6 @@
/obj/machinery/door/airlock/maintenance{
name = "Security Maintenance"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -120522,10 +122289,13 @@
/area/station/hallway/primary/starboard/south)
"xVA" = (
/obj/machinery/economy/vending/cola,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/locker)
"xVG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -120545,6 +122315,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -120712,6 +122485,9 @@
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "barber"
},
@@ -120911,6 +122687,9 @@
/area/station/maintenance/security/aft_starboard)
"yat" = (
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -120918,7 +122697,7 @@
"yau" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/turfs/burn,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -121029,6 +122808,17 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/engine)
+"ybr" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engineering Checkpoint"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/construction,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_starboard)
"ybx" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -121116,13 +122906,10 @@
"ycj" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "0-4"
},
/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/security/checkpoint/secondary)
@@ -121201,7 +122988,7 @@
/area/station/maintenance/apmaint2)
"ydl" = (
/obj/machinery/atmospherics/binary/valve/digital,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -121254,6 +123041,9 @@
icon_state = "small"
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/dorms/fore)
"ydT" = (
@@ -121320,7 +123110,7 @@
/area/station/engineering/atmos/distribution)
"yey" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plasteel,
@@ -121362,7 +123152,7 @@
/area/space/nearstation)
"yeH" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -121418,9 +123208,6 @@
/area/station/maintenance/starboard)
"yfk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -121430,6 +123217,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"yfl" = (
@@ -121466,7 +123256,7 @@
},
/area/station/science/xenobiology)
"yfG" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -121487,10 +123277,10 @@
/area/station/security/execution)
"ygm" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -121510,9 +123300,6 @@
/area/station/medical/chemistry)
"ygs" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -121525,6 +123312,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"ygv" = (
@@ -121626,12 +123416,12 @@
/area/station/science/toxins/mixing)
"yhz" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
"yhD" = (
@@ -121847,16 +123637,9 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"yjv" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/power/smes/engineering,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -121935,7 +123718,7 @@
/area/station/hallway/primary/central/sw)
"ykw" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -121957,9 +123740,6 @@
/obj/machinery/door/airlock/maintenance{
name = "E.V.A. Maintenance"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
@@ -122002,6 +123782,13 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/wood,
/area/station/legal/courtroom)
+"ykT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/dorms/fore)
"ykW" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -122104,7 +123891,7 @@
},
/area/station/hallway/primary/central/nw)
"ylY" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -134503,8 +136290,8 @@ eOp
jOJ
ydl
iDI
-jBV
-mNA
+vQv
+vQv
mjs
bDY
wZi
@@ -136618,12 +138405,12 @@ tdl
gBx
cef
hhS
-tdl
+aon
lEm
uQd
rsz
-czZ
-rmY
+kws
+mPW
sic
pru
fGG
@@ -137105,7 +138892,7 @@ nDU
nDU
nDU
dYX
-jry
+noW
sjI
jry
ifQ
@@ -139427,13 +141214,13 @@ nnq
nWz
eZb
gKE
-ilx
-ilx
-ilx
-ilx
-ilx
-ilx
-ilx
+woK
+woK
+woK
+woK
+woK
+woK
+woK
aWa
ilx
ilx
@@ -139680,7 +141467,7 @@ xqp
fvK
dfI
mDU
-iHZ
+vdX
cEY
fNF
oeJ
@@ -140451,7 +142238,7 @@ aCB
yaa
uIW
agn
-agn
+vHz
ubR
aiO
wSQ
@@ -140708,7 +142495,7 @@ rHg
aCB
lTq
fvK
-iHZ
+vdX
mel
jkZ
wSQ
@@ -140965,7 +142752,7 @@ bWF
fls
tJJ
iHZ
-iHZ
+vdX
mel
sjw
axc
@@ -141222,7 +143009,7 @@ lMm
pPB
sGV
iHZ
-iHZ
+vdX
mel
jkZ
jHz
@@ -141479,7 +143266,7 @@ sGV
nwd
sGV
iHZ
-iHZ
+vdX
mel
lwN
jHz
@@ -141817,7 +143604,7 @@ cBD
uQO
rAU
tyf
-fMB
+iSr
uPm
uPm
uPm
@@ -142073,13 +143860,13 @@ ipp
ipp
ipp
eyo
-kMf
-opq
-uPm
-aZS
-aZS
-aZS
-aZS
+jPU
+pra
+pCe
+tKv
+qII
+jvQ
+mPs
jnP
aZS
aZS
@@ -142330,13 +144117,13 @@ tcf
bCh
ipp
vSD
-uQO
+tfO
wRf
-uPm
-aZS
-jnP
-aZS
-jnP
+xmq
+fDc
+wEs
+qpG
+mPs
jnP
aZS
jnP
@@ -142589,11 +144376,11 @@ ipp
cBD
xFo
pdx
-uPm
-jnP
-jnP
-aZS
-jnP
+mPs
+wWY
+rak
+jXj
+mPs
jnP
aZS
jnP
@@ -142846,11 +144633,11 @@ ipp
ohp
opq
udA
-uPm
-jnP
-jnP
-aZS
-jnP
+mPs
+xtz
+eeg
+bLZ
+mPs
jnP
aZS
jnP
@@ -143103,11 +144890,11 @@ ipp
uQO
fMB
diy
-uPm
-aZS
-aZS
-aZS
-aZS
+mPs
+mPs
+mPs
+mPs
+mPs
aZS
aZS
aZS
@@ -144865,12 +146652,12 @@ gmo
uep
wkS
tlt
-snX
+cCz
jSL
ldE
-kjH
-snX
-vhh
+uCy
+cCz
+rsx
snX
iaF
hLy
@@ -145120,7 +146907,7 @@ mhk
mhk
bAz
mhk
-mhk
+uMU
bwb
mhk
mhk
@@ -145377,7 +147164,7 @@ snX
snX
snX
snX
-snX
+sbr
cxL
snX
xQr
@@ -145565,7 +147352,7 @@ aZS
aZS
aZS
aGR
-fXb
+dHf
kvi
aZS
aZS
@@ -145634,7 +147421,7 @@ fwH
fwH
fwH
fwH
-bmP
+kqP
fwH
fwH
fwH
@@ -145891,7 +147678,7 @@ lEt
urg
oKv
csT
-ewj
+jLq
jFw
vds
mxC
@@ -146079,7 +147866,7 @@ aZS
aZS
dGi
aGR
-fXb
+dHf
aGR
dGi
dGi
@@ -146143,7 +147930,7 @@ pHl
gbv
dWJ
rNm
-luN
+cId
ivF
pgN
jhH
@@ -146337,7 +148124,7 @@ jnP
dGi
cqY
hOC
-dCN
+hws
exH
dGi
sik
@@ -146911,7 +148698,7 @@ rQw
oIj
gSv
arS
-fCR
+jGG
rnT
arS
ovj
@@ -147127,8 +148914,8 @@ dSb
bey
vnl
vIy
-wNQ
-vKX
+lSA
+hmM
vfJ
mGp
vWJ
@@ -147425,7 +149212,7 @@ rQw
izS
igh
nfV
-jGG
+iff
rnT
arS
arS
@@ -147621,7 +149408,7 @@ gEj
uyf
fxy
yaB
-hLq
+pAR
auV
aSK
qsb
@@ -148656,13 +150443,13 @@ dNw
rMg
jxf
vIy
-wNQ
-qIC
-jnX
+lSA
+fOC
+kDn
uGj
vIy
qYA
-vKX
+hmM
wRv
aSK
kHg
@@ -148728,11 +150515,11 @@ uAb
xmm
xmm
rfk
-ezY
-iLS
+oBq
+cYl
wMn
-xFx
-frH
+nMB
+fwD
frH
gxI
frH
@@ -148908,7 +150695,7 @@ cfS
mNf
iPs
uGP
-xuN
+ujF
czL
hjW
qMM
@@ -149165,7 +150952,7 @@ rwZ
dOH
iPs
lZK
-tMO
+fks
iZd
tnk
tnk
@@ -149422,7 +151209,7 @@ hyc
jzm
mMY
eNi
-qth
+eoU
eBo
tnk
vbo
@@ -149718,14 +151505,14 @@ aBS
xaT
bvy
eUg
-xaT
-xaT
-xaT
+bBG
+bBG
+bBG
qKL
-xaT
+bBG
kPV
-bvA
-qQg
+iQb
+nyO
njI
vAZ
haF
@@ -149733,7 +151520,7 @@ vSl
mzp
sWV
bvA
-giS
+sjH
geq
omD
arS
@@ -149990,7 +151777,7 @@ eUn
neS
eUn
ghW
-giS
+sjH
giS
onz
rpb
@@ -150245,9 +152032,9 @@ kgg
bEh
kgg
bvY
+icu
kgg
-kgg
-kgg
+dfa
kgg
kgg
kgg
@@ -150262,7 +152049,7 @@ rfK
rpN
qgz
rNm
-vek
+vDr
qAY
odP
khE
@@ -150270,8 +152057,8 @@ mNT
mbK
xmm
rxd
-qHn
-nRl
+dJp
+ffC
xMb
kqp
wdy
@@ -150502,7 +152289,7 @@ nXh
pmL
nXh
nXh
-giS
+sjH
nXh
ijH
iUr
@@ -150722,8 +152509,8 @@ iJI
eIM
gip
tHj
-ykS
-ykS
+mPv
+mPv
ulh
ryx
wQX
@@ -151016,7 +152803,7 @@ pjm
plq
lAG
uOf
-pAs
+kCd
oNC
xvd
mWp
@@ -151059,7 +152846,7 @@ byy
lhS
dMW
khx
-qxJ
+uzr
diu
qxJ
byy
@@ -151229,7 +153016,7 @@ sWf
sWf
sWf
kYe
-fxy
+xPS
kHg
lkr
pHB
@@ -151273,7 +153060,7 @@ gux
bPG
pAs
saf
-pAs
+kCd
saf
dvw
gbQ
@@ -151486,7 +153273,7 @@ vBv
uIt
xiX
kYe
-vWJ
+pAR
kHg
nwF
pHB
@@ -151530,7 +153317,7 @@ gux
pLj
itQ
saf
-pAs
+kCd
jbh
pLs
xUC
@@ -151566,7 +153353,7 @@ bRt
lPt
bgI
vkj
-xcV
+kKx
ulj
tXG
byy
@@ -151743,7 +153530,7 @@ ygD
gpO
mkx
kYe
-vWJ
+pAR
kHg
kHg
iOc
@@ -151787,7 +153574,7 @@ gux
bPG
pAs
hAi
-pAs
+kCd
hAi
oLx
gLe
@@ -152001,8 +153788,8 @@ nAt
fUW
kYe
nqK
-cRJ
-vKy
+rxN
+grM
vKy
kzQ
pVl
@@ -152044,7 +153831,7 @@ gux
jEU
itQ
saf
-pAs
+kCd
wTk
iwW
gLe
@@ -152274,11 +154061,11 @@ lyV
sMR
oRZ
iRx
-xyo
-xyo
-sSr
-bvh
-nmP
+qHl
+qHl
+rNB
+jbD
+ujf
bvh
usO
tVT
@@ -152301,7 +154088,7 @@ gux
bPG
pAs
saf
-pAs
+kCd
saf
rxE
xUC
@@ -152337,7 +154124,7 @@ pZs
odE
cZM
sTO
-moZ
+qJV
weD
byy
ajz
@@ -152516,7 +154303,7 @@ stj
dDw
kYe
chx
-vKy
+ogd
rIp
kNU
ffK
@@ -152559,15 +154346,15 @@ uof
rGA
tkf
gqK
-saf
+cNl
vrw
-skb
-dMv
+cpM
+cTu
cUM
-gjU
-jiZ
+dMv
+skb
hqh
-jiZ
+skb
rNm
mzN
sQR
@@ -152616,8 +154403,8 @@ fkz
oqV
oqV
hae
-ycm
-nHw
+pOY
+gGF
nHw
vys
iYn
@@ -152773,7 +154560,7 @@ eEp
rri
kYe
vyX
-mYU
+qCr
tLr
iJo
ffK
@@ -153030,7 +154817,7 @@ jhl
kfX
kYe
gvA
-mYU
+qCr
tLr
gDt
ffK
@@ -153132,7 +154919,7 @@ uxI
uxI
gDI
rSh
-nHw
+pWd
lXm
oYG
cwk
@@ -153287,7 +155074,7 @@ bzN
wZa
kYe
gek
-mYU
+qCr
tLr
cGc
pVl
@@ -153544,7 +155331,7 @@ aRY
eFp
kYe
ydY
-mYU
+qCr
tLr
mYU
dCS
@@ -153801,7 +155588,7 @@ iJo
iJo
nCy
mYU
-mYU
+qCr
tLr
mYU
duf
@@ -153841,15 +155628,15 @@ mpL
oOT
amG
giS
-qQg
-giS
+hSX
+diB
yat
-bSD
-bPX
+btW
+lVx
dzR
dzR
ogD
-bPX
+lVx
jbO
lGd
iJS
@@ -153901,10 +155688,10 @@ fNd
sFB
gqQ
xXu
-ycm
+pOY
vNc
nHw
-pNM
+rtz
ugq
vSv
skH
@@ -154058,7 +155845,7 @@ srv
srv
cFS
utv
-srv
+pDy
ivX
srv
llc
@@ -154074,8 +155861,8 @@ iMO
iMO
iMO
pPL
-oGg
-oGg
+qVM
+qVM
xyE
uGt
qOu
@@ -154136,7 +155923,7 @@ cHU
cHU
bgI
bDE
-sTO
+pNs
uKZ
byy
vMI
@@ -154317,7 +156104,7 @@ rpF
jPn
tap
nXR
-rmE
+mJS
oQM
qxy
teK
@@ -154420,7 +156207,7 @@ fYt
ppu
bsA
bsA
-mpe
+pNM
daC
bsA
eUQ
@@ -154621,8 +156408,8 @@ eUn
eUn
uIz
eUn
-tfk
-tlu
+vPC
+ovk
xzA
eEe
vfx
@@ -154881,25 +156668,25 @@ nuI
jvd
nuI
azx
-gFG
-gFG
-gFG
-gFG
+kgg
+kgg
+kgg
+kgg
bDD
sAL
-drC
-gFG
-gFG
-gFG
-gFG
+bvY
+kgg
+kgg
+kgg
+kgg
bcC
-irn
-irn
+nqr
+nqr
pOR
xCl
suw
-ffC
-ffC
+jmI
+jmI
vVy
nsy
nsy
@@ -154911,7 +156698,7 @@ sti
gCR
gCR
gCR
-anX
+ejc
nQV
rOC
elf
@@ -155099,8 +156886,8 @@ ykH
hNj
nHr
oGv
-eRH
-eRH
+xyN
+xyN
btg
npi
npi
@@ -155171,7 +156958,7 @@ ppu
ppu
iNO
tUs
-ppu
+hJM
ppu
ppu
fwU
@@ -155179,7 +156966,7 @@ wQP
udB
ppu
meX
-ppu
+hJM
ppu
ppu
tUs
@@ -155191,7 +156978,7 @@ lKt
asC
ppu
iNO
-ppu
+hJM
ndW
ppu
hvJ
@@ -155382,7 +157169,7 @@ nuI
nuI
uzd
xOV
-nuI
+vnM
vQL
iTC
tZO
@@ -155392,7 +157179,7 @@ tZO
tZO
tZO
qlt
-kIa
+hFI
vAZ
bQA
bQA
@@ -155436,7 +157223,7 @@ vKF
jhz
jhz
jhz
-syB
+dtq
syB
jhz
jhz
@@ -155639,7 +157426,7 @@ pZd
msN
tna
lGB
-giS
+sjH
oFa
ieL
tZO
@@ -155685,7 +157472,7 @@ xnQ
xnQ
hRT
xLP
-gBS
+pCT
gBS
gBS
eRW
@@ -155693,7 +157480,7 @@ vKF
nhH
nhH
nhH
-mEj
+iMW
mEj
hhW
jhz
@@ -155705,7 +157492,7 @@ bik
gVn
rJh
cFf
-cFf
+kkC
dTi
cFf
saa
@@ -155942,7 +157729,7 @@ wEZ
fTI
gBS
gBS
-gBS
+pCT
gBS
gBS
rdX
@@ -155950,7 +157737,7 @@ vKF
pFN
ifP
ifP
-mEj
+iMW
mEj
ifP
xDO
@@ -155962,7 +157749,7 @@ nuy
gZy
krC
cFf
-cFf
+kkC
dNq
brI
kIb
@@ -156153,7 +157940,7 @@ bBu
tZO
cuY
voR
-jfR
+mfE
jds
vQc
pUb
@@ -156199,7 +157986,7 @@ gBS
gBS
okO
okO
-gBS
+pCT
gBS
gBS
frO
@@ -156410,8 +158197,8 @@ sRm
soz
wky
pwj
-jfR
-jfR
+sdX
+pMU
kzI
kbp
fKX
@@ -156419,7 +158206,7 @@ aLQ
duK
xnJ
xNS
-xBg
+ssZ
qdt
vAZ
ctU
@@ -156438,10 +158225,10 @@ gsU
egJ
xmm
cCH
-iSc
-rxd
+jwz
+qMg
cTe
-aFn
+xMe
xKf
adp
rrX
@@ -156916,10 +158703,10 @@ wSv
wSv
wSv
oeq
-wSv
+aRB
rWs
-bvA
-urb
+iQb
+qNC
njI
tZO
wDY
@@ -156970,7 +158757,7 @@ gBS
gBS
wEZ
fTI
-opo
+nqJ
gBS
gBS
dvq
@@ -156978,7 +158765,7 @@ vKF
ifP
ifP
ifP
-syi
+dfk
mEj
cFs
jhz
@@ -156989,7 +158776,7 @@ jhz
jhz
lSn
iMQ
-tze
+qhE
tze
iMQ
xmu
@@ -157158,10 +158945,10 @@ pCz
oGn
vtr
hoi
-oGn
-aTP
-pzR
-dlV
+oqJ
+ngi
+auy
+xfC
soN
syn
aGH
@@ -157227,7 +159014,7 @@ oiG
gBS
cAg
gBS
-opo
+nqJ
gBS
gBS
cvh
@@ -157235,7 +159022,7 @@ vKF
dWH
dWH
aRC
-syi
+dfk
mEj
ifP
uTb
@@ -157258,7 +159045,7 @@ rmj
wKX
cMm
sjG
-rsu
+jDl
okS
usF
hFx
@@ -157477,14 +159264,14 @@ eOH
dTc
oSD
eGz
-hIX
+kAP
vKF
gYg
tRt
aFC
gBS
gBS
-opo
+nqJ
fkw
vyL
dkQ
@@ -157509,7 +159296,7 @@ kZs
pJW
oFG
liu
-iIf
+szz
iIf
ctv
vjt
@@ -157733,7 +159520,7 @@ vsQ
bXw
sOV
nrl
-iIf
+szz
idT
vKF
cpq
@@ -157741,7 +159528,7 @@ aNa
aFC
gBS
gBS
-opo
+nqJ
fkw
ycF
daJ
@@ -157938,7 +159725,7 @@ syn
uQp
tCr
eRc
-lTX
+eSI
eSI
eSI
eSI
@@ -157980,8 +159767,8 @@ qIf
otY
xmm
akP
-iSc
-rxd
+fXo
+qMg
xoR
mNB
jQk
@@ -157998,7 +159785,7 @@ ijV
gBS
gBS
gBS
-opo
+nqJ
fkw
pST
daJ
@@ -158020,7 +159807,7 @@ pYr
cFf
cFf
miT
-cFf
+kkC
jOF
nwE
jHZ
@@ -158248,14 +160035,14 @@ mfx
aKN
oSD
pBT
-hIX
+kAP
vKF
jNM
gBS
gBS
gBS
gBS
-opo
+nqJ
fkw
fXN
nxu
@@ -158505,14 +160292,14 @@ myB
oJX
oSD
pIW
-hIX
+kAP
vKF
aPj
vZB
lXU
cNU
gBS
-opo
+nqJ
fkw
dAU
rKz
@@ -158525,7 +160312,7 @@ sAn
pSy
jhz
jGl
-dXH
+uWx
ifP
oEi
xkk
@@ -158534,7 +160321,7 @@ kqB
rGF
ojL
mpT
-dgE
+ajf
qzz
cLp
mpT
@@ -158762,13 +160549,13 @@ oSD
oSD
wAK
iiX
-hIX
+kAP
vKF
jXT
iHu
bkR
txC
-gRL
+fMm
tJz
lMe
wnd
@@ -158782,7 +160569,7 @@ bQq
fcn
jhz
qHo
-dXH
+pLt
ugO
poj
haA
@@ -159019,7 +160806,7 @@ xaN
lvF
nBv
ced
-hIX
+kAP
vKF
eLF
uYn
@@ -159038,7 +160825,7 @@ jhz
pHY
jhz
jhz
-gxU
+ifP
kzM
mKm
pvS
@@ -159048,7 +160835,7 @@ jhz
nwE
mpT
nsC
-dgE
+ajf
xer
cLp
mmI
@@ -159221,7 +161008,7 @@ sxN
uLC
syn
uwT
-sul
+eqi
cuN
itb
rNs
@@ -159265,9 +161052,9 @@ gmY
hvy
oBS
dZB
-wHX
-nRl
-sjG
+dJp
+ffC
+fxo
bMQ
gSd
sVz
@@ -159275,7 +161062,7 @@ tgT
rld
lDM
oKk
-whW
+viQ
uhn
vKF
vKF
@@ -159478,9 +161265,9 @@ dlV
iYR
syn
phI
-sul
+ykT
sHa
-sVf
+bXM
umH
cIu
xsY
@@ -159812,7 +161599,7 @@ jhz
lZC
nTJ
rMq
-kVP
+dXH
ifP
wyb
jhz
@@ -160069,7 +161856,7 @@ jhz
jhz
pKq
ifP
-kVP
+dXH
qBu
hLu
jhz
@@ -160255,7 +162042,7 @@ soN
raK
mez
eca
-mez
+bWW
eVt
mLL
dsP
@@ -160492,9 +162279,9 @@ ubJ
qDx
wPC
uTm
-fLX
+mcY
jzE
-fLX
+mcY
miK
sqT
gfj
@@ -160512,7 +162299,7 @@ vLB
ogg
fLX
fLX
-fLX
+fTk
fLX
oqr
nST
@@ -160737,12 +162524,12 @@ evo
ebB
sBB
wOo
-pGb
-pGb
-cSw
-cSw
-pGb
-pGb
+ekK
+ekK
+ekK
+ekK
+mEl
+ekK
hSK
tuC
nLM
@@ -160759,17 +162546,17 @@ bwi
uBv
nOk
oWo
-soN
+koI
aby
ewA
ewA
ewA
gUP
jJP
-soN
-soN
-soN
-soN
+nhc
+nhc
+nhc
+sXO
soN
uLC
jOu
@@ -160994,12 +162781,12 @@ srx
uqY
oMd
eFX
-pGb
-jnP
-jnP
-jnP
-jnP
-pGb
+ybr
+bFw
+dXL
+sKl
+uAS
+ekK
isn
teS
xHj
@@ -161016,7 +162803,7 @@ syn
syn
syn
syn
-wap
+tdn
syn
kVa
hWy
@@ -161251,12 +163038,12 @@ lrr
ebB
pGb
pGb
-pGb
-jnP
-jnP
-jnP
-aZS
-pGb
+ekK
+qkf
+vKi
+rbu
+qSd
+ekK
pGb
ixq
tog
@@ -161273,7 +163060,7 @@ mvJ
kAO
gdv
ibO
-bPF
+auf
kZk
syn
syn
@@ -161508,28 +163295,28 @@ jnP
jnP
jnP
jnP
-aZS
-jnP
-jnP
-jnP
-aZS
-aZS
+ekK
+jHN
+xao
+qiq
+akz
+ekK
pGb
lWY
vNO
tIR
arh
pBs
-coS
-coS
-eRV
-coS
-wap
+rDz
+rDz
+kUP
+rDz
+mVL
eBV
-oOO
+dER
qub
-pgo
-bPF
+wAz
+msg
bvM
iMZ
uCr
@@ -161765,12 +163552,12 @@ aZS
aZS
jnP
jnP
-aZS
-jnP
-jnP
-aZS
-aZS
-jnP
+ekK
+ekK
+ekK
+ekK
+ekK
+ekK
pGb
uye
vPn
@@ -161991,7 +163778,7 @@ bpw
pXF
bpw
qkB
-nmZ
+ePW
bBn
eRO
bBn
@@ -162044,7 +163831,7 @@ gdv
kyy
gdv
scq
-jDS
+vBa
gdv
fIb
nVs
@@ -162093,7 +163880,7 @@ rNU
xCB
oFi
hdJ
-woi
+wEc
vaq
udT
mrn
@@ -162391,7 +164178,7 @@ lRd
gph
pAk
dIP
-pwW
+fjz
dcL
cJo
cJo
@@ -162648,7 +164435,7 @@ pVM
dIP
aIj
apl
-vmE
+rZG
lCy
cJo
puJ
@@ -162786,7 +164573,7 @@ aZS
aZS
ebB
tdJ
-ouc
+bNr
sMO
ebB
jnP
@@ -162905,7 +164692,7 @@ lRd
lRd
bTR
lRd
-lRd
+pBP
cPF
cJo
vhv
@@ -163162,7 +164949,7 @@ bOJ
jYP
uFA
uLZ
-jWC
+gUJ
xkG
cJo
nIo
@@ -163332,7 +165119,7 @@ jnP
jnP
gdv
bPF
-lUF
+gnA
oVw
rSC
rSC
@@ -163668,15 +165455,15 @@ tdK
iWE
iWE
byd
-iWE
+aHc
xHu
rzs
-iWE
-cTw
+aHc
+vRt
jCC
tKK
rgU
-iWE
+orM
oFq
nQT
wDu
@@ -163850,7 +165637,7 @@ scq
bPF
tLi
scq
-voW
+gpH
bmQ
qib
jDS
@@ -166207,7 +167994,7 @@ aCF
caq
soW
wae
-mqC
+jPW
rLT
jcy
hwR
@@ -166662,11 +168449,11 @@ lWD
tfI
tfI
ubl
-omV
-omV
+lvl
+lvl
dRc
diW
-qnB
+uaV
kRC
jYq
fSH
@@ -166938,7 +168725,7 @@ pcS
fhm
peo
reh
-hUH
+xvD
tLi
iro
kyA
@@ -167001,7 +168788,7 @@ hIq
uWH
iaw
ixY
-vSF
+bmG
fve
kuM
ghZ
@@ -167264,7 +169051,7 @@ xnm
lyl
jHP
seE
-oLN
+bTC
raV
ooa
dZj
@@ -167457,8 +169244,8 @@ sTa
iro
rMo
abB
-rXG
-kwq
+kxa
+fDj
xSL
xSL
xSL
@@ -168016,7 +169803,7 @@ caq
caq
gRv
ktr
-hkT
+mqC
cQy
rqF
xtZ
@@ -168037,11 +169824,11 @@ bNG
sit
sTG
rXp
-rAB
-ovN
-mUd
-xVG
-xVG
+uMS
+uMS
+woP
+dZk
+dZk
igL
xyd
aMB
@@ -168223,7 +170010,7 @@ aZS
aZS
gdv
ocY
-xvD
+whK
sDq
iro
whd
@@ -169496,18 +171283,18 @@ vzf
iOp
aRe
eSD
-lxc
+cPL
mrW
mrW
mrW
-lxc
+cPL
mrW
mrW
sDJ
mrW
mrW
mrW
-lxc
+cPL
fmN
sxj
xxc
@@ -169767,9 +171554,9 @@ mXj
lxc
dmT
foG
-hgZ
+poL
txh
-uci
+iqv
ejP
ngr
lrp
@@ -170027,7 +171814,7 @@ vQC
osi
bsl
uci
-avn
+sFF
ngr
arq
pfT
@@ -170488,7 +172275,7 @@ hEM
sAG
rjZ
gNy
-moL
+gNy
smP
cuO
xpb
@@ -170745,7 +172532,7 @@ bDs
sAG
nDt
fee
-vTe
+cjO
vbS
cLK
lyp
@@ -171130,7 +172917,7 @@ nsp
rVU
cLm
gbw
-frP
+fyx
wpX
qsn
poN
@@ -171312,7 +173099,7 @@ ijF
iro
sfM
mof
-gYF
+utu
ngr
boU
oJw
@@ -171516,7 +173303,7 @@ mXW
bkj
kBy
sxU
-lRS
+tMD
eGZ
lav
xQo
@@ -171569,7 +173356,7 @@ ffb
iro
sfM
uci
-fGf
+fes
ngr
ngr
ngr
@@ -171644,7 +173431,7 @@ qDC
bOY
jnC
fwP
-frP
+fyx
sCk
kGB
dZk
@@ -171826,7 +173613,7 @@ nPe
iro
feK
uci
-cIa
+tdc
iro
gXW
ahf
@@ -172083,7 +173870,7 @@ nPe
iro
wLa
uci
-byQ
+obK
iro
dNa
bFQ
@@ -172340,7 +174127,7 @@ hwk
iro
sfM
ejd
-nIN
+qYL
rMy
fuo
gZF
@@ -173152,7 +174939,7 @@ tUb
caq
caq
gRv
-sgk
+dso
qoT
mXw
fIk
@@ -173385,7 +175172,7 @@ mXw
cGm
oeZ
lZi
-sAp
+nBD
bsO
caq
uoD
@@ -173642,7 +175429,7 @@ jcy
xTH
rgF
tlF
-xTH
+wUj
mXw
cGm
tTC
@@ -173899,7 +175686,7 @@ vPv
xwb
tcm
oqo
-dQg
+tDZ
jcy
cGm
cyL
@@ -174413,7 +176200,7 @@ nQD
stp
fIk
cyT
-caq
+rlo
stp
caq
stp
@@ -174670,15 +176457,15 @@ nIg
caq
ozX
rXi
-gRv
+iNS
abt
-xTH
-jcy
-mVd
-qOJ
-mXw
-gRv
-bUD
+cGE
+nCo
+cQO
+sLP
+dMS
+eAy
+iGH
xQf
mGn
aJa
@@ -174935,14 +176722,14 @@ tcm
ejo
sKI
qKQ
-uTQ
+iZn
pGV
sRJ
hqA
ofq
uwG
tqO
-pGV
+bAL
dgm
uTQ
jFM
@@ -175202,7 +176989,7 @@ pUI
xQf
eWW
mXw
-aAm
+dso
mXw
caq
grF
@@ -175459,7 +177246,7 @@ dvU
xQf
fIk
jcy
-aAm
+dso
mXw
gLv
mXw
@@ -175709,7 +177496,7 @@ bVE
fIk
xQf
say
-dYn
+mEI
lbr
dYn
xgv
@@ -175966,7 +177753,7 @@ eoM
fFi
xQf
pEU
-sYb
+dYn
xmp
nQz
qPE
@@ -176222,7 +178009,7 @@ fts
aDk
dMF
wcG
-qkV
+eyB
eNB
pDn
nMM
@@ -176480,14 +178267,14 @@ jBr
mVd
wcG
rMG
-aJa
+wdo
wmG
fyz
jgQ
xQf
ubY
bzi
-aAm
+dso
mXw
uXN
fLB
@@ -176745,7 +178532,7 @@ xQf
cGm
ebq
gSn
-qFP
+muz
cZN
kjS
tfj
@@ -177047,7 +178834,7 @@ rIH
xAq
cyF
kdI
-gdt
+rVb
dpq
aIq
sTJ
@@ -177247,7 +179034,7 @@ ndo
aXv
qpE
vcS
-mGi
+hbO
mXw
fIk
caq
@@ -177260,7 +179047,7 @@ caq
ktC
gwu
caq
-dIS
+qqd
sAp
caq
jnP
@@ -177510,12 +179297,12 @@ iEU
hdo
neR
vjP
-iPH
-iPH
+eaQ
+eaQ
bpT
-svF
+soV
bpT
-bpH
+vHU
pKK
iGc
nQD
diff --git a/_maps/map_files/stations/metastation.dmm b/_maps/map_files/stations/metastation.dmm
index b229ee37c1c..ea3034f6fcb 100644
--- a/_maps/map_files/stations/metastation.dmm
+++ b/_maps/map_files/stations/metastation.dmm
@@ -26,6 +26,22 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/exit)
+"aaz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/girder,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"aaD" = (
/obj/effect/landmark/spawner/carp,
/turf/space,
@@ -111,6 +127,12 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/warden)
+"aci" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"acj" = (
/obj/structure/rack,
/obj/item/book/manual/wiki/security_space_law{
@@ -121,9 +143,6 @@
pixel_y = 2
},
/obj/item/taperecorder,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/trash,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -173,7 +192,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -237,19 +256,6 @@
icon_state = "cult"
},
/area/station/legal/lawoffice)
-"adG" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"adP" = (
/obj/effect/spawner/random/dirt/maybe,
/turf/simulated/floor/plasteel{
@@ -342,9 +348,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
@@ -390,7 +393,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -444,6 +447,9 @@
name = "west bump";
pixel_x = -28
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitepurplecorner"
@@ -451,10 +457,10 @@
/area/station/science/research)
"afG" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -462,6 +468,15 @@
"afH" = (
/turf/simulated/wall/mineral/titanium,
/area/shuttle/pod_3)
+"afN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"afT" = (
/obj/structure/table,
/obj/item/reagent_containers/drinks/coffee{
@@ -481,29 +496,11 @@
icon_state = "cafeteria"
},
/area/station/science/break_room)
-"age" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/solar{
- name = "Fore-Starboard Solar Array"
- },
-/turf/simulated/floor/plasteel/airless{
- icon_state = "solarpanel"
- },
-/area/station/engineering/solar/fore_starboard)
-"agg" = (
-/obj/structure/cable/green{
- icon_state = "0-10"
- },
-/obj/structure/cable/pink{
- icon_state = "2-4"
- },
-/obj/item/mounted/frame/apc_frame,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"agi" = (
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"agj" = (
/obj/effect/decal/cleanable/dirt,
@@ -514,17 +511,6 @@
/obj/effect/spawner/window/shuttle,
/turf/simulated/floor/plating,
/area/shuttle/pod_3)
-"ago" = (
-/obj/machinery/power/solar{
- name = "Fore-Starboard Solar Array"
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plasteel/airless{
- icon_state = "solarpanel"
- },
-/area/station/engineering/solar/fore_starboard)
"agw" = (
/obj/structure/chair{
dir = 1
@@ -568,6 +554,17 @@
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
+"agR" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"agY" = (
/obj/structure/closet/secure_closet/detective,
/obj/machinery/alarm/directional/south,
@@ -585,23 +582,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
-"ahm" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/hallway/secondary/exit)
"ahB" = (
/obj/machinery/newscaster/directional/west,
/turf/simulated/floor/plasteel{
@@ -899,8 +879,8 @@
},
/area/station/public/fitness)
"akr" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -1015,7 +995,7 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -1041,6 +1021,15 @@
icon_state = "black"
},
/area/station/security/brig)
+"aln" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_port)
"alq" = (
/turf/space,
/area/shuttle/gamma/station)
@@ -1259,17 +1248,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
-"anj" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/fitness)
"ank" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -1402,9 +1380,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aoF" = (
@@ -1412,7 +1387,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -1476,12 +1451,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/lounge)
-"api" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"apk" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -1489,6 +1458,14 @@
icon_state = "vault"
},
/area/station/security/armory/secure)
+"apl" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/medical/medbay)
"apq" = (
/obj/item/kirbyplants/large,
/turf/simulated/floor/plasteel{
@@ -1588,19 +1565,6 @@
/obj/machinery/prize_counter,
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
-"apV" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"apW" = (
/obj/structure/window/reinforced,
/turf/simulated/floor/plasteel{
@@ -1794,9 +1758,6 @@
},
/area/station/engineering/gravitygenerator)
"arx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/table/wood,
/obj/item/reagent_containers/drinks/bottle/beer{
pixel_x = -8;
@@ -1817,14 +1778,14 @@
/turf/space,
/area/space/nearstation)
"arC" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"arI" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/fore_port)
"arK" = (
@@ -1839,23 +1800,6 @@
"arP" = (
/turf/simulated/floor/plasteel,
/area/station/security/main)
-"arR" = (
-/obj/machinery/door/poddoor/preopen{
- id_tag = "Secure Gate";
- name = "brig shutters"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/security/doors,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"arV" = (
/obj/effect/turf_decal/delivery/hollow,
/mob/living/simple_animal/bot/secbot/armsky,
@@ -1888,6 +1832,12 @@
dir = 10
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"asy" = (
@@ -1895,7 +1845,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -1940,15 +1890,6 @@
icon_state = "neutralcorner"
},
/area/station/public/fitness)
-"asB" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/fitness)
"asC" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -1967,17 +1908,6 @@
icon_state = "neutralcorner"
},
/area/station/public/fitness)
-"asE" = (
-/obj/structure/grille/broken,
-/obj/item/stack/rods,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"asJ" = (
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
@@ -2024,15 +1954,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"ata" = (
@@ -2070,7 +1994,7 @@
},
/area/station/medical/break_room)
"atk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -2196,18 +2120,18 @@
},
/area/station/public/fitness)
"atV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 5
},
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"atW" = (
@@ -2218,14 +2142,14 @@
},
/area/station/public/fitness)
"atX" = (
-/obj/structure/sign/vacuum/external{
- pixel_x = 32
- },
/obj/machinery/atmospherics/unary/portables_connector{
dir = 8
},
/obj/machinery/atmospherics/portable/canister/air,
/obj/effect/decal/cleanable/cobweb2,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"aub" = (
@@ -2233,7 +2157,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/wood,
@@ -2245,49 +2169,8 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"aue" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/light_switch{
- dir = 4;
- name = "west bump";
- pixel_x = -24
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/gravitygenerator)
-"auf" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft2)
"auk" = (
/obj/effect/landmark/spawner/xeno,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/solar_maintenance/fore_starboard)
-"aul" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/radio/intercom{
- name = "east bump";
- pixel_x = 28
- },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"aun" = (
@@ -2456,20 +2339,6 @@
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/turf/simulated/floor/plasteel,
/area/station/security/prisonlockers)
-"avG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/airlock/highsecurity,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/any/science/rd,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/engineering/gravitygenerator)
"avJ" = (
/obj/machinery/economy/vending/cigarette,
/obj/structure/extinguisher_cabinet{
@@ -2510,10 +2379,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"avM" = (
-/obj/structure/cable{
+/obj/machinery/power/smes,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/machinery/power/smes,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"avN" = (
@@ -2532,20 +2401,6 @@
icon_state = "arrival"
},
/area/station/security/checkpoint/secondary)
-"avR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/engineering/gravitygenerator)
"avT" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -2578,10 +2433,10 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"awe" = (
-/obj/structure/cable{
+/obj/effect/mapping_helpers/turfs/damage,
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"awo" = (
@@ -2616,7 +2471,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whitegreen"
@@ -2737,27 +2594,6 @@
/obj/effect/spawner/airlock/s_to_n,
/turf/simulated/wall,
/area/station/maintenance/fore2)
-"axv" = (
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"axy" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -2799,25 +2635,11 @@
"axN" = (
/turf/simulated/floor/plasteel,
/area/station/security/processing)
-"axO" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/engineering/gravitygenerator)
"axR" = (
/obj/structure/railing,
/turf/space,
/area/space/nearstation)
"axS" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
dir = 1
@@ -2831,15 +2653,6 @@
/obj/machinery/status_display,
/turf/simulated/wall/r_wall,
/area/station/engineering/smes)
-"axV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/fitness)
"axY" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -2912,19 +2725,6 @@
"ayn" = (
/turf/simulated/wall,
/area/station/science/testrange)
-"ayr" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"ayu" = (
/obj/effect/spawner/window,
/turf/simulated/floor/plating,
@@ -2945,7 +2745,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"ayD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -3093,7 +2893,7 @@
},
/area/station/security/armory/secure)
"azH" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/barrier/grille_maybe,
@@ -3150,6 +2950,9 @@
"aAf" = (
/obj/effect/spawner/random/barrier/grille_often,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aAh" = (
@@ -3173,10 +2976,10 @@
},
/area/station/engineering/atmos/control)
"aAl" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/structure/lattice/catwalk,
@@ -3212,64 +3015,11 @@
icon_state = "neutralcorner"
},
/area/station/public/dorms)
-"aAI" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/rack,
-/obj/effect/spawner/random/maintenance,
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"aAJ" = (
/turf/simulated/floor/plasteel{
icon_state = "whitegreenfull"
},
/area/station/public/sleep)
-"aAK" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
-"aAL" = (
-/obj/structure/extinguisher_cabinet{
- name = "north bump";
- pixel_y = 30
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"aAM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -3287,7 +3037,7 @@
/area/station/maintenance/asmaint)
"aAW" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -3296,7 +3046,7 @@
/turf/simulated/wall/r_wall,
/area/station/command/vault)
"aBr" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -3398,15 +3148,6 @@
"aBI" = (
/turf/simulated/wall,
/area/station/public/toilet/lockerroom)
-"aBM" = (
-/obj/structure/cable/pink{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"aBN" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -3479,9 +3220,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aCc" = (
@@ -3562,9 +3300,6 @@
/area/station/engineering/atmos/control)
"aCr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aCs" = (
@@ -3644,15 +3379,6 @@
icon_state = "neutralcorner"
},
/area/station/public/dorms)
-"aCX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"aCY" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -3661,16 +3387,6 @@
icon_state = "neutralcorner"
},
/area/station/public/dorms)
-"aCZ" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"aDb" = (
/obj/machinery/door/airlock/highsecurity{
name = "Gravity Generator Foyer"
@@ -3688,10 +3404,10 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/engine_foyer)
"aDi" = (
-/obj/structure/cable/yellow{
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable/extra_insulated/pre_connect{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/unary/vent_pump/on,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -3910,7 +3626,7 @@
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aEq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -3919,9 +3635,6 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"aEr" = (
@@ -4122,8 +3835,8 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"aFt" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -4234,6 +3947,9 @@
},
/area/station/supply/miningdock)
"aGl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
desc = "";
icon_state = "C13"
@@ -4295,9 +4011,6 @@
"aGH" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/trash,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -4339,24 +4052,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
-"aGU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "caution"
- },
-/area/station/maintenance/fsmaint)
"aGV" = (
/obj/structure/cable{
icon_state = "2-4"
@@ -4622,7 +4317,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -4796,6 +4491,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/supply/aft)
"aID" = (
@@ -4940,27 +4638,18 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"aJe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"aJf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -5122,19 +4811,6 @@
dir = 8
},
/area/station/engineering/hardsuitstorage)
-"aJK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"aJL" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -5251,12 +4927,12 @@
},
/area/station/science/research)
"aKs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"aKz" = (
@@ -5311,10 +4987,7 @@
/area/station/hallway/primary/fore/north)
"aKI" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "neutralcorner"
- },
+/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/se)
"aKK" = (
/obj/item/beacon,
@@ -5428,9 +5101,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -5439,18 +5109,12 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fsmaint)
"aLj" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aLk" = (
@@ -5458,9 +5122,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"aLl" = (
@@ -5677,9 +5338,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
@@ -5790,25 +5448,6 @@
/obj/machinery/newscaster/directional/south,
/turf/simulated/floor/wood,
/area/station/service/clown)
-"aMB" = (
-/obj/effect/spawner/random/barrier/grille_often,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"aMC" = (
/obj/structure/statue/bananium/clown,
/turf/simulated/floor/wood,
@@ -5919,6 +5558,9 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/engine_foyer)
"aNc" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "C9"
},
@@ -6104,7 +5746,7 @@
/area/station/engineering/secure_storage)
"aNW" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -6141,9 +5783,6 @@
},
/area/station/engineering/engine_foyer)
"aOo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/random/dirt/maybe,
/obj/structure/cable{
icon_state = "1-8"
@@ -6172,11 +5811,11 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/east)
"aOx" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -6210,6 +5849,9 @@
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools/auxiliary)
"aOG" = (
@@ -6268,9 +5910,6 @@
"aOU" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/newscaster/directional/west,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -6321,21 +5960,6 @@
},
/turf/space,
/area/space)
-"aPk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "caution"
- },
-/area/station/maintenance/fsmaint)
"aPl" = (
/obj/machinery/shieldgen,
/obj/machinery/alarm/directional/north,
@@ -6452,6 +6076,14 @@
/obj/machinery/computer/arcade/orion_trail,
/turf/simulated/floor/carpet/arcade,
/area/station/public/arcade)
+"aPN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"aPS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -6477,19 +6109,6 @@
dir = 4
},
/area/station/maintenance/asmaint)
-"aQi" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "caution"
- },
-/area/station/maintenance/fsmaint)
"aQp" = (
/obj/machinery/alarm/directional/west,
/obj/machinery/atmospherics/unary/vent_scrubber/on{
@@ -6638,15 +6257,6 @@
/obj/machinery/power/emitter,
/turf/simulated/floor/plating,
/area/station/engineering/secure_storage)
-"aQT" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"aQV" = (
/obj/machinery/atmospherics/binary/valve/digital/open{
name = "Oxygen Outlet Valve"
@@ -6896,9 +6506,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/public/dorms)
"aSe" = (
@@ -6993,13 +6600,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"aSM" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/port)
"aSP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -7007,9 +6607,6 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"aST" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/cable{
icon_state = "0-4"
},
@@ -7051,9 +6648,6 @@
/obj/item/folder,
/obj/item/storage/firstaid/regular,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -7428,9 +7022,6 @@
pixel_y = 32
},
/obj/machinery/computer/station_alert,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/light{
dir = 1
},
@@ -7756,7 +7347,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -7824,9 +7415,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "2-4"
},
@@ -7864,21 +7452,6 @@
/obj/structure/shuttle/engine/propulsion/burst,
/turf/simulated/wall/mineral/titanium,
/area/shuttle/pod_1)
-"aWN" = (
-/obj/structure/sign/double/map/left{
- desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
- icon_state = "map-left-MS";
- pixel_y = 32
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/computer/security/engineering,
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "darkyellow"
- },
-/area/station/engineering/smes)
"aWQ" = (
/obj/structure/sign/chemistry,
/turf/simulated/wall,
@@ -7906,15 +7479,6 @@
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"aWX" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/computer/monitor{
- name = "Engineering Power Monitoring Console"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/firealarm/directional/north,
/turf/simulated/floor/plasteel{
dir = 5;
@@ -7970,9 +7534,6 @@
},
/area/station/public/locker)
"aXo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -7980,9 +7541,6 @@
dir = 4
},
/obj/machinery/hologram/holopad,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"aXp" = (
@@ -8022,16 +7580,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
-"aXx" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"aXy" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
@@ -8106,7 +7654,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/wood,
@@ -8183,28 +7731,6 @@
icon_state = "dark"
},
/area/station/legal/courtroom/gallery)
-"aYD" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
-"aYE" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/effect/landmark/start/engineer,
-/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "darkyellowcorners"
- },
-/area/station/engineering/smes)
"aYF" = (
/obj/machinery/washing_machine,
/obj/machinery/light/small{
@@ -8295,18 +7821,6 @@
icon_state = "darkyellow"
},
/area/station/engineering/smes)
-"aYV" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkyellow"
- },
-/area/station/engineering/smes)
"aYW" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -8404,16 +7918,6 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/carpet/royalblack,
/area/station/supply/qm)
-"aZI" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/engineering/smes)
"aZJ" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/primary/central/south)
@@ -8510,14 +8014,6 @@
icon_state = "dark"
},
/area/station/legal/courtroom/gallery)
-"aZU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/legal/courtroom)
"aZV" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -8597,18 +8093,6 @@
icon_state = "darkgrey"
},
/area/station/public/locker)
-"bag" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"bai" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -8669,24 +8153,22 @@
icon_state = "yellow"
},
/area/station/engineering/engine_foyer)
-"baD" = (
+"baG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
},
-/area/station/maintenance/fsmaint)
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"baL" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -8880,9 +8362,6 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"bbD" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -8909,9 +8388,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
@@ -8987,23 +8463,6 @@
/obj/item/storage/box,
/turf/simulated/floor/plasteel,
/area/station/supply/sorting)
-"bcd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/girder,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"bce" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -9015,9 +8474,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -9224,6 +8680,13 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/north)
+"bdj" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"bdk" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "Perma Gate";
@@ -9444,15 +8907,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -9652,9 +9106,6 @@
/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -9668,9 +9119,6 @@
/obj/machinery/light{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -9712,22 +9160,6 @@
icon_state = "darkgrey"
},
/area/station/engineering/tech_storage)
-"beF" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"beG" = (
/obj/structure/cable{
icon_state = "2-8"
@@ -9814,6 +9246,16 @@
icon_state = "dark"
},
/area/station/command/office/ce)
+"beQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"beR" = (
/obj/structure/extinguisher_cabinet{
name = "east bump";
@@ -9928,9 +9370,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"bfr" = (
@@ -10115,7 +9554,7 @@
/area/station/public/storage/tools/auxiliary)
"bgg" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
dir = 1;
@@ -10247,7 +9686,7 @@
},
/area/station/command/office/ce)
"bgA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -10333,22 +9772,6 @@
"bgX" = (
/turf/simulated/wall,
/area/station/security/checkpoint/secondary)
-"bgY" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
-/obj/structure/disposalpipe/segment/corner{
- dir = 2
- },
-/turf/simulated/floor/plasteel{
- icon_state = "yellowfull"
- },
-/area/station/engineering/gravitygenerator)
"bhc" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -10421,16 +9844,6 @@
"bht" = (
/turf/simulated/wall,
/area/station/maintenance/maintcentral)
-"bhu" = (
-/obj/machinery/door/airlock{
- name = "Central Emergency Storage"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/maintcentral)
"bhv" = (
/obj/effect/spawner/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
@@ -10473,6 +9886,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools/auxiliary)
"bhD" = (
@@ -10921,6 +10337,26 @@
icon_state = "C12"
},
/area/station/hallway/secondary/entry/lounge)
+"bjo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9;
+ level = 2
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"bjp" = (
/obj/structure/table,
/obj/item/storage/toolbox/emergency,
@@ -10946,6 +10382,9 @@
"bjr" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "yellow"
},
@@ -11367,6 +10806,9 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fsmaint)
"blo" = (
@@ -11433,19 +10875,12 @@
},
/area/station/engineering/ai_transit_tube)
"blz" = (
-/obj/effect/spawner/random/fungus/probably,
-/turf/simulated/wall,
-/area/station/maintenance/aft2)
-"blB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"blC" = (
/obj/effect/spawner/window,
/turf/simulated/floor/plating,
@@ -11674,6 +11109,9 @@
},
/area/station/engineering/break_room)
"bmv" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "C5"
},
@@ -11710,7 +11148,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -12534,13 +11972,6 @@
icon_state = "darkgreen"
},
/area/station/procedure/trainer_office)
-"bpU" = (
-/obj/structure/cable,
-/obj/effect/landmark/spawner/nukedisc_respawn,
-/obj/machinery/power/apc/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/maintcentral)
"bpV" = (
/obj/machinery/computer/crew,
/turf/simulated/floor/plasteel{
@@ -12724,6 +12155,9 @@
/area/station/hallway/primary/starboard/east)
"bqC" = (
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
@@ -12735,6 +12169,9 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -12745,6 +12182,9 @@
c_tag = "Starboard Primary Hallway - Tech Storage";
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -12772,9 +12212,6 @@
},
/area/station/hallway/primary/starboard/east)
"bqR" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
@@ -13172,7 +12609,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/supply/port)
"bsM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -13618,7 +13055,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -13739,6 +13176,9 @@
name = "south bump";
pixel_y = -30
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
@@ -13985,6 +13425,9 @@
/obj/machinery/light{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/hallway/secondary/entry/lounge)
"bvK" = (
@@ -13996,6 +13439,21 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/north)
+"bvL" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start/assistant,
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/fitness)
"bvW" = (
/obj/structure/window/reinforced,
/turf/simulated/floor/plasteel{
@@ -14247,9 +13705,6 @@
"bwP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
@@ -14542,24 +13997,6 @@
/obj/machinery/atmospherics/binary/valve/open,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"bxP" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"bxR" = (
/obj/machinery/status_display{
layer = 4;
@@ -14798,7 +14235,7 @@
},
/area/station/command/bridge)
"byE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/airlock/maintenance,
@@ -14921,6 +14358,9 @@
icon_state = "1-8"
},
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -14955,6 +14395,9 @@
/area/station/aisat/service)
"bzl" = (
/obj/machinery/atmospherics/pipe/simple/hidden/universal,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -15013,6 +14456,13 @@
/obj/item/reagent_containers/drinks/bottle/beer,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"bzG" = (
+/obj/effect/mapping_helpers/turfs/damage,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/supply/warehouse)
"bzK" = (
/turf/simulated/wall,
/area/station/service/library)
@@ -15275,18 +14725,6 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/aft/north)
-"bAL" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkyellow"
- },
-/area/station/engineering/smes)
"bAQ" = (
/obj/machinery/atmospherics/refill_station/nitrogen,
/obj/machinery/alarm/directional/east,
@@ -15841,9 +15279,6 @@
/turf/simulated/wall/r_wall,
/area/station/engineering/controlroom)
"bCO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
@@ -15964,7 +15399,7 @@
},
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/command/captain,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -16078,24 +15513,6 @@
},
/turf/simulated/floor/carpet,
/area/station/command/bridge)
-"bEb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"bEf" = (
/obj/machinery/camera{
c_tag = "Bridge - Starboard Access";
@@ -16248,6 +15665,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -16463,16 +15881,6 @@
icon_state = "white"
},
/area/station/science/research)
-"bGx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"bGE" = (
/obj/machinery/atmospherics/meter,
/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow,
@@ -16580,6 +15988,16 @@
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/bridge)
+"bHy" = (
+/obj/item/stack/cable_coil/yellow,
+/obj/item/stack/cable_coil/yellow,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil/orange,
+/obj/item/stack/cable_coil/orange,
+/obj/structure/rack,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_port)
"bHz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -16636,11 +16054,25 @@
"bHE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard2)
+"bHF" = (
+/obj/machinery/door/poddoor/preopen{
+ id_tag = "Secure Gate";
+ name = "brig shutters"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/security/doors,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
-/area/station/maintenance/starboard2)
+/area/station/maintenance/fore2)
"bHH" = (
/obj/structure/extinguisher_cabinet{
name = "east bump";
@@ -16671,14 +16103,14 @@
},
/area/station/service/bar)
"bHJ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_port)
"bHK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance,
@@ -16843,7 +16275,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -17188,20 +16620,20 @@
},
/area/station/hallway/secondary/bridge)
"bJw" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
dir = 4;
@@ -17561,15 +16993,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/secondary/bridge)
-"bLq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/bridge)
"bLr" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -17778,12 +17201,12 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -17794,6 +17217,9 @@
layer = 4;
pixel_y = 32
},
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -17806,9 +17232,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "neutralcorner"
@@ -17944,6 +17367,16 @@
/obj/structure/table/wood,
/turf/simulated/floor/carpet/royalblack,
/area/station/command/office/ntrep)
+"bNo" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"bNp" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -18009,7 +17442,7 @@
},
/area/station/science/genetics)
"bNI" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -18103,13 +17536,6 @@
/obj/effect/mapping_helpers/airlock/access/all/command/teleporter,
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
-"bOm" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"bOo" = (
/obj/structure/bookcase{
name = "bookcase (Non-Fiction)"
@@ -18180,10 +17606,10 @@
},
/area/station/hallway/secondary/bridge)
"bOL" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -18203,6 +17629,24 @@
"bOO" = (
/turf/simulated/floor/engine/vacuum,
/area/station/engineering/atmos)
+"bOP" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"bOR" = (
/turf/simulated/floor/plasteel,
/area/station/ai_monitored/storage/eva)
@@ -18279,23 +17723,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/spacehut)
-"bPb" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/fsmaint)
"bPg" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -18391,7 +17818,7 @@
"bPx" = (
/obj/effect/turf_decal/stripes/corner,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -18684,16 +18111,6 @@
icon_state = "dark"
},
/area/station/medical/cryo)
-"bQW" = (
-/obj/machinery/camera{
- c_tag = "Aft Primary Hallway - Aft";
- dir = 8
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "escape"
- },
-/area/station/hallway/primary/aft/south)
"bQX" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -18843,11 +18260,6 @@
},
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
-"bRE" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/random/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"bRJ" = (
/obj/structure/bookcase{
name = "bookcase (Religious)"
@@ -18862,16 +18274,12 @@
/area/station/service/library)
"bRN" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -19039,13 +18447,13 @@
/area/station/service/kitchen)
"bSw" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -19110,11 +18518,6 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/starboard)
-"bSJ" = (
-/obj/machinery/atmospherics/pipe/simple/visible/purple,
-/obj/machinery/atmospherics/meter,
-/turf/simulated/floor/plasteel,
-/area/station/engineering/atmos)
"bSN" = (
/obj/machinery/firealarm/directional/west,
/obj/machinery/camera{
@@ -19184,6 +18587,15 @@
icon_state = "white"
},
/area/station/medical/paramedic)
+"bTg" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"bTi" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -19197,7 +18609,7 @@
/obj/machinery/power/terminal{
dir = 4
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/chair/stool{
dir = 8
},
@@ -19384,13 +18796,6 @@
},
/turf/simulated/floor/plating,
/area/station/science/rnd)
-"bUv" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"bUy" = (
/obj/machinery/light{
dir = 8
@@ -19412,11 +18817,11 @@
/area/station/maintenance/starboard2)
"bUA" = (
/obj/item/apc_electronics,
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "4-5"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable/green{
+/obj/structure/cable/extra_insulated{
icon_state = "2-6"
},
/turf/simulated/floor/plating,
@@ -19480,23 +18885,6 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
/area/station/command/office/blueshield)
-"bUW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"bUX" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -19569,9 +18957,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"bVj" = (
@@ -19647,26 +19032,36 @@
"bVG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
+"bVI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore2)
"bVL" = (
/obj/item/book/manual/random,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/wood,
/area/station/maintenance/starboard)
"bVM" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -19727,19 +19122,15 @@
/obj/machinery/alarm/directional/west,
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
-"bWi" = (
-/obj/effect/spawner/random/trash,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"bWj" = (
/obj/machinery/light/small,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"bWl" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -19781,14 +19172,14 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/door/airlock/maintenance,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"bWw" = (
@@ -20082,7 +19473,7 @@
/turf/simulated/floor/plating,
/area/shuttle/arrival/station)
"bXI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -20322,7 +19713,7 @@
"bYC" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -20331,6 +19722,9 @@
/obj/structure/closet,
/obj/item/roller,
/obj/item/bodybag,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"bYJ" = (
@@ -20551,13 +19945,6 @@
icon_state = "red"
},
/area/station/security/processing)
-"can" = (
-/obj/machinery/firealarm/directional/north,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/central/south)
"car" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -20576,6 +19963,17 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/south)
+"caw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"cax" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -20645,7 +20043,7 @@
},
/area/station/public/locker)
"caJ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -20832,6 +20230,21 @@
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
+"cbu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/supply/storage)
"cbx" = (
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
@@ -20839,23 +20252,6 @@
icon_state = "dark"
},
/area/station/hallway/primary/central/sw)
-"cby" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8;
- initialize_directions = 11
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/sw)
"cbz" = (
/obj/structure/chair/stool{
dir = 8
@@ -20865,7 +20261,7 @@
},
/area/station/science/rnd)
"cbB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -21091,25 +20487,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/engineering/engine_foyer)
-"ccC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"ccH" = (
/turf/simulated/floor/plasteel,
/area/station/engineering/engine_foyer)
@@ -21265,39 +20642,15 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/science/robotics)
-"cdp" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"cdq" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
-"cds" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"cdw" = (
/obj/item/beacon,
/turf/simulated/floor/plasteel,
@@ -21353,7 +20706,7 @@
/turf/simulated/floor/carpet/green,
/area/station/maintenance/abandonedbar)
"cdO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -21388,14 +20741,13 @@
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
-/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "bluecorner"
},
/area/station/hallway/primary/central/south)
"cdX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -21490,9 +20842,6 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
@@ -21550,15 +20899,6 @@
/obj/structure/shelf/service,
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
-"cey" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"ceF" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos/control)
@@ -21609,7 +20949,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"ceZ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/solar{
@@ -21804,19 +21144,6 @@
/obj/machinery/atmospherics/pipe/simple/visible/green,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
-"cfL" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/airlock/atmos,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/turbine)
"cfS" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -21873,9 +21200,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
},
@@ -22035,33 +21359,6 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
-"cgU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/mapping_helpers/turfs/damage,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft)
-"cgW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 2
- },
-/obj/machinery/firealarm/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"cgY" = (
/obj/machinery/door_control{
id = "xeno_blastdoor";
@@ -22104,29 +21401,6 @@
icon_state = "whitepurple"
},
/area/station/command/office/rd)
-"chb" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
-"chf" = (
-/obj/machinery/power/smes{
- capacity = 9e+006;
- charge = 10000
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"chi" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=13.3-Engineering-Central";
@@ -22157,7 +21431,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -22174,19 +21448,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"chx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating/airless,
@@ -22262,13 +21530,6 @@
icon_state = "white"
},
/area/station/medical/virology)
-"chQ" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"chR" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -22339,17 +21600,6 @@
icon_state = "whitebluefull"
},
/area/station/medical/reception)
-"chX" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"chY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -22465,27 +21715,6 @@
/obj/machinery/atmospherics/refill_station/plasma,
/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
-"ciu" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/light_switch{
- name = "custom placement";
- pixel_x = -26;
- pixel_y = 26
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"ciB" = (
/obj/structure/chair{
dir = 4
@@ -22531,27 +21760,6 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos/control)
-"ciH" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
-"ciJ" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/turbine)
"ciM" = (
/obj/structure/closet/crate,
/obj/item/stack/rods{
@@ -22578,19 +21786,13 @@
/area/station/engineering/secure_storage)
"ciP" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"ciT" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"ciV" = (
/obj/machinery/light/small{
dir = 1
@@ -22708,7 +21910,7 @@
},
/area/station/medical/morgue)
"cju" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -22837,7 +22039,7 @@
/turf/space,
/area/space)
"cjX" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating/airless,
@@ -22845,7 +22047,7 @@
"cjY" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -22883,10 +22085,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"cke" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/power/solar{
@@ -22967,6 +22169,11 @@
/obj/item/clothing/head/snowman,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"cku" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"ckw" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=9.4-Escape-4";
@@ -23002,22 +22209,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/brig)
-"ckH" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/sign/poster/contraband/random/directional/north,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"ckJ" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -23040,10 +22231,10 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"ckL" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/simulated/floor/plating/airless,
@@ -23052,12 +22243,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/spacehut)
-"ckR" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/supply/warehouse)
"ckW" = (
/obj/machinery/light_switch{
dir = 4;
@@ -23195,7 +22380,7 @@
},
/area/station/medical/virology)
"clO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -23203,6 +22388,9 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
+"clQ" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/aft_starboard)
"clR" = (
/obj/structure/chair,
/obj/effect/turf_decal/stripes/line{
@@ -23227,6 +22415,12 @@
/area/station/science/rnd)
"clT" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"clU" = (
@@ -23314,13 +22508,10 @@
/turf/simulated/wall/r_wall,
/area/station/maintenance/starboard2)
"cmG" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/machinery/atmospherics/pipe/simple/visible{
- dir = 4
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/machinery/atmospherics/pipe/manifold/visible,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cmH" = (
@@ -23350,7 +22541,7 @@
/area/station/medical/virology)
"cmJ" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -23422,15 +22613,6 @@
},
/turf/simulated/floor/plating,
/area/station/medical/surgery/secondary)
-"cne" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"cnj" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -23526,9 +22708,6 @@
dir = 4
},
/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cnH" = (
@@ -23562,7 +22741,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/engimaint)
"cnS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -23623,20 +22802,16 @@
},
/area/station/service/chapel)
"cog" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
-/obj/effect/decal/cleanable/glass,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"cok" = (
@@ -23834,7 +23009,7 @@
},
/area/station/science/genetics)
"coI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -23860,23 +23035,13 @@
/obj/item/paper,
/turf/space,
/area/space/nearstation)
-"coS" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"cpb" = (
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/medical/exam_room)
"cpd" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -23972,21 +23137,21 @@
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
"cpL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/obj/machinery/light_switch{
name = "north bump";
pixel_y = 24
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"cpM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -24096,12 +23261,12 @@
},
/area/station/maintenance/aft)
"cqh" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cqi" = (
@@ -24141,15 +23306,9 @@
/area/station/science/rnd)
"cqo" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"cqv" = (
@@ -24358,7 +23517,7 @@
"crr" = (
/obj/structure/girder,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -24471,7 +23630,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -24479,17 +23638,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
-"csf" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"csg" = (
/obj/effect/spawner/window/reinforced/tinted,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -24513,7 +23661,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -24602,8 +23750,8 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
@@ -24689,7 +23837,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -24819,7 +23967,7 @@
},
/area/station/medical/storage/secondary)
"ctJ" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Aft-Port Solar Array"
},
@@ -25003,16 +24151,16 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -25022,13 +24170,13 @@
dir = 4;
name = "Aft Starboard Solar Control"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"cur" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -25271,7 +24419,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -25302,7 +24450,7 @@
},
/area/station/maintenance/aft2)
"cvE" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -25328,8 +24476,8 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
@@ -25386,9 +24534,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cwa" = (
@@ -25414,20 +24559,20 @@
/area/station/science/misc_lab)
"cwd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"cwf" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
@@ -25550,7 +24695,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -25640,9 +24785,6 @@
/obj/structure/disposalpipe/junction/reversed{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
@@ -25756,7 +24898,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -25765,7 +24907,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cxF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/turfs/burn,
@@ -25785,9 +24927,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "whiteblue"
},
@@ -25825,9 +24964,6 @@
/area/station/science/research)
"cxQ" = (
/obj/structure/table/wood,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/item/storage/photo_album,
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
@@ -25842,7 +24978,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -25952,13 +25088,13 @@
/area/station/medical/virology)
"cyK" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -26209,9 +25345,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
@@ -26221,6 +25354,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"czU" = (
@@ -26239,7 +25375,7 @@
/area/station/aisat)
"czV" = (
/obj/machinery/power/tracker,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating/airless,
/area/station/engineering/solar/aft_starboard)
"czX" = (
@@ -26261,7 +25397,7 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -26294,6 +25430,18 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
+"cAv" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/port)
"cAw" = (
/obj/machinery/atmospherics/unary/portables_connector,
/obj/effect/turf_decal/stripes/line{
@@ -26410,23 +25558,20 @@
},
/area/station/command/office/rd)
"cAN" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/port)
@@ -26485,18 +25630,6 @@
/obj/structure/flora/ausbushes/fullgrass,
/turf/simulated/floor/grass/no_creep,
/area/station/hallway/secondary/exit)
-"cBj" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft2)
"cBp" = (
/obj/structure/table/glass,
/obj/item/stack/medical/ointment/advanced{
@@ -26582,15 +25715,15 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cBL" = (
@@ -26621,7 +25754,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/grille/broken,
@@ -26649,15 +25782,6 @@
icon_state = "darkpurplefull"
},
/area/station/science/server)
-"cBT" = (
-/obj/effect/spawner/random/dirt/maybe,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgrey"
- },
-/area/station/science/robotics/chargebay)
"cBX" = (
/obj/machinery/light/small{
dir = 1
@@ -26775,7 +25899,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
"cCA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -26824,9 +25948,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/cable{
icon_state = "1-2"
},
@@ -26836,37 +25957,13 @@
},
/area/station/medical/storage)
"cCM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"cCP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/power/solar{
- name = "Fore-Starboard Solar Array"
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plasteel/airless{
- icon_state = "solarpanel"
- },
-/area/station/engineering/solar/fore_starboard)
-"cCQ" = (
-/obj/structure/extinguisher_cabinet{
- name = "east bump";
- pixel_x = 27
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "escape"
- },
-/area/station/hallway/primary/aft/south)
"cCV" = (
/turf/simulated/floor/plasteel{
icon_state = "whitepurple"
@@ -26898,6 +25995,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "chapel"
},
@@ -26984,7 +26084,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"cDB" = (
-/obj/structure/closet/crate,
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"cDD" = (
@@ -27033,15 +26136,15 @@
},
/area/station/medical/morgue)
"cDU" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"cEd" = (
@@ -27197,7 +26300,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/blood/drip,
@@ -27315,12 +26418,6 @@
/turf/simulated/floor/plating/airless,
/area/station/science/toxins/test)
"cFc" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -27330,6 +26427,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurple"
@@ -27402,6 +26502,9 @@
},
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/science/research,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"cFv" = (
@@ -27410,9 +26513,6 @@
/area/station/medical/virology)
"cFz" = (
/obj/structure/table/wood,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/item/storage/fancy/candle_box/eternal{
pixel_y = 5
},
@@ -27581,14 +26681,14 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"cGj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/structure/computerframe{
dir = 8
},
/obj/item/shard,
-/obj/machinery/power/apc/directional/south,
+/obj/machinery/power/apc/reinforced/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"cGk" = (
@@ -27614,7 +26714,7 @@
/area/station/medical/cryo)
"cGn" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -27664,12 +26764,12 @@
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
"cGt" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating/airless,
/area/station/engineering/solar/aft_starboard)
"cGv" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -27959,6 +27059,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"cHy" = (
@@ -28102,7 +27205,7 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -28133,7 +27236,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"cIj" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -28212,15 +27315,6 @@
icon_state = "whitebluefull"
},
/area/station/medical/surgery/observation)
-"cID" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft)
"cIJ" = (
/obj/effect/landmark/start/explorer,
/turf/simulated/floor/plasteel{
@@ -28327,7 +27421,7 @@
/area/station/maintenance/asmaint)
"cJm" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -28389,6 +27483,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -28410,7 +27507,7 @@
},
/area/station/medical/paramedic)
"cJS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -28538,7 +27635,7 @@
/area/station/maintenance/medmaint)
"cKo" = (
/obj/machinery/requests_console/directional/south,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -28603,7 +27700,7 @@
/area/station/supply/warehouse)
"cKD" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -28635,7 +27732,7 @@
/obj/item/slime_extract,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -28744,7 +27841,7 @@
/turf/simulated/wall,
/area/station/maintenance/medmaint)
"cLe" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -28756,10 +27853,10 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/effect/turf_decal/stripes/line,
@@ -28775,6 +27872,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -28839,18 +27939,6 @@
/obj/structure/table_frame/wood,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
-"cLI" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"cLL" = (
/obj/structure/window/reinforced{
dir = 1
@@ -28866,7 +27954,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -28998,7 +28086,7 @@
dir = 4;
name = "Aft Port Solar Control"
},
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/sign/vacuum/external{
pixel_y = -32
},
@@ -29091,7 +28179,7 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -29105,8 +28193,8 @@
/area/station/maintenance/fore)
"cNf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -29183,7 +28271,7 @@
/area/station/medical/storage/secondary)
"cNv" = (
/obj/machinery/power/smes,
-/obj/structure/cable,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_port)
"cNz" = (
@@ -29297,7 +28385,7 @@
},
/area/station/medical/reception)
"cNQ" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plating/airless,
@@ -29328,16 +28416,6 @@
icon_state = "whitepurple"
},
/area/station/maintenance/asmaint)
-"cOi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft2)
"cOj" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -29377,9 +28455,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"cOB" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
},
@@ -29552,16 +28627,13 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"cPt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
/area/station/maintenance/maintcentral)
"cPv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -29570,7 +28642,7 @@
/area/station/maintenance/aft)
"cPA" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -29584,7 +28656,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -29599,7 +28671,6 @@
"cPD" = (
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plasteel{
icon_state = "purplecorner"
},
@@ -29611,10 +28682,6 @@
icon_state = "whiteblue"
},
/area/station/medical/exam_room)
-"cPG" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/wall,
-/area/station/maintenance/apmaint)
"cPH" = (
/obj/machinery/light/small{
dir = 4
@@ -29676,19 +28743,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
-"cPP" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/public/glass{
- name = "Departure Lounge"
- },
-/obj/structure/sign/evac{
- pixel_x = 32
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/exit)
"cPT" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -29781,6 +28835,11 @@
/obj/machinery/space_heater,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"cQr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"cQt" = (
/turf/simulated/floor/plasteel{
icon_state = "bluefull"
@@ -29817,25 +28876,6 @@
icon_state = "dark"
},
/area/station/medical/surgery/secondary)
-"cQF" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"cQI" = (
/obj/structure/sign/double/map/left{
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
@@ -29983,9 +29023,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
@@ -30040,13 +29077,6 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
-"cRO" = (
-/obj/machinery/firealarm/directional/east,
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "escape"
- },
-/area/station/hallway/secondary/exit)
"cRQ" = (
/obj/machinery/atmospherics/unary/thermomachine/freezer,
/obj/machinery/light{
@@ -30079,21 +29109,6 @@
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
/area/station/maintenance/starboard2)
-"cSg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"cSk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -30188,23 +29203,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
-"cSS" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgrey"
- },
-/area/station/service/chapel)
-"cSX" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
"cSY" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -30253,6 +29251,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"cTx" = (
@@ -30332,6 +29333,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
"cTM" = (
@@ -30344,6 +29348,9 @@
},
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
"cTO" = (
@@ -30670,26 +29677,26 @@
/area/station/science/misc_lab)
"cVp" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
/area/station/engineering/solar/aft_starboard)
"cVr" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/machinery/light_switch{
name = "north bump";
pixel_y = 24
},
-/obj/machinery/power/apc/directional/east,
+/obj/machinery/power/apc/reinforced/directional/east,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"cVw" = (
@@ -30848,6 +29855,13 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
+"cWE" = (
+/obj/structure/girder,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"cWF" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -30921,13 +29935,13 @@
/area/station/public/fitness)
"cWZ" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -30945,7 +29959,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"cXb" = (
/obj/structure/cable{
@@ -30972,6 +29986,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "blue"
@@ -31001,6 +30018,9 @@
c_tag = "Fitness Room - Fore"
},
/obj/machinery/alarm/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -31074,7 +30094,7 @@
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"cXK" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -31158,7 +30178,7 @@
/turf/simulated/floor/wood,
/area/station/service/clown)
"cYe" = (
-/obj/structure/cable/pink{
+/obj/structure/cable/extra_insulated{
icon_state = "0-9"
},
/obj/machinery/light/small{
@@ -31267,12 +30287,12 @@
/turf/simulated/floor/plating,
/area/station/service/hydroponics)
"cYX" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -31286,7 +30306,7 @@
/turf/simulated/floor/indestructible/airless,
/area/station/science/toxins/test)
"cZc" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Aft-Starboard Solar Array"
},
@@ -31359,13 +30379,16 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/airlock/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"cZA" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/turf_decal/stripes/line{
@@ -31427,18 +30450,19 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"dag" = (
-/obj/effect/spawner/random/maintenance,
-/obj/structure/rack,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -31477,21 +30501,6 @@
icon_state = "white"
},
/area/station/medical/virology)
-"daq" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"dar" = (
/obj/structure/sign/vacuum/external{
pixel_y = 32
@@ -31518,9 +30527,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"dax" = (
@@ -31592,22 +30598,6 @@
icon_state = "white"
},
/area/station/medical/medbay)
-"daS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/girder,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"daV" = (
/obj/structure/bed,
/obj/item/bedsheet/red,
@@ -31649,21 +30639,6 @@
/obj/machinery/firealarm/directional/west,
/turf/simulated/floor/plasteel,
/area/station/science/robotics)
-"dbq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"dbt" = (
/obj/item/grenade/chem_grenade/cleaner{
pixel_y = 9;
@@ -31723,7 +30698,7 @@
},
/area/station/medical/break_room)
"dbz" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_starboard)
@@ -31783,7 +30758,7 @@
/area/station/medical/exam_room)
"dbI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/turfs/damage,
@@ -31792,7 +30767,7 @@
"dbQ" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -31810,16 +30785,6 @@
},
/turf/simulated/floor/plating/airless,
/area/station/science/toxins/test)
-"dch" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"dcj" = (
/obj/structure/chair/sofa/left,
/obj/effect/spawner/random/maintenance,
@@ -31828,13 +30793,13 @@
/area/station/maintenance/starboard2)
"dcq" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -31878,7 +30843,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"dcD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -31975,7 +30940,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel{
@@ -31997,7 +30962,7 @@
},
/area/station/science/xenobiology)
"ddD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -32194,7 +31159,7 @@
/area/station/hallway/primary/aft/south)
"deH" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -32214,7 +31179,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -32223,9 +31188,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"deL" = (
@@ -32262,12 +31224,11 @@
/obj/structure/cable{
icon_state = "1-8"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
-"deY" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"dfc" = (
/obj/effect/turf_decal/stripes/end{
dir = 4
@@ -32299,7 +31260,7 @@
dir = 4
},
/obj/effect/spawner/random/oil/maybe,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -32348,8 +31309,10 @@
},
/area/station/service/chapel/funeral)
"dfs" = (
-/obj/structure/cable,
/obj/machinery/power/apc/directional/south,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"dfv" = (
@@ -32359,16 +31322,16 @@
/obj/structure/cable{
icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
"dfQ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -32441,18 +31404,6 @@
},
/turf/simulated/floor/plating,
/area/station/security/permabrig)
-"dgu" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"dgz" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -32462,10 +31413,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/testrange)
-"dgC" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/universal,
-/turf/simulated/wall/r_wall,
-/area/station/medical/virology)
"dgG" = (
/obj/machinery/iv_drip,
/obj/machinery/firealarm/directional/south,
@@ -32507,6 +31454,9 @@
"dha" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"dhl" = (
@@ -32560,9 +31510,6 @@
/turf/simulated/floor/grass/no_creep,
/area/station/maintenance/starboard2)
"dhx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 8
},
@@ -32571,17 +31518,20 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/barrier/grille_often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"dhy" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 8
},
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkpurplecorners"
@@ -32601,7 +31551,7 @@
"dhG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -32632,6 +31582,18 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
+"dia" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/fsmaint)
"did" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass,
@@ -32676,7 +31638,7 @@
},
/area/station/medical/exam_room)
"diL" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/structure/lattice/catwalk,
@@ -32718,10 +31680,6 @@
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
/area/station/medical/exam_room)
-"djF" = (
-/obj/effect/spawner/random/fungus/probably,
-/turf/simulated/wall/r_wall,
-/area/station/maintenance/solar_maintenance/fore_starboard)
"djP" = (
/obj/machinery/light{
dir = 4
@@ -32760,9 +31718,6 @@
},
/obj/effect/mapping_helpers/airlock/access/any/supply/mining,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/hallway/supply/port)
"dkq" = (
@@ -32802,7 +31757,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"dlh" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -32867,12 +31822,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"dmE" = (
@@ -33113,12 +32065,24 @@
icon_state = "whitepurple"
},
/area/station/science/research)
-"dpM" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+"dpJ" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
+"dpM" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Monitoring"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"dpV" = (
/obj/machinery/atmospherics/pipe/simple/visible/yellow{
dir = 4
@@ -33189,9 +32153,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"dqx" = (
@@ -33244,6 +32205,19 @@
},
/turf/simulated/floor/wood,
/area/station/service/bar)
+"dsw" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Monitoring"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/port)
"dtg" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
@@ -33257,7 +32231,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -33306,7 +32280,7 @@
},
/area/station/hallway/secondary/entry/east)
"dvJ" = (
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/obj/machinery/power/solar{
name = "Port Auxiliary Solar Array"
},
@@ -33323,19 +32297,6 @@
icon_state = "whitebluefull"
},
/area/station/medical/reception)
-"dvY" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"dwp" = (
/obj/machinery/door/firedoor,
/obj/machinery/newscaster/directional/east,
@@ -33395,6 +32356,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "darkgreen"
@@ -33404,7 +32368,10 @@
/obj/machinery/door/airlock/public/glass,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"dxi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -33536,24 +32503,6 @@
icon_state = "yellow"
},
/area/station/engineering/break_room)
-"dzW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"dAq" = (
/obj/structure/chair{
dir = 4
@@ -33590,6 +32539,17 @@
/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/exit)
+"dBd" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"dBe" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/atmospherics/pipe/simple/visible/purple,
@@ -33605,13 +32565,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"dBq" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -33772,6 +32732,21 @@
/obj/effect/decal/cleanable/cobweb2,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
+"dEL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"dEM" = (
/turf/simulated/floor/plasteel{
icon_state = "C9"
@@ -33795,7 +32770,7 @@
/turf/simulated/floor/wood,
/area/station/service/library)
"dFD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -33811,10 +32786,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -33827,6 +32802,12 @@
icon_state = "arrivalcorner"
},
/area/station/hallway/secondary/entry/west)
+"dGk" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"dGs" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/maintenance_hatch{
@@ -33843,6 +32824,14 @@
icon_state = "dark"
},
/area/station/aisat/service)
+"dGB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore)
"dGK" = (
/obj/structure/weightmachine/weightlifter,
/turf/simulated/floor/plasteel{
@@ -33900,6 +32889,13 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
+"dIc" = (
+/obj/structure/cable/extra_insulated,
+/obj/effect/landmark/spawner/nukedisc_respawn,
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"dIe" = (
/obj/structure/flora/ausbushes/leafybush,
/turf/simulated/floor/grass/no_creep,
@@ -34083,8 +33079,8 @@
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
"dMP" = (
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/obj/structure/sign/vacuum/external{
pixel_x = 32
},
@@ -34172,6 +33168,16 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
+"dON" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"dOQ" = (
/turf/simulated/floor/plasteel{
dir = 1;
@@ -34185,6 +33191,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -34221,6 +33230,21 @@
icon_state = "darkgrey"
},
/area/station/science/robotics)
+"dQi" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera{
+ c_tag = "Career Trainer's Range"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/procedure/trainer_office)
"dQq" = (
/obj/structure/shelf/security,
/obj/item/clothing/head/helmet/space/plasmaman,
@@ -34234,22 +33258,21 @@
icon_state = "red"
},
/area/station/security/permabrig)
-"dQs" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"dQT" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console";
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/smes)
"dRt" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/door/poddoor/preopen{
@@ -34301,8 +33324,8 @@
},
/area/station/command/office/rd)
"dSa" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
@@ -34336,25 +33359,6 @@
/obj/machinery/fishtank/tank,
/turf/simulated/floor/wood,
/area/station/maintenance/fpmaint)
-"dSo" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"dSv" = (
/obj/effect/spawner/random/fungus/frequent,
/turf/simulated/wall,
@@ -34367,7 +33371,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -34394,6 +33398,9 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -34422,7 +33429,7 @@
/area/station/supply/smith_office)
"dTp" = (
/obj/structure/sink/directional/east,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/grass/no_creep,
@@ -34479,7 +33486,7 @@
"dUv" = (
/obj/machinery/door/airlock/engineering,
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/autoname,
@@ -34518,6 +33525,13 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
+"dVo" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/closet,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"dVK" = (
/obj/machinery/light{
dir = 8
@@ -34564,6 +33578,15 @@
icon_state = "brown"
},
/area/station/supply/storage)
+"dWo" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/public/fitness)
"dWq" = (
/obj/machinery/atmospherics/binary/volume_pump{
dir = 8;
@@ -34580,9 +33603,6 @@
"dWX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
@@ -34636,6 +33656,9 @@
/area/station/security/brig)
"dXP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"dXZ" = (
@@ -34698,6 +33721,19 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
+"dYL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Monitoring"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"dYX" = (
/obj/structure/closet/l3closet/general,
/obj/item/clothing/mask/gas,
@@ -34825,6 +33861,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"eak" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"eaC" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -34844,6 +33889,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/alarm/directional/west,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"ebf" = (
@@ -34858,6 +33906,7 @@
/area/station/hallway/primary/fore/north)
"ebs" = (
/obj/structure/chair/sofa/bench,
+/obj/machinery/firealarm/directional/north,
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "darkblue"
@@ -34922,6 +33971,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -34984,7 +34036,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -35094,6 +34146,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"efq" = (
@@ -35113,14 +34168,11 @@
/area/station/public/mrchangs)
"efs" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/testrange)
"efz" = (
@@ -35131,9 +34183,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/supply/port)
"efR" = (
@@ -35155,7 +34204,7 @@
"ega" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/space,
@@ -35227,12 +34276,6 @@
icon_state = "yellow"
},
/area/station/engineering/break_room)
-"ehC" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/engine,
-/area/station/procedure/trainer_office)
"ehY" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -35257,7 +34300,7 @@
},
/area/station/engineering/break_room)
"eiz" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating/airless,
@@ -35280,22 +34323,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/security/prison/cell_block/a)
-"eiI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"eiZ" = (
/obj/machinery/camera{
c_tag = "Medbay Secondary Storage";
@@ -35311,9 +34338,6 @@
},
/area/station/medical/storage/secondary)
"ejd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
dir = 4;
@@ -35332,12 +34356,9 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
@@ -35345,6 +34366,9 @@
dir = 5
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -35385,6 +34409,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/theatre)
"ekm" = (
@@ -35406,9 +34433,6 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"ekr" = (
@@ -35436,10 +34460,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -35462,9 +34489,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
@@ -35507,7 +34531,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
"emm" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/simulated/floor/plating/airless,
@@ -35525,16 +34549,6 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"enm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"enp" = (
/turf/simulated/wall/r_wall,
/area/station/maintenance/fsmaint2)
@@ -35545,6 +34559,26 @@
icon_state = "dark"
},
/area/station/command/bridge)
+"eoa" = (
+/obj/effect/spawner/random/trash,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"eoc" = (
/obj/effect/landmark/start/shaft_miner,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -35579,7 +34613,7 @@
/area/station/public/vacant_office)
"eor" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/turf/space,
@@ -35607,6 +34641,25 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
+"epy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"epF" = (
/obj/structure/closet/wardrobe/black,
/obj/machinery/light{
@@ -35681,20 +34734,14 @@
"eqt" = (
/turf/simulated/wall,
/area/station/public/fitness)
-"eqG" = (
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/entry/lounge)
"eqI" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard)
"eqN" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -35729,19 +34776,6 @@
icon_state = "brown"
},
/area/station/supply/smith_office)
-"ert" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"erv" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
@@ -35890,21 +34924,6 @@
/obj/effect/mapping_helpers/airlock/windoor/autoname/desk,
/turf/simulated/floor/plating,
/area/station/supply/office)
-"esO" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"etj" = (
/obj/machinery/light_switch{
dir = 4;
@@ -36111,7 +35130,7 @@
},
/area/station/security/permabrig)
"ewa" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/structure/lattice/catwalk,
@@ -36140,15 +35159,18 @@
/area/station/hallway/supply)
"ewR" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"exh" = (
@@ -36187,24 +35209,6 @@
icon_state = "redfull"
},
/area/station/security/defusal)
-"exw" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/fore/west)
"exI" = (
/obj/structure/table/glass,
/obj/item/hand_labeler,
@@ -36248,6 +35252,15 @@
/obj/item/pen/blue,
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
+"eyH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"eyP" = (
/obj/machinery/door_control{
id = "Secure Gate";
@@ -36389,6 +35402,23 @@
icon_state = "green"
},
/area/station/security/permabrig)
+"eAA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/fsmaint)
"eAL" = (
/obj/machinery/camera{
c_tag = "Secure Lab - Test Chamber";
@@ -36444,25 +35474,6 @@
},
/turf/simulated/floor/plating/airless,
/area/space/nearstation)
-"eCw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"eCF" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -36486,9 +35497,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"eCJ" = (
@@ -36502,7 +35510,7 @@
/area/station/security/permabrig)
"eDj" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -36525,6 +35533,9 @@
/obj/machinery/light/small{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"eDo" = (
@@ -36573,9 +35584,6 @@
/area/station/supply/lobby)
"eEn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -36729,7 +35737,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -36785,15 +35793,6 @@
icon_state = "browncorner"
},
/area/station/hallway/supply/port)
-"eHm" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"eHD" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -36846,7 +35845,7 @@
/turf/simulated/floor/wood,
/area/station/command/office/captain)
"eIq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -36878,7 +35877,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -36923,7 +35922,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -36971,6 +35970,15 @@
icon_state = "yellow"
},
/area/station/engineering/break_room)
+"eKP" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"eKS" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -36987,6 +35995,25 @@
/obj/effect/mapping_helpers/airlock/access/all/security/doors,
/turf/simulated/floor/plasteel,
/area/station/security/brig)
+"eKX" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ name = "north bump";
+ pixel_y = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"eLh" = (
/obj/structure/table,
/obj/machinery/recharger{
@@ -37039,29 +36066,19 @@
/turf/simulated/floor/mineral/titanium,
/area/shuttle/arrival/station)
"eMh" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/light/small{
dir = 8
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whitepurple"
},
/area/station/science/research)
-"eMs" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"eMG" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -37148,7 +36165,7 @@
},
/area/station/hallway/primary/aft/south)
"eNZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -37159,12 +36176,27 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
+"eOs" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"eOy" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
-/obj/effect/turf_decal/stripes/end,
/turf/simulated/floor/plating,
/area/station/engineering/transmission_laser)
"eOA" = (
@@ -37200,6 +36232,12 @@
icon_state = "white"
},
/area/station/medical/medbay)
+"ePw" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"ePK" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
@@ -37232,6 +36270,17 @@
icon_state = "neutralcorner"
},
/area/station/science/robotics/showroom)
+"eQi" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Monitoring"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"eQn" = (
/obj/effect/spawner/random/oil/often,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -37264,6 +36313,29 @@
/obj/machinery/alarm/directional/west,
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/abandonedservers)
+"eQT" = (
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "arrival"
+ },
+/area/station/hallway/secondary/entry/lounge)
+"eRa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"eRc" = (
/obj/machinery/economy/vending/coffee,
/turf/simulated/floor/plasteel{
@@ -37415,9 +36487,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"eTp" = (
@@ -37508,7 +36577,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -37544,7 +36613,7 @@
"eUU" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -37753,7 +36822,7 @@
/area/station/security/main)
"eXZ" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -37804,9 +36873,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"eYD" = (
@@ -37835,6 +36901,21 @@
icon_state = "dark"
},
/area/station/security/permabrig)
+"eYO" = (
+/obj/structure/disposalpipe/broken{
+ dir = 1
+ },
+/obj/effect/spawner/random/trash,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/broken{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint)
"eYS" = (
/obj/machinery/light/small,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -37852,6 +36933,22 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
+"eZv" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/theatre)
"eZE" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -37916,6 +37013,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"faQ" = (
@@ -37967,11 +37067,6 @@
icon_state = "browncorner"
},
/area/station/hallway/supply/port)
-"fbB" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable,
-/turf/simulated/floor/plating,
-/area/station/security/brig)
"fbL" = (
/obj/machinery/atmospherics/trinary/mixer{
dir = 4
@@ -37985,10 +37080,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -38069,9 +37164,6 @@
},
/area/station/science/toxins/launch)
"fcQ" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -38144,21 +37236,6 @@
},
/turf/simulated/floor/wood,
/area/station/command/office/captain/bedroom)
-"feN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"ffx" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -38176,7 +37253,7 @@
/area/station/science/storage)
"ffA" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/space,
@@ -38304,9 +37381,6 @@
/area/station/science/xenobiology)
"fie" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -38351,6 +37425,27 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/apmaint)
+"fiR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/spawner/random/maintenance,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"fiT" = (
/obj/structure/transit_tube/horizontal,
/obj/structure/lattice/catwalk,
@@ -38371,18 +37466,15 @@
},
/area/station/security/checkpoint/secondary)
"fjg" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"fjj" = (
@@ -38464,6 +37556,13 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
+"flH" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/hallway/primary/starboard/east)
"flR" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
@@ -38644,25 +37743,6 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
-"fpk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"fpl" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/disposalpipe/segment{
@@ -38740,11 +37820,8 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
@@ -38924,7 +38001,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -38948,24 +38025,13 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/theatre)
"fuX" = (
-/obj/machinery/power/apc/directional/north,
/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
},
-/turf/simulated/floor/plating,
+/turf/simulated/floor/catwalk,
/area/station/maintenance/fsmaint2)
-"fvE" = (
-/obj/structure/disposalpipe/segment/corner{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"fvN" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -38979,21 +38045,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
-"fvU" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"fvZ" = (
/obj/structure/chair{
dir = 8
@@ -39040,12 +38091,19 @@
},
/area/station/security/permabrig)
"fxt" = (
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"fxB" = (
/obj/machinery/light/small,
/obj/machinery/light_switch{
@@ -39065,6 +38123,17 @@
icon_state = "chapel"
},
/area/station/service/chapel)
+"fxC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"fxD" = (
/obj/machinery/smartfridge/secure/chemistry/virology/preloaded,
/obj/machinery/firealarm/directional/south,
@@ -39110,6 +38179,15 @@
/obj/machinery/space_heater,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
+"fyO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"fyS" = (
/obj/structure/closet/secure_closet/medical3,
/obj/machinery/camera{
@@ -39125,7 +38203,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39167,16 +38245,16 @@
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
"fzK" = (
-/obj/structure/cable/green{
+/obj/structure/cable/extra_insulated{
icon_state = "4-9"
},
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "5-10"
},
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/green{
+/obj/structure/cable/extra_insulated{
icon_state = "2-6"
},
/turf/simulated/floor/plating,
@@ -39221,13 +38299,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel,
/area/station/engineering/transmission_laser)
-"fAH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fpmaint)
"fAN" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -39284,6 +38355,15 @@
icon_state = "yellow"
},
/area/station/engineering/engine_foyer)
+"fBH" = (
+/obj/structure/grille/broken,
+/obj/item/stack/rods,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9;
+ level = 2
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"fBK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -39383,9 +38463,13 @@
/obj/structure/window/reinforced,
/turf/simulated/floor/plating/airless,
/area/shuttle/arrival/station)
-"fDr" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+"fDC" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/airlock/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"fDE" = (
@@ -39487,7 +38571,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -39583,7 +38667,7 @@
/obj/machinery/power/terminal{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/camera/autoname{
@@ -39657,7 +38741,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -39665,12 +38749,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"fGI" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/engine,
-/area/station/procedure/trainer_office)
"fGQ" = (
/obj/machinery/suit_storage_unit/expedition,
/turf/simulated/floor/plasteel{
@@ -39823,10 +38901,6 @@
icon_state = "darkred"
},
/area/station/security/main)
-"fJE" = (
-/obj/effect/spawner/random/barrier/grille_often,
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
"fJF" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
@@ -39841,10 +38915,10 @@
},
/area/station/science/toxins/launch)
"fJS" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/turf_decal/stripes/line{
@@ -39900,14 +38974,14 @@
/obj/structure/closet/crate,
/obj/effect/spawner/random/trash,
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-4"
},
/turf/simulated/floor/plating,
/area/station/supply/warehouse)
"fLt" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -40015,7 +39089,7 @@
"fNT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -40028,10 +39102,22 @@
icon_state = "neutralcorner"
},
/area/station/public/locker)
+"fOi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/fsmaint)
"fOv" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
"fOL" = (
@@ -40053,6 +39139,9 @@
"fPa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -40084,7 +39173,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -40122,23 +39211,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"fPX" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/junction/reversed{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- icon_state = "darkgrey"
- },
-/area/station/hallway/primary/central/sw)
"fQl" = (
/obj/item/kirbyplants/large/plant14,
/turf/simulated/floor/plasteel{
@@ -40146,8 +39218,8 @@
},
/area/station/science/break_room)
"fQr" = (
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated{
icon_state = "0-4"
},
/turf/simulated/floor/plating,
@@ -40237,21 +39309,15 @@
/obj/machinery/atmospherics/refill_station/oxygen,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
-"fSv" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"fSu" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/apmaint)
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/fore_port)
"fSz" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -40380,7 +39446,7 @@
/area/station/security/permabrig)
"fVL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -40405,10 +39471,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
+/obj/structure/sign/poster/contraband/random/directional/south,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"fWa" = (
@@ -40426,14 +39493,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
-"fWo" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/marker_beacon/dock_marker,
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/space/nearstation)
"fWB" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -40563,6 +39622,20 @@
icon_state = "cult"
},
/area/station/legal/lawoffice)
+"fYB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plasteel{
+ dir = 10;
+ icon_state = "brown"
+ },
+/area/station/maintenance/apmaint)
"fYE" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -40597,6 +39670,26 @@
"fZt" = (
/turf/simulated/floor/plating,
/area/station/engineering/atmos)
+"fZw" = (
+/obj/effect/spawner/random/barrier/grille_often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
+"fZO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"fZR" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -40617,7 +39710,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"fZU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -40683,14 +39776,6 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/secure_storage)
-"gbu" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/legal/courtroom)
"gbx" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -40890,6 +39975,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=10-Aft-To-Central";
location = "9.4-Escape-4"
@@ -40900,9 +39988,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
- },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -40941,6 +40026,15 @@
icon_state = "white"
},
/area/station/science/research)
+"geC" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"geG" = (
/obj/machinery/economy/vending/snack,
/obj/machinery/camera{
@@ -41055,7 +40149,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -41118,7 +40212,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -41171,24 +40265,6 @@
icon_state = "redcorner"
},
/area/station/security/main)
-"gip" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"giu" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 6
@@ -41284,6 +40360,9 @@
pixel_y = 24;
req_access = list(13)
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"glf" = (
@@ -41302,7 +40381,6 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/item/toy/plushie/tuxedo_cat,
-/obj/machinery/alarm/directional/north,
/turf/simulated/floor/wood,
/area/station/maintenance/port)
"glk" = (
@@ -41319,6 +40397,18 @@
icon_state = "showroomfloor"
},
/area/station/medical/coldroom)
+"glz" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"glB" = (
/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
/obj/machinery/door/airlock/research,
@@ -41360,6 +40450,16 @@
icon_state = "black"
},
/area/station/security/brig)
+"glY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"gmn" = (
/obj/item/radio/intercom/locked/prison{
name = "Prison Intercom (General)";
@@ -41449,9 +40549,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"goe" = (
@@ -41565,9 +40668,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -41650,17 +40750,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
-"grK" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"grP" = (
/obj/structure/table,
/obj/item/candle,
@@ -41668,6 +40757,9 @@
icon_state = "darkgrey"
},
/area/station/hallway/secondary/exit)
+"gsm" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/port)
"gst" = (
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
@@ -41713,8 +40805,8 @@
id_tag = "Xenolab";
name = "special containment blast door"
},
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -41842,6 +40934,12 @@
icon_state = "brown"
},
/area/station/supply/break_room)
+"gvZ" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"gwd" = (
/obj/structure/sign/poster/official/cleanliness/directional/south,
/turf/simulated/floor/plasteel,
@@ -41856,16 +40954,19 @@
},
/area/station/maintenance/aft)
"gxm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/plating,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/catwalk,
/area/station/maintenance/fsmaint2)
"gxn" = (
/obj/item/slime_extract,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -42127,7 +41228,7 @@
/obj/machinery/light/small{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -42177,18 +41278,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/carpet,
/area/station/service/library)
-"gDK" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "chapel"
- },
-/area/station/service/chapel)
"gDX" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mob_spawn/human/corpse/skeleton/prisoner,
@@ -42218,6 +41307,15 @@
},
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
+"gET" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"gEX" = (
/obj/structure/table,
/obj/item/flashlight/lamp,
@@ -42282,7 +41380,7 @@
/area/station/science/xenobiology)
"gFS" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plasteel,
@@ -42290,7 +41388,7 @@
"gFT" = (
/obj/item/assembly/mousetrap/armed,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -42346,7 +41444,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/turf/simulated/floor/plasteel{
icon_state = "white"
@@ -42540,7 +41638,7 @@
/area/station/security/armory/secure)
"gJg" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -42549,6 +41647,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
+"gJs" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/supply/aft)
"gJt" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -42589,7 +41693,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/robotics/chargebay)
"gKz" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -42597,6 +41701,19 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
+"gKN" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"gKP" = (
/obj/structure/cable,
/obj/machinery/power/apc/directional/west,
@@ -42639,6 +41756,28 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
+"gLx" = (
+/obj/machinery/firealarm/directional/east,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/exit)
+"gLG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"gLH" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -42736,8 +41875,8 @@
},
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
@@ -42766,12 +41905,6 @@
icon_state = "red"
},
/area/station/security/brig)
-"gNA" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/hallway/primary/starboard/east)
"gNM" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 6
@@ -42825,10 +41958,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
"gOP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
@@ -42852,9 +41985,28 @@
},
/turf/simulated/floor/plasteel,
/area/station/science/xenobiology)
+"gPc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"gPk" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/spawner/random/dirt/frequent,
@@ -42871,9 +42023,6 @@
/area/station/command/office/ce)
"gPX" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -42906,7 +42055,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -43018,7 +42167,7 @@
/area/station/hallway/supply/port)
"gRX" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -43059,6 +42208,18 @@
icon_state = "dark"
},
/area/station/engineering/control)
+"gSn" = (
+/obj/structure/chair/stool{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/maintenance/gambling_den)
"gSu" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -43068,8 +42229,7 @@
},
/area/station/science/xenobiology)
"gSv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -43253,9 +42413,6 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "white"
@@ -43283,9 +42440,6 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"gVK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 8
},
@@ -43327,7 +42481,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -43335,6 +42489,23 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
+"gWT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"gWW" = (
/obj/machinery/conveyor{
dir = 8
@@ -43495,35 +42666,10 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
-"haM" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/camera{
- c_tag = "Career Trainer's Range"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/procedure/trainer_office)
"hbc" = (
/obj/machinery/atmospherics/unary/tank/air,
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
-"hbB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"hbK" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
@@ -43589,6 +42735,10 @@
},
/turf/simulated/floor/wood,
/area/station/maintenance/starboard)
+"hdi" = (
+/obj/item/stack/cable_coil/yellow,
+/turf/space,
+/area/space)
"hdk" = (
/obj/structure/disposaloutlet{
name = "Prisoner Delivery"
@@ -43640,6 +42790,21 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
+"hdJ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"hdL" = (
/obj/machinery/light{
dir = 4
@@ -43664,26 +42829,11 @@
/obj/machinery/door/airlock/hatch{
name = "Observation Room"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_south)
-"heC" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"heJ" = (
/obj/machinery/atmospherics/unary/outlet_injector/on{
dir = 8
@@ -43804,6 +42954,12 @@
/obj/effect/turf_decal/delivery/hollow,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fsmaint)
+"hhd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"hht" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -43822,14 +42978,21 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/glass,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
+"hih" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"hir" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -43841,7 +43004,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -43894,16 +43057,6 @@
icon_state = "dark"
},
/area/station/supply/miningdock)
-"hjg" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"hjn" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/siding,
@@ -43926,6 +43079,15 @@
/obj/machinery/newscaster/directional/east,
/turf/simulated/floor/wood,
/area/station/service/library)
+"hka" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"hkf" = (
/obj/machinery/light{
dir = 1
@@ -43940,12 +43102,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"hkk" = (
@@ -43963,6 +43125,9 @@
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -44029,11 +43194,21 @@
/obj/effect/spawner/random/oil/maybe,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"hmH" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/glass,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"hmQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -44070,18 +43245,6 @@
icon_state = "white"
},
/area/station/science/xenobiology)
-"hnL" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel,
-/area/station/public/fitness)
"hnU" = (
/obj/effect/spawner/random/barrier/grille_often,
/turf/simulated/floor/plating,
@@ -44162,9 +43325,6 @@
"hpa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkpurple"
@@ -44192,20 +43352,6 @@
icon_state = "red"
},
/area/station/security/permabrig)
-"hqc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plasteel{
- dir = 10;
- icon_state = "brown"
- },
-/area/station/maintenance/apmaint)
"hqj" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 9
@@ -44213,8 +43359,8 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"hqt" = (
-/obj/effect/spawner/airlock,
/obj/effect/spawner/window/reinforced/grilled,
+/obj/effect/spawner/airlock,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/aft_starboard)
"hqx" = (
@@ -44259,8 +43405,8 @@
/turf/simulated/floor/wood,
/area/station/service/bar)
"hrk" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -44315,7 +43461,7 @@
/area/station/engineering/engine_foyer)
"hsb" = (
/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -44348,6 +43494,22 @@
icon_state = "darkgreycheck"
},
/area/station/command/office/rd)
+"hso" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"hsx" = (
/obj/machinery/economy/atm/directional/south,
/turf/simulated/floor/plasteel{
@@ -44403,7 +43565,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -44496,9 +43658,6 @@
/area/station/public/storage/tools)
"hvK" = (
/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -44540,7 +43699,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/xenobiology)
"hws" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -44549,7 +43708,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
@@ -44660,14 +43818,23 @@
icon_state = "browncorner"
},
/area/station/supply/office)
-"hyl" = (
-/obj/structure/cable{
- icon_state = "1-4"
+"hxM" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
},
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
+"hyl" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/turbine)
"hyD" = (
@@ -44731,9 +43898,6 @@
"hAK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/trash,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -44780,6 +43944,18 @@
icon_state = "browncorner"
},
/area/station/supply/lobby)
+"hBx" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"hBH" = (
/obj/machinery/atmospherics/unary/vent_scrubber{
dir = 8;
@@ -45015,6 +44191,23 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"hFz" = (
+/obj/effect/turf_decal/stripes/white/corner,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-10"
+ },
+/obj/effect/turf_decal/stripes/white/corner,
+/obj/item/stack/sheet/plastic{
+ amount = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"hFF" = (
/obj/structure/chair/wood/wings{
dir = 4
@@ -45364,10 +44557,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -45386,12 +44579,12 @@
/obj/machinery/power/solar_control{
name = "Fore Starboard Solar Control"
},
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/machinery/camera/autoname{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"hNt" = (
@@ -45441,21 +44634,8 @@
icon_state = "redcorner"
},
/area/station/security/main)
-"hOn" = (
-/obj/effect/mapping_helpers/turfs/damage,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/theatre)
"hOu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -45537,6 +44717,13 @@
icon_state = "caution"
},
/area/station/engineering/transmission_laser)
+"hQA" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"hQB" = (
/obj/structure/flora/ausbushes/fernybush,
/obj/structure/flora/ausbushes/ppflowers,
@@ -45608,12 +44795,6 @@
icon_state = "freezerfloor"
},
/area/station/public/toilet/lockerroom)
-"hRK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"hRR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
@@ -45644,6 +44825,12 @@
icon_state = "darkblue"
},
/area/station/command/bridge)
+"hSf" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"hSz" = (
/obj/structure/chair{
dir = 1
@@ -45772,17 +44959,10 @@
},
/area/station/security/main)
"hUG" = (
-/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
/obj/structure/sign/electricshock{
pixel_y = 32
},
-/turf/simulated/floor/plating,
+/turf/simulated/wall/r_wall,
/area/station/security/brig)
"hUJ" = (
/obj/machinery/disposal,
@@ -45808,9 +44988,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"hWj" = (
@@ -45820,6 +44997,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "bluecorner"
@@ -45862,10 +45042,13 @@
"hXW" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"hXX" = (
@@ -45930,13 +45113,26 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/maintenance/asmaint)
+"hYE" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"hYL" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -46017,13 +45213,13 @@
/area/station/supply/qm)
"hZX" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/space,
@@ -46183,10 +45379,7 @@
dir = 1;
sort_type_txt = "9"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -46228,9 +45421,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -46377,6 +45567,9 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/supply)
"ifM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "C7"
},
@@ -46426,12 +45619,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/spawner/random/trash,
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
+"igw" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"igE" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -46445,6 +45643,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard)
"igJ" = (
@@ -46533,11 +45734,6 @@
icon_state = "dark"
},
/area/station/security/storage)
-"iji" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/reagent_dispensers/watertank,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"ijt" = (
/obj/structure/window/reinforced{
dir = 1
@@ -46796,6 +45992,18 @@
},
/turf/simulated/floor/wood,
/area/station/service/cafeteria)
+"ipo" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/maintenance/fsmaint2)
"ipz" = (
/obj/structure/cable{
icon_state = "0-2"
@@ -46837,6 +46045,24 @@
icon_state = "red"
},
/area/station/security/permabrig)
+"iqm" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"iqp" = (
/obj/machinery/atmospherics/binary/valve{
dir = 4
@@ -46902,6 +46128,17 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/brig)
+"ire" = (
+/obj/machinery/power/solar{
+ name = "Fore-Starboard Solar Array"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plasteel/airless{
+ icon_state = "solarpanel"
+ },
+/area/station/engineering/solar/fore_starboard)
"irj" = (
/obj/structure/sign/kiddieplaque/remembrance{
pixel_y = 32
@@ -46965,12 +46202,9 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"itu" = (
@@ -46981,10 +46215,10 @@
},
/area/station/engineering/equipmentstorage)
"itx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -46996,6 +46230,19 @@
icon_state = "brown"
},
/area/station/supply/storage)
+"itL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"itR" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -47168,9 +46415,6 @@
dir = 9
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -47275,6 +46519,22 @@
},
/turf/space,
/area/space/nearstation)
+"ixV" = (
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 2
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "yellowfull"
+ },
+/area/station/engineering/gravitygenerator)
"ixZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
@@ -47330,7 +46590,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -47387,6 +46647,25 @@
/obj/structure/cable,
/turf/simulated/floor/plating,
/area/station/engineering/hardsuitstorage)
+"iAd" = (
+/obj/effect/spawner/random/maintenance,
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
+"iAg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/exit)
"iAo" = (
/obj/structure/rack,
/obj/item/tank/internals/emergency_oxygen,
@@ -47408,6 +46687,18 @@
icon_state = "dark"
},
/area/station/engineering/atmos/control)
+"iAx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"iAB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -47668,12 +46959,12 @@
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
"iDF" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"iDM" = (
@@ -47710,9 +47001,6 @@
"iEE" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -47724,22 +47012,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"iEG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"iEP" = (
/obj/structure/window/reinforced{
dir = 1
@@ -47757,7 +47029,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/xenobiology)
"iER" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -47788,13 +47060,13 @@
/turf/simulated/floor/plating,
/area/station/engineering/atmos/distribution)
"iFh" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -47839,7 +47111,7 @@
/area/station/science/break_room)
"iFS" = (
/obj/effect/spawner/window/reinforced/grilled,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -47906,11 +47178,11 @@
/turf/simulated/floor/wood,
/area/station/maintenance/gambling_den)
"iHk" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "cautioncorner"
@@ -48016,10 +47288,18 @@
icon_state = "dark"
},
/area/station/command/bridge)
-"iJf" = (
-/obj/structure/cable{
+"iIM" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
+"iJf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
@@ -48046,6 +47326,14 @@
icon_state = "darkgrey"
},
/area/station/security/evidence)
+"iJo" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/engineering/smes)
"iJz" = (
/obj/machinery/atmospherics/unary/portables_connector,
/obj/machinery/light{
@@ -48065,6 +47353,23 @@
"iJH" = (
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/east)
+"iJO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/girder,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"iJT" = (
/obj/machinery/economy/vending/atmosdrobe,
/obj/machinery/light{
@@ -48128,7 +47433,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -48175,23 +47480,11 @@
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos/distribution)
-"iLI" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/access/any/engineering/construction,
-/turf/simulated/floor/plasteel{
- icon_state = "dark"
- },
-/area/station/maintenance/fsmaint2)
"iLR" = (
-/obj/structure/cable{
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/structure/lattice/catwalk,
/turf/space,
/area/station/engineering/solar/fore_starboard)
"iLV" = (
@@ -48199,14 +47492,14 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/camera{
dir = 4;
c_tag = "Power Transmission Laser";
network = list("SS13","Engineering")
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "caution"
@@ -48260,6 +47553,21 @@
/obj/effect/mapping_helpers/turfs/rust/maybe,
/turf/simulated/wall,
/area/station/maintenance/disposal)
+"iMB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"iMJ" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -48271,23 +47579,11 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
-"iMW" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"iNe" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -48418,6 +47714,12 @@
icon_state = "brown"
},
/area/station/supply/expedition)
+"iPE" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
"iPP" = (
/obj/structure/table,
/obj/item/clothing/mask/gas,
@@ -48461,6 +47763,9 @@
/obj/effect/turf_decal/delivery,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/airlock/external/glass,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"iQC" = (
@@ -48468,7 +47773,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "2-8"
@@ -48494,21 +47799,15 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"iRu" = (
/turf/simulated/wall/r_wall,
/area/station/engineering/atmos/distribution)
-"iRA" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"iRP" = (
/obj/structure/disposalpipe/junction/reversed{
dir = 8
@@ -48523,7 +47822,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -48585,15 +47884,15 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/supply)
"iSW" = (
-/obj/structure/closet,
+/obj/machinery/light/small{
+ dir = 1
+ },
/obj/item/reagent_containers/drinks/bottle/beer{
desc = "Takes you to a whole new level of thinking.";
name = "Meta-Cider"
},
/obj/effect/spawner/random/maintenance,
-/obj/machinery/light/small{
- dir = 1
- },
+/obj/structure/closet,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
"iTo" = (
@@ -48611,22 +47910,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard)
-"iTp" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"iTB" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -48634,6 +47917,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
"iTG" = (
@@ -48691,7 +47977,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/disposalpipe/sortjunction/reversed{
dir = 2;
@@ -48699,11 +47985,24 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/brig)
+"iVn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/science/research)
+"iVK" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"iVP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -48728,6 +48027,17 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"iWa" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/gravitygenerator)
"iWv" = (
/obj/machinery/alarm/directional/west,
/turf/simulated/floor/plasteel/dark,
@@ -48739,6 +48049,21 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"iWW" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"iXe" = (
/obj/machinery/hologram/holopad,
/obj/machinery/door/window/reinforced/reversed{
@@ -48764,7 +48089,7 @@
/turf/simulated/floor/plasteel,
/area/station/public/construction)
"iXp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -48841,7 +48166,7 @@
},
/area/station/hallway/primary/central/west)
"iYD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -48859,6 +48184,16 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/supply/miningdock)
+"iZn" = (
+/obj/effect/turf_decal/box,
+/obj/machinery/alarm/directional/south,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/engineering/gravitygenerator)
"iZE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -48965,6 +48300,27 @@
/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
+"jbC" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/engimaint)
+"jbH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/secondary/entry/lounge)
"jbQ" = (
/obj/structure/rack,
/obj/effect/spawner/random/trash,
@@ -49037,6 +48393,13 @@
icon_state = "white"
},
/area/station/science/xenobiology)
+"jdl" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"jdK" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/purple,
@@ -49111,7 +48474,7 @@
/area/station/supply/office)
"jeS" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -49202,6 +48565,16 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/north)
+"jhk" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"jhI" = (
/obj/machinery/atmospherics/refill_station/plasma,
/turf/simulated/floor/catwalk,
@@ -49210,7 +48583,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49324,8 +48697,28 @@
codes_txt = "patrol;next_patrol=4-Customs";
location = "3-Central-Port"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/lounge)
+"jjJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"jjL" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/rack,
@@ -49406,6 +48799,9 @@
/area/station/service/chapel/funeral)
"jlO" = (
/obj/effect/spawner/random/trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"jma" = (
@@ -49423,12 +48819,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/gravitygenerator)
"jms" = (
@@ -49521,7 +48917,7 @@
/area/station/hallway/supply/aft)
"joM" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -49677,7 +49073,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -49777,36 +49173,11 @@
"jun" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"juq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/spawner/random/oil/maybe,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
-"jur" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/central/sw)
"juS" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
@@ -49938,6 +49309,16 @@
icon_state = "darkbluecorners"
},
/area/station/engineering/ai_transit_tube)
+"jxz" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"jym" = (
/obj/effect/turf_decal/delivery/white/hollow,
/obj/machinery/button/windowtint{
@@ -49955,6 +49336,12 @@
icon_state = "redcorner"
},
/area/station/hallway/primary/central/ne)
+"jyL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/effect/spawner/random/maintenance,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/port)
"jyP" = (
/obj/effect/landmark/start/scientist,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -50007,6 +49394,9 @@
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "C6"
},
@@ -50050,9 +49440,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/disposalpipe/junction/y{
dir = 2
},
@@ -50184,9 +49571,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/cable{
icon_state = "1-2"
},
@@ -50201,6 +49585,15 @@
/obj/structure/lattice/catwalk,
/turf/space,
/area/space/nearstation)
+"jDv" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/structure/barricade/wooden/crude,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel/dark,
+/area/station/maintenance/abandonedservers)
"jDx" = (
/obj/machinery/requests_console/directional/west,
/obj/structure/table/glass,
@@ -50264,9 +49657,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/obj/machinery/door/poddoor{
@@ -50338,7 +49728,7 @@
"jFz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt,
@@ -50381,15 +49771,15 @@
"jFX" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/structure/disposalpipe/junction{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -50405,7 +49795,7 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -50424,22 +49814,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/north)
-"jGD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/apmaint)
"jGG" = (
/obj/effect/spawner/window/reinforced/polarized/grilled{
id = "QM"
@@ -50628,17 +50002,6 @@
},
/turf/simulated/floor/carpet/blue,
/area/station/command/office/cmo)
-"jJr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"jJu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -50647,21 +50010,6 @@
icon_state = "brown"
},
/area/station/supply/office)
-"jJw" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/fsmaint)
"jJI" = (
/obj/machinery/atmospherics/unary/cryo_cell,
/turf/simulated/floor/plasteel{
@@ -50719,7 +50067,7 @@
/area/station/turret_protected/aisat/interior)
"jKd" = (
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -50758,10 +50106,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -50868,6 +50216,9 @@
},
/obj/effect/landmark/start/doctor,
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -50898,15 +50249,6 @@
/obj/structure/rack,
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"jMZ" = (
-/obj/machinery/door/airlock/public/glass,
-/obj/structure/barricade/wooden/crude,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel/dark,
-/area/station/maintenance/abandonedservers)
"jNa" = (
/obj/structure/window/reinforced{
dir = 4
@@ -50915,23 +50257,6 @@
/obj/structure/flora/junglebush/large,
/turf/simulated/floor/grass/no_creep,
/area/station/medical/exam_room)
-"jNc" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"jNd" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -50975,7 +50300,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -51112,6 +50437,18 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_south)
+"jOJ" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/aft2)
"jOL" = (
/obj/machinery/economy/vending/medical,
/obj/machinery/light{
@@ -51184,7 +50521,6 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/south)
"jPk" = (
-/obj/machinery/alarm/directional/north,
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/maintenance,
/obj/structure/rack,
@@ -51218,6 +50554,10 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/engine_foyer)
+"jPE" = (
+/obj/machinery/alarm/directional/west,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"jPQ" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -51303,19 +50643,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/west)
-"jQK" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/space,
-/area/station/engineering/solar/fore_starboard)
"jQZ" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -51332,6 +50659,9 @@
/area/station/public/construction)
"jRf" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -51345,6 +50675,17 @@
icon_state = "darkgrey"
},
/area/station/science/robotics/chargebay)
+"jRt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "dark"
+ },
+/area/station/medical/surgery/observation)
"jRQ" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -51407,7 +50748,7 @@
/obj/machinery/door/airlock/hatch{
name = "Observation Room"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -51435,7 +50776,7 @@
/area/station/science/robotics)
"jSA" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/turf/space,
@@ -51605,10 +50946,7 @@
/turf/simulated/floor/plating,
/area/station/engineering/smes)
"jVj" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/structure/disposalpipe/segment,
@@ -51675,15 +51013,15 @@
req_access = list(55)
},
/obj/effect/turf_decal/stripes/box,
-/obj/structure/cable,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
"jWJ" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -51808,14 +51146,6 @@
/obj/item/crowbar,
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
-"jYH" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/random/maintenance,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"jYM" = (
/turf/simulated/wall/r_wall,
/area/station/hallway/secondary/exit)
@@ -51831,9 +51161,6 @@
},
/area/station/public/fitness)
"jZk" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
@@ -51866,8 +51193,8 @@
/area/station/service/library)
"kau" = (
/obj/machinery/economy/slot_machine,
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/wood,
@@ -51909,6 +51236,9 @@
"kaP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"kbk" = (
@@ -51923,6 +51253,25 @@
icon_state = "white"
},
/area/station/science/robotics)
+"kbq" = (
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/engimaint)
"kbw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/carpet/royalblack,
@@ -51935,6 +51284,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"kbN" = (
@@ -52031,13 +51383,20 @@
/obj/effect/mapping_helpers/airlock/access/all/procedure/trainer,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
/area/station/procedure/trainer_office)
+"kdq" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"kdr" = (
/obj/machinery/light{
dir = 8
@@ -52063,7 +51422,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -52216,7 +51575,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -52377,13 +51736,13 @@
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
"kjl" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-4"
},
/obj/structure/lattice/catwalk,
@@ -52418,23 +51777,6 @@
icon_state = "darkgrey"
},
/area/station/service/chapel)
-"kjG" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
-"kki" = (
-/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"kkk" = (
/turf/simulated/floor/plasteel,
/area/station/supply/break_room)
@@ -52474,6 +51816,25 @@
icon_state = "redfull"
},
/area/station/security/permabrig)
+"kln" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"klz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
@@ -52513,16 +51874,6 @@
icon_state = "whitebluefull"
},
/area/station/engineering/atmos)
-"kmb" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"kme" = (
/turf/simulated/wall,
/area/station/maintenance/theatre)
@@ -52536,7 +51887,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -52567,7 +51918,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -52614,21 +51965,6 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/hallway/secondary/entry/lounge)
-"knG" = (
-/obj/structure/disposalpipe/broken{
- dir = 1
- },
-/obj/effect/spawner/random/trash,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/disposalpipe/broken{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"koa" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/carpet/purple,
@@ -52651,6 +51987,16 @@
/obj/effect/spawner/airlock/e_to_w/long/square,
/turf/simulated/wall/r_wall,
/area/station/aisat)
+"koy" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"koA" = (
/obj/structure/window/reinforced{
dir = 4
@@ -52676,12 +52022,9 @@
/turf/simulated/floor/plating,
/area/station/medical/chemistry)
"kpb" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"kpl" = (
@@ -52715,6 +52058,24 @@
icon_state = "green"
},
/area/station/service/hydroponics)
+"kpT" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/engineering/gravitygenerator)
"kqd" = (
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plasteel{
@@ -52826,6 +52187,22 @@
/obj/effect/turf_decal/stripes/corner,
/turf/simulated/floor/plating,
/area/station/maintenance/engimaint)
+"krY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"ksa" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
@@ -52842,10 +52219,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -52882,6 +52259,9 @@
/area/station/service/hydroponics)
"ktE" = (
/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"ktZ" = (
@@ -53080,6 +52460,18 @@
icon_state = "cult"
},
/area/station/legal/lawoffice)
+"kyw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/atmos)
"kyV" = (
/obj/structure/closet/crate,
/obj/effect/spawner/random/maintenance,
@@ -53312,17 +52704,12 @@
icon_state = "green"
},
/area/station/hallway/primary/central/se)
-"kCL" = (
-/obj/effect/mapping_helpers/turfs/burn,
+"kCr" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
+/area/station/maintenance/electrical/fore_port)
"kDq" = (
/obj/structure/chair/comfy/beige{
dir = 8
@@ -53568,6 +52955,9 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/airlock/maintenance/external,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"kGw" = (
@@ -53588,9 +52978,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"kGN" = (
@@ -53605,6 +52992,22 @@
icon_state = "dark"
},
/area/station/security/main)
+"kHJ" = (
+/obj/effect/spawner/random/barrier/grille_often,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"kIc" = (
/obj/structure/closet/crate/freezer,
/obj/effect/spawner/random/trash,
@@ -53676,7 +53079,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -53791,7 +53194,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"kLx" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -53804,6 +53207,22 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/exit)
+"kLH" = (
+/obj/structure/door_assembly/door_assembly_fre{
+ name = "broken freezer airlock";
+ move_force = 10000;
+ move_resist = 10000;
+ anchored = 1
+ },
+/obj/structure/barricade/wooden/crude,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"kLJ" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -53873,7 +53292,7 @@
"kMe" = (
/obj/machinery/power/tracker,
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/structure/cable/yellow,
/turf/space,
/area/station/engineering/solar/fore_port)
"kMk" = (
@@ -53895,6 +53314,13 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
+"kMI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"kMK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -54040,6 +53466,25 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/west)
+"kOE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"kOF" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/unary/outlet_injector{
@@ -54105,6 +53550,24 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/maintenance/turbine)
+"kPP" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"kQf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -54120,18 +53583,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/office)
-"kQj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
"kQk" = (
/obj/effect/turf_decal/stripes/line,
/obj/item/chair,
@@ -54150,13 +53601,13 @@
"kQv" = (
/obj/effect/spawner/random/cobweb/left/rare,
/obj/effect/spawner/random/cobweb/left/rare,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft2)
"kQI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -54235,7 +53686,6 @@
name = "east bump";
pixel_x = 27
},
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
dir = 5;
icon_state = "whitegreen"
@@ -54246,11 +53696,29 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
+"kSe" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/fsmaint)
"kSz" = (
/obj/machinery/power/apc/directional/west,
/obj/structure/cable{
@@ -54402,9 +53870,6 @@
},
/area/station/science/toxins/mixing)
"kUX" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -54422,22 +53887,6 @@
/obj/structure/table,
/turf/simulated/floor/plasteel,
/area/station/public/construction)
-"kVn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/door_assembly/door_assembly_fre{
- name = "broken freezer airlock";
- move_force = 10000;
- move_resist = 10000;
- anchored = 1
- },
-/obj/structure/barricade/wooden/crude,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"kVu" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -54445,6 +53894,21 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/bridge)
+"kVF" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "chapel"
+ },
+/area/station/service/chapel)
"kVI" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -54453,6 +53917,9 @@
/area/station/maintenance/fsmaint)
"kVN" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"kVO" = (
@@ -54584,7 +54051,7 @@
/area/station/security/permabrig)
"kXn" = (
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/structure/lattice/catwalk,
@@ -54624,6 +54091,32 @@
icon_state = "cult"
},
/area/station/legal/magistrate)
+"kYt" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
+"kYO" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/airlock/highsecurity,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/any/science/rd,
+/obj/effect/mapping_helpers/airlock/access/any/engineering/general,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/gravitygenerator)
"kYQ" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
@@ -54646,7 +54139,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/structure/disposalpipe/segment/corner{
@@ -54703,9 +54196,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/cable{
icon_state = "1-8"
},
@@ -54925,8 +54415,8 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"ldn" = (
-/obj/effect/spawner/airlock/e_to_w,
/obj/effect/spawner/window/reinforced/grilled,
+/obj/effect/spawner/airlock/e_to_w,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"ldQ" = (
@@ -54987,6 +54477,22 @@
icon_state = "neutralcorner"
},
/area/station/public/locker)
+"lev" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"leO" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -55060,25 +54566,6 @@
/obj/machinery/newscaster/directional/north,
/turf/simulated/floor/plasteel,
/area/station/science/robotics)
-"lfU" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/engimaint)
"lfV" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -55170,6 +54657,9 @@
/obj/structure/sign/barber{
pixel_y = -28
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -55392,6 +54882,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/engimaint)
+"lkS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"lkW" = (
/obj/machinery/field/generator{
state = 2
@@ -55432,6 +54931,22 @@
},
/turf/space,
/area/space)
+"llz" = (
+/obj/effect/mapping_helpers/turfs/damage,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/theatre)
"llU" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -55492,6 +55007,25 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/prison/cell_block/a)
+"lmF" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"lmJ" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
@@ -55524,9 +55058,6 @@
/area/station/medical/exam_room)
"lnv" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/science/robotics,
/obj/effect/mapping_helpers/airlock/autoname,
@@ -55558,28 +55089,22 @@
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
/area/station/maintenance/apmaint)
-"lnV" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/small,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/port)
+"lnZ" = (
+/obj/structure/sign/double/map/left{
+ desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
+ icon_state = "map-left-MS";
+ pixel_y = 32
+ },
+/obj/machinery/computer/security/engineering,
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/smes)
"loa" = (
/obj/structure/sign/radiation/rad_area,
/turf/simulated/wall/r_wall,
/area/station/maintenance/fsmaint2)
-"loo" = (
-/obj/structure/cable/pink{
- icon_state = "1-8"
- },
-/obj/structure/cable/cyan{
- icon_state = "0-2"
- },
-/obj/structure/cable/pink{
- icon_state = "2-10"
- },
-/obj/effect/turf_decal/stripes/white/corner,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"loz" = (
/obj/item/kirbyplants/large/plant8,
/obj/machinery/light/small{
@@ -55616,7 +55141,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"loX" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -55693,7 +55218,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
dir = 10;
@@ -55728,6 +55253,15 @@
icon_state = "dark"
},
/area/station/security/interrogation)
+"lqU" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fpmaint)
"lqY" = (
/obj/machinery/camera{
c_tag = "Dormitories - Fore";
@@ -55740,6 +55274,14 @@
icon_state = "neutralcorner"
},
/area/station/public/dorms)
+"lrb" = (
+/obj/effect/turf_decal/stripes/end,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/reinforced/directional/north,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"lre" = (
/obj/machinery/door/window{
name = "Captain's Desk"
@@ -55953,6 +55495,9 @@
/area/station/maintenance/xenobio_north)
"luz" = (
/obj/machinery/light,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/public/fitness)
"luN" = (
@@ -56006,6 +55551,27 @@
icon_state = "red"
},
/area/station/security/checkpoint/secondary)
+"lwP" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/aft)
"lxt" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/lightsout,
@@ -56037,7 +55603,7 @@
},
/obj/structure/disposalpipe/segment,
/obj/effect/mapping_helpers/airlock/access/all/science/xenobio,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -56059,13 +55625,13 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
/obj/machinery/alarm/directional/west,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "caution"
@@ -56080,6 +55646,24 @@
icon_state = "white"
},
/area/station/medical/medbay)
+"lzR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"lzW" = (
/obj/structure/rack,
/obj/machinery/atmospherics/pipe/simple/visible{
@@ -56088,6 +55672,17 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
+"lAa" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/solar{
+ name = "Fore-Starboard Solar Array"
+ },
+/turf/simulated/floor/plasteel/airless{
+ icon_state = "solarpanel"
+ },
+/area/station/engineering/solar/fore_starboard)
"lAf" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -56103,7 +55698,7 @@
"lAs" = (
/obj/effect/mapping_helpers/turfs/burn,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small,
@@ -56112,6 +55707,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
+"lAy" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"lAF" = (
/obj/structure/sign/poster/contraband/random/directional/west,
/obj/structure/girder,
@@ -56416,6 +56020,16 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/sorting)
+"lGd" = (
+/obj/machinery/computer/monitor{
+ dir = 4;
+ name = "Grid Power Monitoring Computer"
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/port)
"lGh" = (
/obj/machinery/door/window/brigdoor{
id = "Cell 4";
@@ -56451,7 +56065,7 @@
/turf/simulated/floor/engine,
/area/station/engineering/engine/supermatter)
"lGt" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -56548,9 +56162,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"lIo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/table/wood,
/obj/item/stack/spacecash/c20,
/turf/simulated/floor/plating,
@@ -56666,6 +56277,17 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
+"lJP" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
+"lJT" = (
+/obj/structure/cable/extra_insulated,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"lJX" = (
/obj/structure/window/plasmareinforced,
/obj/machinery/power/rad_collector{
@@ -56681,15 +56303,6 @@
/obj/effect/decal/remains/xeno,
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
-"lKn" = (
-/obj/structure/cable/green{
- icon_state = "5-6"
- },
-/obj/item/stack/cable_coil/yellow,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"lKs" = (
/obj/machinery/firealarm/directional/south,
/turf/simulated/floor/plasteel{
@@ -56728,24 +56341,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/maintenance/asmaint)
-"lLH" = (
-/obj/structure/cable/cyan{
- icon_state = "4-5"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5
- },
-/obj/structure/cable/green,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"lLO" = (
/turf/simulated/floor/plasteel{
dir = 5;
@@ -56885,9 +56487,6 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -56958,6 +56557,24 @@
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
+"lPp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore)
+"lPI" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/fitness)
"lPM" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -56978,6 +56595,9 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/alarm/directional/east,
/obj/structure/sink/directional/east,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whiteyellow"
@@ -57046,25 +56666,19 @@
icon_state = "brown"
},
/area/station/maintenance/apmaint)
-"lRt" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"lRK" = (
/obj/machinery/light/small,
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"lRY" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/effect/turf_decal/stripes/end,
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
-/obj/effect/turf_decal/stripes/end,
/turf/simulated/floor/plating,
/area/station/maintenance/turbine)
"lSc" = (
@@ -57147,6 +56761,16 @@
icon_state = "dark"
},
/area/station/security/storage)
+"lSO" = (
+/obj/machinery/door/airlock{
+ name = "Central Emergency Storage"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"lTB" = (
/obj/item/clothing/gloves/color/latex,
/obj/structure/rack,
@@ -57176,7 +56800,7 @@
/area/station/hallway/primary/aft/north)
"lUf" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -57203,7 +56827,7 @@
/turf/simulated/floor/plating/airless,
/area/space/nearstation)
"lUP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -57221,7 +56845,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"lUX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -57357,7 +56981,7 @@
/obj/structure/chair/stool{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/wood,
@@ -57427,23 +57051,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"map" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"mar" = (
/obj/structure/table/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -57558,7 +57170,7 @@
/turf/simulated/floor/grass/no_creep,
/area/station/maintenance/abandoned_garden)
"mbZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/girder,
@@ -57601,7 +57213,7 @@
"mcK" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -57987,18 +57599,6 @@
icon_state = "darkgrey"
},
/area/station/hallway/supply)
-"mjj" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"mjn" = (
/obj/machinery/atmospherics/unary/portables_connector{
dir = 4
@@ -58061,15 +57661,6 @@
icon_state = "brown"
},
/area/station/supply/storage)
-"mkh" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/fore/west)
"mkw" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -58104,9 +57695,6 @@
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
"mkW" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -58123,7 +57711,7 @@
/area/station/security/prisonlockers)
"mlq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -58202,17 +57790,6 @@
icon_state = "white"
},
/area/station/science/research)
-"mmn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"mmB" = (
/obj/machinery/light/floor,
/turf/simulated/floor/plasteel,
@@ -58257,15 +57834,6 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
-"mnl" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"mnr" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
dir = 4
@@ -58443,6 +58011,15 @@
icon_state = "yellow"
},
/area/station/engineering/engine_foyer)
+"mpD" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/brig)
"mpH" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -58469,6 +58046,19 @@
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/engimaint)
+"mqr" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"mqA" = (
/obj/machinery/atmospherics/portable/canister/oxygen,
/obj/effect/turf_decal/delivery/blue/hollow,
@@ -58509,6 +58099,20 @@
/obj/effect/turf_decal/loading_area,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
+"mrw" = (
+/obj/machinery/alarm/directional/east,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/port)
"mrA" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -58524,24 +58128,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/carpet,
/area/station/service/library)
-"mrR" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 8;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/primary/central/sw)
"mrS" = (
/turf/simulated/floor/catwalk,
/area/station/science/testrange)
@@ -58632,7 +58218,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -58649,17 +58235,6 @@
/obj/structure/girder,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"muQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"mvP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
@@ -58744,8 +58319,8 @@
"mwM" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
-/obj/machinery/power/apc/directional/west,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/west,
+/obj/structure/cable/extra_insulated,
/obj/effect/turf_decal/stripes/end{
dir = 4
},
@@ -58784,11 +58359,11 @@
},
/area/station/service/kitchen)
"mxp" = (
-/obj/structure/rack,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/random/maintenance,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
+/area/station/maintenance/electrical/aft_starboard)
"mxw" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -58943,12 +58518,12 @@
/turf/simulated/floor/plasteel,
/area/station/security/warden)
"mAw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -59093,13 +58668,6 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos,
/turf/simulated/floor/plating,
/area/station/engineering/control)
-"mDe" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"mDn" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/stripes/line{
@@ -59188,17 +58756,6 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/simulated/floor/plasteel,
/area/station/security/brig)
-"mEm" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"mEu" = (
/obj/machinery/atmospherics/pipe/simple/visible/green{
dir = 9
@@ -59221,7 +58778,7 @@
},
/area/station/command/office/rd)
"mER" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -59242,6 +58799,18 @@
icon_state = "darkbluecorners"
},
/area/station/medical/surgery/observation)
+"mFB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/fitness)
"mFG" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -59486,6 +59055,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "bluecorner"
@@ -59539,7 +59111,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -59561,13 +59133,19 @@
icon_state = "caution"
},
/area/station/engineering/gravitygenerator)
+"mLQ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/supply/warehouse)
"mLU" = (
/obj/effect/mapping_helpers/airlock/access/all/procedure/trainer,
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/procedure/trainer_office)
@@ -59603,6 +59181,19 @@
icon_state = "white"
},
/area/station/science/toxins/mixing)
+"mNp" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"mNu" = (
/obj/structure/sink/directional/south,
/obj/structure/disposalpipe/segment{
@@ -59634,7 +59225,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/airlock/public/glass,
/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/south)
"mOs" = (
@@ -59672,7 +59262,7 @@
"mOJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -59716,7 +59306,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"mOZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line{
@@ -59732,7 +59322,7 @@
},
/area/station/hallway/primary/aft/south)
"mPl" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -59764,7 +59354,7 @@
/area/station/hallway/primary/starboard/east)
"mPr" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -59790,19 +59380,6 @@
icon_state = "dark"
},
/area/station/medical/reception)
-"mPP" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/theatre)
"mPQ" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -59857,7 +59434,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -59967,13 +59544,6 @@
/obj/item/clothing/glasses/hud/health,
/turf/simulated/floor/carpet/blue,
/area/station/command/office/cmo)
-"mTH" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"mUd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
@@ -60032,7 +59602,7 @@
/area/station/hallway/primary/starboard/north)
"mUv" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -60078,6 +59648,21 @@
},
/turf/simulated/floor/plasteel,
/area/station/command/office/hos)
+"mVh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"mVl" = (
/obj/structure/chair/sofa/corp/left,
/obj/machinery/alarm/directional/north,
@@ -60111,13 +59696,13 @@
},
/area/station/supply/office)
"mVu" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"mVB" = (
@@ -60134,9 +59719,6 @@
/area/station/security/brig)
"mVD" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/door/poddoor/preopen{
@@ -60483,16 +60065,6 @@
icon_state = "escape"
},
/area/station/hallway/secondary/exit)
-"naG" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"naR" = (
/obj/machinery/seed_extractor,
/obj/effect/turf_decal/stripes/line{
@@ -60535,9 +60107,6 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"nbw" = (
@@ -60569,30 +60138,11 @@
icon_state = "red"
},
/area/station/security/permabrig)
-"nbN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"nbO" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/mapping_helpers/airlock/autoname,
/turf/simulated/floor/plating,
/area/station/hallway/secondary/entry/west)
-"nbQ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/machinery/light/small,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"ncd" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -60802,7 +60352,7 @@
},
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -60873,9 +60423,6 @@
"nfW" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
@@ -60899,7 +60446,7 @@
/area/station/public/construction)
"ngG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -61006,7 +60553,7 @@
},
/area/station/security/checkpoint/secondary)
"nia" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/obj/machinery/power/solar{
@@ -61063,15 +60610,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/aft/north)
-"niV" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/carpet/grimey,
-/area/station/hallway/secondary/entry/lounge)
"niX" = (
/obj/structure/morgue{
dir = 8
@@ -61193,6 +60731,10 @@
icon_state = "white"
},
/area/station/science/xenobiology)
+"nlt" = (
+/obj/machinery/light/small,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"nlw" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/poddoor/preopen{
@@ -61243,7 +60785,7 @@
/turf/simulated/floor/wood,
/area/station/hallway/primary/central/south)
"nmd" = (
-/obj/structure/cable/green{
+/obj/structure/cable/extra_insulated{
icon_state = "1-9"
},
/obj/item/stack/cable_coil/orange,
@@ -61295,20 +60837,10 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
-"nnI" = (
-/obj/machinery/alarm/directional/south,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/box,
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/engineering/gravitygenerator)
"nnK" = (
/obj/item/reagent_containers/glass/bottle/nutrient/mut,
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
@@ -61316,6 +60848,16 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/abandoned_garden)
+"nnM" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/machinery/power/port_gen/pacman,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"nnS" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
@@ -61357,7 +60899,7 @@
/area/station/maintenance/xenobio_south)
"noU" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
@@ -61476,7 +61018,7 @@
"nsr" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/visible/yellow,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/space,
@@ -61555,7 +61097,7 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -61610,6 +61152,17 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/bluegrid,
/area/station/turret_protected/ai)
+"nvQ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Monitoring"
+ },
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/port)
"nvY" = (
/obj/machinery/computer/secure_data{
dir = 1
@@ -61619,45 +61172,6 @@
icon_state = "red"
},
/area/station/security/main)
-"nwa" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
-"nwp" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
-"nwz" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/effect/spawner/random/barrier/grille_often,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"nwE" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
@@ -61852,6 +61366,19 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/engine_foyer)
+"nzU" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"nAC" = (
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel{
@@ -61869,7 +61396,7 @@
},
/area/station/engineering/atmos/control)
"nBd" = (
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -61880,9 +61407,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -61890,6 +61414,9 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -61923,15 +61450,6 @@
/obj/machinery/light,
/turf/simulated/floor/grass/no_creep,
/area/station/science/research)
-"nCl" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"nCr" = (
/obj/machinery/light/small{
dir = 8
@@ -61961,6 +61479,19 @@
/obj/item/pen,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"nCS" = (
+/obj/machinery/power/terminal,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 24;
+ name = "east bump"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/solar_maintenance/fore_starboard)
"nDb" = (
/obj/structure/bed,
/obj/item/bedsheet,
@@ -62038,6 +61569,22 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/se)
+"nDE" = (
+/obj/item/kirbyplants/large,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/disposalpipe/segment/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/brig)
"nEb" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -62045,6 +61592,16 @@
icon_state = "brown"
},
/area/station/supply/office)
+"nEq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/aft2)
"nEw" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -62073,8 +61630,8 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"nEz" = (
-/obj/effect/spawner/airlock/s_to_n,
/obj/effect/spawner/window/reinforced/grilled,
+/obj/effect/spawner/airlock/s_to_n,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"nEC" = (
@@ -62112,16 +61669,6 @@
icon_state = "purple"
},
/area/station/science/xenobiology)
-"nET" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"nEU" = (
/obj/machinery/door/airlock/external/glass,
/obj/machinery/access_button/offset/west,
@@ -62224,6 +61771,31 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/gravitygenerator)
+"nHl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/aft)
+"nHp" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/theatre)
"nHz" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -62247,6 +61819,9 @@
/obj/structure/cable{
icon_state = "1-8"
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whitepurple";
dir = 4
@@ -62438,9 +62013,6 @@
dir = 8;
sort_type_txt = "12"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -62491,6 +62063,13 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
+"nMQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"nMY" = (
/obj/structure/mirror{
pixel_y = 34
@@ -62499,16 +62078,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/theatre)
-"nNk" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"nNu" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -62519,9 +62088,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"nNx" = (
@@ -62557,7 +62129,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -62587,6 +62159,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "caution"
@@ -62687,7 +62262,7 @@
},
/area/station/medical/morgue)
"nQk" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -62727,6 +62302,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools)
+"nRg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "5-6"
+ },
+/obj/item/stack/cable_coil/yellow,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"nRh" = (
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -62776,20 +62360,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/asmaint)
-"nSe" = (
-/obj/effect/turf_decal/box,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/engineering/gravitygenerator)
"nSs" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/oil/maybe,
@@ -62832,6 +62407,12 @@
icon_state = "redcorner"
},
/area/station/hallway/primary/fore/west)
+"nTz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/maintcentral)
"nTM" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -62906,6 +62487,12 @@
icon_state = "darkgrey"
},
/area/station/science/robotics)
+"nUL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"nUU" = (
/obj/machinery/door/airlock/medical/glass,
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
@@ -63027,7 +62614,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -63100,6 +62687,14 @@
icon_state = "darkblue"
},
/area/station/hallway/primary/central/south)
+"nXH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"nXI" = (
/obj/machinery/economy/vending/wallmed/directional/east,
/obj/structure/chair/comfy/brown,
@@ -63141,30 +62736,12 @@
/area/station/hallway/primary/fore/east)
"nYn" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/decal/cleanable/blood,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
-"nYq" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"nYs" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
@@ -63229,7 +62806,7 @@
},
/area/station/supply/office)
"nZw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -63255,21 +62832,6 @@
icon_state = "brown"
},
/area/station/supply/storage)
-"nZS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
"oab" = (
/obj/structure/lattice/catwalk,
/obj/item/toy/plushie/carpplushie,
@@ -63374,9 +62936,6 @@
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
@@ -63388,7 +62947,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/robotics)
"ocp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -63398,10 +62957,12 @@
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"ocA" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/port)
"ocC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
@@ -63419,6 +62980,22 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/hallway/secondary/entry/lounge)
+"odL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"odO" = (
/obj/machinery/blackbox_recorder,
/turf/simulated/floor/bluegrid,
@@ -63427,7 +63004,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/spawner/random/trash,
@@ -63485,19 +63062,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
-"oeo" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fore2)
"oeA" = (
/obj/structure/cable{
icon_state = "1-8"
@@ -63656,7 +63220,7 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -63694,6 +63258,12 @@
icon_state = "green"
},
/area/station/engineering/atmos/distribution)
+"ogY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/solar_maintenance/fore_starboard)
"oha" = (
/obj/structure/cable{
icon_state = "2-8"
@@ -63714,8 +63284,21 @@
/obj/machinery/light/small{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"oia" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"oib" = (
/obj/structure/cable{
icon_state = "0-2"
@@ -63740,6 +63323,23 @@
icon_state = "whitepurple"
},
/area/station/science/research)
+"ois" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
"oiv" = (
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
@@ -63775,7 +63375,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"oji" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/machinery/power/solar{
@@ -63798,19 +63398,23 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
-"ojx" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"ojN" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
/turf/simulated/floor/plasteel,
/area/station/supply/expedition)
+"okh" = (
+/obj/effect/mapping_helpers/turfs/burn,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"okT" = (
/obj/machinery/atmospherics/binary/pump{
dir = 4;
@@ -63955,7 +63559,7 @@
/obj/item/slime_extract/pyrite,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -64102,9 +63706,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
},
@@ -64164,9 +63765,6 @@
c_tag = "Fore Port Solar Control";
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"orV" = (
@@ -64257,10 +63855,6 @@
},
/turf/simulated/floor/plating,
/area/station/command/office/hos)
-"oux" = (
-/obj/structure/closet/crate,
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
"ouz" = (
/obj/effect/turf_decal/loading_area{
dir = 4
@@ -64363,6 +63957,9 @@
"oxa" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/light/floor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"oxT" = (
@@ -64379,10 +63976,6 @@
c_tag = "Gravity Generator Foyer";
network = list("SS13","Engineering")
},
-/obj/structure/sign/radiation/rad_area{
- dir = 1;
- pixel_y = 32
- },
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
@@ -64393,10 +63986,10 @@
/area/station/engineering/gravitygenerator)
"oyg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -64447,15 +64040,6 @@
},
/turf/simulated/floor/carpet,
/area/station/security/detective)
-"oyT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- icon_state = "whitepurple";
- dir = 4
- },
-/area/station/science/research)
"oyY" = (
/obj/structure/bed/dogbed,
/mob/living/basic/giant_spider/araneus,
@@ -64488,6 +64072,13 @@
icon_state = "neutralfull"
},
/area/station/hallway/secondary/exit)
+"ozx" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"ozI" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -64558,15 +64149,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/fore/north)
"oBB" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -64609,18 +64197,6 @@
icon_state = "bluecorner"
},
/area/station/hallway/primary/aft/north)
-"oBS" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"oBT" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -64628,10 +64204,10 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -64669,7 +64245,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
"oCU" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance,
@@ -64747,6 +64323,9 @@
/obj/structure/cable{
icon_state = "0-8"
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -64818,7 +64397,7 @@
},
/area/station/engineering/gravitygenerator)
"oFf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/effect/spawner/random/trash,
@@ -64837,6 +64416,14 @@
icon_state = "cafeteria"
},
/area/station/science/break_room)
+"oFr" = (
+/obj/effect/landmark/start/engineer,
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "darkyellowcorners"
+ },
+/area/station/engineering/smes)
"oFz" = (
/turf/simulated/floor/wood,
/area/station/maintenance/starboard2)
@@ -64923,6 +64510,24 @@
/obj/structure/sign/poster/official/safety_internals/directional/east,
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
+"oHi" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"oHk" = (
/obj/machinery/camera{
c_tag = "Science - Research Aft";
@@ -65006,9 +64611,6 @@
},
/area/station/engineering/controlroom)
"oIc" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -65059,16 +64661,41 @@
},
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
+"oJI" = (
+/obj/structure/sign/securearea{
+ pixel_y = 32
+ },
+/turf/simulated/floor/plasteel{
+ dir = 1;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/central/se)
"oKb" = (
/obj/structure/table,
/obj/effect/spawner/random/book,
/obj/effect/decal/cleanable/cobweb2,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
+"oKS" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore)
"oLn" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos)
+"oLw" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "cautioncorner"
+ },
+/area/station/hallway/primary/starboard)
"oLF" = (
/obj/machinery/light{
dir = 4
@@ -65116,7 +64743,7 @@
},
/area/station/public/sleep)
"oNa" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -65204,15 +64831,6 @@
/obj/effect/spawner/random/cobweb/right/frequent,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
-"oNN" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"oNQ" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -65220,16 +64838,6 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
-"oNS" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"oNZ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
@@ -65246,8 +64854,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -65286,13 +64894,28 @@
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
/area/station/medical/medbay)
+"oOE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/maintenance/fsmaint)
"oOJ" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -65347,25 +64970,6 @@
icon_state = "C13"
},
/area/station/hallway/primary/central/north)
-"oPh" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment/corner{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
"oPi" = (
/obj/machinery/economy/atm/directional/west,
/turf/simulated/floor/wood,
@@ -65383,6 +64987,13 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall,
/area/station/maintenance/turbine)
+"oQb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"oQc" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
@@ -65401,7 +65012,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -65548,10 +65159,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/service/hydroponics)
-"oTt" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/catwalk,
-/area/station/maintenance/fore)
"oTw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
@@ -65639,6 +65246,9 @@
/area/station/hallway/secondary/exit)
"oUI" = (
/obj/machinery/economy/vending/wallmed/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "neutralcorner"
@@ -65660,7 +65270,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/supply)
"oUL" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -65691,13 +65301,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
-"oVj" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft)
"oVx" = (
/obj/effect/mapping_helpers/turfs/rust/probably,
/turf/simulated/wall/r_wall,
@@ -65779,10 +65382,8 @@
/turf/simulated/floor/plating,
/area/station/engineering/control)
"oWs" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"oWw" = (
@@ -65867,13 +65468,13 @@
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
"oXm" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
+/turf/simulated/floor/plating,
/area/station/maintenance/port)
"oXw" = (
/obj/machinery/door/airlock/security/glass,
@@ -65938,6 +65539,17 @@
},
/turf/space,
/area/space/nearstation)
+"oYn" = (
+/obj/structure/disposalpipe/junction{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"oYO" = (
/turf/simulated/floor/plasteel{
icon_state = "C1"
@@ -65952,7 +65564,7 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance/external,
@@ -65966,7 +65578,7 @@
/turf/simulated/floor/plating,
/area/station/public/construction)
"oZw" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -66028,6 +65640,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
+"pbx" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"pcb" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/rack,
@@ -66201,13 +65829,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"pes" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/spawner/random/trash,
@@ -66224,8 +65852,8 @@
},
/area/station/science/toxins/mixing)
"pev" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/obj/effect/turf_decal/stripes/end{
@@ -66263,6 +65891,19 @@
/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos,
/turf/simulated/floor/plating,
/area/station/engineering/control)
+"pfI" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"pgb" = (
/obj/machinery/atmospherics/pipe/simple/visible/cyan{
dir = 10
@@ -66374,7 +66015,7 @@
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"piX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/maintenance,
@@ -66426,6 +66067,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "blue"
@@ -66560,6 +66204,18 @@
/obj/structure/plasticflaps,
/turf/simulated/floor/plating,
/area/station/supply/sorting)
+"plY" = (
+/obj/machinery/alarm/directional/east,
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"pml" = (
/obj/effect/decal/cleanable/blood/old,
/obj/item/toy/figure/crew/captain,
@@ -66602,7 +66258,7 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -66707,22 +66363,29 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
-"pqg" = (
-/obj/structure/cable{
- icon_state = "4-8"
+"pqe" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-10"
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/item/mounted/frame/apc_frame,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
+"pqg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"pqm" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -66732,6 +66395,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"pqK" = (
@@ -66751,7 +66417,7 @@
/turf/simulated/wall,
/area/station/supply/lobby)
"pqP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -66774,7 +66440,7 @@
/area/station/medical/reception)
"pqT" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/space,
@@ -66839,6 +66505,15 @@
icon_state = "white"
},
/area/station/hallway/secondary/exit)
+"pst" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft)
"psz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
@@ -66916,15 +66591,18 @@
/obj/machinery/alarm/directional/east,
/turf/simulated/floor/wood,
/area/station/public/mrchangs)
-"pue" = (
+"ptV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
},
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"puo" = (
/obj/structure/chair/office/dark{
dir = 1
@@ -66942,15 +66620,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/port)
-"puA" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/chair{
- dir = 1
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"pvb" = (
/obj/structure/closet/emcloset,
/obj/effect/spawner/random/maintenance,
@@ -66972,6 +66641,13 @@
/obj/machinery/alarm/directional/north,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
+"pvB" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/lattice/catwalk,
+/turf/space,
+/area/station/engineering/solar/fore_starboard)
"pwg" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
@@ -67029,18 +66705,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
-"pxj" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"pxk" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -67059,7 +66723,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"pxF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -67095,13 +66759,26 @@
icon_state = "freezerfloor"
},
/area/station/public/toilet/lockerroom)
+"pya" = (
+/obj/machinery/camera{
+ c_tag = "Aft Primary Hallway - Aft";
+ dir = 8
+ },
+/obj/structure/sign/directions/evac{
+ pixel_x = 32
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/aft/south)
"pyh" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
dir = 1;
@@ -67133,10 +66810,10 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
@@ -67225,7 +66902,7 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -67297,7 +66974,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/machinery/hologram/holopad,
/turf/simulated/floor/plasteel,
@@ -67368,15 +67045,30 @@
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
"pCQ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
+"pDp" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"pDA" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -67403,6 +67095,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"pDO" = (
@@ -67417,7 +67112,7 @@
/turf/simulated/floor/plating,
/area/station/science/robotics/chargebay)
"pDW" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/effect/decal/cleanable/dirt,
@@ -67488,16 +67183,6 @@
},
/turf/simulated/floor/engine,
/area/station/engineering/control)
-"pFC" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"pFI" = (
/obj/machinery/firealarm/directional/north,
/turf/simulated/floor/wood,
@@ -67528,7 +67213,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -67606,24 +67291,6 @@
},
/turf/simulated/floor/wood,
/area/station/supply/qm)
-"pHB" = (
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"pHC" = (
/obj/structure/extinguisher_cabinet{
name = "south bump";
@@ -67697,6 +67364,12 @@
icon_state = "dark"
},
/area/station/science/toxins/mixing)
+"pJf" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/fitness)
"pJh" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -67801,12 +67474,6 @@
},
/turf/simulated/floor/bluegrid,
/area/station/turret_protected/ai)
-"pKS" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/maintcentral)
"pLg" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
@@ -67878,7 +67545,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/girder,
@@ -67897,7 +67564,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/turf/simulated/floor/plasteel{
icon_state = "dark"
@@ -67986,6 +67653,20 @@
/obj/structure/sign/poster/contraband/random/directional/west,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"pOB" = (
+/obj/structure/table,
+/obj/item/paper/gravity_gen,
+/obj/item/pen/blue,
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/engineering/gravitygenerator)
"pOV" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/door/poddoor/preopen{
@@ -68122,6 +67803,22 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"pRw" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"pRz" = (
/obj/machinery/atmospherics/pipe/simple/visible/purple,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -68201,6 +67898,23 @@
icon_state = "dark"
},
/area/station/medical/cloning)
+"pSo" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/engineering/gravitygenerator)
"pSs" = (
/obj/machinery/economy/atm/directional/north,
/turf/simulated/floor/wood,
@@ -68318,6 +68032,9 @@
"pUh" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whiteyellow"
@@ -68334,12 +68051,12 @@
/turf/simulated/floor/engine,
/area/station/engineering/control)
"pUr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plasteel{
icon_state = "neutralcorner"
},
@@ -68351,7 +68068,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/girder,
@@ -68362,9 +68079,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/medical/general,
/obj/machinery/door/poddoor{
@@ -68423,7 +68137,7 @@
},
/area/station/science/robotics/chargebay)
"pVy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -68441,9 +68155,6 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"pVQ" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
@@ -68457,6 +68168,9 @@
pixel_y = -23;
pixel_x = 24
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"pVY" = (
@@ -68469,22 +68183,6 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/east)
-"pWa" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"pWw" = (
/obj/item/circuitboard/aiupload_broken,
/obj/item/toy/ai,
@@ -68606,19 +68304,19 @@
/turf/simulated/floor/engine,
/area/station/science/xenobiology)
"pYP" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/effect/mapping_helpers/turfs/damage,
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"pZc" = (
@@ -68639,6 +68337,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "blue"
@@ -68697,7 +68398,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -68836,7 +68537,12 @@
/area/station/science/research)
"qdk" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/glass,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
"qdp" = (
@@ -68867,8 +68573,8 @@
/obj/effect/turf_decal/stripes/end{
dir = 8
},
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-8"
},
/turf/simulated/floor/plating,
@@ -68906,11 +68612,6 @@
icon_state = "red"
},
/area/station/security/permabrig)
-"qee" = (
-/obj/machinery/atmospherics/pipe/simple/visible,
-/obj/structure/lattice/catwalk,
-/turf/space,
-/area/space/nearstation)
"qeh" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
@@ -68966,22 +68667,25 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"qeV" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/port)
"qeW" = (
@@ -68993,6 +68697,9 @@
},
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard)
"qfa" = (
@@ -69027,10 +68734,10 @@
"qfm" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable/yellow{
+/obj/structure/cable/extra_insulated/pre_connect{
icon_state = "1-2"
},
-/turf/simulated/floor/plating,
+/turf/simulated/floor/catwalk,
/area/station/maintenance/fsmaint2)
"qfp" = (
/obj/effect/turf_decal/stripes/line{
@@ -69073,7 +68780,7 @@
},
/area/station/science/xenobiology)
"qfB" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
@@ -69081,7 +68788,7 @@
/area/station/maintenance/solar_maintenance/aft_starboard)
"qfE" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -69192,22 +68899,13 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
-"qiE" = (
-/obj/structure/chair/stool{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/simulated/floor/wood,
-/area/station/maintenance/gambling_den)
"qiF" = (
/obj/machinery/computer/monitor{
name = "Grid Power Monitoring Computer"
},
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
/turf/simulated/floor/plasteel{
dir = 1;
icon_state = "caution"
@@ -69230,7 +68928,7 @@
/area/station/maintenance/aft2)
"qiP" = (
/obj/effect/spawner/random/barrier/grille_often,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -69283,6 +68981,21 @@
icon_state = "bar"
},
/area/station/service/bar)
+"qkL" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"qkM" = (
/obj/machinery/light{
dir = 8
@@ -69306,13 +69019,6 @@
icon_state = "showroomfloor"
},
/area/station/service/kitchen)
-"qli" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"qlu" = (
/obj/machinery/door/window/classic/normal{
name = "Containment Pen #3";
@@ -69443,11 +69149,6 @@
icon_state = "white"
},
/area/station/maintenance/aft)
-"qoq" = (
-/obj/machinery/firealarm/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"qoL" = (
/obj/item/kirbyplants/large,
/obj/machinery/light_switch{
@@ -69529,7 +69230,7 @@
/turf/simulated/floor/plasteel,
/area/station/engineering/atmos/distribution)
"qqM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -69595,9 +69296,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/grille/broken,
/obj/machinery/light/small{
dir = 1
@@ -69774,6 +69472,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "whiteyellow"
@@ -69862,17 +69563,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
-"qvY" = (
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"qwd" = (
/obj/effect/turf_decal/tile/blue{
dir = 8
@@ -69905,7 +69595,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -69925,30 +69615,30 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plasteel,
/area/station/security/range)
-"qxc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fpmaint)
-"qxo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+"qwW" = (
+/obj/machinery/power/terminal{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/port)
+"qxc" = (
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
+/area/station/maintenance/fpmaint)
"qxG" = (
/obj/item/radio/intercom{
name = "north bump";
@@ -69966,6 +69656,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
+"qxS" = (
+/obj/effect/spawner/random/barrier/grille_maybe,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"qxW" = (
/obj/machinery/light,
/obj/structure/table,
@@ -70048,9 +69745,6 @@
"qyI" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/spawner/random/barrier/grille_maybe,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
@@ -70079,25 +69773,6 @@
/obj/structure/rack,
/turf/simulated/floor/plasteel,
/area/station/command/teleporter)
-"qzR" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"qzT" = (
/obj/structure/closet/secure_closet/hydroponics,
/obj/effect/spawner/random/maintenance,
@@ -70124,7 +69799,7 @@
/turf/simulated/floor/carpet/grimey,
/area/station/hallway/secondary/entry/lounge)
"qAu" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -70136,6 +69811,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"qAG" = (
@@ -70231,13 +69909,19 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/plating,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
/area/station/maintenance/aft2)
"qBP" = (
/obj/structure/cable{
@@ -70258,21 +69942,6 @@
/obj/machinery/light,
/turf/simulated/floor/plasteel,
/area/station/security/brig)
-"qCA" = (
-/obj/structure/cable/cyan{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/structure/cable/green{
- icon_state = "1-9"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"qCK" = (
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
@@ -70384,9 +70053,6 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"qFA" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/structure/chair,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint2)
@@ -70418,6 +70084,9 @@
icon_state = "red"
},
/area/station/security/permabrig)
+"qGk" = (
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/electrical/aft_starboard)
"qGn" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
@@ -70466,6 +70135,9 @@
/obj/item/stack/rods,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"qHh" = (
@@ -70494,6 +70166,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
@@ -70523,6 +70198,18 @@
icon_state = "caution"
},
/area/station/engineering/atmos)
+"qIT" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"qIZ" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -70559,6 +70246,9 @@
/area/station/engineering/tech_storage)
"qJN" = (
/obj/effect/spawner/random/trash,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -70589,7 +70279,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 9
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -70599,9 +70289,7 @@
name = "Fore Port Solar Control";
dir = 4
},
-/obj/structure/cable{
- icon_state = "0-4"
- },
+/obj/structure/cable/yellow,
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_port)
"qKE" = (
@@ -70636,6 +70324,9 @@
/obj/effect/mapping_helpers/airlock/access/all/supply/cargo_bay,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/supply/warehouse)
"qLe" = (
@@ -70680,9 +70371,6 @@
/turf/simulated/floor/plating,
/area/station/engineering/atmos)
"qLo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -70733,19 +70421,6 @@
icon_state = "yellow"
},
/area/station/engineering/engine_foyer)
-"qMa" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/aft)
"qMg" = (
/obj/machinery/atmospherics/unary/vent_scrubber{
dir = 1
@@ -70838,19 +70513,19 @@
},
/area/station/engineering/atmos/distribution)
"qNN" = (
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "1-10"
},
-/obj/structure/cable/pink{
+/obj/structure/cable/extra_insulated{
icon_state = "1-6"
},
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/effect/spawner/random/maintenance,
/obj/effect/turf_decal/stripes/white/line{
dir = 4
},
+/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"qNV" = (
@@ -70965,7 +70640,7 @@
"qQi" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -71050,6 +70725,9 @@
/area/station/science/storage)
"qRm" = (
/obj/effect/spawner/random/oil/maybe,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"qRq" = (
@@ -71180,19 +70858,6 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/east)
-"qTo" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel{
- dir = 9;
- icon_state = "caution"
- },
-/area/station/maintenance/fsmaint)
"qTp" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -71360,9 +71025,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -71383,6 +71045,22 @@
},
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/north)
+"qXm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/girder,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"qXv" = (
/obj/effect/spawner/random/dirt/maybe,
/turf/simulated/floor/carpet/royalblack,
@@ -71455,12 +71133,6 @@
icon_state = "purple"
},
/area/station/science/xenobiology)
-"qYk" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"qYA" = (
/obj/effect/turf_decal/delivery/hollow,
/obj/machinery/door/window/classic/reversed{
@@ -71556,11 +71228,24 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/asmaint)
+"raT" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"raV" = (
/obj/structure/cable{
icon_state = "2-8"
@@ -71681,25 +71366,6 @@
/obj/effect/spawner/random/cobweb/left/rare,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
-"rbU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"rbV" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/assembly/mousetrap/armed,
@@ -71748,9 +71414,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/reagent_dispensers/fueltank,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
@@ -71769,21 +71432,6 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"rel" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/turf/simulated/floor/plasteel{
- icon_state = "caution"
- },
-/area/station/engineering/gravitygenerator)
"reP" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/binary/pump,
@@ -71794,9 +71442,6 @@
/turf/simulated/floor/plating,
/area/station/medical/virology)
"rfn" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -71808,7 +71453,7 @@
"rfC" = (
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -71928,7 +71573,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 5
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -71936,6 +71581,21 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
+"rit" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
"riK" = (
/obj/machinery/shieldwallgen,
/obj/structure/window/reinforced{
@@ -72016,6 +71676,9 @@
},
/area/station/medical/surgery/observation)
"rjC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "cautioncorner"
@@ -72034,6 +71697,19 @@
icon_state = "dark"
},
/area/station/aisat)
+"rkc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"rkr" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/centcom{
@@ -72060,7 +71736,7 @@
/area/station/maintenance/aft)
"rla" = (
/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
@@ -72101,10 +71777,10 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"rlF" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/structure/disposalpipe/segment,
@@ -72168,7 +71844,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/girder,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -72346,6 +72022,28 @@
icon_state = "dark"
},
/area/station/aisat)
+"rrk" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
+"rrz" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"rsb" = (
/obj/structure/disposalpipe/segment/corner{
dir = 8
@@ -72400,6 +72098,21 @@
icon_state = "showroomfloor"
},
/area/station/maintenance/starboard)
+"rsN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "caution"
+ },
+/area/station/maintenance/fsmaint)
"rsQ" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -72476,6 +72189,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 9;
icon_state = "whiteyellow"
@@ -72546,11 +72262,42 @@
icon_state = "dark"
},
/area/station/legal/courtroom/gallery)
+"rvd" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/port)
"rve" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
/area/station/hallway/primary/starboard/north)
+"rvm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/sign/poster/contraband/random/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"rvF" = (
/obj/machinery/navbeacon{
codes_txt = "delivery";
@@ -72605,9 +72352,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"rwp" = (
@@ -72971,6 +72715,9 @@
pixel_y = 32
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"rDg" = (
@@ -73007,7 +72754,7 @@
},
/area/station/science/toxins/mixing)
"rEf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -73054,6 +72801,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "redcorner"
},
@@ -73139,6 +72889,34 @@
icon_state = "dark"
},
/area/station/medical/morgue)
+"rFw" = (
+/obj/machinery/firealarm/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/computer/monitor{
+ name = "Engineering Power Monitoring Console";
+ dir = 1
+ },
+/obj/structure/cable/yellow,
+/turf/simulated/floor/plasteel{
+ icon_state = "darkyellow"
+ },
+/area/station/engineering/smes)
+"rFD" = (
+/obj/structure/disposalpipe/junction/reversed{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "darkgrey"
+ },
+/area/station/hallway/primary/central/sw)
"rFL" = (
/obj/machinery/light_switch{
dir = 8;
@@ -73236,18 +73014,6 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/brig)
-"rIo" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"rIq" = (
/obj/machinery/atmospherics/unary/tank/air,
/turf/simulated/floor/plating,
@@ -73288,6 +73054,13 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos/control)
+"rJc" = (
+/obj/effect/spawner/random/barrier/grille_often,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fpmaint)
"rJh" = (
/obj/machinery/requests_console/directional/north,
/obj/structure/cable{
@@ -73342,6 +73115,16 @@
},
/turf/simulated/floor/carpet,
/area/station/hallway/secondary/entry/lounge)
+"rJs" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fpmaint)
"rJR" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 5
@@ -73494,16 +73277,6 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"rMO" = (
-/obj/effect/turf_decal/stripes/end,
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/simulated/floor/plating,
-/area/station/engineering/gravitygenerator)
"rMW" = (
/obj/machinery/economy/vending/coffee,
/obj/item/radio/intercom{
@@ -73565,6 +73338,9 @@
/area/station/security/processing)
"rNF" = (
/obj/effect/turf_decal/delivery,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"rNM" = (
@@ -73678,6 +73454,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"rOT" = (
@@ -73756,7 +73535,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -73788,9 +73567,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
@@ -73824,6 +73600,30 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/wood,
/area/station/public/vacant_office)
+"rRk" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/light_switch{
+ name = "custom placement";
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated/pre_connect{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"rRp" = (
/obj/structure/closet/secure_closet/brig,
/turf/simulated/floor/plasteel{
@@ -73954,12 +73754,9 @@
/turf/simulated/floor/plasteel,
/area/station/security/defusal)
"rUi" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/spawner/window/reinforced/tinted/grilled,
-/obj/structure/cable{
- icon_state = "0-8"
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
/turf/simulated/floor/plating,
/area/station/engineering/transmission_laser)
@@ -74036,6 +73833,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
"rUT" = (
@@ -74071,21 +73871,12 @@
/area/station/security/permabrig)
"rWg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore2)
-"rWn" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
"rWr" = (
/obj/structure/rack,
/obj/item/storage/fancy/crayons,
@@ -74098,25 +73889,6 @@
/obj/structure/sign/poster/official/air1/directional/east,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"rWy" = (
-/obj/item/kirbyplants/large,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plasteel,
-/area/station/security/brig)
"rWD" = (
/obj/machinery/light/small{
dir = 4
@@ -74263,7 +74035,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -74435,7 +74207,7 @@
/area/station/engineering/atmos/control)
"scO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plasteel,
@@ -74477,7 +74249,7 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
@@ -74486,6 +74258,16 @@
icon_state = "dark"
},
/area/station/security/range)
+"seF" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"seM" = (
/obj/structure/sign/poster/ripped/directional/north,
/obj/machinery/light_construct{
@@ -74501,15 +74283,12 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"sfi" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -74534,7 +74313,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -74562,6 +74341,10 @@
/obj/effect/landmark/spawner/nukedisc_respawn,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"sfP" = (
+/obj/machinery/hologram/holopad,
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/fsmaint2)
"sfS" = (
/obj/item/radio/intercom{
name = "west bump";
@@ -74611,6 +74394,13 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/west)
+"shb" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint2)
"shj" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -74656,6 +74446,9 @@
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
/area/station/maintenance/turbine)
+"siX" = (
+/turf/simulated/wall,
+/area/station/maintenance/electrical/fore_port)
"sjx" = (
/obj/structure/chair{
dir = 1
@@ -74687,9 +74480,6 @@
/area/station/security/execution)
"sjD" = (
/obj/machinery/door/airlock/maintenance,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/medical/morgue,
/obj/structure/disposalpipe/segment{
@@ -74830,30 +74620,6 @@
icon_state = "red"
},
/area/station/security/prisonlockers)
-"smw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/fsmaint)
-"smy" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/grille/broken,
-/obj/structure/sign/poster/contraband/random/directional/south,
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
"smH" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/public/glass{
@@ -74877,6 +74643,9 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
+/obj/item/stack/sheet/plastic{
+ amount = 10
+ },
/turf/simulated/floor/plasteel/dark,
/area/station/maintenance/abandonedservers)
"smP" = (
@@ -74886,6 +74655,9 @@
},
/obj/machinery/door/airlock/maintenance/external,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"sns" = (
@@ -74998,6 +74770,18 @@
},
/turf/simulated/floor/plasteel,
/area/station/public/locker)
+"spm" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"spt" = (
/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server{
dir = 8
@@ -75023,6 +74807,22 @@
/obj/effect/spawner/airlock/long,
/turf/simulated/wall,
/area/station/service/chapel)
+"spJ" = (
+/obj/structure/cable/extra_insulated,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-9"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"sqa" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -75111,9 +74911,6 @@
},
/area/station/turret_protected/ai)
"ssS" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -75223,7 +75020,7 @@
},
/area/station/medical/morgue)
"svZ" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -75317,10 +75114,10 @@
/turf/simulated/floor/plating,
/area/station/command/bridge)
"sxV" = (
-/obj/structure/cable/green{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "1-9"
},
/obj/effect/decal/cleanable/dirt,
@@ -75349,8 +75146,8 @@
/area/station/maintenance/fsmaint2)
"syJ" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
dir = 8;
@@ -75486,7 +75283,7 @@
name = "Fore Port Solar Access"
},
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/door/firedoor,
@@ -75523,8 +75320,8 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/machinery/power/apc/directional/south,
-/obj/structure/cable,
+/obj/machinery/power/apc/reinforced/directional/south,
+/obj/structure/cable/extra_insulated,
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_south)
"sCY" = (
@@ -75559,6 +75356,16 @@
icon_state = "dark"
},
/area/station/security/checkpoint/secondary)
+"sDg" = (
+/obj/machinery/power/smes/engineering,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/port)
"sDr" = (
/obj/structure/rack,
/obj/item/clothing/suit/armor/riot/sec{
@@ -75595,16 +75402,6 @@
/obj/effect/spawner/window/reinforced/grilled,
/turf/simulated/floor/plating,
/area/station/security/warden)
-"sDR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/theatre)
"sEh" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/firealarm/directional/east,
@@ -75764,7 +75561,7 @@
},
/area/station/science/research)
"sFP" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -75831,9 +75628,30 @@
},
/turf/simulated/floor/engine/vacuum,
/area/station/engineering/atmos)
+"sHz" = (
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"sHF" = (
/obj/machinery/power/tracker,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/simulated/floor/plating/airless,
@@ -75923,6 +75741,21 @@
},
/turf/simulated/floor/plating,
/area/station/medical/virology)
+"sJr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"sJu" = (
/obj/structure/closet/firecloset,
/obj/effect/spawner/random/maintenance,
@@ -76038,12 +75871,9 @@
dir = 8;
sort_type_txt = "17"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"sKK" = (
@@ -76084,22 +75914,6 @@
icon_state = "dark"
},
/area/station/engineering/control)
-"sLM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/structure/girder,
-/turf/simulated/floor/plating,
-/area/station/maintenance/apmaint)
"sLS" = (
/turf/simulated/floor/plasteel{
dir = 9;
@@ -76241,6 +76055,14 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
+"sOd" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "redcorner"
+ },
+/area/station/hallway/primary/starboard)
"sOy" = (
/obj/structure/reagent_dispensers/watertank,
/turf/simulated/floor/plating,
@@ -76306,7 +76128,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/turf/simulated/floor/plating,
@@ -76444,10 +76266,25 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
-"sSE" = (
-/obj/structure/cable{
- icon_state = "1-2"
+"sSv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 6
},
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
+"sSE" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/door/poddoor{
@@ -76471,6 +76308,16 @@
icon_state = "cmo"
},
/area/station/security/permabrig)
+"sSY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fsmaint)
"sTg" = (
/obj/effect/spawner/airlock/e_to_w,
/turf/simulated/wall,
@@ -76552,11 +76399,11 @@
"sVB" = (
/obj/machinery/door/airlock/engineering,
/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"sVD" = (
@@ -76575,6 +76422,22 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/nw)
+"sVL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"sVO" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin,
@@ -76639,9 +76502,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"sWV" = (
@@ -76668,6 +76528,14 @@
icon_state = "arrival"
},
/area/station/hallway/secondary/entry/lounge)
+"sXr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/closet/crate,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/port)
"sXE" = (
/obj/structure/closet,
/obj/effect/spawner/random/trash,
@@ -76691,14 +76559,6 @@
/obj/machinery/hologram/holopad,
/turf/simulated/floor/carpet/red,
/area/station/command/office/hos)
-"sYn" = (
-/obj/effect/turf_decal/stripes/end,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/directional/north,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"sYp" = (
/obj/structure/chair{
dir = 1
@@ -76720,6 +76580,13 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"sYw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore)
"sYF" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -76781,6 +76648,23 @@
icon_state = "white"
},
/area/station/science/xenobiology)
+"sZv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "neutralfull"
+ },
+/area/station/hallway/secondary/exit)
"sZC" = (
/obj/structure/rack,
/obj/effect/spawner/random/maintenance,
@@ -76820,6 +76704,9 @@
pixel_y = -24;
req_access = list(13)
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"taf" = (
@@ -76910,6 +76797,19 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"tbL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "caution"
+ },
+/area/station/maintenance/fsmaint)
"tbP" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/status_display{
@@ -76958,11 +76858,19 @@
/obj/structure/chair/stool{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
+"tcT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/turf/simulated/floor/plasteel{
+ icon_state = "whitepurple";
+ dir = 4
+ },
+/area/station/maintenance/aft2)
"tcV" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/cable{
@@ -77007,6 +76915,15 @@
icon_state = "darkbluecorners"
},
/area/station/command/bridge)
+"tdx" = (
+/obj/effect/turf_decal/box,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "caution"
+ },
+/area/station/engineering/gravitygenerator)
"tdz" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -77027,6 +76944,17 @@
icon_state = "dark"
},
/area/station/engineering/atmos)
+"tdH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"tdI" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -77124,9 +77052,6 @@
"tfD" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -77294,29 +77219,13 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/permabrig)
-"tiv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 10
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/starboard)
"tiN" = (
/obj/machinery/door/airlock/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/spawner/random/maintenance,
@@ -77347,6 +77256,17 @@
},
/turf/simulated/floor/grass/no_creep,
/area/station/medical/virology)
+"tkg" = (
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"tkA" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/spray/cleaner{
@@ -77576,13 +77496,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/supply/miningdock)
-"tou" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/chair,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"tov" = (
/obj/structure/window/reinforced{
dir = 8
@@ -77658,10 +77571,10 @@
},
/area/station/security/permabrig)
"tph" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-8"
},
/obj/structure/lattice/catwalk,
@@ -77773,9 +77686,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 2
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "darkblue"
@@ -77788,6 +77698,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"trF" = (
@@ -77859,6 +77772,18 @@
/obj/machinery/light/small,
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
+"tty" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"ttz" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/wood,
@@ -77886,6 +77811,15 @@
},
/turf/simulated/floor/carpet/grimey,
/area/station/security/detective)
+"ttC" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"ttE" = (
/turf/simulated/floor/carpet,
/area/station/command/office/captain/bedroom)
@@ -77905,7 +77839,10 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/turf/simulated/floor/plating,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/catwalk,
/area/station/maintenance/fsmaint2)
"tug" = (
/obj/structure/table,
@@ -78111,9 +78048,6 @@
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgreen"
},
@@ -78177,6 +78111,17 @@
icon_state = "browncorner"
},
/area/station/hallway/supply/port)
+"tzc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Monitoring"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/general,
+/obj/effect/mapping_helpers/airlock/autoname,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"tzj" = (
/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -78184,9 +78129,6 @@
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/hallway/supply/port)
"tzs" = (
@@ -78237,6 +78179,17 @@
icon_state = "whitebluecorner"
},
/area/station/medical/medbay)
+"tAa" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/item/storage/toolbox/electrical,
+/obj/item/clothing/gloves/color/yellow,
+/obj/structure/rack,
+/obj/item/stack/cable_coil/orange,
+/obj/item/stack/cable_coil,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"tAn" = (
/obj/machinery/atmospherics/pipe/simple/visible/green{
dir = 4
@@ -78314,6 +78267,9 @@
/area/station/maintenance/fore2)
"tCf" = (
/obj/machinery/economy/vending/cigarette,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -78323,6 +78279,15 @@
/obj/effect/spawner/random/maintenance,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
+"tCz" = (
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/firealarm/directional/west,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/engimaint)
"tCC" = (
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -78443,8 +78408,8 @@
/turf/simulated/floor/plating,
/area/station/engineering/control)
"tGc" = (
-/obj/machinery/power/apc/directional/north,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end,
@@ -78514,7 +78479,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -78574,6 +78539,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/exit)
"tIb" = (
@@ -78604,7 +78572,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -78647,7 +78615,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/west)
"tJB" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -78676,6 +78644,15 @@
icon_state = "darkblue"
},
/area/station/security/armory)
+"tKB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"tKL" = (
/obj/item/kirbyplants/large/plant14,
/obj/machinery/firealarm/directional/west,
@@ -78699,6 +78676,17 @@
},
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
+"tKV" = (
+/obj/machinery/door/airlock/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/firedoor,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"tKX" = (
/obj/effect/mapping_helpers/turfs/damage,
/turf/simulated/floor/engine,
@@ -78707,7 +78695,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/turf/simulated/floor/plating,
@@ -78718,9 +78706,6 @@
/obj/effect/mapping_helpers/airlock/autoname,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
@@ -78837,9 +78822,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-8"
- },
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"tPc" = (
@@ -78899,7 +78881,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -78931,21 +78913,31 @@
/obj/machinery/door/airlock,
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/command/magistrate,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel{
icon_state = "cult"
},
/area/station/legal/magistrate)
"tQO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"tQU" = (
+/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/effect/spawner/random/barrier/possibly_welded_airlock,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/wood,
+/area/station/maintenance/gambling_den)
"tRb" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -79023,7 +79015,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan,
@@ -79032,7 +79024,10 @@
/area/station/maintenance/asmaint)
"tUt" = (
/obj/item/wrench,
-/turf/simulated/floor/catwalk,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"tUH" = (
/obj/machinery/door/firedoor,
@@ -79068,15 +79063,6 @@
icon_state = "whitepurple"
},
/area/station/science/research)
-"tVa" = (
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/directional/north,
-/obj/effect/turf_decal/stripes/end,
-/obj/machinery/firealarm/directional/west,
-/turf/simulated/floor/plating,
-/area/station/maintenance/engimaint)
"tVd" = (
/obj/structure/sign/directions/science{
dir = 4;
@@ -79084,6 +79070,16 @@
},
/turf/simulated/wall/r_wall,
/area/station/science/genetics)
+"tVl" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/spawner/random/barrier/grille_often,
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"tVu" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/heat_exchanging{
@@ -79161,6 +79157,25 @@
icon_state = "dark"
},
/area/station/medical/surgery/primary)
+"tWV" = (
+/obj/effect/spawner/random/barrier/grille_often,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"tXl" = (
/turf/simulated/wall,
/area/station/supply/break_room)
@@ -79174,6 +79189,7 @@
/obj/machinery/light/small{
dir = 8
},
+/obj/structure/closet/crate,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"tYw" = (
@@ -79213,7 +79229,7 @@
/turf/simulated/floor/wood,
/area/station/maintenance/abandonedbar)
"tYX" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -79294,7 +79310,7 @@
/turf/simulated/floor/plating,
/area/station/science/toxins/launch)
"uaD" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/structure/lattice/catwalk,
@@ -79304,7 +79320,7 @@
/obj/machinery/door/airlock/maintenance,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/door/firedoor,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -79378,29 +79394,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
-"ubN" = (
-/obj/machinery/economy/vending/wallmed/directional/north,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- dir = 1;
- icon_state = "caution"
- },
-/area/station/maintenance/starboard)
"ubT" = (
/obj/machinery/alarm/directional/west,
/obj/structure/table/wood,
@@ -79490,9 +79483,6 @@
},
/area/station/science/storage)
"ucV" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -79543,6 +79533,20 @@
icon_state = "neutralfull"
},
/area/station/maintenance/fsmaint)
+"udw" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/power/solar{
+ name = "Fore-Starboard Solar Array"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/simulated/floor/plasteel/airless{
+ icon_state = "solarpanel"
+ },
+/area/station/engineering/solar/fore_starboard)
"udB" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/plasteel,
@@ -79596,9 +79600,6 @@
pixel_x = -24
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plasteel{
icon_state = "darkgrey"
},
@@ -79666,6 +79667,9 @@
opacity = 0
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -79684,7 +79688,7 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -79827,7 +79831,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
@@ -79898,7 +79902,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -79920,7 +79924,7 @@
dir = 9
},
/obj/effect/decal/cleanable/glass,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -80058,7 +80062,7 @@
/obj/machinery/atmospherics/pipe/simple/visible{
dir = 10
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -80187,10 +80191,13 @@
},
/area/station/medical/storage)
"uoI" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "neutralfull"
},
@@ -80210,6 +80217,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/firealarm/directional/west,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "caution"
@@ -80269,18 +80279,6 @@
icon_state = "browncorner"
},
/area/station/hallway/supply/port)
-"urd" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore2)
"urv" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
@@ -80322,8 +80320,17 @@
/obj/effect/spawner/random/oil/maybe,
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
+"urP" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"urR" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -80429,6 +80436,18 @@
/obj/structure/machine_frame,
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
+"utY" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/security/brig)
"uuE" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -80474,13 +80493,6 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/central/nw)
-"uwk" = (
-/obj/machinery/door/airlock/maintenance,
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/machinery/door/firedoor,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fpmaint)
"uwn" = (
/obj/machinery/atmospherics/pipe/simple/visible/red,
/obj/effect/spawner/window/reinforced/plasma/grilled,
@@ -80615,30 +80627,15 @@
icon_state = "purple"
},
/area/station/engineering/atmos)
-"uyB" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/obj/structure/cable{
- icon_state = "1-2"
+"uyu" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 1
},
/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
-"uzr" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 9
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
+/area/station/maintenance/fore)
"uzt" = (
/turf/simulated/floor/plasteel{
dir = 8;
@@ -80685,7 +80682,7 @@
/turf/simulated/floor/plasteel,
/area/station/supply/lobby)
"uzO" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/effect/turf_decal/stripes/line,
@@ -80775,6 +80772,19 @@
"uCe" = (
/turf/simulated/wall/r_wall,
/area/station/science/testrange)
+"uCv" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/white/corner{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"uCE" = (
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
@@ -80782,6 +80792,22 @@
icon_state = "escape"
},
/area/station/maintenance/aft2)
+"uCG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/turfs/damage,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/aft)
"uCW" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "Secure Gate";
@@ -80988,7 +81014,7 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/grille/broken,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -81144,7 +81170,7 @@
},
/area/station/medical/coldroom)
"uJp" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/wood,
@@ -81183,8 +81209,11 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
/turf/simulated/floor/plasteel{
dir = 8;
@@ -81222,7 +81251,7 @@
dir = 5
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -81273,7 +81302,7 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/shuttle/pod_2)
"uLb" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -81343,6 +81372,22 @@
icon_state = "whiteblue"
},
/area/station/medical/medbay)
+"uMi" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Departure Lounge"
+ },
+/obj/structure/sign/evac{
+ pixel_x = 32
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "escape"
+ },
+/area/station/hallway/secondary/exit)
"uMj" = (
/obj/structure/chair/office/dark{
dir = 1
@@ -81378,7 +81423,7 @@
/area/station/security/permabrig)
"uMz" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -81398,12 +81443,6 @@
},
/turf/simulated/floor/mineral/titanium,
/area/shuttle/arrival/station)
-"uNe" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/primary/fore/north)
"uNl" = (
/obj/structure/toilet/directional/north,
/obj/effect/landmark/spawner/nukedisc_respawn,
@@ -81457,6 +81496,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/carpet,
/area/station/service/library)
+"uNZ" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/public/fitness)
"uOd" = (
/obj/structure/sign/electricshock,
/turf/simulated/wall/r_wall,
@@ -81529,7 +81574,7 @@
/turf/simulated/floor/plasteel,
/area/station/science/misc_lab)
"uPd" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -81588,7 +81633,7 @@
/obj/machinery/door/airlock/wood{
name = "The Gobetting Barmaid"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -81618,6 +81663,9 @@
/area/station/hallway/supply)
"uRI" = (
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"uRJ" = (
@@ -81711,6 +81759,9 @@
},
/obj/structure/table,
/obj/item/ashtray/bronze,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -81737,6 +81788,37 @@
},
/turf/simulated/floor/plating,
/area/station/supply/warehouse)
+"uTV" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/machinery/light_switch{
+ dir = 4;
+ name = "west bump";
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 6
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/engineering/gravitygenerator)
+"uUo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/alarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
"uUq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
@@ -81781,24 +81863,6 @@
icon_state = "bar"
},
/area/station/service/bar)
-"uUR" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel{
- icon_state = "neutralfull"
- },
-/area/station/maintenance/aft)
"uUX" = (
/obj/machinery/status_display{
layer = 4;
@@ -81874,7 +81938,7 @@
/turf/simulated/wall,
/area/station/maintenance/apmaint)
"uVT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -81889,6 +81953,15 @@
/obj/effect/spawner/random/fungus/maybe,
/turf/simulated/wall/r_wall,
/area/station/maintenance/starboard2)
+"uWH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/port)
"uWQ" = (
/obj/machinery/door/window/classic/normal{
name = "Court Cell"
@@ -81903,6 +81976,9 @@
/area/station/legal/courtroom)
"uXa" = (
/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -81954,10 +82030,10 @@
req_access = list(55)
},
/obj/effect/turf_decal/stripes/box,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -82034,6 +82110,16 @@
icon_state = "darkblue"
},
/area/station/command/bridge)
+"uYU" = (
+/obj/machinery/alarm/directional/north,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/fore_port)
"uZj" = (
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
@@ -82055,10 +82141,10 @@
dir = 6
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan,
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/manifold4w/hidden/cyan,
/turf/simulated/floor/plasteel{
icon_state = "showroomfloor"
},
@@ -82070,16 +82156,16 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"uZx" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9
},
-/turf/simulated/floor/plating,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/turf/simulated/floor/catwalk,
/area/station/maintenance/fsmaint2)
"uZy" = (
/turf/simulated/floor/plasteel{
@@ -82091,7 +82177,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -82155,9 +82241,6 @@
dir = 4
},
/obj/effect/spawner/random/trash,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
"vaL" = (
@@ -82211,7 +82294,7 @@
/area/station/supply/smith_office)
"vbc" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -82226,7 +82309,7 @@
/area/station/maintenance/fore2)
"vbe" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -82307,13 +82390,20 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/contraband/random/directional/north,
/turf/simulated/floor/plasteel,
/area/station/maintenance/aft2)
+"vcY" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/spawner/random/fungus/maybe,
+/turf/simulated/wall/r_wall,
+/area/station/maintenance/fsmaint)
"vde" = (
/obj/machinery/navbeacon{
codes_txt = "delivery";
@@ -82424,7 +82514,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -82541,9 +82631,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"vgW" = (
@@ -82567,6 +82654,16 @@
icon_state = "neutralcorner"
},
/area/station/public/dorms)
+"vir" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/aft2)
"vis" = (
/obj/effect/spawner/window/reinforced/tinted,
/obj/machinery/atmospherics/pipe/simple/visible/cyan,
@@ -82645,6 +82742,9 @@
"vkJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/poster/official/darkpurpl/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -82700,9 +82800,6 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
"vlP" = (
@@ -82805,9 +82902,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"vnj" = (
@@ -82953,16 +83047,21 @@
icon_state = "browncorner"
},
/area/station/hallway/supply/port)
-"vpQ" = (
-/obj/structure/cable/pink{
- icon_state = "0-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/corner{
+"vpX" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/simulated/floor/plating,
-/area/station/maintenance/fore)
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "neutralcorner"
+ },
+/area/station/hallway/primary/central/sw)
"vqm" = (
/obj/machinery/door/poddoor/preopen{
id_tag = "Secure Gate";
@@ -83024,28 +83123,18 @@
/obj/machinery/light/small{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
-"vrq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/alarm/directional/north,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint2)
"vrs" = (
/obj/effect/spawner/random/trash,
/obj/structure/rack,
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"vru" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/structure/lattice/catwalk,
@@ -83101,6 +83190,21 @@
/obj/machinery/power/apc/directional/south,
/turf/simulated/floor/mech_bay_recharge_floor,
/area/station/science/robotics/chargebay)
+"vsI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/apmaint)
"vsZ" = (
/obj/machinery/light,
/turf/simulated/floor/plasteel{
@@ -83147,6 +83251,18 @@
/obj/machinery/door/firedoor,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
+"vtt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"vtx" = (
/obj/item/radio/intercom{
name = "north bump";
@@ -83241,7 +83357,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/structure/disposalpipe/segment{
@@ -83315,6 +83431,14 @@
/obj/structure/sign/poster/official/random/directional/west,
/turf/simulated/floor/plating,
/area/station/supply/warehouse)
+"vwr" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"vwv" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -83322,6 +83446,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/port)
"vwA" = (
@@ -83340,6 +83467,15 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
+"vwH" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/fore_port)
"vwS" = (
/obj/machinery/firealarm/directional/east,
/turf/simulated/floor/wood,
@@ -83382,6 +83518,9 @@
/obj/effect/spawner/random/barrier/grille_often,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fpmaint)
"vxx" = (
@@ -83441,9 +83580,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
@@ -83460,6 +83596,9 @@
},
/obj/effect/mapping_helpers/airlock/access/all/science/tox,
/obj/effect/mapping_helpers/airlock/autoname,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/science/toxins/mixing)
"vyL" = (
@@ -83492,6 +83631,18 @@
icon_state = "green"
},
/area/station/security/permabrig)
+"vzv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
+ },
+/turf/simulated/floor/carpet/grimey,
+/area/station/hallway/secondary/entry/lounge)
"vzD" = (
/obj/machinery/iv_drip,
/obj/structure/cable{
@@ -83681,6 +83832,18 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/plasteel,
/area/station/hallway/secondary/entry/west)
+"vDE" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
"vDG" = (
/turf/simulated/wall,
/area/station/security/interrogation)
@@ -83692,6 +83855,16 @@
/obj/effect/spawner/window/reinforced/plasma,
/turf/simulated/floor/engine,
/area/station/science/test_chamber)
+"vDX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/closet/crate,
+/obj/effect/spawner/random/trash,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/port)
"vDZ" = (
/obj/effect/spawner/window/reinforced,
/turf/simulated/floor/plating,
@@ -83706,6 +83879,9 @@
"vEp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "cautioncorner"
@@ -83840,6 +84016,16 @@
},
/turf/simulated/floor/plasteel,
/area/station/security/main)
+"vIj" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/effect/spawner/random/oil/maybe,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
"vIz" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -84149,9 +84335,16 @@
/area/station/service/library)
"vNL" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/effect/decal/cleanable/dirt,
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/aft2)
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"vNS" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -84171,9 +84364,6 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
@@ -84192,6 +84382,13 @@
icon_state = "red"
},
/area/station/security/main)
+"vOl" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore)
"vOw" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -84219,6 +84416,15 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
+"vOK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 8;
+ icon_state = "cautioncorner"
+ },
+/area/station/hallway/primary/starboard/east)
"vPa" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -84321,6 +84527,18 @@
icon_state = "showroomfloor"
},
/area/station/service/kitchen)
+"vRy" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/central/sw)
"vRS" = (
/obj/effect/mapping_helpers/airlock/autoname,
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
@@ -84533,21 +84751,6 @@
icon_state = "darkgrey"
},
/area/station/medical/morgue)
-"vWG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
- },
-/turf/simulated/floor/plasteel,
-/area/station/hallway/secondary/exit)
"vWH" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/machinery/door/poddoor/preopen{
@@ -84560,7 +84763,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -84569,7 +84772,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/plating,
@@ -84620,6 +84823,9 @@
/turf/simulated/floor/plating,
/area/station/command/bridge)
"vXk" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
dir = 4;
icon_state = "arrivalcorner"
@@ -84635,6 +84841,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{
dir = 8
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"vXq" = (
@@ -84648,6 +84857,9 @@
name = "Funeral Parlour"
},
/obj/machinery/door/firedoor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "dark"
},
@@ -84690,7 +84902,7 @@
/area/station/maintenance/aft2)
"vZp" = (
/obj/effect/mapping_helpers/turfs/damage,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -84709,6 +84921,16 @@
icon_state = "whitepurple"
},
/area/station/maintenance/aft2)
+"vZB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"vZH" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -84731,7 +84953,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/light/small{
@@ -84942,10 +85164,10 @@
id_tag = "Xenolab";
name = "special containment blast door"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/engine,
@@ -85026,6 +85248,13 @@
icon_state = "whitepurple"
},
/area/station/science/toxins/mixing)
+"whI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore)
"wiX" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -85042,11 +85271,26 @@
},
/turf/simulated/floor/plasteel,
/area/station/engineering/break_room)
+"wiZ" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"wjf" = (
/turf/simulated/floor/carpet,
/area/station/legal/lawoffice)
"wji" = (
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -85238,7 +85482,7 @@
/area/station/engineering/atmos/control)
"wlc" = (
/obj/machinery/power/smes,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/turf/simulated/floor/plating,
@@ -85250,10 +85494,20 @@
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/security/checkpoint/secondary)
+"wlE" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"wlG" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -85312,15 +85566,22 @@
icon_state = "caution"
},
/area/station/engineering/gravitygenerator)
+"wmL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"wmM" = (
/obj/effect/mapping_helpers/turfs/rust/maybe,
/turf/simulated/wall,
/area/station/maintenance/port)
"wmR" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/turf/simulated/floor/plating,
/area/station/maintenance/starboard2)
@@ -85333,19 +85594,6 @@
icon_state = "caution"
},
/area/station/engineering/atmos)
-"wnk" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"wnn" = (
/obj/machinery/power/apc/directional/north,
/obj/structure/cable{
@@ -85386,7 +85634,7 @@
},
/area/station/security/permabrig)
"wnM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -85452,9 +85700,6 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
@@ -85509,6 +85754,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
dir = 6;
icon_state = "whiteyellow"
@@ -85604,7 +85852,7 @@
/turf/simulated/floor/bluegrid,
/area/station/turret_protected/ai_upload)
"wsM" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/door/airlock/engineering,
@@ -85625,7 +85873,7 @@
"wtm" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -85660,6 +85908,9 @@
},
/area/station/medical/surgery/observation)
"wtE" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "C11"
},
@@ -85698,7 +85949,7 @@
},
/area/station/science/toxins/mixing)
"wtT" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plating,
@@ -85711,8 +85962,10 @@
},
/area/station/science/storage)
"wui" = (
-/obj/item/stack/cable_coil,
/obj/structure/lattice,
+/obj/item/stack/cable_coil{
+ color = "#FFFF00"
+ },
/turf/space,
/area/space/nearstation)
"wuk" = (
@@ -85743,25 +85996,6 @@
},
/turf/simulated/floor/wood,
/area/station/service/cafeteria)
-"wut" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/glass,
-/turf/simulated/floor/plating,
-/area/station/maintenance/port)
-"wuG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/simulated/floor/engine,
-/area/station/procedure/trainer_office)
"wuH" = (
/obj/item/radio/intercom{
name = "north bump";
@@ -85788,13 +86022,13 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-8"
},
/turf/simulated/floor/carpet/grimey,
/area/station/service/chapel/office)
"wvG" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment,
@@ -85847,6 +86081,14 @@
icon_state = "white"
},
/area/station/security/permabrig)
+"wwE" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/fore2)
"wwI" = (
/obj/machinery/atmospherics/unary/outlet_injector/on{
dir = 1;
@@ -85867,7 +86109,7 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/stripes/white/corner{
+/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/turf/simulated/floor/plasteel{
@@ -85881,8 +86123,15 @@
icon_state = "darkblue"
},
/area/station/hallway/primary/central/south)
+"wxj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"wxq" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -85981,7 +86230,7 @@
/area/station/engineering/transmission_laser)
"wyo" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/space,
@@ -86113,12 +86362,12 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/theatre)
"wAp" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
@@ -86227,6 +86476,16 @@
dir = 8
},
/area/station/science/testrange)
+"wCb" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/monitor{
+ dir = 4;
+ name = "Grid Power Monitoring Computer"
+ },
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/electrical/port)
"wCm" = (
/obj/machinery/power/apc/directional/east,
/obj/structure/cable{
@@ -86272,6 +86531,12 @@
},
/turf/simulated/floor/plating,
/area/station/engineering/controlroom)
+"wDL" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet,
+/area/station/hallway/secondary/entry/lounge)
"wDM" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/glass/beaker/large{
@@ -86327,9 +86592,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/effect/turf_decal/stripes/line{
dir = 4
},
@@ -86465,9 +86727,6 @@
/turf/simulated/floor/grass,
/area/station/service/hydroponics)
"wGZ" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -86480,6 +86739,9 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/fore2)
"wHg" = (
@@ -86490,6 +86752,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/theatre)
"wHi" = (
@@ -86545,7 +86810,10 @@
"wHB" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/unary/vent_pump/on,
-/turf/simulated/floor/plating,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/catwalk,
/area/station/maintenance/port)
"wHD" = (
/obj/structure/cable{
@@ -86576,6 +86844,18 @@
icon_state = "whitepurplefull"
},
/area/station/science/storage)
+"wIl" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"wIt" = (
/obj/item/flag/nt,
/obj/effect/decal/cleanable/dirt,
@@ -86596,6 +86876,12 @@
/obj/effect/spawner/random/dirt/often,
/turf/simulated/floor/plasteel,
/area/station/service/janitor)
+"wIK" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/carpet/grimey,
+/area/station/hallway/secondary/entry/lounge)
"wIQ" = (
/obj/structure/cable{
icon_state = "2-8"
@@ -86629,7 +86915,7 @@
/area/station/maintenance/abandoned_garden)
"wJE" = (
/obj/item/plant_analyzer,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/turf/simulated/floor/grass/no_creep,
@@ -86647,6 +86933,15 @@
},
/turf/space,
/area/space/nearstation)
+"wJV" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical,
+/obj/item/storage/toolbox/electrical,
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/fore_port)
"wKg" = (
/obj/structure/closet/l3closet/janitor,
/obj/machinery/light{
@@ -86670,9 +86965,6 @@
/turf/simulated/floor/plasteel,
/area/station/science/xenobiology)
"wKI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
@@ -86680,6 +86972,9 @@
dir = 1
},
/obj/machinery/hologram/holopad,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/simulated/floor/carpet,
/area/station/service/chapel)
"wKL" = (
@@ -86732,7 +87027,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -86769,15 +87064,15 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/conveyor_switch/oneway{
id = "QMLoad"
},
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/supply/storage)
"wNj" = (
@@ -87018,6 +87313,9 @@
icon_state = "white"
},
/area/station/science/xenobiology)
+"wST" = (
+/turf/simulated/floor/plasteel,
+/area/station/hallway/primary/fore/north)
"wSU" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -87031,9 +87329,6 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "redcorner"
@@ -87174,7 +87469,7 @@
},
/area/station/medical/reception)
"wVD" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -87182,6 +87477,9 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"wVL" = (
@@ -87231,12 +87529,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/simulated/floor/plating,
/area/station/maintenance/disposal)
-"wWs" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/aft2)
"wWu" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -87245,7 +87537,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/turf/simulated/floor/plasteel,
@@ -87354,15 +87646,6 @@
icon_state = "dark"
},
/area/station/security/execution)
-"wYm" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plating,
-/area/station/maintenance/fsmaint)
"wYn" = (
/obj/item/radio/intercom{
name = "south bump";
@@ -87618,24 +87901,6 @@
icon_state = "whitebluefull"
},
/area/station/medical/exam_room)
-"xca" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/simulated/floor/plasteel{
- dir = 4;
- icon_state = "neutralcorner"
- },
-/area/station/hallway/secondary/bridge)
"xce" = (
/obj/machinery/door/poddoor{
id_tag = "QMLoaddoor";
@@ -87746,7 +88011,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fsmaint)
"xek" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -87857,17 +88122,14 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/simulated/floor/plasteel,
/area/station/hallway/primary/starboard/east)
"xfw" = (
@@ -87883,16 +88145,27 @@
/obj/machinery/atmospherics/pipe/simple/hidden/universal{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel,
/area/station/engineering/controlroom)
"xgb" = (
/obj/structure/closet/firecloset,
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
-"xgi" = (
-/obj/structure/cable{
- icon_state = "4-8"
+"xgc" = (
+/obj/structure/disposalpipe/segment/corner{
+ dir = 2
},
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fsmaint)
+"xgi" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
@@ -87930,8 +88203,8 @@
/turf/simulated/floor/plating,
/area/station/maintenance/abandonedservers)
"xgA" = (
-/obj/machinery/power/apc/directional/east,
-/obj/structure/cable{
+/obj/machinery/power/apc/reinforced/directional/east,
+/obj/structure/cable/extra_insulated{
icon_state = "0-2"
},
/obj/effect/turf_decal/stripes/end{
@@ -88083,9 +88356,6 @@
/area/station/security/permabrig)
"xiA" = (
/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
@@ -88124,12 +88394,9 @@
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plasteel,
/area/station/maintenance/starboard2)
"xjB" = (
@@ -88175,19 +88442,6 @@
icon_state = "green"
},
/area/station/security/permabrig)
-"xjL" = (
-/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
-/obj/effect/mapping_helpers/airlock/autoname,
-/obj/effect/spawner/random/barrier/possibly_welded_airlock,
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/simulated/floor/wood,
-/area/station/maintenance/gambling_den)
"xkc" = (
/obj/structure/closet,
/obj/effect/spawner/random/maintenance,
@@ -88215,6 +88469,19 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/central/se)
+"xkB" = (
+/obj/structure/extinguisher_cabinet{
+ name = "east bump";
+ pixel_x = 27
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "escape"
+ },
+/area/station/hallway/primary/aft/south)
"xkD" = (
/obj/effect/decal/snow,
/obj/structure/snowman/built,
@@ -88348,7 +88615,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -88540,7 +88807,7 @@
/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -88566,12 +88833,40 @@
icon_state = "neutralcorner"
},
/area/station/hallway/primary/fore/west)
+"xqG" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/apmaint)
"xrf" = (
/obj/structure/table,
/obj/item/storage/toolbox/electrical,
/obj/machinery/light,
/turf/simulated/floor/plasteel,
/area/station/public/storage/tools)
+"xrl" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/door/airlock/atmos,
+/obj/effect/mapping_helpers/airlock/autoname,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/visible/yellow,
+/turf/simulated/floor/plating,
+/area/station/maintenance/turbine)
"xrx" = (
/obj/effect/turf_decal/stripes/end,
/obj/machinery/power/apc/directional/north,
@@ -88661,7 +88956,7 @@
/turf/simulated/floor/carpet,
/area/station/security/detective)
"xtc" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -88672,6 +88967,19 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/fpmaint)
+"xti" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "caution"
+ },
+/area/station/maintenance/fsmaint)
"xtp" = (
/obj/structure/cable{
icon_state = "0-2"
@@ -88714,6 +89022,17 @@
icon_state = "darkred"
},
/area/station/hallway/secondary/exit)
+"xtX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-5"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 5
+ },
+/obj/structure/cable/extra_insulated,
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore)
"xuo" = (
/obj/machinery/light{
dir = 8
@@ -88866,6 +89185,27 @@
icon_state = "dark"
},
/area/station/legal/courtroom/gallery)
+"xxP" = (
+/obj/machinery/economy/vending/wallmed/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-8"
+ },
+/obj/machinery/economy/vending/wallmed/directional/north,
+/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/starboard)
"xyb" = (
/obj/machinery/light{
dir = 4
@@ -88990,7 +89330,7 @@
/area/station/engineering/equipmentstorage)
"xAz" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -89239,17 +89579,30 @@
},
/turf/simulated/wall/r_wall,
/area/station/science/test_chamber)
+"xEJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/catwalk,
+/area/station/maintenance/fsmaint2)
"xER" = (
-/obj/structure/cable/pink{
+/obj/structure/cable/extra_insulated{
icon_state = "1-5"
},
-/obj/structure/cable/cyan{
+/obj/structure/cable/extra_insulated{
icon_state = "6-10"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"xFf" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/obj/structure/disposalpipe/segment/corner{
@@ -89258,7 +89611,7 @@
/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/turf/simulated/floor/plating,
@@ -89313,6 +89666,15 @@
icon_state = "darkpurple"
},
/area/station/science/genetics)
+"xGo" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/aft_starboard)
"xGF" = (
/obj/effect/spawner/random/fungus/probably,
/turf/simulated/wall,
@@ -89458,7 +89820,7 @@
/turf/simulated/floor/plasteel,
/area/station/maintenance/fore)
"xJy" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -89489,7 +89851,7 @@
/turf/simulated/floor/plasteel,
/area/station/hallway/supply)
"xJV" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "2-4"
},
/obj/structure/disposalpipe/segment/corner{
@@ -89549,9 +89911,6 @@
},
/area/station/hallway/supply/port)
"xLd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -89607,6 +89966,9 @@
/obj/machinery/door/airlock/medical/glass,
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/simulated/floor/plasteel{
icon_state = "whiteyellowfull"
},
@@ -89618,7 +89980,7 @@
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt,
@@ -89655,37 +90017,24 @@
/obj/effect/spawner/random/food_or_drink,
/turf/simulated/floor/plating/airless,
/area/space/nearstation)
-"xNa" = (
-/obj/effect/spawner/random/barrier/grille_often,
+"xNo" = (
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
- dir = 4
+ dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+ dir = 6
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/extra_insulated{
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
+ dir = 6
+ },
+/turf/simulated/floor/plasteel{
+ dir = 9;
+ icon_state = "caution"
},
-/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
-"xNc" = (
-/obj/machinery/atmospherics/pipe/simple/visible/yellow{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/turf/simulated/floor/plating,
-/area/station/maintenance/engimaint)
"xNq" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -89701,9 +90050,6 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/simulated/floor/plating,
/area/station/maintenance/medmaint)
"xNz" = (
@@ -89751,6 +90097,13 @@
icon_state = "darkyellowfull"
},
/area/station/command/office/ce)
+"xOs" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"xOz" = (
/obj/structure/table,
/obj/item/stack/sheet/glass,
@@ -89824,7 +90177,7 @@
/obj/structure/disposalpipe/segment/corner{
dir = 1
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-4"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
@@ -89877,6 +90230,11 @@
icon_state = "white"
},
/area/station/security/permabrig)
+"xQc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/random/barrier/grille_maybe,
+/turf/simulated/floor/plating,
+/area/station/maintenance/aft2)
"xQp" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -89898,6 +90256,13 @@
icon_state = "brown"
},
/area/station/supply/smith_office)
+"xQw" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/simulated/floor/plating,
+/area/station/maintenance/electrical/fore_port)
"xQG" = (
/obj/item/kirbyplants/large,
/obj/effect/decal/cleanable/dirt,
@@ -90086,26 +90451,6 @@
icon_state = "darkyellow"
},
/area/station/engineering/atmos/control)
-"xWu" = (
-/obj/effect/spawner/random/trash,
-/obj/structure/disposalpipe/segment/corner{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/cyan,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/simulated/floor/plasteel,
-/area/station/maintenance/fsmaint)
"xWI" = (
/obj/structure/closet/secure_closet/brig,
/turf/simulated/floor/plasteel{
@@ -90140,6 +90485,9 @@
network = list("Research","SS13");
dir = 1
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/simulated/floor/plasteel{
icon_state = "white"
},
@@ -90381,6 +90729,18 @@
icon_state = "brown"
},
/area/station/supply/smith_office)
+"yab" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-8"
+ },
+/obj/machinery/light/small,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-4"
+ },
+/turf/simulated/floor/plasteel{
+ icon_state = "white"
+ },
+/area/station/maintenance/electrical/aft_starboard)
"yag" = (
/obj/machinery/disposal,
/obj/machinery/light_switch{
@@ -90586,7 +90946,7 @@
/turf/space,
/area/space/nearstation)
"ydP" = (
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-8"
},
/obj/machinery/atmospherics/pipe/simple/hidden/cyan{
@@ -90603,14 +90963,14 @@
},
/area/station/science/toxins/mixing)
"yee" = (
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/directional/west,
/obj/effect/turf_decal/stripes/end{
dir = 4
},
/obj/machinery/firealarm/directional/south,
+/obj/machinery/power/apc/reinforced/critical/directional/west,
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
/turf/simulated/floor/plating,
/area/station/maintenance/solar_maintenance/fore_starboard)
"yem" = (
@@ -90666,15 +91026,6 @@
icon_state = "whitegreen"
},
/area/station/medical/virology)
-"yeS" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/hidden/supply,
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/plasteel,
-/area/station/security/brig)
"yeU" = (
/obj/structure/closet/l3closet/scientist,
/obj/effect/decal/cleanable/dirt,
@@ -90697,6 +91048,24 @@
icon_state = "black"
},
/area/station/security/permabrig)
+"yfo" = (
+/obj/structure/sign/deathsposal{
+ pixel_y = 32
+ },
+/obj/machinery/disposal,
+/obj/structure/disposalpipe/trunk,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/disposalpipe/segment/corner{
+ dir = 2
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/turf/simulated/floor/plasteel,
+/area/station/maintenance/turbine)
"yge" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -90827,7 +91196,7 @@
/obj/machinery/light/small{
dir = 4
},
-/obj/structure/cable{
+/obj/structure/cable/extra_insulated{
icon_state = "1-2"
},
/turf/simulated/floor/plating,
@@ -90855,6 +91224,13 @@
},
/turf/simulated/floor/plating,
/area/station/maintenance/xenobio_north)
+"yjm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/extra_insulated{
+ icon_state = "1-2"
+ },
+/turf/simulated/floor/plating,
+/area/station/maintenance/fore2)
"yjC" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -90905,6 +91281,22 @@
icon_state = "blue"
},
/area/station/engineering/atmos)
+"ylo" = (
+/obj/structure/cable/extra_insulated{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/extra_insulated{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc/reinforced/directional/north,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/simulated/floor/plasteel{
+ dir = 4;
+ icon_state = "caution"
+ },
+/area/station/maintenance/electrical/port)
"ylN" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -98740,7 +99132,7 @@ aaa
aaa
aaa
aaa
-poi
+hdi
ewa
aaa
aaa
@@ -103383,10 +103775,10 @@ abq
edA
pkF
pkF
-fWo
-pkF
-pkF
edA
+aaa
+aaa
+aaa
cdT
cdT
smP
@@ -103606,12 +103998,12 @@ qrA
oNg
bmv
jzG
-eqG
-uwk
-fAH
+jbH
+rJs
+lqU
jlO
-adY
-fuy
+aci
+rJc
ktE
dXP
dXP
@@ -103640,14 +104032,14 @@ aaa
abq
aaa
aaa
-aaa
-aaa
-aaa
abq
-cdT
+gsm
+gsm
+gsm
+gsm
jTz
kbD
-bTY
+jPE
sXE
idH
cdT
@@ -103897,11 +104289,11 @@ aaa
abq
aaa
aaa
-aaa
-aaa
-aaa
abq
-rxr
+gsm
+wCb
+lGd
+gsm
cDB
ast
uQO
@@ -104154,18 +104546,18 @@ aaa
abq
aaa
aaa
-aaa
-aaa
-aaa
abq
-rxr
-bRE
-bWi
+gsm
+ylo
+rvd
+gsm
+bTY
+ePw
bcV
nlz
bTY
bTY
-bcV
+jyL
akt
dYc
qfp
@@ -104388,7 +104780,7 @@ bgX
aOB
aOB
aOB
-xtc
+hka
ufx
bZX
bZX
@@ -104411,12 +104803,12 @@ aaa
abq
aaa
aaa
-aaa
-aaa
-aaa
abq
-rxr
-cDB
+gsm
+qwW
+cAv
+nvQ
+nUL
clT
wHB
iRe
@@ -104645,7 +105037,7 @@ bgX
bVC
pQW
aOB
-xtc
+hka
ufx
aDP
lOz
@@ -104668,18 +105060,18 @@ aaa
abq
aaa
aaa
-aaa
-aaa
-aaa
abq
-rxr
-iji
-muQ
-aSM
-nZS
+gsm
+sDg
+mrw
+dsw
+eyH
+eyH
+uWH
+itL
nUt
bTY
-bcV
+sXr
akt
tyO
pev
@@ -104925,18 +105317,18 @@ abq
ajo
abq
abq
-abq
-abq
-abq
ajo
-cdT
+gsm
+gsm
+gsm
+gsm
cdT
cdT
auC
qeV
cms
-bTY
-lnV
+ayB
+vDX
iMz
iMz
akt
@@ -105146,7 +105538,7 @@ abq
abq
bfG
bfG
-cUe
+eQT
jgO
xpA
aAA
@@ -105159,7 +105551,7 @@ bgX
ukq
nSY
aOB
-xtc
+hka
ufx
lOz
erh
@@ -105193,7 +105585,7 @@ jPk
ewR
wfa
put
-bTY
+ePw
wmM
bTY
bTY
@@ -105403,7 +105795,7 @@ vXe
bfG
bfG
ody
-btp
+wIK
knz
btp
qAr
@@ -105448,9 +105840,9 @@ aaa
cdT
lDf
cAN
-tJB
+ocA
iJf
-nCl
+eKP
cjY
lUP
lGt
@@ -105660,7 +106052,7 @@ mZP
bfG
qrO
gLO
-bvB
+wDL
rJp
bvB
bDE
@@ -105917,7 +106309,7 @@ qST
ape
btp
bvB
-bvB
+wDL
rJp
bvB
tGg
@@ -105961,7 +106353,7 @@ aaa
aaa
qpk
fEL
-tKR
+cbu
xuo
lMr
jVo
@@ -106174,7 +106566,7 @@ qFK
bDC
btp
bvB
-bvB
+wDL
oHZ
bvB
btp
@@ -106245,10 +106637,10 @@ cSG
bYa
hds
cmG
-deY
-cPG
-qee
-dgC
+crG
+bZP
+aef
+dtE
kRZ
aww
nIG
@@ -106687,7 +107079,7 @@ bAQ
eFl
bfG
hZZ
-niV
+vzv
bvD
btp
rTD
@@ -106738,7 +107130,7 @@ jCE
pDC
aZt
bcV
-wut
+hmH
ceN
aoX
aTc
@@ -106746,7 +107138,7 @@ bcV
cdT
gbe
cmd
-cne
+lkS
bZP
cCy
uDa
@@ -106944,7 +107336,7 @@ vXe
vXe
kme
kme
-mPP
+eZv
xIX
gUY
cpX
@@ -107003,7 +107395,7 @@ tJB
eIq
cCM
mER
-iTp
+hso
xZa
cCy
crG
@@ -107201,7 +107593,7 @@ aaa
aaa
kme
vzc
-hOn
+llz
xIX
aEB
mUd
@@ -107458,7 +107850,7 @@ aaa
aaa
kme
uTq
-sDR
+nHp
xIX
aNl
xCD
@@ -107466,10 +107858,10 @@ aIy
ghd
bov
xIX
-haM
+dQi
bRN
-wuG
-ehC
+aRm
+aRm
fhr
aOA
jEl
@@ -107726,7 +108118,7 @@ kdn
iwi
fsB
uJR
-fGI
+aRm
aRm
aOA
iMl
@@ -108031,7 +108423,7 @@ baQ
bZP
gbe
crG
-cSg
+vsI
bZP
fiM
cpY
@@ -108240,7 +108632,7 @@ xIX
xIX
xIX
xIX
-wtT
+mtd
mtd
lPM
iba
@@ -108281,14 +108673,14 @@ aVk
nxW
vlw
cjo
-uTD
+cjo
qrk
wBn
loD
lil
crG
crG
-sLM
+qXm
bZP
cDu
eLB
@@ -108497,7 +108889,7 @@ kme
phf
hOu
uPd
-naG
+uPd
rWg
pxF
scO
@@ -108505,9 +108897,9 @@ hsb
nYn
xJy
oWs
-oNS
-mkh
-exw
+wBc
+bUs
+rbK
fmR
nrY
rli
@@ -108538,7 +108930,7 @@ kJn
aZt
cKC
cjo
-uTD
+cjo
cjo
wBn
eyR
@@ -108802,21 +109194,21 @@ hZn
bZP
bZP
tGc
-axv
-mnl
-mnl
-mnl
-mnl
-mnl
-nwz
+sHz
+eak
+eak
+eak
+eak
+eak
+tVl
icA
-mnl
-mnl
-mnl
-mnl
-mnl
-mnl
-mnl
+eak
+eak
+eak
+eak
+eak
+eak
+eak
cxE
cGo
xPC
@@ -109052,14 +109444,14 @@ ciZ
kTz
ufI
jGI
-cjo
+uTD
cjo
cjo
wBn
kIc
bZP
crG
-daq
+iMB
nsY
bMZ
cCp
@@ -109309,14 +109701,14 @@ cyW
cyW
ufI
cjo
-cjo
+uTD
uPH
vmM
wBn
cnp
bZP
bZP
-ckH
+rvm
bfS
bZP
bZP
@@ -109562,18 +109954,18 @@ iuw
eRM
cyW
aIC
-cyW
-cyW
+gJs
+gJs
qLb
-ckR
-vmM
+mLQ
+bzG
loD
cjo
wBn
hVt
pPP
bZP
-daq
+iMB
crG
bZP
ctV
@@ -109830,7 +110222,7 @@ wBn
kKp
cqc
lnT
-daq
+iMB
crG
bZP
wbG
@@ -110087,7 +110479,7 @@ cjo
cjo
uVH
uVH
-daS
+aaz
crG
bZP
ctX
@@ -110344,7 +110736,7 @@ csQ
jXo
uVH
cEh
-daq
+iMB
crG
nuC
cqZ
@@ -110546,12 +110938,12 @@ xGT
gIq
fcx
icx
-feN
+eOs
xJy
-kki
+fZw
scO
-mDe
-map
+yjm
+wIl
lIM
aaa
aBb
@@ -110601,7 +110993,7 @@ fYW
bZP
bZP
lEM
-daq
+iMB
crG
bZP
ctY
@@ -110619,7 +111011,7 @@ mhm
kzy
cKb
cKW
-fre
+jRt
cNL
coC
cRl
@@ -110808,7 +111200,7 @@ rvP
nQk
uRJ
hIY
-ojx
+hih
lIM
aaa
aBb
@@ -110850,15 +111242,15 @@ ghE
lYR
bZP
uzS
-rbU
-hqc
-dgu
-cLI
-qvY
-mnl
-mnl
-mnl
-esO
+gPc
+fYB
+spm
+tty
+oYn
+eak
+eak
+eak
+iWW
bZP
bZP
vob
@@ -111065,7 +111457,7 @@ aUY
jKd
mMt
bcJ
-urd
+gLG
lIM
abq
aBb
@@ -111107,7 +111499,7 @@ sKD
bZP
bZP
uzS
-jGD
+baG
pGr
fYW
aHy
@@ -111322,7 +111714,7 @@ lqi
vbc
xvd
xvd
-xjL
+tQU
xvd
aaa
abq
@@ -111364,7 +111756,7 @@ qhA
bZP
gYt
cQz
-dQs
+krY
bfS
uVH
crG
@@ -111579,7 +111971,7 @@ oXE
oNa
xvd
kau
-qiE
+gSn
xvd
irz
iYw
@@ -111621,7 +112013,7 @@ bZP
bZP
gkb
xKD
-dQs
+krY
crG
bZP
bZP
@@ -111878,7 +112270,7 @@ pEP
bZP
crG
cQz
-jGD
+baG
crG
chM
cel
@@ -112073,10 +112465,10 @@ abW
abW
abW
abW
-aaa
-aaa
-aaa
-awX
+siX
+siX
+siX
+siX
twz
aEM
ikG
@@ -112135,7 +112527,7 @@ uMz
rfC
mOJ
fNT
-fSv
+xqG
tPJ
chM
kNJ
@@ -112330,10 +112722,10 @@ gXN
daV
ggM
abW
-aaa
-aaa
-aaa
-lIM
+vwH
+aln
+bHy
+siX
lIM
uBa
lIM
@@ -112392,7 +112784,7 @@ fQV
bZP
lRs
crG
-bxP
+oHi
csv
chM
gIL
@@ -112587,10 +112979,10 @@ lbv
eYE
bPP
abW
-aaa
-aaa
-aaa
-lIM
+uYU
+fSu
+wJV
+siX
tXN
vyf
lIM
@@ -112649,7 +113041,7 @@ bHZ
bZP
bZP
bZP
-ccC
+sVL
bZP
chM
uFM
@@ -112844,35 +113236,35 @@ udK
udK
udK
abW
-aaa
-aaa
-aaa
-lIM
+gKN
+beQ
+koy
+dYL
qdk
cog
-aCX
gSv
-ert
-kCL
-pFC
+gSv
+hBx
+okh
+wmL
wvG
wvG
oyg
fLt
-pFC
+wmL
vZp
rlF
jVj
eEn
-wvG
-pFC
+wwE
+ozx
wAp
-pFC
+ozx
hvK
-pFC
+ozx
mkW
gPX
-gSv
+nMQ
ssS
lOd
xLd
@@ -112906,7 +113298,7 @@ bZP
bZP
caA
cbx
-fPX
+rFD
bVf
chU
ceS
@@ -112957,7 +113349,7 @@ cSO
cSO
cSO
cVT
-gDK
+kVF
cWo
cGA
cVa
@@ -113101,14 +113493,14 @@ wjs
iyj
bPP
abW
-aaa
-aaa
-aaa
-lIM
-brq
-dzW
+ttC
+kCr
+lAy
+tzc
+bdj
+lzR
loQ
-ikG
+dVo
oVY
aUY
xGT
@@ -113163,7 +113555,7 @@ bsV
bZh
bfV
bfV
-mrR
+vpX
tqu
chM
chM
@@ -113358,10 +113750,10 @@ bOX
ivD
qIB
abW
-aaa
-aaa
-aaa
-lIM
+xOs
+bTg
+xQw
+siX
lIM
pqm
vDG
@@ -113419,8 +113811,8 @@ kLW
fPd
cyB
caC
-cby
-jur
+raT
+vRy
rLS
cRU
cfW
@@ -113471,7 +113863,7 @@ lUv
cUY
cVw
cUY
-gDK
+kVF
cFD
bdq
oiv
@@ -113617,7 +114009,7 @@ tfl
tfl
tfl
hUG
-fbB
+amx
gYO
mtd
wGZ
@@ -113714,7 +114106,7 @@ aVZ
pdE
hZT
oOv
-hZT
+apl
cxK
pUx
daf
@@ -113873,10 +114265,10 @@ aRx
qMU
aHL
vdE
-rWy
-yeS
-arR
-oeo
+nDE
+mpD
+bHF
+bVI
czS
vDG
jIM
@@ -113977,9 +114369,9 @@ bZU
nNX
sPF
deJ
-oVj
-cID
-cSS
+wOt
+diT
+oiv
wKI
deP
fPa
@@ -115174,7 +115566,7 @@ tfM
iwq
aHI
bhF
-uNe
+wST
pRQ
bzK
bRJ
@@ -115261,7 +115653,7 @@ yhv
cfc
cfc
auZ
-cgU
+uCG
vps
bZU
grP
@@ -115474,7 +115866,7 @@ bMS
bMS
bMS
bMS
-can
+tZp
jdP
bcX
chE
@@ -115517,12 +115909,12 @@ eod
xJV
tQO
cdX
-qMa
-uUR
+nHl
+lwP
jfY
bZU
hEX
-pue
+jSC
cRt
ilM
gbZ
@@ -115705,10 +116097,10 @@ bzK
bvK
bep
ccP
-bhu
+lSO
clO
-pKS
-bpU
+nTz
+dIc
bqe
bqe
buB
@@ -115779,7 +116171,7 @@ cXa
hMA
bZU
wqk
-pue
+jSC
cRt
cRt
cRt
@@ -116032,7 +116424,7 @@ cXK
muB
bZU
pss
-vWG
+iAg
wkM
cTO
bnI
@@ -116289,7 +116681,7 @@ cXK
cTD
bZU
duF
-ahm
+sZv
kUp
kUp
cRt
@@ -116502,7 +116894,7 @@ bWR
bWF
bMW
jlh
-tZp
+bcX
fSz
xvh
cmr
@@ -117300,9 +117692,9 @@ hpa
pVQ
uRI
cdq
-cTx
-chy
-muB
+pst
+hSf
+cWE
bYD
csN
chy
@@ -118092,7 +118484,7 @@ sfB
kUp
kUp
cRt
-pue
+jSC
tak
cGR
cUz
@@ -118598,11 +118990,11 @@ vwU
mLx
cxl
oSr
-cCQ
-bQW
-cPP
-cRO
-cSX
+xkB
+pya
+uMi
+gLx
+fyO
cTV
tPB
fvZ
@@ -118859,7 +119251,7 @@ coG
coG
coG
coG
-cBj
+jOJ
coG
coG
coG
@@ -119116,7 +119508,7 @@ ech
wKQ
tmz
kEw
-cOi
+nEq
uCE
nWk
coG
@@ -119276,7 +119668,7 @@ fJF
apP
apP
apP
-oNr
+utY
apP
apP
apP
@@ -120137,11 +120529,11 @@ cBJ
etM
xaY
oAs
-cBT
+oAs
cOB
cOB
lnv
-auf
+lTS
dmi
dLC
coG
@@ -120399,7 +120791,7 @@ hMk
kQt
cOp
dXc
-kQj
+dmi
vZo
tmz
kQv
@@ -120907,13 +121299,13 @@ jKZ
jKZ
wJd
nIc
-oyT
+jKZ
afE
uSP
tCf
coG
coG
-kQj
+dmi
gLZ
coG
coG
@@ -121085,7 +121477,7 @@ ajg
ajg
ajg
ajg
-aZU
+aNC
aNC
aMm
aNC
@@ -121167,7 +121559,7 @@ cwR
cwR
uXA
hEo
-cic
+wVO
eIA
coG
waj
@@ -121340,9 +121732,9 @@ lHy
ajg
nPD
alW
-hbB
-rWn
-gbu
+aDY
+aFy
+aNC
baL
aMk
aMk
@@ -121374,8 +121766,8 @@ bCp
bEl
bHC
qgk
-xca
-bNd
+bJp
+bLg
fkU
bZn
bWX
@@ -121424,7 +121816,7 @@ cwR
cwR
diY
ofP
-cic
+wVO
nCh
coG
mLH
@@ -121597,7 +121989,7 @@ wGv
aWv
azu
ahd
-api
+alW
ajg
aNC
aNC
@@ -121632,7 +122024,7 @@ bEm
bIy
qgk
bMG
-bLq
+bOY
bOY
ccm
ihN
@@ -121681,7 +122073,7 @@ fTs
omx
fOW
mmb
-eoJ
+iVn
eIA
coG
vcT
@@ -121854,7 +122246,7 @@ hjE
ajg
akT
alW
-api
+alW
ajg
aHW
aHW
@@ -121889,7 +122281,7 @@ bEn
bHH
qgk
bJB
-bNd
+bLg
bLg
bQD
bSo
@@ -122146,7 +122538,7 @@ qgk
qgk
qgk
bJp
-bNd
+bLg
rKI
uhY
mxS
@@ -122156,7 +122548,7 @@ hMb
qXv
iSE
bZn
-xki
+oJI
nJC
bhp
cej
@@ -122368,7 +122760,7 @@ ahJ
alW
alW
rwk
-jYH
+ano
ajg
aRO
agy
@@ -122403,7 +122795,7 @@ cdO
cPt
bHK
bJC
-bNd
+bLg
pmN
bZn
cJT
@@ -122458,8 +122850,8 @@ vZo
wWu
vZo
gLZ
-vZo
-lYB
+iAd
+dpJ
cOp
cEK
cEK
@@ -122624,7 +123016,7 @@ vmX
hAK
hmu
asW
-asE
+fBH
aon
ajg
bxv
@@ -122709,14 +123101,14 @@ eZR
rVg
tmz
vZA
-vZo
+hhd
lYB
jkW
gWk
-lYB
+xQc
avs
-lTS
-lYB
+tba
+cku
cOp
qnp
vgI
@@ -122966,14 +123358,14 @@ fEZ
twE
wxV
hns
-fNw
+vir
fNw
rKH
fVX
-lTS
-avs
-vZo
-oux
+coG
+coG
+coG
+coG
cOp
fhw
mhw
@@ -123224,14 +123616,14 @@ dXZ
coG
svO
uXa
-fJE
-tmz
+vZo
+vZo
iRX
-smy
-coG
+clQ
+tAa
blz
-coG
-cOp
+igw
+qGk
dPJ
kXv
vJt
@@ -123377,11 +123769,11 @@ ajg
ajg
alW
fnv
+kMI
+dGB
kVN
-mxw
-kVN
-whf
-yeY
+nXH
+oKS
ohK
kVN
aAf
@@ -123480,15 +123872,15 @@ vbW
cPc
tmz
lYB
-vZo
-vZo
+dGk
+lJP
dag
qBO
-vZo
-tmz
+eQi
+xGo
mxp
-cUL
-cOp
+geC
+qGk
hkz
hkz
hkz
@@ -123634,7 +124026,7 @@ aVY
alA
aDY
alW
-aDY
+wxj
khy
khy
akR
@@ -123668,7 +124060,7 @@ paZ
aTp
bbe
aLl
-nwp
+dON
aLl
aLl
bez
@@ -123744,8 +124136,8 @@ ekF
dpM
vNL
fxt
-vZo
-cOp
+yab
+qGk
gcP
nRv
okT
@@ -123992,17 +124384,17 @@ pyh
gVk
fqz
cIf
-oPh
+bjo
cvw
fmf
uJQ
nBf
-uJQ
-wWs
-avs
-lTS
-lYB
-cOp
+tcT
+clQ
+nnM
+plY
+tkg
+qGk
xbz
ifi
nIS
@@ -124148,7 +124540,7 @@ ajg
aJl
alW
alW
-khy
+whI
caj
ajg
azf
@@ -124255,11 +124647,11 @@ cOp
cOp
vyF
cOp
-cOp
-cOp
-cOp
-cOp
-cOp
+qGk
+qGk
+qGk
+qGk
+qGk
dJu
xtx
tfn
@@ -124405,7 +124797,7 @@ ajg
xJc
khy
khy
-khy
+whI
ajg
ajg
ajg
@@ -124441,7 +124833,7 @@ aYP
aLl
jln
bdW
-eMs
+aVc
bgg
bhC
bjr
@@ -124662,7 +125054,7 @@ ajg
vEt
ajg
jSR
-khy
+whI
ajg
aIq
aTB
@@ -124927,7 +125319,7 @@ aKB
rPt
aFT
ajg
-azH
+qxS
alW
uZt
ajg
@@ -125176,7 +125568,7 @@ eux
eew
nYi
xbD
-akh
+pJf
eqt
aex
aIs
@@ -125441,7 +125833,7 @@ aKB
nwU
aMA
ajg
-pqg
+vOl
akg
aDY
ajg
@@ -125690,7 +126082,7 @@ sEL
tdO
bhq
bzQ
-akh
+pJf
eqt
cZo
hdo
@@ -125725,13 +126117,13 @@ fWg
aYK
aLl
sOy
-jJw
+dia
con
udr
-avA
-wVi
+rrz
+fOi
blm
-bnr
+oLw
igE
rEV
bHA
@@ -125947,7 +126339,7 @@ kFo
lJM
eFY
ttU
-ttU
+mFB
nDu
cyF
anP
@@ -125955,7 +126347,7 @@ arh
asy
asA
awq
-axV
+cYG
atN
aiY
aPq
@@ -125982,15 +126374,15 @@ aTp
aXm
aLl
mdS
-wnk
+fZO
avA
avA
-dAH
+oQb
xeC
aLl
wnn
bcP
-bqA
+sOd
bsp
bxe
iOn
@@ -126204,7 +126596,7 @@ wKg
oZn
bhq
aii
-apY
+dWo
akh
tHk
anh
@@ -126212,7 +126604,7 @@ anc
aWd
akh
arl
-asB
+cYG
atO
aiY
awO
@@ -126239,7 +126631,7 @@ aTp
auO
aLl
aaT
-qzR
+pbx
cJS
cJS
uoI
@@ -126247,7 +126639,7 @@ vAS
aLl
bnr
boY
-bqA
+sOd
bsp
bxH
bwG
@@ -126496,7 +126888,7 @@ aYK
bbv
aLl
wVi
-bPb
+eAA
aLl
aLl
iFS
@@ -126753,7 +127145,7 @@ epF
aLl
aIo
avA
-xNa
+kHJ
aLl
aaa
aaa
@@ -127010,7 +127402,7 @@ aLl
aLl
vmT
alb
-eiI
+lev
aBZ
vuo
aZK
@@ -127228,11 +127620,11 @@ lkK
kkw
rpy
qid
-khy
-khy
-khy
-cZz
-akh
+sYw
+lPp
+lPp
+fDC
+uNZ
cXD
ald
aio
@@ -127265,9 +127657,9 @@ aTF
sVD
aLl
cZi
-smw
-nET
-uzr
+oOE
+glY
+mVh
aBZ
bgm
bhI
@@ -127522,7 +127914,7 @@ aPz
aQd
aLl
hFY
-fvU
+pDp
dAH
rqC
aBZ
@@ -127742,7 +128134,7 @@ aVY
ajg
ahH
ajg
-khy
+whI
alW
aWv
ajg
@@ -127768,7 +128160,7 @@ edg
avr
aBZ
aLl
-aJK
+kdq
aLl
ayv
mhS
@@ -127779,7 +128171,7 @@ ebZ
aQd
aLl
jln
-baD
+kSe
aIo
aLl
aBZ
@@ -128036,7 +128428,7 @@ ktZ
aLl
aIo
dAH
-xNa
+kHJ
aLl
bds
bia
@@ -128293,7 +128685,7 @@ ayv
aLl
apL
avA
-eiI
+lev
aLl
bdt
foR
@@ -128330,7 +128722,7 @@ ces
bNK
aoG
aoG
-pWa
+rrk
oXK
aoG
cte
@@ -128550,7 +128942,7 @@ fUf
aLl
aCc
avA
-fvU
+pDp
aLl
bgO
beE
@@ -128803,11 +129195,11 @@ dAH
wAw
swh
kMd
-aGU
-dvY
-nET
-nET
-nwa
+xNo
+mNp
+glY
+glY
+pRw
aLl
bdv
beE
@@ -128817,7 +129209,7 @@ bnJ
bbH
bqB
fQt
-bqx
+vOK
aoG
aoG
rvF
@@ -129027,7 +129419,7 @@ aaa
aaa
aaa
ahH
-oTt
+wxj
azu
awp
air
@@ -129048,19 +129440,19 @@ hgU
aIo
aBT
cxr
-gip
-nET
-blB
-wYm
-blB
-beF
-juq
-apV
-qTo
-rIo
-aQi
-aPk
-nwa
+sSv
+glY
+sSY
+tKB
+sSY
+eRa
+vIj
+nzU
+xti
+vtt
+tbL
+rsN
+pRw
aIo
epi
avA
@@ -129075,12 +129467,12 @@ blq
iHk
xfn
syJ
-mEm
+tKV
eqI
eqI
eqI
eqI
-aQT
+afN
azp
aoG
aOz
@@ -129090,13 +129482,13 @@ jmV
bUl
uZm
bYC
-kVn
-mmn
-cey
-enm
-cey
-cey
-iMW
+kLH
+caw
+gET
+wlE
+gET
+gET
+hdJ
cxo
dcx
vtY
@@ -129303,9 +129695,9 @@ cxr
skd
ugX
xef
-dSo
-aCZ
-jNc
+kOE
+oia
+gWT
aqO
ivP
ycF
@@ -129353,7 +129745,7 @@ pcb
bdl
oXK
chk
-pHB
+bOP
bYC
kmO
kmO
@@ -129560,7 +129952,7 @@ oyN
wNG
vzL
aLl
-fpk
+kln
avA
cbc
aBZ
@@ -129610,7 +130002,7 @@ aoG
aoG
aoG
hts
-dbq
+wiZ
nOF
siC
nbw
@@ -129798,7 +130190,7 @@ aaa
aaa
aaa
ahH
-oTt
+wxj
jNv
awp
air
@@ -129817,7 +130209,7 @@ aIo
ayk
aLl
aLl
-aMB
+tWV
avA
aBZ
aHH
@@ -129831,10 +130223,10 @@ aNT
aQS
aQS
nMC
-aWN
-aYE
-aZI
-aYV
+lnZ
+oFr
+aPN
+dQT
axT
bdE
bdy
@@ -129851,7 +130243,7 @@ aMh
pVi
pJt
cOJ
-hjg
+seF
kmO
cNc
bYC
@@ -129867,7 +130259,7 @@ hwF
nOU
aoG
aoG
-cQF
+lmF
aoG
nbw
aOI
@@ -130074,7 +130466,7 @@ bVY
eLD
aLl
vmT
-fpk
+kln
xeF
aBZ
ajS
@@ -130089,9 +130481,9 @@ aQS
aQS
nMC
aUL
-aYD
-aXx
-bAL
+iJo
+iIM
+rFw
hPR
bfd
mpz
@@ -130124,7 +130516,7 @@ rja
etR
aoG
vFm
-qxo
+dEL
cdm
nbw
lRY
@@ -130331,7 +130723,7 @@ rbR
plD
aLl
nhR
-nYq
+kPP
avA
aBZ
aIz
@@ -130381,12 +130773,12 @@ cGV
aoG
aoG
oXK
-dbq
+wiZ
asJ
oPX
nbw
-bGx
-chQ
+vZB
+vwr
omk
cso
cly
@@ -130567,13 +130959,13 @@ nIj
eQS
dZx
gPk
-jMZ
-fDr
-kVN
+jDv
+lJT
+jdl
gNO
-lKn
+nRg
bUA
-lLH
+xtX
awp
alj
ami
@@ -130588,7 +130980,7 @@ cXM
aPh
aLl
rln
-bUW
+jjJ
kVI
aBZ
akP
@@ -130638,12 +131030,12 @@ fTV
fTV
bZH
aoG
-ubN
-cdp
-chb
-cfL
-ciu
-ciH
+xxP
+fxC
+rkc
+xrl
+rRk
+sJr
jDS
vEg
biB
@@ -130826,18 +131218,18 @@ smM
rBO
rxc
tHH
-vpQ
-agg
+uCv
+pqe
xER
fzK
-qCA
-nNk
+spJ
+jhk
alk
-hnL
-anj
+bvL
+lPI
aoF
-oBS
-mjj
+iAx
+qIT
nbD
dAH
aIo
@@ -130845,7 +131237,7 @@ aLl
aLl
aFO
bpf
-fpk
+kln
vmT
aBZ
aBD
@@ -130879,7 +131271,7 @@ bHN
cmR
chi
hTD
-gNA
+flH
gRq
rJa
fLx
@@ -130895,12 +131287,12 @@ bZH
fTV
nXk
aoG
-aAL
+eKX
cfy
lXW
nbw
-cgW
-chX
+yfo
+glz
cjB
rQt
qlS
@@ -131083,8 +131475,8 @@ mGC
qlL
nIj
qMr
-aBM
-loo
+uyu
+hFz
qNN
sxV
nmd
@@ -131095,14 +131487,14 @@ akh
pNU
aBZ
pep
-fvE
-uyB
-eHm
-knG
-grK
-xWu
-jJr
-bEb
+xgc
+urP
+hxM
+eYO
+dBd
+eoa
+tdH
+iqm
aBZ
aBZ
bIf
@@ -131151,13 +131543,13 @@ avC
nXk
aub
mlq
-csf
-tiv
+agR
+odL
hvE
cLr
nbw
-chf
-ciJ
+aRQ
+aRQ
cjq
cEC
bkZ
@@ -131357,7 +131749,7 @@ dAH
iot
dAH
bpf
-bcd
+iJO
bpf
dHr
aBZ
@@ -131410,7 +131802,7 @@ aXP
hTl
eBq
axh
-cds
+qkL
axh
clA
clA
@@ -131613,8 +132005,8 @@ aLl
aIo
aLl
aLl
-sYn
-eCw
+lrb
+epy
dAH
cxr
aBZ
@@ -131871,7 +132263,7 @@ kzO
fwl
kZt
oTw
-ayr
+pfI
cxr
ioD
aBZ
@@ -131924,7 +132316,7 @@ axh
axh
axh
fcB
-dyA
+kyw
fWW
fWW
fWW
@@ -132128,7 +132520,7 @@ iqp
oyN
aLl
rZx
-aAI
+fiR
aBZ
mjH
aBZ
@@ -132385,7 +132777,7 @@ aud
aBZ
aBZ
dlh
-cbc
+vcY
aBZ
aEy
aEz
@@ -132688,7 +133080,7 @@ qFI
exZ
ksD
gTx
-bSJ
+fmi
fmi
fmi
vxO
@@ -132895,10 +133287,10 @@ oFd
edy
eTp
xfw
-aue
-avG
-axO
-bgY
+uTV
+kYO
+iWa
+ixV
qvv
aDb
aGC
@@ -133152,7 +133544,7 @@ aGt
nHi
wmE
wBy
-avR
+pSo
amk
oxY
hki
@@ -133409,8 +133801,8 @@ ccM
lFO
avV
asQ
-rel
-enp
+kpT
+sfP
enp
pAO
enp
@@ -133666,11 +134058,11 @@ cAI
sEv
vTm
iNA
-nnI
+tdx
enp
rga
jhK
-qoq
+mhE
enp
aFZ
ccH
@@ -133923,7 +134315,7 @@ aoK
asK
arw
ayN
-nSe
+iZn
enp
sJu
jhK
@@ -134180,11 +134572,11 @@ amk
amk
mLN
jll
-rMO
+pOB
enp
lOQ
jhK
-mhE
+nlt
enp
fBE
dat
@@ -134440,7 +134832,7 @@ gDl
gDl
gDl
enp
-nbN
+ptV
mhE
syC
enp
@@ -134697,10 +135089,10 @@ vgi
yee
gDl
fuX
-iEG
-ciT
-iRA
-iLI
+ois
+iPE
+iPE
+ipo
aDi
gHz
ntU
@@ -134954,8 +135346,8 @@ auk
pCQ
sVB
gxm
-heC
-qli
+rit
+cQr
sln
enp
qHh
@@ -135185,7 +135577,7 @@ aaa
aaa
abf
aaa
-abq
+aaa
aaa
aaa
aaa
@@ -135202,17 +135594,17 @@ abq
aaa
aaa
aaa
-bUv
+hQA
dPW
dPW
dPW
atX
-aul
+nCS
avM
ayA
iSW
-bag
-qYk
+kYt
+mhE
ezo
enp
iJz
@@ -135240,7 +135632,7 @@ bnt
bnt
wUa
wUa
-lfU
+kbq
wUa
wUa
jKS
@@ -135459,17 +135851,17 @@ diL
diL
diL
diL
-bOm
+pvB
abq
abq
-gDl
+ogY
gDl
gDl
asU
-djF
+gDl
sFR
-bag
-qYk
+kYt
+mhE
tsq
enp
kLs
@@ -135496,8 +135888,8 @@ aef
aef
aef
wUa
-tVa
-xNc
+tCz
+jbC
rhb
wUa
jxy
@@ -135725,8 +136117,8 @@ nBH
fsr
cFE
cFE
-vrq
-mTH
+uUo
+iVK
fyI
enp
bJW
@@ -135982,8 +136374,8 @@ mhE
mhE
mhE
cFE
-aAK
-qYk
+xEJ
+mhE
syC
enp
aCg
@@ -136216,17 +136608,17 @@ aaa
abf
aaa
aaa
-ago
-ago
+ire
+ire
aee
-ago
-ago
+ire
+ire
abq
-ago
-ago
+ire
+ire
aee
-ago
-ago
+ire
+ire
aaa
aaa
abq
@@ -136236,11 +136628,11 @@ aaa
cFE
qFA
lIo
-puA
-gxm
-kmb
-pxj
-kjG
+pLF
+mhE
+shb
+vDE
+nlt
enp
aaa
aaa
@@ -136473,17 +136865,17 @@ aaa
abf
aaa
aaa
-cCP
-cCP
+udw
+udw
qfE
-cCP
-cCP
+udw
+udw
abq
-cCP
-cCP
+udw
+udw
qfE
-cCP
-cCP
+udw
+udw
aaa
aaa
abq
@@ -136491,13 +136883,13 @@ aaa
aaa
aaa
cFE
-tou
+qFA
rcG
pLF
mhE
cFE
ttY
-oNN
+gvZ
enp
abq
abq
@@ -136730,17 +137122,17 @@ aaa
abf
abq
abq
-dch
-jQK
+jxz
+hYE
afG
-adG
-coS
+mqr
+bNo
abq
-dch
-jQK
+jxz
+hYE
afG
-adG
-coS
+mqr
+bNo
abq
abq
abq
@@ -136748,13 +137140,13 @@ aaa
aaa
aaa
cFE
-hRK
+mhE
mhE
jLW
edZ
hMI
-lRt
-qYk
+vDE
+mhE
enp
aaa
aaa
@@ -137010,8 +137402,8 @@ uuP
vkt
cFE
hMI
-lRt
-qYk
+vDE
+mhE
enp
aaa
aaa
@@ -137244,17 +137636,17 @@ aaa
abf
aaa
aaa
-age
-age
+lAa
+lAa
aee
-age
-age
+lAa
+lAa
abq
-age
-age
+lAa
+lAa
aee
-age
-age
+lAa
+lAa
aaa
aaa
vum
@@ -137267,8 +137659,8 @@ vum
vum
loa
mhE
-lRt
-qYk
+vDE
+mhE
enp
abq
abq
@@ -137525,7 +137917,7 @@ uoX
rag
qfm
uZx
-nbQ
+nlt
enp
aaa
aaa
@@ -137758,17 +138150,17 @@ aaa
abf
aaa
aaa
-ago
-ago
+ire
+ire
aee
-ago
-ago
+ire
+ire
abq
-ago
-ago
+ire
+ire
aee
-ago
-ago
+ire
+ire
aaa
aaa
vum
@@ -138015,17 +138407,17 @@ aaa
abf
aaa
aaa
-cCP
-cCP
+udw
+udw
qfE
-cCP
-cCP
+udw
+udw
abq
-cCP
-cCP
+udw
+udw
qfE
-cCP
-cCP
+udw
+udw
aaa
aaa
vum
@@ -138272,17 +138664,17 @@ aaa
aup
abq
abq
-dch
-jQK
+jxz
+hYE
afG
-adG
-coS
+mqr
+bNo
abq
-dch
-jQK
+jxz
+hYE
afG
-adG
-coS
+mqr
+bNo
abq
abq
vum
@@ -138786,17 +139178,17 @@ aaa
abf
aaa
aaa
-age
-age
+lAa
+lAa
aee
-age
-age
+lAa
+lAa
abq
-age
-age
+lAa
+lAa
aee
-age
-age
+lAa
+lAa
aaa
aaa
abq
diff --git a/code/__DEFINES/cable_defines.dm b/code/__DEFINES/cable_defines.dm
new file mode 100644
index 00000000000..6640b389b97
--- /dev/null
+++ b/code/__DEFINES/cable_defines.dm
@@ -0,0 +1,7 @@
+// bit flags for which kinds of cable our cable can connect to
+#define CABLE_LOW_POWER (1 << 0)
+#define CABLE_HIGH_POWER (1 << 1)
+#define CABLE_ALL_CONNECTIONS (CABLE_LOW_POWER | CABLE_HIGH_POWER)
+
+#define CABLE_MERGE_LOW_POWER (1 << 0)
+#define CABLE_MERGE_HIGH_POWER (1 << 1)
diff --git a/code/game/area/ss13_areas/maintenance_areas.dm b/code/game/area/ss13_areas/maintenance_areas.dm
index ab216a089e2..5160cd2301f 100644
--- a/code/game/area/ss13_areas/maintenance_areas.dm
+++ b/code/game/area/ss13_areas/maintenance_areas.dm
@@ -143,6 +143,30 @@
name = "\improper Incinerator"
icon_state = "incin"
+/area/station/maintenance/electrical/fore
+ name = "Fore Electrical Maintenance"
+
+/area/station/maintenance/electrical/aft
+ name = "Aft Electrical Maintenance"
+
+/area/station/maintenance/electrical/port
+ name = "Port Electrical Maintenance"
+
+/area/station/maintenance/electrical/starboard
+ name = "Starboard Electrical Maintenance"
+
+/area/station/maintenance/electrical/fore_port
+ name = "Fore Port Electrical Maintenance"
+
+/area/station/maintenance/electrical/aft_port
+ name = "Aft Port Electrical Maintenance"
+
+/area/station/maintenance/electrical/fore_starboard
+ name = "Fore Starboard Electrical Maintenance"
+
+/area/station/maintenance/electrical/aft_starboard
+ name = "Aft Starboard Electrical Maintenance"
+
/area/station/maintenance/abandonedbar
name = "\improper Maintenance Bar"
icon_state = "oldbar"
diff --git a/code/game/objects/items/mountable_frames/apc_frame.dm b/code/game/objects/items/mountable_frames/apc_frame.dm
index f23bf79b69a..386fa53a403 100644
--- a/code/game/objects/items/mountable_frames/apc_frame.dm
+++ b/code/game/objects/items/mountable_frames/apc_frame.dm
@@ -14,16 +14,16 @@
if(A.get_apc())
to_chat(user, "This area already has an APC!")
return //only one APC per area
-
+
if(!A.requires_power)
to_chat(user, "You cannot place [src] in this area!")
return //can't place apcs in areas with no power requirement
-
+
for(var/obj/machinery/power/terminal/E in T)
if(E.master)
to_chat(user, "There is another network terminal here!")
return
-
+
else
var/obj/item/stack/cable_coil/C = new /obj/item/stack/cable_coil(T)
C.amount = 10
diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm
index 5e275530623..29a7073cb0d 100644
--- a/code/game/turfs/turf.dm
+++ b/code/game/turfs/turf.dm
@@ -587,9 +587,12 @@
if(AM == source)
continue //we don't want to return source
if(istype(AM, /obj/structure/cable))
-
var/obj/structure/cable/C = AM
if(C.d1 == direction || C.d2 == direction)
+ if(istype(source, /obj/structure/cable))
+ var/obj/structure/cable/source_cable = source
+ if(!(source_cable.connect_type & C.connect_type))
+ continue
. += C // one of the cables ends matches the supplied direction, add it to connnections
if(cable_only || direction)
continue
diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm
index a6df735ce21..beec2010df6 100644
--- a/code/modules/mob/living/silicon/robot/robot_modules.dm
+++ b/code/modules/mob/living/silicon/robot/robot_modules.dm
@@ -472,6 +472,7 @@
/obj/item/stack/tile/plasteel/cyborg,
/obj/item/stack/tile/catwalk/cyborg,
/obj/item/stack/cable_coil/cyborg,
+ /obj/item/stack/cable_coil/extra_insulated/cyborg,
/obj/item/stack/sheet/glass/cyborg,
/obj/item/stack/sheet/rglass/cyborg,
/obj/item/inflatable/cyborg,
@@ -790,6 +791,7 @@
/obj/item/stack/tile/plasteel/cyborg,
/obj/item/stack/tile/catwalk/cyborg,
/obj/item/stack/cable_coil/cyborg,
+ /obj/item/stack/cable_coil/extra_insulated/cyborg,
/obj/item/stack/sheet/glass/cyborg/drone,
/obj/item/stack/sheet/rglass/cyborg/drone,
/obj/item/stack/sheet/wood/cyborg,
diff --git a/code/modules/power/apc/apc.dm b/code/modules/power/apc/apc.dm
index 01a5b92598f..1ce48159b66 100644
--- a/code/modules/power/apc/apc.dm
+++ b/code/modules/power/apc/apc.dm
@@ -22,6 +22,8 @@
// These exist here and not as defines in `apc_defines.dm` so they can be modified for `test_apc_construction.dm`.
var/apc_frame_welding_time = 2 SECONDS
var/apc_terminal_wiring_time = 2 SECONDS
+ var/frame_type = /obj/item/mounted/frame/apc_frame
+ var/sheet_type = /obj/item/stack/sheet/metal
// set so that APCs aren't found as powernet nodes //Hackish, Horrible, was like this before I changed it :(
powernet = 0
@@ -226,6 +228,7 @@
. += "Electronics installed but not wired."
else /* if(!has_electronics() && !terminal) */
. += "There are no electronics nor connected wires."
+ . += shock_proof ? "There is additional plastic insulation" : "There is a place to put in some plastic insulation"
else
if(stat & MAINT)
. += "The cover is closed. Something wrong with it: it doesn't work."
@@ -376,7 +379,7 @@
return ITEM_INTERACT_COMPLETE
// APC frame repair. Instant, but you consume 2 metal instead of doing it for free.
- if(istype(used, /obj/item/mounted/frame/apc_frame) && opened)
+ if(istype(used, frame_type) && opened)
if(!(stat & BROKEN || opened == APC_COVER_OFF || obj_integrity < max_integrity))
to_chat(user, "[src] has no damage to fix!")
return ITEM_INTERACT_COMPLETE
@@ -408,6 +411,26 @@
update_icon()
return ITEM_INTERACT_COMPLETE
+ if(istype(used, /obj/item/stack/sheet/plastic))
+ var/obj/item/stack/sheet/plastic/plastic_stack = used
+ if(!opened)
+ to_chat(user, "You can't add insulation with the cover closed!")
+ return ITEM_INTERACT_COMPLETE
+
+ if(shock_proof)
+ to_chat(user, "[src] already has extra insulation installed!")
+ return ITEM_INTERACT_COMPLETE
+
+ if(plastic_stack.get_amount() < 10)
+ to_chat(user, "You need ten sheets of plastic to add insulation to [src]!")
+ return ITEM_INTERACT_COMPLETE
+
+ plastic_stack.use(10)
+ to_chat(user, "You add extra insulation to [src].")
+ shock_proof = TRUE
+
+ return ITEM_INTERACT_COMPLETE
+
return ..()
/obj/machinery/power/apc/AltClick(mob/user)
@@ -441,6 +464,11 @@
cell = null
charging = APC_NOT_CHARGING
update_icon()
+ else if(shock_proof)
+ to_chat(user, "You remove the insulation from [src]")
+ var/obj/item/stack/sheet/plastic/plastic_stack = new(loc, 10)
+ user.put_in_hands(plastic_stack)
+ shock_proof = FALSE
return
if(stat & (BROKEN|MAINT))
@@ -859,8 +887,10 @@
if(obj_integrity > integrity_failure || opened != APC_COVER_OFF)
return
var/drop_loc = drop_location()
- new /obj/item/stack/sheet/metal(drop_loc, 3) // Metal from the frame
+ new sheet_type(drop_loc, 3) // Metal from the frame
new /obj/item/stack/cable_coil(drop_loc, 10) // wiring from the terminal and the APC, some lost due to explosion
+ if(shock_proof)
+ new /obj/item/stack/sheet/plastic(drop_loc, 10)
QDEL_NULL(terminal) // We don't want floating terminals
qdel(src)
@@ -1131,6 +1161,17 @@
/obj/machinery/power/apc/critical
cell_type = 25000
+/// Can handle any amount of power. Made with plasteel frames and is found in maints and other high power areas.
+/obj/machinery/power/apc/reinforced
+ shock_proof = TRUE
+
+/obj/machinery/power/apc/reinforced/important
+ cell_type = 10000
+
+/obj/machinery/power/apc/reinforced/critical
+ cell_type = 25000
+
+
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc, 24, 24)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/syndicate, 24, 24)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/syndicate/off, 24, 24)
@@ -1139,6 +1180,9 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/critical, 24, 24)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/off_station, 24, 24)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/off_station/empty_charge, 24, 24)
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/worn_out, 24, 24)
+MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/reinforced, 24, 24)
+MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/reinforced/important, 24, 24)
+MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/power/apc/reinforced/critical, 24, 24)
/obj/item/apc_electronics
diff --git a/code/modules/power/apc/apc_construction.dm b/code/modules/power/apc/apc_construction.dm
index 34732572f9e..9bb167df2b7 100644
--- a/code/modules/power/apc/apc_construction.dm
+++ b/code/modules/power/apc/apc_construction.dm
@@ -169,14 +169,16 @@
WELDER_ATTEMPT_SLICING_MESSAGE
if(I.use_tool(src, user, apc_frame_welding_time, amount = 3, volume = I.tool_volume))
if((stat & BROKEN) || opened == APC_COVER_OFF)
- new /obj/item/stack/sheet/metal(loc)
+ new sheet_type(loc)
+ if(shock_proof)
+ new /obj/item/stack/sheet/plastic(loc, 10)
user.visible_message(\
"[user] has cut [src] apart with [I].",
"You disassembled the broken APC frame.",
"You hear welding."
)
else
- new /obj/item/mounted/frame/apc_frame(loc)
+ new frame_type(loc)
user.visible_message(\
"[user] has cut [src] from the wall with [I].",
"You cut the APC frame from the wall.",
diff --git a/code/modules/power/cables/cable.dm b/code/modules/power/cables/cable.dm
index 227deb40929..cbc00ca672f 100644
--- a/code/modules/power/cables/cable.dm
+++ b/code/modules/power/cables/cable.dm
@@ -1,4 +1,3 @@
-
/*
* Cable directions (d1 and d2)
* 9 1 5
@@ -21,7 +20,7 @@ By design, d1 is the smallest direction and d2 is the highest
*/
/obj/structure/cable
name = "power cable"
- desc = "A flexible superconducting cable for heavy-duty power transfer."
+ desc = "A low-cost superconducting cable"
icon = 'icons/obj/power_cond/power_cond_white.dmi'
icon_state = "0-1"
level = 1
@@ -40,6 +39,15 @@ By design, d1 is the smallest direction and d2 is the highest
/// The regional powernet this cable is registered to
var/datum/regional_powernet/powernet
var/strengthened = FALSE
+ /// The type of cable coil you make when deconstructed
+ var/cable_coil_type = /obj/item/stack/cable_coil
+ /// Whether the cable has additional insulation to prevent shocking on contact
+ var/extra_insulated = FALSE
+ /// Types of cables that can connect to this cable
+ var/connect_type = CABLE_LOW_POWER
+ /// The types of cables that can merge with this cable
+ var/merge_id = CABLE_MERGE_LOW_POWER
+
/obj/structure/cable/Initialize(mapload)
. = ..()
@@ -107,8 +115,20 @@ By design, d1 is the smallest direction and d2 is the highest
var/obj/item/toy/crayon/C = W
cable_color(C.dye_color)
+ else if(istype(W, /obj/item/stack/sheet/plastic))
+ if(extra_insulated)
+ to_chat(user, "The cable is already insulated")
+ return
+ var/obj/item/stack/sheet/plastic/plastack = W
+ if(plastack.get_amount() < 1)
+ to_chat(user, "Not enough plastic!")
+ return
+ to_chat(user, "You add insulation to the cable")
+ plastack.use(1)
+ extra_insulated = TRUE
+
else
- if(W.flags & CONDUCT)
+ if(!extra_insulated && W.flags & CONDUCT)
shock(user, 50, 0.7)
add_fingerprint(user)
@@ -131,6 +151,8 @@ By design, d1 is the smallest direction and d2 is the highest
/obj/structure/cable/examine(mob/user)
. = ..()
+ if(extra_insulated)
+ . += "It has additional insulation"
if(isobserver(user))
. += generate_power_message()
@@ -169,9 +191,9 @@ By design, d1 is the smallest direction and d2 is the highest
investigate_log("was deconstructed by [key_name(usr, 1)] in [get_area(usr)]([T.x], [T.y], [T.z] - [ADMIN_JMP(T)])",INVESTIGATE_WIRES)
if(!(flags & NODECONSTRUCT))
if(d1) // 0-X cables are 1 unit, X-X cables are 2 units long
- new/obj/item/stack/cable_coil(T, 2, color)
+ new cable_coil_type(T, 2, color)
else
- new/obj/item/stack/cable_coil(T, 1, color)
+ new cable_coil_type(T, 1, color)
qdel(src)
/* ===POWERNET PROCS=== */
@@ -222,6 +244,8 @@ By design, d1 is the smallest direction and d2 is the highest
for(var/obj/structure/cable/C in get_step(src, direction))
if(src == C) // skip ourself
continue
+ if(!(C.connect_type & connect_type))
+ continue
if(C.d1 != flipped_direction && C.d2 != flipped_direction)
continue //no match! Continue the search
//if the matching cable somehow got no powernet, make him one (should not happen for cables)
@@ -247,6 +271,8 @@ By design, d1 is the smallest direction and d2 is the highest
//first let's add turf cables to our powernet
if(istype(object, /obj/structure/cable))
var/obj/structure/cable/C = object
+ if(!(C.connect_type & connect_type))
+ continue
if(C.d1 == d1 || C.d2 == d1 || C.d1 == d2 || C.d2 == d2) //only connected if they have a common direction
if(C.powernet == powernet)
continue
@@ -284,6 +310,8 @@ By design, d1 is the smallest direction and d2 is the highest
for(var/obj/structure/cable/C in get_step(src, direction & (NORTH|SOUTH)))
if(src == C) // skip ourself
continue
+ if(!(C.connect_type & connect_type))
+ continue
//we've got a diagonally matching cable
if(C.d1 == FLIP_DIR_VERTICALLY(direction) || C.d2 == FLIP_DIR_VERTICALLY(direction))
if(!C.powernet) //if the matching cable somehow got no powernet, make him one (should not happen for cables)
@@ -298,6 +326,8 @@ By design, d1 is the smallest direction and d2 is the highest
for(var/obj/structure/cable/C in get_step(src, direction & (EAST|WEST)))
if(src == C)
continue
+ if(!(C.connect_type & connect_type))
+ continue
if(C.d1 == FLIP_DIR_HORIZONTALLY(direction) || C.d2 == FLIP_DIR_HORIZONTALLY(direction)) //we've got a diagonally matching cable
if(!C.powernet) //if the matching cable somehow got no powernet, make him one (should not happen for cables)
var/datum/regional_powernet/new_powernet = new()
@@ -439,6 +469,56 @@ By design, d1 is the smallest direction and d2 is the highest
src.strengthened = FALSE
UnregisterSignal(demon, COMSIG_MOB_DEATH)
+/// Variant for high power carrying. insulated by default
+/obj/structure/cable/extra_insulated
+ name = "heavy duty power cable"
+ desc = "A smart, flexible superconducting cable for heavy-duty power transfer.\nAn ID card can be swiped to toggle the ability to connect to other cables"
+ icon = 'icons/obj/power_cond/hv_power_cond.dmi'
+ color = null
+ extra_insulated = TRUE
+ merge_id = CABLE_MERGE_HIGH_POWER
+ connect_type = CABLE_HIGH_POWER
+ cable_coil_type = /obj/item/stack/cable_coil/extra_insulated
+ req_one_access = list(ACCESS_ENGINE, ACCESS_CE)
+
+/// A pre unlocked bridge cable for mapping
+/obj/structure/cable/extra_insulated/pre_connect
+ icon = 'icons/obj/power_cond/hv_power_cond_connected.dmi'
+ connect_type = CABLE_ALL_CONNECTIONS
+
+/obj/structure/cable/extra_insulated/proc/toggle_connection(user)
+ if(allowed(user))
+ if(connect_type == CABLE_ALL_CONNECTIONS)
+ connect_type = CABLE_HIGH_POWER
+ icon = 'icons/obj/power_cond/hv_power_cond.dmi'
+ else
+ connect_type = CABLE_ALL_CONNECTIONS
+ icon = 'icons/obj/power_cond/hv_power_cond_connected.dmi'
+
+
+ // Reconnect the cable according to what is allowed now
+ if(powernet)
+ cut_cable_from_powernet(FALSE)
+ merge_connected_networks_on_turf()
+
+ if(d1)
+ merge_connected_networks(d1)
+ if(IS_DIR_DIAGONAL(d1))
+ merge_diagonal_networks(d1)
+ if(d2)
+ merge_connected_networks(d2)
+ if(IS_DIR_DIAGONAL(d2))
+ merge_diagonal_networks(d2)
+
+/obj/structure/cable/extra_insulated/item_interaction(mob/living/user, obj/item/W, list/modifiers)
+ . = ITEM_INTERACT_COMPLETE
+ if(W.GetID())
+ toggle_connection(user)
+ return ..()
+
+/obj/structure/cable/extra_insulated/attack_ai(mob/user)
+ toggle_connection(user)
+
//
// This ASCII art represents my brain after looking at cable
// code for too long, half of this was written before I was even
diff --git a/code/modules/power/cables/cable_coil.dm b/code/modules/power/cables/cable_coil.dm
index 27c06475a35..29bd4f3d20a 100644
--- a/code/modules/power/cables/cable_coil.dm
+++ b/code/modules/power/cables/cable_coil.dm
@@ -24,6 +24,11 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
slot_flags = ITEM_SLOT_BELT
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
usesound = 'sound/items/deconstruct.ogg'
+ /// Type of cable this coil makes
+ var/cable_type = /obj/structure/cable
+ /// Bitflag of the types of cable we can add cable to with this coil.
+ /// This is different to the cable connection flag since it only governs connecting on the same tile
+ var/cable_merge_id = CABLE_MERGE_LOW_POWER
/obj/item/stack/cable_coil/Initialize(mapload, length, paramcolor)
. = ..()
@@ -70,6 +75,13 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
else
. += "A coil of power cables."
+/obj/item/stack/cable_coil/can_merge(obj/item/stack/check, inhand = FALSE)
+ . = FALSE
+ if(istype(check, merge_type))
+ var/obj/item/stack/cable_coil/coil_check = check
+ . = coil_check.cable_merge_id == cable_merge_id
+ return . && ..()
+
//you can use wires to heal robotics
/obj/item/stack/cable_coil/attack__legacy__attackchain(mob/M, mob/user)
if(!ishuman(M))
@@ -133,6 +145,9 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
if(istype(W, /obj/item/stack/cable_coil))
var/obj/item/stack/cable_coil/C = W
// Cable merging is handled by parent proc
+ if(C.cable_merge_id != cable_merge_id)
+ to_chat(user, "These coils are of different types.")
+ return
if(C.get_amount() >= MAXCOIL)
to_chat(user, "The coil is as long as it will get.")
return
@@ -152,7 +167,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
//////////////////////////////////////////////
/obj/item/stack/cable_coil/proc/get_new_cable(location)
- var/obj/structure/cable/C = new(location)
+ var/obj/structure/cable/C = new cable_type(location)
C.cable_color(color)
return C
@@ -212,6 +227,8 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
/// called when cable_coil is click on an installed obj/cable or click on a turf that already contains a "node" cable
/obj/item/stack/cable_coil/proc/cable_join(obj/structure/cable/C, mob/user)
+ if(C.merge_id != cable_merge_id)
+ return
var/turf/U = user.loc
if(!isturf(U))
return
@@ -378,6 +395,29 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
. = ..()
color = pick(COLOR_RED, COLOR_BLUE, COLOR_GREEN, COLOR_WHITE, COLOR_PINK, COLOR_YELLOW, COLOR_CYAN, COLOR_ORANGE)
+/obj/item/stack/cable_coil/extra_insulated
+ name = "heavy duty cable coil"
+ singular_name = "heavy duty cable"
+ icon = 'icons/obj/cable_coils/heavy_duty.dmi'
+ color = null
+ cable_type = /obj/structure/cable/extra_insulated
+ cable_merge_id = CABLE_MERGE_HIGH_POWER
+ req_one_access = list(ACCESS_ENGINE, ACCESS_CE)
+
+/obj/item/stack/cable_coil/extra_insulated/proc/toggle_connection(user)
+ if(allowed(user))
+ if(cable_type == /obj/structure/cable/extra_insulated/pre_connect)
+ cable_type = /obj/structure/cable/extra_insulated
+ icon = 'icons/obj/cable_coils/heavy_duty.dmi'
+ else
+ cable_type = /obj/structure/cable/extra_insulated/pre_connect
+ icon = 'icons/obj/cable_coils/heavy_duty_connected.dmi'
+
+/obj/item/stack/cable_coil/extra_insulated/attackby__legacy__attackchain(obj/item/I, mob/living/user)
+ if(I.GetID())
+ toggle_connection(user)
+ return ..()
+
/obj/item/stack/cable_coil/cut
icon_state = "coil2"
@@ -399,5 +439,16 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
cable_color(cablecolor)
update_icon()
+/obj/item/stack/cable_coil/extra_insulated/cyborg
+ energy_type = /datum/robot_storage/energy/cable
+ is_cyborg = TRUE
+
+/obj/item/stack/cable_coil/extra_insulated/cyborg/attack_self__legacy__attackchain(mob/user)
+ toggle_connection(user)
+ update_icon()
+
+/obj/item/stack/cable_coil/extra_insulated/cyborg/update_icon_state()
+ return // icon_state should always be a full cable
+
#undef HEALPERCABLE
#undef MAXCABLEPERHEAL
diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm
index ef982097928..934be5a0df6 100644
--- a/code/modules/power/smes.dm
+++ b/code/modules/power/smes.dm
@@ -455,6 +455,8 @@
/obj/machinery/power/smes/engineering
charge = 0.08e6 // Engineering starts with some charge for singulo
+ input_level = 200000
+ output_level = 80000
/obj/machinery/power/smes/empty
diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm
index 585845acf0b..5f03ca7fa5f 100644
--- a/code/modules/research/designs/autolathe_designs.dm
+++ b/code/modules/research/designs/autolathe_designs.dm
@@ -123,6 +123,15 @@
category = list("initial","Tools")
maxstack = 30
+/datum/design/cable_coil_heavy_duty
+ name = "Heavy Duty Cable Coil"
+ id = "cable_coil_heavy_duty"
+ build_type = AUTOLATHE
+ materials = list(MAT_METAL = 30, MAT_GLASS = 30)
+ build_path = /obj/item/stack/cable_coil/extra_insulated
+ category = list("initial","Tools")
+ maxstack = 30
+
/datum/design/toolbox
name = "Toolbox"
id = "tool_box"
diff --git a/icons/obj/cable_coils/heavy_duty.dmi b/icons/obj/cable_coils/heavy_duty.dmi
new file mode 100644
index 0000000000000000000000000000000000000000..e922920f84e882aaa46ed51bdb12705391288c76
GIT binary patch
literal 416
zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e(Ey(i*8>L*#Ky*Yd3gZ^GBPp*
z1qFd3zm}~i1@ak7g8YIR9G=}s19A$gLLy3BQj3#|G7CyF^Ya)OD&_=-6%>_z{}NpA
z@#_;UZ(Xf(XU+$22sOB9{NRz!c^}P_3`IS?J1mTYj4vB|Da?5^>ByuIg*`
zZe!KWDsK6&J$?RCbtbwi+tq~Ow10@JlpS;OtcH*hoRrt8h;3qDp3w0p0oi(`mK
z=iA_eyoVJ8tn-?fp8D&hGAt0@A}rAPH$2m6R*U}*_tmTT|2#@b{yl-=#SgtDTXOB(
z>N7tm31#L#ypqPjU{Y1Op2fM;&6a;f$r2;6v=c7_V!97JK9wBhWV~~WIY*VA#ve0l
z)(nmdd$YSQ_H{eo5Z-KZInC6$y(n5fJ7}KQzua6$u@9Q5dl}cJuPN&aoNIHito>Gv
z`|wrOFVODrE&%KNqkI0WD`P
zpAJ*TcK`qY%1J~)R7i>KQ%MqnFc6%~3(O+tFh=gN@BsnJ2j~mn;Qyas0SxY3HhFzPo0U%?=bt5P@ca(lWAv+q!ktv^URUB0i
zSe$rtA@oM3Um9GLFUZ_H8v&>YuzJ^KMxTO1vm`!wG0avTvH@oOv93woFy^197Nh|m
zoNqUv>5iM7>Q?Ohg83VY^BEcc2Nrw%0fkN&3<-nvW$r*F5}-;6uulm-?ZED-goHuH
a5AXt)oe^XK?*Tvn0000^6$`fn5K=|DNSO0qt0`K|xf7*W@|9^tL*;%x!7!Xwes22u$S8ss@bl-+Gg%l9+GD3QsKM*L%zN9%>C!QyY!5yLcx%B
zdSMyehDeFx3$O`;yQNY(g;}D8RDspai-t5xs=ro$?XV9Olpz!0|63?
zm8_l2OdnH6n8ryU5Ko>VT*vzH>z%yLluHI5`dO(LyOfZNjGnaSz0_*^mn45tB1UH~
z`6!^5dpUS00%;(8_xzA_=5;tVcMaA8ZNKGbU3oV_KFbb_Sqw4-D%`eJcGagnZ{Gy8
zR&@y0{z{x${o>?AKB$Z+=c4Mj-1EH!hX+0kF@QHfW;}||2w!_H&hOYdbOu`QMcCLJ
zw0*(&%Aj6NJ73K_IP*Exg~KD9&WujT;nN3N@lR|)pa(Rpjb_Mk@0sAKi3rQee1l5F
z+G*96oWU85h!6Jo6Sv~`aD_#&VmbcCt
zC1d1S6DnB#CQsOORsSU;gPN{9A#JZz_&nizrGpeODsa|8eERFb^XT{B_q63Ow
zPA(>*&h+xn;*{zrG*E}N9RmA(R*y$B-@JLVNj?-GmwM(w;U{Q2Q(lf0V3*Pd+t?(J
z)2T+5C4K0S)-kE&v;7|R+cUHCL-;0ASp$Te=|Y1*UjM70s)gUg%P!*_NHlZ;0LRFigs+PHH^8Dr}4dlw^z
zdUfv@V=iFzlIBDePqs+6lB=0a#1qNkVK7d(HVCBbuF1p-%2J8{A8V+TyGJ1lM_bOt
zubDu|>vK**^0p#E6cnHeFy;RzkY%27H@YpE{@bYk#FM!*qpgh%zdwuX5mggG)m&@i
zq_E&`*K2x(0`B%u^5&{yaO~Y%W+$DeL>tsc;?YK&WE9NV?{v)dK<{zm>6_Deycre`
zT~*Vy%xQOs=o=;-?6qla{+Lgltdx8P6C~K{Y0*wIOJ?AMBe<%Z|1@$~kefQsSlQUf
zd!#Q8!h$TfN$vPOd%K9=?;=hk$S1pIb9+CSA9v#S&9rupJLOK3B!vX0HaLK^`pepC
z1}A9B-rHujyPBzE5rX55ka&p-OFlPl!(sgW{sZFQbo>!AN6r(Gf#WKPKj
zERhU&@r0Z&ceSUb5nvUuw(A<43{tFtX%sd;m9!oYpLV
zwmy_D(Xi-iKpxx;vf)T>jgyPt9eL1+=SUt+sBd$6U#fMi@;daogYzZ0_NUpk;u2s7
zRzH9Q?cVgcyixzEg9|F814QsUykG7n<0PA#jZJl>)(r#?04agw@GHK$0s#Jep`qdI
zaz_QfIBI5gg~jUiF?xM?U5OPyvEZ;VPknmVvnEu3;K88;dvoUt+~!n>(gPdE{g%b;
zmR79Wr5bFnwS#k?GA5K@mZEuahgPWQ^qaXjoY0~=^GM4_F%=X_P~Y=#Ln&KNg}7^z
z*P!$Z2!qF@?Ph2Ej$Z;B(eBqxR7%03<4KjoOMM9?brRo-N^Z&{z1tzY-;@3-tfZ0n
z44wJ7&9580{BZwD&fuEsvf_d2i`_IZ+tWSyAn|S7I$h`OpJZ#WN$mqJR9?%)%-~At
zD```46UA8hrzZ6}RjSW#M%;OM>q_O`x;DzRK#oDA;Bnw1N23hI)W5gsRIl}T8?~1g
zb)mKC=F-^=%=)ROKqk=t0azhO%%;p|hvDUo`UV&sB@LDC#IBy(T@++cHvqg8nR}`?
z8JRMI^b!&2!$A)>>I-0W%Z2LoFXCy$c=k;q_fG!FjD2<5clRCVhP%%AgGV+tjRo}b
zs%hpnHcT8jw4PCsl5T2JY@+V(9j_+&M(rGh&P-$D9W&k0F`mI9QDNH7kn5L}y0v9Y
zNA(}0qcuqqn838G+OmQVWu%Pv)6C
zcQI`bF5ERzL&r*n^+ow*o{w_eAbzEEj@%(kT;W6E<6l~`{n1yw|@zY9=imIe*
za8{{uXMC*?SNZX)`yh*OJQ~f(STv=o7FAn!Dk>k_zEo`;bPYg9LsP^}Zrd4*j8R(-
z=T|CqF9t`)r362*?;G{CrzNwCZ@r2xTR}bwrV47U;loeH{-%pH>V&XO7;42ptE;u_
zs}3#f8+R(OJ+oH;
z;zGq6?D1dsAHflWz7(DI*Y=+_|9Ak&W@p-P6M6lLc%39uq7~xJAtGYKQAhY1AQ_L?
z&6~)2s(u+rK21gMgqWY3yFq=2-$tTg#-5o*<1|$J*}~Amy1`a@_uykMMBSf_`jS(=
zhvh`$RBpfp?>!<^xik}^1|M;kZK^|GZhls@Kmq&K6yS(|5wYe-zJhQ-7^Rp%t5t_V
zp*3u2f8l+LJBgZe+v;4;Bu2!uiii!H^(Emf&6izyP2^>FUJQ<*8-hdb-X*h7v=3BQ
zH~maKT$|9G2CJ=pAB%r84K9}^wU3@pU(=bN&?
z#gkI*5M7zLpX*SDneDqJ8MZI@QCu@}iFQL11IyX32Ym*_%j5+@ukaTg@>!)}7zGNk
z9oTgN@SP=ANht<3c>%q7*gt72U=qRudPD~-9LdQ|-N>6d5vC$gfK`fWG0+CBj^pO^
zL(i^8#}Ek{`?G=oZGzBPKk2eacB0~wPugr77$`Z>TKEJ6XORxIUU?13T>-?``L23vfV>
zVQHJb9|EXr17ee3w&TSUFH!UR6fCD)HOw}PgAH)**HC|7+IvG4P!kIjPwqGIOrFH2?N5v1+#!(RYh9sJo8k8@k$LIn}N
z7Gq;bE>_z#3}y5|mf3TbS!VKH&QU?+BW+i8jr2CPoj+MC=UP!3M{Dqsk;{|ynvB8oeWm*uIA9tH
z)KV>{UwqTe=Fnb>(|)Gf=TO5JWMs
z9>OU4cE1Q6a{8e2NZ5jha}mTS=v38W)e;0&6VwLVxyIJtSbrgfgB4iD@p^m$6hHPJ
zoYc5=LV`Ey(cuh6DuNX}rL=58~G>+pS8mc)v^AWo2p`P^F
z_$&wgK^bx-kA*ADh|w5ucogYcbgMH`yMWbCX_ePP7X>5}{Xtw5Zi%aPSR_Oc;%j8<
z)~016RIy&pG*{1hpRG$Z%gDM-HO=IwO?o6wY?5+lt&<;!rp~>Dno#S4~
z4p|gQrUpYF@5TYtYP2sB78zI?2-L6%)1ho8J^N#QQ75D}=vap(01Rb##TB!+Po=l>
zaHHld9zCfb$z&2A>>{v1wZ@U!2LP?lOz@KZCLAhcQA@JZkhz~@Rr2ajam5^t*9SfItuWGWP1qkN?xoW)w3rf@!E
zWApjTUQ;sID=XE^*+1p^J0{U}y2h7a$&0^Ze(~;`jYfOa#!}rNIgLiI-8L1ek(Y7|v^JW$|FS6y-P@OE#k?YB#l0H{W0FYN8iSd|7P`CT
zrrg_|z5kGJ|K7L)@D<|NazA#Oa
z#;Pme=HQh+)g7b8&EZX%?H4>JY$TN6QL0m`o(`i%$-|>;qH1i<;2j5&*m-xj2
zjtXocsla<7k{8=+gVDL6SPCX>6La?JEh;XVUlbp1RQR1ldi#IgggjXn!hr_gE#
zB}<8+Skwr_UuI?6)6AY-i5n$PHMB8SKcnkZhZ61{WVTZB!!eg%+39muVB=DWt6h;L
zVa=bp3Mrt$B-%T>&aa??rJ$rh#;&@+MR?fW(_R2Q
zly52gN3$}8eQ?M3*5ROS-FA+6!3J)<18)c$09iodds|qowp+&%QU#Oc!2D_BF54_9
zan_&3NKoLiiGhNsU|PB+a=T{$O!6itEV{b76bUzdpHp;s)f$bU)*nP8=cW@hw4g`gLnXJ{z|%x36F4_!de1xETLuq*uVsqAHrrxT}2sR(YW
z64$*xoh*7V84js&TvP#yKnYfWEb1WOgKy-J%6eWSm%Wz0^Fdjy1k8rp4f+h1j8jW%
zO`l$DUhc=O_mXxG7Yq;heDE`?E&|K*IgWvT$5rI@6itLF)iw4ty+C}){v&bYkC3K$
zS=OCV(*jiB&g59C-r9JXJ06TsK6z@#a&7-s5-v60@6d5-wtBVEPV7o<6jUk&s({Lls%u><3Qj5BwXhxl^kLWD6e-VsmG=b1HO
zuThv-)d41lnQIC5MxB8RC+~v7*kw3BGzj~O$@0s7i3b>ZgmDbVm5ojqVN
zxGR)=o2K-^^vaBat7Tw5ddAxVIu;@#8g{nhq1}2aNch*ldnvIii%n>K(N&y>6nQdx
z4k9~Sq{f{C37-YILOM{)%W=#=NQV@d<)?j
zh@b#jPPK6MWIeaOBXJiOd4I?ynzDcv4b`2x}#a`7Z2>W#1p)h8!g7l62!>m@q^1
zqyYu3rPkRRqlm~8;^Fs-KdS12=Dzzeqoyfs^A|qa4?CMB0iQlcaw5iO+p-4>)ME$1
zXJsjA6W-Rkbqk2W8?H9Z27o7&myQKcGn2F*mDctbSuYa)>E#$g-MrABg
z`B0kF+NOwLCOkx&&2QK3RArezi{oNc0JAYwJgr#MQ>vqPj~+@Cy46rl;kl&_R}n0t
zqk(69(GU)hbqLqOKQCAVO{^2o<#>=rWQ$_MrDrGtPl4`$XJY{NTgUb5J
zi9kL}p&pR@WvW>!vQsObcXQBJ?p%Mc{PfXP_@}#d|JGfffv97IszN3*xXmjHluVN2
z0`znInkLv%zu}ZHTtFut+|akxIY(KJ;0Q7@K+?`mdQg*xkV{<-tmp*o^+SrmyL$@1
z={zamL#te%D_dsl-Vs*fr998y^_Z~#OJ#XHv!4H(A?2c!mODEVoy6LLQ)_$4Tu4t0
zL9!2xgiXh8Uh*fBIbT`B|#blyML`_t&}1tQLu)e7}j5c=(A
z#Ik+Pw;X};Yv_YlRm*}L<{9fhfa`EvSz#*fKgu)A#v2~(~^E4bThYuIEtcbyO5~E~MTp3pn^Ft4-BrJ#LJU0Ud
z{bJ$Tb5*TLHSyP|--^g7uzO{PNqWKZQ&E__K08V;fsVcKW~iTzMSjFSHJR`|B|h*^
z;bVaNp8=mC0I2{kaRtuTxH9|@8|8w*Zbc7t?DVuUhvKfeGI_H5g&TDCB4TgoQ*bdR
zo7yqHn#3xTgw@VO#P7n;@e`b5`FtngOzUv%3eTw$!cEEh{wd+{vCed(9wZ_5;b*V-
z)#GD!?~kPL!`b$>p3~7uiLHSx?K8To*U8NU9*CvUC}T<8U`)z}fl;R{DZwZ+*Tv>2
zOh+HhW2HMaGQkBdq!_zYQkSKgA2w2CB9{s)pZI;QwhF8=3JD#|yIH;|R=L+It*`Kh
zve;FzTUl^ZRqHLWH-Gky
UoE>Bm1qk>V-Y|u~)kQ}AKjhp(@Bjb+
literal 0
HcmV?d00001
diff --git a/icons/obj/power_cond/hv_power_cond_connected.dmi b/icons/obj/power_cond/hv_power_cond_connected.dmi
new file mode 100644
index 0000000000000000000000000000000000000000..20730c939e36b4ba7ec1b00914d3bbfc4dd86b38
GIT binary patch
literal 7009
zcmaKQcQl)C7oJ8=M{`f*XUWM
z(@Fl(;FP)}`8ZZ2bEo3TYst_8Dg>(I!|0!N?8!8uOauQrEH`HhpJo5IsF;*jzaw53
z?oc`C@;Pni)ZI~LN1*Oct#rG!b45so{ewzh?7Cb>_l4W`f}7;bP5Gi>o!7fwgJj;hVqg<46d7d(FXb`)K86doKO@xY8%oWE{6=rbAXC#{Tj82g`V3z#6^
z;3~fUM)y*Znt!@?56prluEZyJh}EKuF1ELZo2R`*>kt~%v)$rJM`PcZQ8yy8
zrw}O2`o-DbgoK2y6H>NvzGcJmg}}BA5YWT&&V#=v*HKe_;e0mb{ds3n@
zIKO0|0{|$&{)Gu@23Sa#v4H_*gmn93vLxd=`A8JY0bc?f0PyPh{|13*5%}-YFRl{t
zpuSJ%>LfW;L8SbFhTd&p^ART2QATESd&{%|%jtUM)T=f0<{3(V8O3F^7@33&p1}n8
z-HR+TOgOl-hb^A=!vD>bUgg!bdQeNPAty>5c)#u26HO_LXJ;p$OW{VBbrGg>aqMa1
zo4DzxL(Y$y2#*J_#J^lDTGxa=hle?yj<4ck3k%E8_TMqq5lH46QQqf;CL3%&&l4eS
zFUH*ZGA@~B{gNyC_8~_Rfzn6BxK1IQwY%)o&%U}f+f0*lsDvH1TyE?Hd9~)&^WQ(N
zA5fsW8E93s_VRf;i9?-zbJswJj%xmx8@q#r)a5pu
zR%S)XH
zwFWv=Q~+yA(Ekc*e*npscjbO?niqqCK)@9I{|?so8QK#lQYW
z%auSF2pj7!J7)t22`mcpd#lSAq}snjsEgeQHp2-_)Zf4N_iFgRXm_92{#{r;PFtQ>
z4~olDBw}U}P46Q^y3b?pbwtWICwjivi-ZU43$3?{{ruRaXuS0a*F3~nfuCf;MV+`Kgt2SMMNY}Y|G&x2gLC4DB^NA
zxndil&fbvj!HMBlr(V$d1Y?QsDDklnezQT0Rl5L(21%+`n{G;2;6?oEc5`{8xM~z^
z6sDv}{(ctZ#Qh%`u;z~g70L8f(I!}Okz#0R0YxCj{~6**59|OWWWmewI&JFzow*)c
zMsmXct6N+uTsfZ!Aw%*TRtHx5gUL8ct(J1QZ0Jc}Tp;61s&{iYMx;%+n|EU|yrCE8
zCYmZ2heQlw(yMhFFS@gCXgamS4G|^-E7yc8xiucBjcHb-~|M%Qc11Zw#xqyfTkcN*LuMkv{R
z3%LnDI@%Rw*|lY@FPs^|FCJ!dW~5OcPhn{1r~SI4{2SzG$5J82C*xkQ#ffK-ltaVF
z+$UBMsiiWP7{%W?mG~?qiM=Oso|urg?kET#53~kTQ&b_6K|9t9d8byIPr9N;E}g&)Ts*>;2!Xs{?jxwDXpTEkS)J2{3YkX@RaH0ttB=
z6dgBE%-y1VbZ$5OOGJch-!ZwSK^V4U0XKh+nju5qL)p46pXejJCnvsZ-{;Mu*d6_v
zS1+A}ysRiFc8ygsDaJ)_72qrjevv398q+_zfeo2)ZX}cBTN2xYYI6l0y%rjl-e)}y
zU{&sCy*g5aQKR6PSS?amL$pgYEp30Ph|v4n0SvRRHb4>V-)W4=;OsXzjUF5!{W5{+
z2&e~2(4{bXra{cNWA{9?n|c&=Z$IW1kui?(=M|v7<-a0L#NM+-e7Nw~N-Nj~ez(gw
z41Wr>rDD_LU=%6Y_hqBQJK9E-W|0y1skO?vEsD9Ta5E-4Ysx=1p&uLjQ5W$7HxwUi
z6UhlSVY2YxoeB(=8(h72jcs7w{GOf#t+Qs7L
zT*#tS5FIs$N~F@_E8_#Nyz~;39!bA^W>;NI-Fa#0dG%d1xynrBgy&Icmbf=~nnXFo
z`fkCOam6TH=DIQB1)gRgG{lB=+Cmo>`mUhh
zaM5`>1!n4#exIr(r}#SK^&MvRop%Wv^k+wt6>ZAqUa=jFU)wcx!1gozA_TPwc|qg+
zvep2x9BGFe90O}=9_vU4l2oa-M-ozex#RCIu@5YCttk9aOd=t3$3agc$X`}K=OT%UTg|2Cm;d#KcwRx4Ka9^sQp;VvK&74Eu3z85z&DiK40lcC
zTctVMXbL%ffwdF#;X@BlNiIfG5NHydP?*ephf?DoqE`?)EsawZXQ
zu~vBVe!=(kg>O#J`=;K>_y%{1+|yKNn@#N(Y`%GxzR{+Aa{vxLv&fzHQo`C@z5O4c(^;5#RzAg^SMVjq+o$a`~(6{R}n%
zDOF#OsgEbzmv>y#;OWPd{z)-}!GaIXcqjC4~5g|qet`EYrm
zvIJUMcop={!p9$79%(fuxhP=7-sw8IIevkeu~CQ6!%4?5*GPs6Bq~N#=G`dq;2lkYwyqRak(HD
zsa};5gK=sDBCou4!cw-*ha-0RV~6R>q75jx7e>@cwE}nUb#>Mn@>$NlO0dlZA5UPc
zZFapocjE`no&1;rdgq*d(HJ{qAV>0UV~xbx=TIkE7W7t4+C{ger8{>5%Oe9%mF#lx
z+4k1ZAD8C+nZTbyMmaBdaC2z)Gzi=LE6X+>aZbv4Zwt$n4g88}FJX_G+hg|5%#2El
zl0B9*J&AmFl^Z>1InP}aa<=W++r;lQ|2$uK>o(;$;qnI~Iu~PvXg`1YT2+@HC3zR1FKbmIG;59u%z_kc{#86#F@;GWj_@7
zw+IcYzkUYqn;YtsxmVxcU9)P5K7M3mmu5gNFEb;(pG9QuV+}@}$B@D@F2JKNP29lh
z?ihZyrN?)Ln#!1eB2g5is;^o{4LXyw*kk{X;6l(^n9N%?g1a
ztRRvQH$4T)!X{jB&M62Y7k{gX`i~o8GbyFPD0aAoY
z#Op^B!`EPA1c_ZH<`o+zi_^gI%L(x(@bmN%L5q*PKt@_cxsrG;c__7D6N{YEXu2aw
zUjaE1p2eR1{@-}uqt4Xb1Md;+K&N{f(BVJDLat5i)4PT7cxZ4855b?k4Pz6mUn0*j?KPNt62YZ(IO#eMG=oMr?N~%ikjjyQ98Uuk!#(Fm9_kq7=vjpDX22>xbL?EboB9~syr6de
z#rxNpaU(2G{^fdOq_m8i?T
z$G6)V+!Yx?C>E{$GGZ_AV>Q_$PtPnj;_3d?#AILP`T(yQ6oX=8P>xu}a)wx~ZhTD8u{
zk2fNFhF>DrE6oCW`Vv@H2IYMFuWbp-B7#T9IaFGLpKXkpU5f!G#*AHnm`9B{Ijuvh
z#XSx;EkeKX2wkUtk8`w+k}Aq{;dU$ck8arQgFnob*lRajdo}>m3lkW&ru{(PTg#nm
z*Ajm=^rHk7L(-=Xfoyp`K6PLav#RT5$X=CgEJ1xC#XjilsJu$SeL7Q@!|`V`0NZYi
zDx4Fh$fQwlrKHMtOS1Mp-Cyd2Cc>u>J%%<}<#82yRCODXX6z+>R4J^Jd8B6vl6s^k%MTNN^zR9|O7y)O>NEoP
z`x(A?uc_wppkS7CNy+WxMG0ylYX8wMZoQ%S$NE^_SmIu%_rom(Y8cO3W9`lM-V+uj
z0Z*))3L=}Bo4*eyauVog^CJowoyWc^^Gz-`&910!K>4g_B93$OaW%)Sn?WRLSsw$&
zuXBPK)QUAtm#q4(vC1RZBYaOBOj{NPdT+STJ)c-o8GMjh(i`qIBwBI7fXODwV`FKqcJWC*XcUHr#e795zzb~%1PqAIcS~QiZ
zbIQWazn2Q{^|@2R%n?B{LEqi?^8t+}o;u-wpjd|v1CoZ1@*01A8N+$gr%lymwz=1`UN&Ws-}kue1iY!*GP+sC36
z>!D-PJ{Q_=4i!^&cqfh{L4aSzS`=P)LSab8Wt^|ns^^{1CvlOhL4YT4eRIFeiV>=F
zE!yXl{uOok{uYc)L%|eyH9P*b6b+kI)4O;sJ4NVr5vnkacyH&$XJD%fG8ucOoj6L{
zy4f5D`O0(Oh(rK-SV(L|OdwGU7mw%-7U6{32K(!|B3i?IIJGj!*Zi~f8|{a-LC9DS
zj;4Njq)xrX
zH-eoJ&fc+Z@_9FO!jzGcLLX>I6jq40?b?{rdMP{cB|}IzO?y>c;*mNJf^oJ_s|#v(jT-Have=L3lySedyg0W7XE(m!ysHy
zK#1(8RMS3M5VK{@{LI6l8H7`7>T1^tvehzP_@MMDm*%8RjAN1KoOJkHsqtDXhZ-jh
z>xMqA$sEIDksT^fZ-0GHJ-0xoov;9%eSEyxTqEPDV_@*u%Csx&_@={E#uS-uqVs4t
zBl%Ufnv2e17ACsggavmos_aWcjQ=TFDY6Ih>HbA?bMsLS0wTJ@X@KgTo8uzO^Qs2R
zD?p#VCfCWulBQ|*8)rX<@g(i=lL;*lI^Y-D-891IYA`7d$cj70-e*Yf1nt$h2iVT5Os-vp6LcYQ&+NAFs)R-f4Iv?8>K4!05!%7zER=jeE7e
zof{7No^jyS`hcvKw*1nH122_6Md?aU@m{rx?$8yv+f7rtaAA+&Bg^KTa%HA{2(_Y+
z;J>q&@riPeUfkR_N-`+)>lIwdb?LOURCN|PNU*!QHmNN
zB~Va%j>Zl4hyVnX>dfVm>GJS*oW#~Po3kK*Pl5Vnsvp^FU4Z!`mpjW)wj=@V38vR2
zlMn22ts%Kp!3yB&BGg-wPWE`s?~Gbne|>L(aB&hVZ^1*Q-iL;W#3XjFof9Y4pLKUN
zZ|xWa+IWz=95Wp}uK#A%aulA9g{3q2tZSC2_POMfQ=Qwu>&1aj;bEq;X$`M;)z;9M
zmEpaW$N0R^djiXmR+-%uWV^4jcP?*;FljHzK!QUmW@tJkX1_6z4qrZ>$iYdPDC0E+
zQ*Qmf8Zq;IHh3ir=V;E)TdK%B?$@nR!O^gMe2)CZM>Dv@r_Uj>FYUp$8KY!7Zxgnu
z#TstQQ@vZ0Yn`0W&L9tDVXTa<+|ZwDW^jvrXefKD1qy7z^C9z@ZKx=P-r5&h?|Byk
z4$}L>6NI?H=oSmwwG{V#SsUUHg<$LzbeLwVBZ9c5)z8A{nc4~j2N~#sPzaXzM
z@F}57CYOiK^KJUSWCASW-V#f>6Rh6L{m#Y4HL^?kO`Hh{31S7!9_kpZDhujw{0<^K
z3_bIv9It|cGkwQ2mD#>bGK05dC~i$PjJk(}UCX@43imr{va?rAbgwcxWp-gj@t$?A
zQf)m^IK6^%w9%fk3**UD`2kZ%u4pW!ipvP$v6kZ(il+T4JEbW&%c;a&NQMTk_q0lb^~Y
zSK1%6A_7E)Vo=M#LiapVg~gRXGh^7DAK%@n&w62nJx(g{M4cf5pix*QCBWU-R}gbk
zlY$%23TdDqi%XNnGt0s?H=Qn^im8KR)RP|=oxV6ta={@q)VR{OJ+z5qFRAe_M=a*z
zIK@hhr9o6!E@j!`s}_Q;8Z?wK#AM1`>v*!l&18pelT9A-Q1RGKtklLTNs5izUrQoL
zn3_5w74HmHE?OJNy3}(uf_;krdaH@aWSkUvxgQ5@jBFu6l?0kX#hCsxmxjhieSdI^
zt)bm@&s@>tnAI-+cSvAwcsbCbl6p7hc@wU}O$RxUrTO3K3Zt<&MNqjGNvcvir2L`I
z%0L$Hf5Qs&QQ+B$lh3l+{97=gz`W0nkrui;34-G8XnOaQ;un=*x)!};T^<5pJ5rbj
zdLR#CG5g)5xP%0<4axsZKx=p=yz657b!Nimz|OG&eagXU1H^?qdXzPHZWNwvCuUVE
zJCS&g3Itiw3DtX#d61UzHD8;PZN_paU!7~#Gv!h~5eoF5C*UM;BQ>IIH
z27JK66+9DDhO6K{1M^)7gC0TP2@_WeG@-nwa=dK7;$o)PKZT1;71lRjR-Q6P6B+pp
z^w>&VhAs&e@60#4(%AIx%!^X!nI=Ak+p>qqZg=qK=!4=iSyw5_q{Q^hal&QGm(L8!
z#w?qv!#awDdJ=|w4jU;jsn`*%
z+W#!+CSOkDHe?jz4f(F7T~F*ECmy<7$SP)SQLu5Vs=Z}K*E7U}RbfAM-I=hS
z6PT%ag&5)*l~8eX#$<9%8jT0o@%O7ZkwZg0#}ZG-4U$yZ{jr$d@b`lGx7J+s`og(!
dj<&}aK-}A`o{y6zG63>rYIxJ2UJn-YKLBa?aJ>Kk
literal 0
HcmV?d00001
diff --git a/paradise.dme b/paradise.dme
index b11617319a0..b46c9aaf6b1 100644
--- a/paradise.dme
+++ b/paradise.dme
@@ -45,6 +45,7 @@
#include "code\__DEFINES\basic_mob_flags.dm"
#include "code\__DEFINES\bio_chip_defines.dm"
#include "code\__DEFINES\bots.dm"
+#include "code\__DEFINES\cable_defines.dm"
#include "code\__DEFINES\callbacks.dm"
#include "code\__DEFINES\chat.dm"
#include "code\__DEFINES\chat_box_defines.dm"