Adrian
Adrian
With the v12 fork I get an error in a pf2e world when trying to open the Token Mold config dialog. It's coming from this code: ```js const types =...
```js const types = Actor.implementation.TYPES.filter(x => x !== 'base'); ``` Seems to be a good workaround for this error. Not sure if this breaks any functionality for the stat overlay,...
No, it's a bug that's not been fixed yet. See my previous comment in here for a workaround (you can edit the installed module for this until there's a fixed...
Thanks, works fine AFAICT.
Looks like a duplicate of #2735