mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Merge branch 'main' into feature/combo-dice-modifier
This commit is contained in:
commit
0779443d4a
421 changed files with 2867 additions and 4508 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue