Add ability to select custom status icons #44

Merged
Oliver merged 5 commits from feature/custom-status-icons into main 2026-02-13 04:20:20 +00:00
Showing only changes of commit fd42d08e0b - Show all commits

View file

@ -67,7 +67,6 @@ export class StatusEffectIconConfig extends HandlebarsApplicationMixin(Applicati
this.#overrides ??= game.settings.get(__ID__, customStatusIconsKey);
this.#originalOverrides ??= foundry.utils.deepClone(this.#overrides);
// console.log({ original: this.#originalOverrides, current: this.#overrides });
Oliver marked this conversation as resolved

Remove this log

Remove this log
ctx.effects = [];
for (const effect of effects) {