diff --git a/code/modules/recycling/sortingmachinery.dm b/code/modules/recycling/sortingmachinery.dm index 3485e5edb8..9fa94838a7 100644 --- a/code/modules/recycling/sortingmachinery.dm +++ b/code/modules/recycling/sortingmachinery.dm @@ -250,15 +250,13 @@ if(deliveryCheck == 0) H.destinationTag = 1 - - H.init(src) // copy the contents of disposer to holder - air_contents = new() // new empty gas resv. sleep(10) playsound(src, 'sound/machines/disposalflush.ogg', 50, 0, 0) sleep(5) // wait for animation to finish + H.init(src) // copy the contents of disposer to holder H.start(src) // start the holder processing movement flushing = 0