From 038e08539adaa04f7a3593cc3a75888242ec9e55 Mon Sep 17 00:00:00 2001 From: Shark that walks like a man <106829671+stwlam@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:56:14 -0500 Subject: [PATCH] Include "system.runes" as index field for item-filter choice sets (#16905) --- src/module/rules/rule-element/choice-set/rule-element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/rules/rule-element/choice-set/rule-element.ts b/src/module/rules/rule-element/choice-set/rule-element.ts index 3f417e3b29b..adbd6c8f38e 100644 --- a/src/module/rules/rule-element/choice-set/rule-element.ts +++ b/src/module/rules/rule-element/choice-set/rule-element.ts @@ -463,8 +463,8 @@ class ChoiceSetRuleElement extends RuleElementPF2e { "system.group", "system.level", "system.maxTakable", - "system.potencyRune", "system.range", + "system.runes", "system.sanctification", "system.slug", "system.traits",