mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 05:26:28 +00:00
## About The Pull Request `/obj/item/stack/sheet/add()` proc not only increments the `amount` var but also 1. updates the stack's appearance 2. updates it's weight 3. inform's global material sniffer's about it's presense 4. also updates it's custom material's So let the slime extract use this proc instead of doing a partial incomplete job ourselves ## Changelog 🆑 fix: stabilized metal slime extract properly increments stacks so that it's appearance & weight are updated correctly & is picked up by material sniffers. /🆑