foundryvtt-blades-in-the-dark
foundryvtt-blades-in-the-dark copied to clipboard
Clock Tokens Reset Size
I wanted to make clock tokens big so they're more visible to players In general not a problem, but whenever I adjust the clock it resets the size of the linked tokens to 1x1
Not sure if this is a foundry side issue or if it has something to do with the javascript for changing clock images
Fixed it on my install, might pull and fix later.
It's due to the size being reapplied (when pushing new image to clock tokens) on every clock sheet submit, you can just delete the width & height from the update object in the clock js file and set it in the prototype token and it seems to work.