Closed eclarke12 closed 4 years ago
I am guessing that CUB looks at the chat card for the spell to decide if the spell requires concentration. When a spell is cast that requires a saving throw the normal chat card is not displayed by minor-qol - just the saving throw roll so there is nothing for cub to find. I'll see if I can include the data that CUB is looking for in the save chat card that minor-qol generates
I had a quick look and I can add the div that cub is looking for - data-item-id easily. So I will push that out in the next minor-qol release and there should be no change required to CUB. I've tested in on one case and it seems to work - therefore it will work with all possible cases :)
Awesome! Yeah I try to use the native functionality from the system (eg. data-item-id) so that I can stay aligned with core.
On Tue, May 5, 2020 at 6:50 AM tposney notifications@github.com wrote:
I had a quick look and I can add the div that cub is looking for - data-item-id easily. So I will push that out in the next minor-qol release and there should be no change required to CUB. I've tested in on one case and it seems to work - therefore it will work with all possible cases :)
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/death-save/combat-utility-belt/issues/145#issuecomment-624067396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEI2JM2TBODY7ASQXLEDVLRQAKSBANCNFSM4MYOKCUQ .
fixed in minor QOL
youngfoxToday at 9:43 PM @tposney @errational [UTC-7] Looks like when both CUB and MQoL are enabled Concentration activates with spells when there is no saving throw, but not when saving throws are requested.