Closed tposney closed 1 year ago
I notice that you already support midi by the check
if ( getProperty(token, "actor.system.details.type.custom")?.includes("NoTarget") ) return false;
I was wondering if you could add
if ( getProperty(token, "actor.flags.midi-qol.neverTarget") ) return false;
The noTarget custom type is not a very good solution. I've implemented the flag solution instead and eventually will retire the noTarget check completely
Added in v0.6.5.
I notice that you already support midi by the check
I was wondering if you could add