Skip to content

Commit

Permalink
Update bugs-main.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlonelybugbear committed Jul 16, 2024
1 parent a36f6ae commit dbc0f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bugs-main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ Hooks.on('midi-qol.ready', () => {

const dfredsID = 'dfreds-convenient-effects';
if (game.modules.get(dfredsID)?.active && game.settings.get(dfredsID, 'modifyStatusEffects') == 'replace') {
statusEffects.staticID('flanked') = { }; //Expect error: making sure these will get an _id, as Status effects with implicit statuses must have a static _id
statusEffects.staticID('inaudible') = { };
statusEffects[staticID('flanked')] = { }; //Expect error: making sure these will get an _id, as Status effects with implicit statuses must have a static _id
statusEffects[staticID('inaudible')] = { };
changeDFredsStatusEffects();
}

Expand Down

0 comments on commit dbc0f44

Please sign in to comment.