TheMillsFabula/scripts
trotFunky 3914c979b2 Borders: don't check turns when combat has not started
When trying to figure out if a token has played or not, we might get
an active combat which hasn't started.
In this case the Fabula Ultima flags do not exist yet, and trying to
access them will error.

Check that the combat we found has indeed been started, otherwise
there's no way a token can have played and we don't need to check.
2025-06-10 22:54:18 +01:00
..
mills_fabula.mjs Initial commit - v0.1.0 2025-05-12 22:55:13 +01:00
token_combat_border.mjs Borders: don't check turns when combat has not started 2025-06-10 22:54:18 +01:00
token_ui_adjust.mjs Implement Token UI adjustments 2025-06-01 18:37:22 +01:00