This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Nullbody Knows the Trouble I've Seen
This update ends Foundry v8 compatibility. This allow for a slightly less
fragile way of changing rounds without setting an active combatant. Before, a
dummy combatant was used, but v9 allows the turn to be updated to null
,
removing the need for a blank combatant. This improves compatibility with other
modules that fail to null check accessing actor and token parameters on
combatants.
After updating, there may be a combatant with the name "Unknown Combatant".
This can be safely deleted.
Changelog
- 4817d2b – Update to foundry-vtt-types 9.255.2
- b4d96a7 – Update library (https://github.com/BoltsJ/lib-lancer-initiative/releases/tag/v2.0.0)