Skip to content

Commit

Permalink
Fix retrieval of action traits in item summaries (#14243)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Mar 16, 2024
1 parent cd72e17 commit f5f7ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/item/ability/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class AbilityItemPF2e<TParent extends ActorPF2e | null = ActorPF2e | null> exten
): Promise<RawItemChatData> {
return this.processChatData(htmlOptions, {
...this.system,
traits: this.traitChatData(CONFIG.PF2E.featTraits),
traits: this.traitChatData(),
});
}

Expand Down

0 comments on commit f5f7ac7

Please sign in to comment.