Opposite tests

This commit is contained in:
2020-06-11 00:29:32 +02:00
parent 89f31a590a
commit b16e977b19
79 changed files with 184 additions and 35 deletions

View File

@ -75,12 +75,7 @@ export class RdDRollDialog extends Dialog {
$("#bonusmalus").val( rollData.bmValue );
updateRollResult(rollData);
});
// Replace again the button action, as i overwritten it
//$('button').click((event) => {
//mydialog.data.actor.performRoll(rollData);
//});
// Update !
$('#bonusmalus').click((event) => {
rollData.bmValue = event.currentTarget.value; // Update the selected bonus/malus