Skip to content

Commit

Permalink
Fix Research Disposal Pipe (#4307)
Browse files Browse the repository at this point in the history
# About the pull request

Fixes a broken pipe in research that resulted in any items placed in the
disposal bin in the frontal chemical area being dumped in the disposal
bin in the main research room instead of being sent to the trash room.

# Explain why it's good for the game

While its very funny to see a hundred pills strew all around research,
its clearly not intentional.


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

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
maptweak: Fixed broken disposal piping in research resulting in items
being dumped back into research.
/:cl:

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint committed Sep 9, 2023
1 parent 0b1e4d4 commit f1edb9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -29094,7 +29094,6 @@
pixel_y = 1
},
/turf/open/floor/almayer/no_build{
dir = 2;
icon_state = "cargo_arrow"
},
/area/almayer/command/airoom)
Expand Down Expand Up @@ -35956,9 +35955,6 @@
/turf/open/floor/almayer,
/area/almayer/lifeboat_pumps/south1)
"fGu" = (
/obj/structure/disposalpipe/junction{
dir = 1
},
/obj/structure/machinery/door_control{
dir = 1;
id = "researchlockdownext";
Expand All @@ -35975,6 +35971,10 @@
pixel_y = 1;
req_access_txt = "28"
},
/obj/structure/disposalpipe/junction{
dir = 2;
icon_state = "pipe-j2"
},
/turf/open/floor/almayer{
dir = 8;
icon_state = "sterile_green_side"
Expand Down Expand Up @@ -75490,7 +75490,6 @@
/obj/structure/machinery/door/airlock/almayer/research/reinforced{
dir = 1;
name = "\improper CMO's Bedroom";
req_access = null;
req_one_access_txt = "1;5";
access_modified = 1
},
Expand Down

0 comments on commit f1edb9d

Please sign in to comment.