Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(FakePlayer): Fix auras and isToken rendering #1207

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

In the last release we fixed shapes on the DM layer no longer being rendered when in fake player mode. As pointed out by #1203 however, I forgot to take into account potential auras as well as the minimal vision that shapes with isToken receive.

This is now resolved.

Fixes #1203