Found a bug with Concentration check. I Think it has to do with the concentration API but I post it here because it also happens when the concentration marker is applied by Combat Master
We used DD5 official sheet, In my game I have to ask for the concentration roll because some of my players have a feature that allow them to not have to make a concentration check below a certain damage threshold. It works well for some of them but produces an error if the character is proficient in constitution check. When it is the case it gives this error :
TypeError: Cannot read properties of undefined (reading '0')
TypeError: Cannot read properties of undefined (reading '0')
at apiscript.js:37662:80
at checkFinishedOps (eval at <anonymous> (/home/node/d20-api-server/api.js:172:1), <anonymous>:757:7)
at eval (eval at <anonymous> (/home/node/d20-api-server/api.js:172:1), <anonymous>:837:8)
at Timeout._onTimeout (/home/node/d20-api-server/node_modules/underscore/underscore-node-f.cjs:1079:17)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7)
I will also post this in a new post specific for the concentration API. HERE
Thx in advance