Files
Bubberstation/code/datums/components/material
SkyratBot 3ef87e8df0 [MIRROR] Indestructible items are properly rejected by material containers (#26529)
* 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>
2024-02-16 16:17:43 -05:00
..