forked from public/foundryvtt-reve-de-dragon
Roll window is now working for simple skills
This commit is contained in:
@ -119,7 +119,11 @@ export class RdDActor extends Actor {
|
||||
}
|
||||
},
|
||||
default: "rollButton"
|
||||
}).render(true);
|
||||
}, {
|
||||
classes: ["rdddialog"],
|
||||
width: 600,
|
||||
height: 320
|
||||
} ).render(true);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user