Skip to content

Commit

Permalink
Update bugs-main.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlonelybugbear authored Jul 16, 2024
1 parent aaf1777 commit 0e5ff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bugs-main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Hooks.on('midi-qol.ready', () => {
];
}
if (!aedata.origin) updateSource.origin = actor.uuid;
if (!aedata._source._id && !aedata.name.includes('Convenient Effect')) updateSource._id = staticID(aedata.name.toLowerCase())
if (!aedata._id && foundry.utils.getProperty(ae.flags, 'dfreds-convenient-effects.isConvenient')) updateSource._id = staticID(aedata.name.toLowerCase())
ae.updateSource(updateSource);
});

Expand Down

0 comments on commit 0e5ff58

Please sign in to comment.