Disable AE legacy transferral

This commit is contained in:
Oliver-Akins 2024-04-18 23:34:05 -06:00
parent 761961a7fb
commit 5f1dc53a91

View file

@ -40,6 +40,7 @@ import DOTDUNGEON from "./config.mjs";
Hooks.once(`init`, async () => { Hooks.once(`init`, async () => {
console.debug(`.dungeon | Initializing`); console.debug(`.dungeon | Initializing`);
CONFIG.ActiveEffect.legacyTransferral = false;
loadSettings(); loadSettings();