Skip to content

Commit

Permalink
Add effectTraits to featTraits propagations (#15100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs authored Jun 15, 2024
1 parent 74eaf9d commit 8a2487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/system/settings/homebrew/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const HOMEBREW_TRAIT_KEYS = [
const TRAIT_PROPAGATIONS = {
creatureTraits: ["ancestryTraits"],
equipmentTraits: ["armorTraits", "consumableTraits"],
featTraits: ["actionTraits"],
featTraits: ["actionTraits", "effectTraits"],
weaponTraits: ["npcAttackTraits"],
} as const;

Expand Down

0 comments on commit 8a2487e

Please sign in to comment.