Disposal units work again

This commit is contained in:
Crazylemon64
2016-07-20 21:27:55 -07:00
parent 2761a03182
commit 781e0d4a2d
+2 -1
View File
@@ -54,6 +54,7 @@
/obj/machinery/disposal/initialize()
// this will get a copy of the air turf and take a SEND PRESSURE amount of air from it
..()
var/atom/L = loc
var/datum/gas_mixture/env = new
env.copy_from(L.return_air())
@@ -1376,4 +1377,4 @@
else
dirs = alldirs.Copy()
src.streak(dirs)
src.streak(dirs)