Revert "Atom/Destroy now operates on contents" (#25942)

This commit is contained in:
Cyberboss
2017-04-06 15:12:08 -04:00
committed by Razharas
parent b7f16d3111
commit 1abe8d0b3b

View File

@@ -93,10 +93,6 @@
LAZYCLEARLIST(priority_overlays)
//SSoverlays.processing -= src //we COULD do this, but it's better to just let it fall out of the processing queue
//anything not dead by this point needs to fucking not exist
for(var/I in src)
qdel(I)
return ..()
/atom/proc/CanPass(atom/movable/mover, turf/target, height=1.5)