Files
Bubberstation/code/modules/art
SkyratBot afb0f1432d [MIRROR] Paintings can be sponsored again (#28717)
* 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
/🆑

* Paintings can be sponsored again

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2024-07-09 00:31:56 +05:30
..