mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 05:21:27 +00:00
* Indestructible items are properly rejected by material containers (#81487) ## About The Pull Request - Fixes #81486 Happens only with items that are Indestructible like the pai card, It's a 2 part fix - First display error message saying the item was rejected - If the item is indestructible but was put inside another object like an bag or anything else, then move the object to turf where this object was inserted(`context`) & not the ore silo(`parent`) thus fixing the teleportation bug ## Changelog 🆑 fix: Indestructible items like the pai card don't teleport to the ore silo when you insert them into silo linked machine & also displays a message saying it was rejected. /🆑 * Indestructible items are properly rejected by material containers --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>