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

@@ -315,8 +315,8 @@ export class TokenHelper{
return this.system.getSpellUses(token,level,item);
}
rollItem(item) {
return this.system.rollItem(item);
rollItem(item, settings) {
return this.system.rollItem(item, settings);
}
/**