Skip to content

Commit

Permalink
Resolve roll note predicates (foundryvtt#10201)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez committed Sep 19, 2023
1 parent dc0fc00 commit 706ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/rules/rule-element/roll-note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class RollNoteRuleElement extends RuleElementPF2e<RollNoteSchema> {
selector,
title: title ? this.getReducedLabel(title) : null,
text,
predicate: this.predicate,
predicate: this.resolveInjectedProperties(this.predicate),
outcome: this.outcome,
visibility: this.visibility,
rule: this,
Expand Down

0 comments on commit 706ce9b

Please sign in to comment.