From d9a0bd2d2a0460fddb93c5847ebfda94b9a31bea Mon Sep 17 00:00:00 2001 From: ReoDaProtovali <84661000+ReoDaProtovali@users.noreply.github.com> Date: Sat, 20 May 2023 02:38:52 -0500 Subject: [PATCH] Temporary disposal outlet fix --- code/modules/recycling/disposal-construction.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/recycling/disposal-construction.dm b/code/modules/recycling/disposal-construction.dm index 2416f68826..86d298d054 100644 --- a/code/modules/recycling/disposal-construction.dm +++ b/code/modules/recycling/disposal-construction.dm @@ -322,6 +322,7 @@ var/obj/structure/disposaloutlet/P = new /obj/structure/disposaloutlet(src.loc) src.transfer_fingerprints_to(P) P.set_dir(dir) + P.target = get_ranged_target_turf(src, dir, 10) //TODO: replace this with a proc parameter or other cleaner var/obj/structure/disposalpipe/trunk/Trunk = CP Trunk.linked = P