Added rollItem() family of methods
This commit is contained in:
@@ -739,7 +739,9 @@ export class TokenControl{
|
||||
items = this.sortItems(items);
|
||||
|
||||
const item = items[itemNr];
|
||||
if (item != undefined) item.roll();
|
||||
if (item != undefined) {
|
||||
tokenHelper.rollItem(item);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user