Skip to content

1.1.20

Compare
Choose a tag to compare
@etiquettestartshere etiquettestartshere released this 17 May 15:23
· 32 commits to main since this release
c963899

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 between Array.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.