diff --git a/package-lock.json b/package-lock.json index b631343f..c4b848c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3119,7 +3119,7 @@ } }, "foundry-vtt-types": { - "version": "github:League-of-Foundry-Developers/foundry-vtt-types#71dbbcc8e94b8ffeb9e7295f1cb2af73f2d0c3d0", + "version": "github:League-of-Foundry-Developers/foundry-vtt-types#4890983e397a28026b0a38c4081fb284ff97020a", "from": "github:League-of-Foundry-Developers/foundry-vtt-types#foundry-0.7.9", "dev": true, "requires": { diff --git a/src/module/ds4.ts b/src/module/ds4.ts index e0430975..988f5b88 100644 --- a/src/module/ds4.ts +++ b/src/module/ds4.ts @@ -13,7 +13,7 @@ import { migration } from "./migrations"; Hooks.once("init", async function () { console.log(`DS4 | Initializing the DS4 Game System\n${DS4.ASCII}`); - game["DS4"] = { + game.DS4 = { DS4Actor, DS4Item, DS4,