diff --git a/code/modules/recycling/disposal/outlet.dm b/code/modules/recycling/disposal/outlet.dm index 07d78acdaf7..f7ec46937fa 100644 --- a/code/modules/recycling/disposal/outlet.dm +++ b/code/modules/recycling/disposal/outlet.dm @@ -57,7 +57,7 @@ if(!H) return - pipe_eject(H, dir, TRUE, target, eject_range, throw_range) + pipe_eject(H, dir, TRUE, target, eject_range, eject_speed) H.vent_gas(loc) qdel(H)