Skip to content

Commit

Permalink
Fixes research chute not being connected to req chute (#6853)
Browse files Browse the repository at this point in the history
# About the pull request
 
Closes #6371

# Explain why it's good for the game

Bug bad


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Sent from sci


![dreamseeker_ZE3cWCvu4P](https://github.com/user-attachments/assets/405f6690-d02c-4d1d-8da4-c79012178113)


</details>


# Changelog
:cl:
fix: research chute is now connected to req chute and works properly
/:cl:
  • Loading branch information
Blundir committed Aug 5, 2024
1 parent e3f12fc commit 590932f
Showing 1 changed file with 34 additions and 6 deletions.
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 @@ -21762,6 +21762,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 @@ -39787,6 +39794,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 @@ -43314,7 +43328,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 @@ -49448,6 +49462,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 @@ -53181,6 +53202,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 @@ -98287,7 +98315,7 @@ iKy
iKy
iKy
wAE
baw
mGM
baw
qYC
kwo
Expand Down Expand Up @@ -98490,7 +98518,7 @@ qQu
qQu
qQu
wAE
baw
ley
vbB
ley
kwo
Expand Down Expand Up @@ -98693,7 +98721,7 @@ dME
bRO
llo
wAE
baw
saX
dBp
gVA
tQV
Expand Down Expand Up @@ -100083,7 +100111,7 @@ iYf
bIM
wPz
iUo
vOy
qAE
xqp
lzA
vkp
Expand Down Expand Up @@ -100286,7 +100314,7 @@ mTp
wiW
wPz
jeq
rQy
eYU
wWR
vti
vkp
Expand Down

0 comments on commit 590932f

Please sign in to comment.