Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit a308a77

Browse files
authored
[All Stations] Corrects and cleans up Mech Bay wiring (#22572)
* wires * meta
1 parent 55c5c88 commit a308a77

File tree

5 files changed

+17
-172
lines changed

5 files changed

+17
-172
lines changed

_maps/map_files/AsteroidStation/AsteroidStation.dmm

Lines changed: 2 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7762,9 +7762,6 @@
77627762
/obj/machinery/computer/mech_bay_power_console{
77637763
dir = 4
77647764
},
7765-
/obj/structure/cable{
7766-
icon_state = "0-4"
7767-
},
77687765
/turf/open/floor/plasteel/dark,
77697766
/area/science/robotics/mechbay)
77707767
"bJC" = (
@@ -8515,12 +8512,6 @@
85158512
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
85168513
dir = 6
85178514
},
8518-
/obj/structure/cable{
8519-
icon_state = "2-4"
8520-
},
8521-
/obj/structure/cable{
8522-
icon_state = "1-4"
8523-
},
85248515
/turf/open/floor/circuit,
85258516
/area/science/robotics/mechbay)
85268517
"bXC" = (
@@ -9381,12 +9372,6 @@
93819372
/area/security/main)
93829373
"cij" = (
93839374
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
9384-
/obj/structure/cable{
9385-
icon_state = "1-8"
9386-
},
9387-
/obj/structure/cable{
9388-
icon_state = "1-2"
9389-
},
93909375
/turf/open/floor/circuit,
93919376
/area/science/robotics/mechbay)
93929377
"cin" = (
@@ -12057,9 +12042,6 @@
1205712042
dir = 8
1205812043
},
1205912044
/obj/effect/landmark/event_spawn,
12060-
/obj/structure/cable{
12061-
icon_state = "4-8"
12062-
},
1206312045
/turf/open/floor/circuit,
1206412046
/area/science/robotics/mechbay)
1206512047
"cYN" = (
@@ -24201,9 +24183,6 @@
2420124183
pixel_y = 24;
2420224184
req_access = list("robotics")
2420324185
},
24204-
/obj/structure/cable{
24205-
icon_state = "2-8"
24206-
},
2420724186
/obj/machinery/button/door{
2420824187
id = "Skynet_launch";
2420924188
name = "Mech Bay Door Control";
@@ -32864,13 +32843,6 @@
3286432843
},
3286532844
/turf/open/floor/plasteel,
3286632845
/area/hallway/secondary/exit)
32867-
"jpN" = (
32868-
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
32869-
/obj/structure/cable{
32870-
icon_state = "1-2"
32871-
},
32872-
/turf/open/floor/circuit,
32873-
/area/science/robotics/mechbay)
3287432846
"jqc" = (
3287532847
/obj/structure/cable{
3287632848
icon_state = "4-8"
@@ -34393,9 +34365,6 @@
3439334365
/obj/structure/cable{
3439434366
icon_state = "2-8"
3439534367
},
34396-
/obj/structure/cable{
34397-
icon_state = "1-2"
34398-
},
3439934368
/turf/open/floor/plasteel/dark,
3440034369
/area/science/robotics/mechbay)
3440134370
"jRg" = (
@@ -36297,9 +36266,6 @@
3629736266
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
3629836267
dir = 1
3629936268
},
36300-
/obj/structure/cable{
36301-
icon_state = "1-8"
36302-
},
3630336269
/turf/open/floor/plasteel/dark,
3630436270
/area/science/robotics/mechbay)
3630536271
"ktn" = (
@@ -41232,9 +41198,6 @@
4123241198
/obj/machinery/mech_bay_recharge_port{
4123341199
dir = 2
4123441200
},
41235-
/obj/structure/cable{
41236-
icon_state = "0-4"
41237-
},
4123841201
/turf/open/floor/plasteel/dark,
4123941202
/area/science/robotics/mechbay)
4124041203
"mco" = (
@@ -66922,9 +66885,6 @@
6692266885
/obj/machinery/light{
6692366886
dir = 8
6692466887
},
66925-
/obj/structure/cable{
66926-
icon_state = "0-4"
66927-
},
6692866888
/obj/machinery/firealarm{
6692966889
dir = 4;
6693066890
pixel_x = -26
@@ -79933,9 +79893,6 @@
7993379893
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
7993479894
dir = 10
7993579895
},
79936-
/obj/structure/cable{
79937-
icon_state = "2-8"
79938-
},
7993979896
/turf/open/floor/circuit,
7994079897
/area/science/robotics/mechbay)
7994179898
"xLv" = (
@@ -80030,9 +79987,6 @@
8003079987
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
8003179988
dir = 8
8003279989
},
80033-
/obj/structure/cable{
80034-
icon_state = "4-8"
80035-
},
8003679990
/turf/open/floor/circuit,
8003779991
/area/science/robotics/mechbay)
8003879992
"xNj" = (
@@ -110856,9 +110810,9 @@ aQZ
110856110810
gLE
110857110811
bXz
110858110812
cij
110859-
jpN
110860110813
cij
110861-
jpN
110814+
cij
110815+
cij
110862110816
ktk
110863110817
adX
110864110818
aFu

_maps/map_files/DonutStation/DonutStation.dmm

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22399,6 +22399,9 @@
2239922399
dir = 4;
2240022400
network = list("ss13","Research")
2240122401
},
22402+
/obj/structure/cable{
22403+
icon_state = "0-4"
22404+
},
2240222405
/turf/open/floor/circuit,
2240322406
/area/science/robotics/mechbay)
2240422407
"joZ" = (
@@ -32280,7 +32283,7 @@
3228032283
"nrZ" = (
3228132284
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
3228232285
/obj/structure/cable{
32283-
icon_state = "1-2"
32286+
icon_state = "1-8"
3228432287
},
3228532288
/turf/open/floor/circuit,
3228632289
/area/science/robotics/mechbay)
@@ -32830,9 +32833,6 @@
3283032833
/area/maintenance/port/aft)
3283132834
"nGk" = (
3283232835
/obj/machinery/mech_bay_recharge_port,
32833-
/obj/structure/cable{
32834-
icon_state = "0-4"
32835-
},
3283632836
/turf/open/floor/plasteel,
3283732837
/area/science/robotics/mechbay)
3283832838
"nGL" = (
@@ -34128,9 +34128,6 @@
3412834128
/area/engine/engineering)
3412934129
"ofh" = (
3413034130
/obj/machinery/computer/mech_bay_power_console,
34131-
/obj/structure/cable{
34132-
icon_state = "0-8"
34133-
},
3413434131
/turf/open/floor/plasteel,
3413534132
/area/science/robotics/mechbay)
3413634133
"ofi" = (
@@ -35226,12 +35223,6 @@
3522635223
/turf/open/floor/engine,
3522735224
/area/science/xenobiology)
3522835225
"oEp" = (
35229-
/obj/structure/cable{
35230-
icon_state = "1-8"
35231-
},
35232-
/obj/structure/cable{
35233-
icon_state = "1-4"
35234-
},
3523535226
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
3523635227
/turf/open/floor/mech_bay_recharge_floor,
3523735228
/area/science/robotics/mechbay)
@@ -38612,9 +38603,6 @@
3861238603
/obj/machinery/computer/mech_bay_power_console{
3861338604
dir = 1
3861438605
},
38615-
/obj/structure/cable{
38616-
icon_state = "0-8"
38617-
},
3861838606
/turf/open/floor/plasteel,
3861938607
/area/science/robotics/mechbay)
3862038608
"qda" = (
@@ -40576,12 +40564,6 @@
4057640564
/obj/structure/cable{
4057740565
icon_state = "1-2"
4057840566
},
40579-
/obj/structure/cable{
40580-
icon_state = "1-8"
40581-
},
40582-
/obj/structure/cable{
40583-
icon_state = "1-4"
40584-
},
4058540567
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
4058640568
/turf/open/floor/mech_bay_recharge_floor,
4058740569
/area/science/robotics/mechbay)

