Skip to content

All sorting and stacking machinery have more restricted intakes

Rob Nelson requested to merge pull/6003/Recycling into Bleeding-Edge

Created by: dylanstrategie

Recycling machinery used to be able to move all atom/movable. The problem is that it includes a HUGE amount of things you don't want moved through that machinery. Effects, decals, cameras, observers, room-sized machinery, unbolted structures like grilles and tables, etc

Now it can only move the following :

  • /obj/item
  • /mob/living

This effectively fixes the problem permanently without reducing the machine's functionality. All mobs that actually play in some fashion are /mob/living, and everything that isn't a structure, machinery, effects and fire are /obj/item. To move /obj than aren't items, you'll need to deconstruct them first

Fixes #5986 (closed)

Merge request reports