migrate virtual augments to native Daggerheart weapon features and remove legacy injection logic
This commit is contained in:
parent
689a9ec2ff
commit
5e14c2a178
15 changed files with 62 additions and 137 deletions
|
|
@ -120,6 +120,9 @@ Hooks.once('ready', async () => {
|
|||
if (game.settings.get(MODULE_ID, "enableCurrencyOverride")) {
|
||||
await overrideCurrency();
|
||||
}
|
||||
|
||||
// Sync to Native Homebrew
|
||||
await syncIkonisToHomebrew();
|
||||
}
|
||||
|
||||
await loadIkonisFeatures();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue