MrPrimate / tokenizer

Tiny yet capable in-game token editor for Foundry VTT
MIT License
29 stars 26 forks source link

yzecoriolis system switch to the standard img field for character art #147

Closed coderunner closed 9 months ago

coderunner commented 9 months ago

In one of the recent update, the yzecoriolis system switch to use the standard img field instead of system.keyArt for the character art.

This prevents the module from working properly since there is a special case for yzecoriolis https://github.com/MrPrimate/tokenizer/blob/master/src/hooks.js#L17.

MrPrimate commented 9 months ago

Thanks for the heads up! Fixed in v4.2.11