death-save / combat-utility-belt

Combat Utility Belt module for Foundry Virtual Tabletop
https://deathsave.dev
GNU General Public License v3.0
53 stars 58 forks source link

Invisibility not working with new settings #704

Closed etoy22 closed 1 year ago

etoy22 commented 2 years ago

Describe the bug The invisibility condition given by this module is currently not making the creature invisible as per the foundry vtt v10 update.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Make the creature invisible as the base foundry does

Screenshots If applicable, add screenshots to help explain your problem. Base Foundry image

Module: image

Environment Info (please complete the following information):

BangBengBongBung commented 2 years ago

The same problem with the Blind condition, effect of Base Foundry does not apply to the effect of the module.

strongpauly commented 2 years ago

My simple PR will fix this issue, but only when the removeDefaultFlags setting is true.

Foundry only allows a single effect to be "Invisible" or "Blinded". Adding multiple would require more work.