makhmud

Results 1 comments of makhmud

So do "Skills" category I believe mistake is here: https://github.com/espositos/fvtt-tokenactionhud/blob/f0eb5f787f0c029e6b95d24caa4de898dc587369/scripts/actions/dnd5e/dnd5e-actions.js#L198 https://github.com/espositos/fvtt-tokenactionhud/blob/f0eb5f787f0c029e6b95d24caa4de898dc587369/scripts/actions/dnd5e/dnd5e-actions.js#L421 I think line `if (actor.data.type !== 'vehicle') return;` should be replaced with `if (actor.data.type === 'vehicle') return;`