Removing Prone effect from a token HUD seems to trigger
Uncaught (in promise) ReferenceError: undefined. token is not defined CoverCalculatorTokenSizes.js:154
I changed CoverCalculatorTokenSizes.js:151 to static isDowned(status,token) {
and
CoverCalculatorTokenSizes.js:214 to if (CoverCalculatorTokenSizes.isDowned(status,token)) {
as a quick fix, but I didn't spend much time validating it so I am not making a PR for this yet.
Thanks, I already have found this issue and fixed but not released it as yet. Real life hit me a bit hard the last couple of months. Will try to get a new version out this weekend
Removing Prone effect from a token HUD seems to trigger
I changed
CoverCalculatorTokenSizes.js:151
tostatic isDowned(status,token) {
andCoverCalculatorTokenSizes.js:214
toif (CoverCalculatorTokenSizes.isDowned(status,token)) {
as a quick fix, but I didn't spend much time validating it so I am not making a PR for this yet.