Minor fixes

This commit is contained in:
2022-09-12 23:06:13 +02:00
parent cdf2248afa
commit f57b57e57f
6 changed files with 83 additions and 65 deletions

View File

@@ -158,6 +158,9 @@ export class CrucibleActorSheet extends ActorSheet {
html.find('.roll-shield-die').click((event) => {
this.actor.rollShieldDie()
});
html.find('.roll-target-die').click((event) => {
this.actor.rollDefenseRanged()
});
html.find('.roll-save').click((event) => {
const saveKey = $(event.currentTarget).data("save-key")