diff --git a/module/testing/end-to-end.mjs b/module/testing/end-to-end.mjs index 2d51a6e2..6397a60d 100644 --- a/module/testing/end-to-end.mjs +++ b/module/testing/end-to-end.mjs @@ -196,7 +196,7 @@ export class HeroSystem6eEndToEndTest { return; } - const saveWorldTime = game.time.worldTime; + //const saveWorldTime = game.time.worldTime; while (aidValue !== 0) { // Advance world time 12 seconds diff --git a/module/utility/adjustment.mjs b/module/utility/adjustment.mjs index 48da4349..923241f5 100644 --- a/module/utility/adjustment.mjs +++ b/module/utility/adjustment.mjs @@ -236,23 +236,23 @@ function _createAEChangeBlock(targetCharOrPower, targetSystem) { }; } -function _createAEChange(activeEffect, key, value, seconds, source, activePoints) { - activeEffect.changes ??= []; - activeEffect.changes.push({ - key, - value, - mode: CONST.ACTIVE_EFFECT_MODES.ADD, - }); - // activeEffect.flags ??= {}; - // activeEffect.flags.changes ??= []; - // activeEffect.flags.changes.push({ seconds, source, activePoints, startTime: game.time.worldTime }); - - // Trying system approach - activeEffect.system ??= {}; - activeEffect.system.changes ??= []; - activeEffect.system.changes.push({ seconds, source, activePoints, startTime: game.time.worldTime }); - return activeEffect; -} +// function _createAEChange(activeEffect, key, value, seconds, source, activePoints) { +// activeEffect.changes ??= []; +// activeEffect.changes.push({ +// key, +// value, +// mode: CONST.ACTIVE_EFFECT_MODES.ADD, +// }); +// // activeEffect.flags ??= {}; +// // activeEffect.flags.changes ??= []; +// // activeEffect.flags.changes.push({ seconds, source, activePoints, startTime: game.time.worldTime }); + +// // Trying system approach +// activeEffect.system ??= {}; +// activeEffect.system.changes ??= []; +// activeEffect.system.changes.push({ seconds, source, activePoints, startTime: game.time.worldTime }); +// return activeEffect; +// } function _determineEffectDurationInSeconds(item, rawActivePointsDamage) { let durationOptionId; diff --git a/scss/components/_junk.scss b/scss/components/_junk.scss index 36ce47ed..26bf12ac 100644 --- a/scss/components/_junk.scss +++ b/scss/components/_junk.scss @@ -228,5 +228,5 @@ li.directory-item.child-item { // } .dialog.end-to-end-testing .window-content { - background: rgba(255, 255, 255, 80%); + background: rgba(255 255 255 80%); }