diff --git a/src/scripts/ui/inline-roll-links.ts b/src/scripts/ui/inline-roll-links.ts index 9209f2c08d2..6d2e46c015d 100644 --- a/src/scripts/ui/inline-roll-links.ts +++ b/src/scripts/ui/inline-roll-links.ts @@ -265,6 +265,7 @@ export class InlineRollLinks { : [], rollOptions: [ item?.isOfType("action", "feat") ? `${opposingRole}:action:slug:${item.slug}` : null, + ...extraRollOptions, ].filter(R.isTruthy), }); if (defenseStat) {