mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Fixed so trait modifier comes along correctly
This commit is contained in:
parent
998e91004e
commit
bc840384bf
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export const enrichedDualityRoll = async (
|
||||||
event: event ?? {},
|
event: event ?? {},
|
||||||
title: title,
|
title: title,
|
||||||
roll: {
|
roll: {
|
||||||
modifier: traitValue && target ? target.system.traits[traitValue].value : null,
|
trait: traitValue && target ? traitValue : null,
|
||||||
label: label,
|
label: label,
|
||||||
difficulty: difficulty,
|
difficulty: difficulty,
|
||||||
advantage,
|
advantage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue