1.1.20
etiquettestartshere
released this
17 May 15:23
·
86 commits
to main
since this release
API Fixes
- Fixed several bugs with the handling of raw strings as the 'targets' parameter of the
applyEffect()
helper function (I did not not know the difference betweenArray.from()
and simply putting[ ]
around stuff). - Changed how the module determines whether or not a chat message has a damage roll (now checks for rolls that are instances of
DamageRoll
rather than a flag). This may or may not increase compatibility with modules that modify system provided damage cards, and it is not intended to nor does it indicate future support of such.