Disposal bin/outlets don't break the tile they're on
Created by: wwjnc
/obj/structure/disposalholder/move()
would keep processing after expelling stuff, which called the trunk's expel()
, causing the tile to break since it comes from the underfloor.
Fixes #2839 (closed)