Files
Bubberstation/code/modules/recycling
MrMelbert e86558b7e2 Fixes light switches causing conveyor belts to move anchored objects. (#67456)
Fixes conveyor belts moving things which shouldn't be moved.
- So, whenever an area power update occurs, it tries to re-add everything present overtop to the moving loop. Unfortunately, it made no checks for whether a move loop existed already. Meaning there'd be multiple move loops tied to the object, but only one conveyor component dictating when something should or shouldn't move. By unifying the behavior, hopefully this will stop happening.
2022-06-02 11:42:08 -04:00
..