Closed caewok closed 10 months ago
_token.ignoresCoverType.msak = cover_type.LOW does not work. Need to fix the setter to add the value.
_token.ignoresCoverType.msak = cover_type.LOW
Temp workaround:
api = game.modules.get('tokenvisibility').api; _token.actor.setFlag("tokenvisibility", "ignoreCoverMSAK", api.COVER.TYPES.LOW); _token.actor.setFlag("tokenvisibility", "ignoreCoverRSAK", api.COVER.TYPES.LOW);
Will be fixed in v0.6.0.
_token.ignoresCoverType.msak = cover_type.LOW
does not work. Need to fix the setter to add the value.Temp workaround: