[Bug]: canSeeToken() cannot see the Bottom Left and Bottom Right corners of tokens up against VBL in 1.17.1
Opened this issue · 0 comments
Describe the Bug
https://discord.com/channels/296230822262865920/1420789432574935061
See this Discord thread for detailed info and pictures. In essence, grid-aligned medium-size tokens that are up against VBL on their bottom side do not return the BOTTOM_LEFT and BOTTOM_RIGHT corners as visible to other tokens that use canSeeToken() on them.
The bug only appears to apply to VBL against the bottom half the token. VBL against the right, left, and top sides work as expected. The bug does not occur in at least some older versions of Maptool. 1.14.3 works.
To Reproduce
Create a block of VBL. Either using the in-game tool or a script both produce the same results. Place a normal medium-sized token above the VBL, then have a token that should be able to see all the points of that token call canSeeToken(). The function will return ["TOP_LEFT", "TOP_RIGHT", "CENTER"].
Expected Behaviour
All four corners of the token up against the VBL should be visible in the return of canSeeToken().
Screenshots
MapTool Info
Version 1.17.1
Desktop
Windows
Additional Context
No response