_maps/map_files/GaxStation/GaxStation.dmm

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11752,9 +11752,6 @@
1175211752
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
1175311753
dir = 4
1175411754
},
11755-
/obj/structure/cable{
11756-
icon_state = "4-8"
11757-
},
1175811755
/turf/open/floor/plasteel,
1175911756
/area/science/robotics/lab)
1176011757
"fyD" = (
@@ -20323,9 +20320,6 @@
2032320320
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
2032420321
dir = 4
2032520322
},
20326-
/obj/structure/cable{
20327-
icon_state = "4-8"
20328-
},
2032920323
/obj/machinery/door/airlock/research{
2033020324
name = "Mech Bay"
2033120325
},
@@ -21357,9 +21351,6 @@
2135721351
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
2135821352
dir = 4
2135921353
},
21360-
/obj/structure/cable{
21361-
icon_state = "4-8"
21362-
},
2136321354
/obj/structure/cable{
2136421355
icon_state = "2-4"
2136521356
},
@@ -23366,9 +23357,6 @@
2336623357
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
2336723358
dir = 4
2336823359
},
23369-
/obj/structure/cable{
23370-
icon_state = "4-8"
23371-
},
2337223360
/obj/effect/turf_decal/stripes/line{
2337323361
dir = 4
2337423362
},
@@ -25409,9 +25397,6 @@
2540925397
/turf/open/floor/plasteel/broken/two,
2541025398
/area/science/mixing)
2541125399
"mfl" = (
25412-
/obj/structure/cable{
25413-
icon_state = "2-4"
25414-
},
2541525400
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
2541625401
dir = 4
2541725402
},
@@ -26724,7 +26709,6 @@
2672426709
/area/maintenance/department/science/central)
2672526710
"mMm" = (
2672626711
/obj/machinery/mech_bay_recharge_port,
26727-
/obj/structure/cable,
2672826712
/obj/machinery/airalarm{
2672926713
dir = 1;
2673026714
pixel_y = -24
@@ -29157,12 +29141,6 @@
2915729141
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
2915829142
dir = 4
2915929143
},
29160-
/obj/structure/cable{
29161-
icon_state = "4-8"
29162-
},
29163-
/obj/structure/cable{
29164-
icon_state = "2-4"
29165-
},
2916629144
/turf/open/floor/plasteel,
2916729145
/area/science/robotics/lab)
2916829146
"nXR" = (
@@ -35892,15 +35870,6 @@
3589235870
"rpM" = (
3589335871
/turf/open/floor/wood,
3589435872
/area/hallway/primary/central)
35895-
"rpU" = (
35896-
/obj/structure/cable{
35897-
icon_state = "4-8"
35898-
},
35899-
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
35900-
dir = 4
35901-
},
35902-
/turf/open/floor/plasteel,
35903-
/area/science/robotics/lab)
3590435873
"rpY" = (
3590535874
/obj/effect/spawner/structure/window/reinforced/shutter,
3590635875
/obj/structure/cable{
@@ -43276,9 +43245,6 @@
4327643245
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
4327743246
dir = 4
4327843247
},
43279-
/obj/structure/cable{
43280-
icon_state = "4-8"
43281-
},
4328243248
/turf/open/floor/plasteel,
4328343249
/area/science/robotics/lab)
4328443250
"uYJ" = (
@@ -89534,7 +89500,7 @@ sOU
8953489500
tqI
8953589501
kYl
8953689502
cXu
89537-
rpU
89503+
nXH
8953889504
cJd
8953989505
fgW
8954089506
gqK

0 commit comments

Comments
 (0)