Revamped Spellbook handling and clicking for all types

This commit is contained in:
kyamsil
2022-04-11 02:31:35 +01:00
parent 4d320a5f6c
commit 108c955ac2
3 changed files with 134 additions and 12 deletions

View File

@@ -841,7 +841,7 @@ export class TokenControl{
const item = items[itemNr];
if (item != undefined) {
tokenHelper.rollItem(item);
tokenHelper.rollItem(item, settings);
}
}