Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes research chute not being connected to req chute #6853

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 34 additions & 6 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -21791,6 +21791,13 @@
},
/turf/open/floor/almayer/orangecorner/east,
/area/almayer/engineering/upper_engineering/port)
"eYU" = (
/obj/structure/disposalpipe/up/almayer{
dir = 8;
id = "almayerlink_med_req"
},
/turf/closed/wall/almayer/white/reinforced,
/area/almayer/medical/hydroponics)
"eZm" = (
/turf/closed/wall/almayer,
/area/almayer/maint/hull/upper/p_stern)
Expand Down Expand Up @@ -39810,6 +39817,13 @@
"mGu" = (
/turf/open/floor/almayer/silver/east,
/area/almayer/command/securestorage)
"mGM" = (
/obj/structure/disposalpipe/down/almayer{
dir = 4;
id = "almayerlink_med_req"
},
/turf/open/floor/almayer,
/area/almayer/lifeboat_pumps/south1)
"mGT" = (
/obj/structure/machinery/status_display{
pixel_y = 30
Expand Down Expand Up @@ -43324,7 +43338,7 @@
"obo" = (
/obj/structure/disposalpipe/up/almayer{
dir = 8;
id = "almayerlink_med_req"
id = "almayerlink_med1_req"
},
/turf/closed/wall/almayer,
/area/almayer/squads/req)
Expand Down Expand Up @@ -49458,6 +49472,13 @@
},
/turf/open/floor/almayer/orange/north,
/area/almayer/engineering/lower)
"qAE" = (
/obj/structure/disposalpipe/segment{
dir = 4;
icon_state = "pipe-c"
},
/turf/closed/wall/almayer/white/reinforced,
/area/almayer/medical/medical_science)
"qAG" = (
/obj/structure/platform{
dir = 1
Expand Down Expand Up @@ -53195,6 +53216,13 @@
},
/turf/open/floor/almayer/test_floor4,
/area/almayer/command/corporateliaison)
"saX" = (
/obj/structure/disposalpipe/down/almayer{
dir = 8;
id = "almayerlink_med1_req"
},
/turf/open/floor/almayer,
/area/almayer/lifeboat_pumps/south1)
"sbq" = (
/obj/structure/machinery/door/poddoor/almayer/locked{
icon_state = "almayer_pdoor";
Expand Down Expand Up @@ -98294,7 +98322,7 @@ iKy
iKy
iKy
wAE
baw
mGM
baw
qYC
kwo
Expand Down Expand Up @@ -98497,7 +98525,7 @@ qQu
qQu
qQu
wAE
baw
ley
vbB
ley
kwo
Expand Down Expand Up @@ -98700,7 +98728,7 @@ dME
bRO
llo
wAE
baw
saX
dBp
gVA
tQV
Expand Down Expand Up @@ -100090,7 +100118,7 @@ iYf
bIM
wPz
iUo
vOy
qAE
xqp
lzA
vkp
Expand Down Expand Up @@ -100293,7 +100321,7 @@ mTp
wiW
wPz
jeq
rQy
eYU
wWR
vti
vkp
Expand Down
Loading