Added rollItem() family of methods

This commit is contained in:
Lyle hayhurst
2021-06-06 09:23:47 -05:00
parent ebdc1b5e5c
commit 560c3a573f
6 changed files with 23 additions and 1 deletions

View File

@@ -130,4 +130,8 @@ export class demonlord{
getSpellUses(token,level,item) {
return;
}
rollItem(item) {
return item.roll()
}
}