Conduit() condition is not correct
johnnylam88 opened this issue ยท 2 comments
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.
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.