mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 21:15:21 +00:00
 stack/init was adding stacks to the global list if they had LESS THAN 10 units, though the sniffer only looks for things >= 10 units. Flipped bracket, gg. add() was also using += instead of |=, which resulted in duplicate entries for the same object in the global list when adding stuff to a stack. 🆑 ShizCalev fix: The materials sniffer now actually works! /🆑