Added rollItem() family of methods
This commit is contained in:
@@ -130,4 +130,8 @@ export class demonlord{
|
||||
getSpellUses(token,level,item) {
|
||||
return;
|
||||
}
|
||||
|
||||
rollItem(item) {
|
||||
return item.roll()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user