From 8bff40c740412c74e1a55e8d793b0395fbf8fa86 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Mon, 5 Mar 2012 06:05:26 +0000 Subject: [PATCH] Fix for disposals lag. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3255 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/recycling/disposal.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index 83f012be838..a6b443357a9 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -541,12 +541,12 @@ active = 1 dir = DOWN spawn(1) - process() // spawn off the movement process + move() // spawn off the movement process return // movement process, persists while holder is moving through pipes - process() + proc/move() var/obj/structure/disposalpipe/last while(active) if(has_fat_guy && prob(2)) // chance of becoming stuck per segment if contains a fat guy