mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
update pool missing for dispell test
This commit is contained in:
@@ -5739,6 +5739,8 @@ on('clicked:matrixattack', (info) => {
|
||||
myroll+="{{casttest=[[ [[" + calcDice + "]]d6>[[{2,(" + calcTN + ")}kh1]]!! ]] }}";
|
||||
console.log(myroll);
|
||||
startRoll(myroll, (results) => {
|
||||
updatepoolused("sorcery", results.results.sorcerydice.result);
|
||||
updatepoolused("spellpool", results.results.spellpool.result);
|
||||
finishRoll( results.rollId);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user