Fixes delivery chutes losing their gas datums

This commit is contained in:
Krausus
2015-08-18 00:14:04 -04:00
parent 66083d6d6a
commit 59c4e30b05
+1 -3
View File
@@ -284,14 +284,12 @@
if(deliveryCheck == 0)
H.destinationTag = 1
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
air_contents = new() // The holder just took our gas; replace it
H.start(src) // start the holder processing movement
flushing = 0
// now reset disposal state