You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce: put a damage enricher like [[/damage formula=1d4 type=fire]] in a journal or chat card and then click it. The TypeError "Cannot read properties of undefined (reading 'actor')" is thrown. Only occurs with Advantage Reminder enabled. Results obtained on Foundry version 11.315 (node.js+chrome), dnd5e 3.1.2, adv-reminder 3.4.1 and 4.0.0, no other modules enabled.
The text was updated successfully, but these errors were encountered:
I encountered this same issue with Zhell's Effect Macro module, and he determined it is likely to be caused by the first argument of the "dnd5e.preRollDamage" hook, item, being undefined, leading to item.actor causing this error. It seems likely that is the issue here as well.
To reproduce: put a damage enricher like
[[/damage formula=1d4 type=fire]]
in a journal or chat card and then click it. The TypeError "Cannot read properties of undefined (reading 'actor')" is thrown. Only occurs with Advantage Reminder enabled. Results obtained on Foundry version 11.315 (node.js+chrome), dnd5e 3.1.2, adv-reminder 3.4.1 and 4.0.0, no other modules enabled.The text was updated successfully, but these errors were encountered: