Skip to content

Disposal bin/outlets don't break the tile they're on

Rob Nelson requested to merge pull/2845/disposals-fix into Bleeding-Edge

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)

Merge request reports