This commit is contained in:
silicons
2021-01-08 18:59:26 -08:00
parent 849e9405fd
commit bffc43e95e
5 changed files with 25 additions and 7 deletions
+2 -1
View File
@@ -73,6 +73,7 @@
/obj/structure/disposalholder/proc/move()
set waitfor = FALSE
var/obj/structure/disposalpipe/last
var/ticks = 1
while(active)
var/obj/structure/disposalpipe/curr = loc
last = curr
@@ -81,7 +82,7 @@
if(!curr && active)
last.expel(src, loc, dir)
stoplag()
ticks = stoplag()
if(!(count--))
active = FALSE