forked from public/foundryvtt-reve-de-dragon
Affichage des ajustements V2
This commit is contained in:
@@ -76,8 +76,8 @@ export class RollPartSign extends RollPart {
|
||||
const current = this.getCurrent(rollData)
|
||||
if (current.surprise == 'demi') {
|
||||
return [
|
||||
{ label: 'Significative requise ' + Misc.getFractionOneN(current.diviseur), diff: undefined },
|
||||
...current.reasons.map(it => { return { label: '<i class="fa-solid fa-triangle-exclamation"></i> ' + it, diff: undefined } })
|
||||
{ label: 'Significative requise ' + Misc.getFractionOneN(current.diviseur) },
|
||||
...current.reasons.map(it => { return { label: '<i class="fa-solid fa-triangle-exclamation"></i> ' + it } })
|
||||
]
|
||||
}
|
||||
return []
|
||||
|
Reference in New Issue
Block a user