Files
Bubberstation/code/modules/art
SyncIt21 461659f589 Paintings can be sponsored again (#84746)
## About The Pull Request
- Fixes #84735

Since the canvas(`/obj/item/canvas`) was inside the painting
wallframe(`/obj/structure/sign/painting`) both `CanReach()` &
`Adjacent()` would fail because of nested locs.

Now we check adjacency to the location of the canvas (if its in the
wallframe) rather than the canvas itself

## Changelog
🆑
fix: paintings can be sponsored again
/🆑
2024-07-08 16:15:27 +02:00
..