Add ability to select custom status icons #44
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export class StatusEffectIconConfig extends HandlebarsApplicationMixin(Applicati
|
|||
meta: {
|
||||
idp: this.id,
|
||||
},
|
||||
showImageTaggerButton: game.modules.get(`image-tagger`).active,
|
||||
showImageTaggerButton: game.modules.get(`image-tagger`)?.active ?? false,
|
||||
};
|
||||
|
||||
const effects = Object.values(CONFIG.statusEffects);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue