Fix for disposals lag.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3255 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2012-03-05 06:05:26 +00:00
parent 200cfe4809
commit 8bff40c740
+2 -2
View File
@@ -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