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
Branding Smite throws an error when the weapon attack occurs because it is unable to read actor.flags["midi-qol"].brandingSmite.level. This is because the flag was already removed due to the DAE expiring immediately upon hitting.
The fix is to move the setting of brandingSmite.level into its own DAE with no special expiration condition (so it will expire when caster concentration is removed AFTER all the hit processing):
The text was updated successfully, but these errors were encountered:
Branding Smite throws an error when the weapon attack occurs because it is unable to read actor.flags["midi-qol"].brandingSmite.level. This is because the flag was already removed due to the DAE expiring immediately upon hitting.
The fix is to move the setting of brandingSmite.level into its own DAE with no special expiration condition (so it will expire when caster concentration is removed AFTER all the hit processing):
The text was updated successfully, but these errors were encountered: