mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Fixed /dr without target failing resource update
This commit is contained in:
parent
acafd2c8b9
commit
5b61340fee
3 changed files with 4 additions and 2 deletions
|
|
@ -86,9 +86,9 @@ export const enrichedDualityRoll = async (
|
|||
const config = {
|
||||
event: event ?? {},
|
||||
title: title,
|
||||
headerTitle: label,
|
||||
roll: {
|
||||
trait: traitValue && target ? traitValue : null,
|
||||
label: label,
|
||||
difficulty: difficulty,
|
||||
advantage,
|
||||
type: reaction ? 'reaction' : null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue