Skip to content

Commit

Permalink
fix: add icon for embedded AE in JournalEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Jan 31, 2025
1 parent 628a708 commit 5304966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/twodsix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5304966

Please sign in to comment.