Skip to content

Commit

Permalink
Changing effect.core.flags.sourceId to effect.sourceId
Browse files Browse the repository at this point in the history
  • Loading branch information
mysurvive committed Sep 11, 2024
1 parent 9aac1cf commit ce82fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/implements/implementBenefits/chalice.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Hooks.once("init", () => {

const hasChaliceEnabled =
targetTokens[thaum.id].token.actor.itemTypes.effect.find(
(e) => e.flags.core.sourceId === CHALICE_ADEPT_ENABLED_UUID
(e) => e.sourceId === CHALICE_ADEPT_ENABLED_UUID
)?.system.expired === false;

if (
Expand Down

0 comments on commit ce82fa6

Please sign in to comment.