chrisk123999 / chris-premades

MIT License
42 stars 47 forks source link

Drake Companion Summon ignores token art #267

Closed KellethDregar closed 1 month ago

KellethDregar commented 1 month ago

For some reason when performing the summon it seems to ignore the token art in the configuration. The avatar art seems to work normally. It appears for a brief moment when dropping then goes to default token image. When checking on the sheet it looks like the avatar sheet was applied but the token wasn't.

image image image image

chrisk123999 commented 1 month ago

You likely have another module changing token images on drop.

KellethDregar commented 1 month ago

Huh, alright will try to find the culprit to see if it finds anything. Seeing this error during the workflow:

image

chrisk123999 commented 1 month ago

That appears to be an error in the Sequencer module.

KellethDregar commented 1 month ago

Seems one of my modules was updated and added a new functionality with token art when a token is placed/created, disabling that option seems to have fixed it. Thanks!