forked from public/foundryvtt-reve-de-dragon
Affichage des ajustements V2
This commit is contained in:
@@ -35,7 +35,7 @@ export class RollPartCheckbox extends RollPart {
|
||||
getAjustements(rollData) {
|
||||
const current = this.getCurrent(rollData)
|
||||
if (current.checked) {
|
||||
return [{ label: this.getCheckboxLabelAjustement(rollData), diff: current.value }]
|
||||
return [{ label: this.getCheckboxLabelAjustement(rollData), value: current.value }]
|
||||
}
|
||||
return []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user