Dice dialog v1 and Minus all key in template and long files

This commit is contained in:
Vlyan
2020-12-10 13:51:18 +01:00
parent 1d3ec4c274
commit ca69a8f182
25 changed files with 538 additions and 507 deletions

View File

@@ -133,6 +133,6 @@ export class ActorSheetL5r5e extends ActorSheet {
async _onSkillClicked(skillId) {
console.log("Clicked on skill " + skillId);
// TODO
new game.l5r5e.DicePickerDialog({ skillId: skillId, actor: this.actor }).render();
}
}