diff --git a/src/twodsix.ts b/src/twodsix.ts index ae83d0c31..69f3c7ea9 100644 --- a/src/twodsix.ts +++ b/src/twodsix.ts @@ -67,6 +67,7 @@ Hooks.once('init', async function () { }; CONFIG.ActiveEffect.legacyTransferral = false; + CONFIG.ActiveEffect.sidebarIcon = "fa-solid fa-person-rays"; // Actor CONFIG.Actor.documentClass = TwodsixActor;