This commit is contained in:
Vlyan
2020-12-09 19:13:52 +01:00
parent 37ac1caf8b
commit 64975bedea
2 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,6 @@ export class DicePickerDialog extends Application {
skillData = {};
elementsList = [];
dicesList = [1, 2, 3, 4, 5, 6];
/**
* Assign the default options
@@ -66,7 +65,8 @@ export class DicePickerDialog extends Application {
*/
getData(options = null) {
return {
truc: true,
elementsList: this.elementsList,
dicesList: [1, 2, 3, 4, 5, 6],
};
}