trioderegion / dnd5e-helpers

Little helpers for little 5e tasks.
MIT License
27 stars 22 forks source link

"No Regen" effect disables regeneration even when inactive #217

Closed jflevesque closed 3 years ago

jflevesque commented 3 years ago

Hi,

I just noticed that if you disable the No Regen active effect on a token (but don't delete it), it is still taken into account to prevent regeneration. During a fight with vampires for example, it would be much easier to simply toggle the effect, since it could come back the next round based on player actions.

Based on this, I would suggest to check if the effect is active (passive or temporary) for it to prevent the regeneration, but ignore the presence of the effect it if its set to Inactive.

trioderegion commented 3 years ago

This is indeed an oversight. Thanks for bringing it to our attention.