FIX: Creation rolls

master
U~man 2020-07-26 23:54:33 +02:00
parent 6da300519a
commit 695951ee82
1 changed files with 3 additions and 6 deletions

View File

@ -88,12 +88,9 @@ export class OseCharacterCreator extends FormApplication {
const label = score != "gold" ? game.i18n.localize(`OSE.scores.${score}.long`) : "Gold"; const label = score != "gold" ? game.i18n.localize(`OSE.scores.${score}.long`) : "Gold";
const rollParts = ["3d6"]; const rollParts = ["3d6"];
const data = { const data = {
...this.object.data, roll: {
...{ type: "result"
rollData: { }
type: "result"
},
},
}; };
// Roll and return // Roll and return
return OseDice.Roll({ return OseDice.Roll({