mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +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 ?? {},
|
||||
title: title,
|
||||
roll: {
|
||||
modifier: traitValue && target ? target.system.traits[traitValue].value : null,
|
||||
trait: traitValue && target ? traitValue : null,
|
||||
label: label,
|
||||
difficulty: difficulty,
|
||||
advantage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue