Ovale Spell Priority

Ovale Spell Priority

6M Downloads

Conduit() condition is not correct

johnnylam88 opened this issue ยท 2 comments

commented

The Conduit() condition returns true as long as the conduit is installed anywhere in the soulbind tree, even if the current tree path doesn't go through the installed conduit.

commented

I have created a new soulbind state module that supersedes the existing conduit module and allows for correctly checking whether a conduit is active as well as whether a soulbind trait is active. I'll submit a pull-up after more testing.

commented

I've just noticed that the Soulbind() condition as currently implemented doesn't match how it's used in the default scripts. This is also fixed in my upcoming pullup for this issue.