From 20cbc642e23572bc313b272265bdf3a06027c5d6 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Wed, 4 Jan 2012 23:02:57 -0700 Subject: [PATCH] Another update. --- code/modules/recycling/disposal.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index f80cecb6941..28b6bcaeabc 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -347,15 +347,8 @@ flushing = 1 flick("disposal-flush", src) - var/wrapcheck = 0 var/obj/structure/disposalholder/H = new() // virtual holder object which actually // travels through the pipes. - for(var/obj/item/smallDelivery/O in src) - wrapcheck = 1 - - if(wrapcheck == 1) - H.tomail = 1 - H.init(src) // copy the contents of disposer to holder air_contents = new() // new empty gas resv.