Revamped Spellbook handling and clicking for all types
This commit is contained in:
@@ -841,7 +841,7 @@ export class TokenControl{
|
||||
|
||||
const item = items[itemNr];
|
||||
if (item != undefined) {
|
||||
tokenHelper.rollItem(item);
|
||||
tokenHelper.rollItem(item, settings);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user