Merge branch 'feature/roll-item-refactoring' into feature/wfrp4
This commit is contained in:
@@ -246,4 +246,8 @@ export class TokenHelper{
|
||||
getSpellUses(token,level,item) {
|
||||
return this.system.getSpellUses(token,level,item);
|
||||
}
|
||||
|
||||
rollItem(item) {
|
||||
return this.system.rollItem(item);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user