add impl of rollitem

This commit is contained in:
Lyle hayhurst
2021-06-06 11:14:25 -05:00
parent 57812d0863
commit 5c6a4a4223

View File

@@ -22,6 +22,10 @@ export class wfrp4e {
return this.getWounds(token);
}
rollItem(item) {
return Gamepad.wfrp4e.utility.rollItemMacro(item.name, item.type, false);
}
getTempHP(token) {
return;
}