Merge branch 'main' into feature/combo-dice-modifier

This commit is contained in:
WBHarry 2026-07-12 19:57:21 +02:00
commit 0779443d4a
421 changed files with 2867 additions and 4508 deletions

View file

@ -392,7 +392,7 @@ const updateActorsRangeDependentEffects = async token => {
).rangeMeasurement;
for (let effect of token.actor?.allApplicableEffects() ?? []) {
if (!effect.system.rangeDependence?.enabled) continue;
if (!effect.system.rangeDependence) continue;
const { target, range, type } = effect.system.rangeDependence;
// If there are no targets, assume false. Otherwise, start with the effect enabled.