From f1edb9d843d2cd8e4a1ac1ec72f4a34c3d37ca23 Mon Sep 17 00:00:00 2001 From: Steelpoint <6595389+Steelpoint@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:15:33 +0800 Subject: [PATCH] Fix Research Disposal Pipe (#4307) # 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
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: maptweak: Fixed broken disposal piping in research resulting in items being dumped back into research. /:cl: Co-authored-by: Steelpoint --- maps/map_files/USS_Almayer/USS_Almayer.dmm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index dc1d7b2418c2..5631a5a6baed 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -29094,7 +29094,6 @@ pixel_y = 1 }, /turf/open/floor/almayer/no_build{ - dir = 2; icon_state = "cargo_arrow" }, /area/almayer/command/airoom) @@ -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"; @@ -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" @@ -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 },