Files
Bubberstation/code/game/objects/items/circuitboards
SkyratBot 6d8ce9f51b [MIRROR] Fixed recycler stack deletion and removed matter bins for it [MDB IGNORE] (#14412)
* Fixed recycler stack deletion and removed matter bins for it (#67711)

Recycler destroys material stacks #67710 - The output item was merged with the original BEFORE the original was deleted, and that's why the output was lost.
Didn't find corresponding issue. The recycler has infinite internal storage upon init, but it resets it to 100000 on stock parts check. Because of this, when you throw a stack of 50 items and the recycler has less than 1 sheet of this item inside, it was saying that there is not enough space for 50 items, but deleted them anyway. Now recycler doesn't require matter bins, and the internal storage is infinity.

* Fixed recycler stack deletion and removed matter bins for it

Co-authored-by: Andrew <mt.forspam@gmail.com>
2022-06-19 22:45:55 +01:00
..