migrate virtual augments to native Daggerheart weapon features and remove legacy injection logic

This commit is contained in:
CPTN Cosmo 2026-04-26 18:43:24 +02:00
parent 689a9ec2ff
commit 5e14c2a178
15 changed files with 62 additions and 137 deletions

View file

@ -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();