diff --git a/module/enrichers/DualityRollEnricher.mjs b/module/enrichers/DualityRollEnricher.mjs index 2b968945..65fc69ea 100644 --- a/module/enrichers/DualityRollEnricher.mjs +++ b/module/enrichers/DualityRollEnricher.mjs @@ -84,7 +84,7 @@ export const enrichedDualityRoll = async ( event: event ?? {}, title: title, roll: { - modifier: traitValue && target ? target.system.traits[traitValue].value : null, + trait: traitValue && target ? traitValue : null, label: label, difficulty: difficulty, advantage,