Themis
Themis
Just needs to initialize `xmap` and `anglearray` somewhere, so I guess a `let xmap = points.get(point.x);` and `let anglearray = xmap.get(point.y);` would suffice! Really helpful one! Cheers!
How do you apply the Aid effect on the target? And how do you trigger the correct `tempmax` value change based on spell slot used?
Do you use MidiQOL to transfer effects on the targets of Items? (Actually I just saw that you opened an issue in DAE too. It can be done with DAE,...
So I guess for that there needs to be a migration, which will check if that description is empty or not, check the flags to get the older description if...
A video from the Foundry discord that show cases the same issue when executing a secondary macro with no token selected in the GM's client and the macro breaking as...
Glad to see this issue cause I was banging my head, trying to wrap `Token.prototype._onDragLeftDrop` for another module and failing spectacularly. Now the behaviour I encountered makes more sense.