Merge branch 'feature/roll-item-refactoring' into feature/wfrp4

This commit is contained in:
Lyle hayhurst
2021-06-06 11:12:16 -05:00
6 changed files with 21 additions and 7 deletions

View File

@@ -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);
}
}