fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
41 stars 17 forks source link

[BUG] - inOptions.lineColor set incorrectly #239

Closed lacktheknack closed 2 weeks ago

lacktheknack commented 2 weeks ago

Describe the bug A sequencer error triggered with other modules, labeled "shape - inOptions.lineColor must be of type string (hexadecimal) or number (decimal)

To Reproduce Steps to reproduce the behavior:

  1. Set up Automated Animations to use the Teleportation preset for some feature
  2. Attempt to use that feature

Expected behavior There should be a colored outline allowing selection of teleport target.

Screenshots If applicable, add screenshots to help explain your problem. image

Setup:

Haxxer commented 2 weeks ago

This is an issue with automated animations, as game.user.color is no longer a string, but a custom colour class. Automated animations is not even V12 ready...

lacktheknack commented 2 weeks ago

Well dang. Automated Animations is pretty much abandoned. Guess I gotta find an alternative.

lacktheknack commented 2 weeks ago

Welp, Automated Animations fixed it, sorry to waste your brainspace!