Fix 0.8.0
This commit is contained in:
@@ -20,7 +20,7 @@ export const referenceAjustements = {
|
||||
competence: {
|
||||
isUsed: (rollData, actor) => rollData.competence,
|
||||
getLabel: (rollData, actor) => rollData.competence?.name,
|
||||
getValue: (rollData, actor) => rollData.competence?.data?.niveau,
|
||||
getValue: (rollData, actor) => rollData.competence?.data?.data.niveau,
|
||||
},
|
||||
meditation: {
|
||||
isUsed: (rollData, actor) => rollData.meditation,
|
||||
|
Reference in New Issue
Block a user