DFreds / dfreds-convenient-effects

A FoundryVTT module that adds easy to use toggleable active effects for any system.
MIT License
44 stars 37 forks source link

statuses.unshift is not a function. #295

Closed thatlonelybugbear closed 11 months ago

thatlonelybugbear commented 11 months ago

When trying to use the Invisibility CE (not Invisible) this error is triggered (shown in attachement).

@tposney mentioned this first. Small change in effect-helpers.js:55 adding

statuses = Array.from(statuses);
statuses.unshift(this.getId(name));

seems to fix.

image

DFreds commented 11 months ago

Fixed in next release