Ajout macro roll

This commit is contained in:
2024-01-02 23:34:38 +01:00
parent 5c4c6d73ee
commit c7c26c0033
147 changed files with 437 additions and 345 deletions

View File

@ -17,6 +17,7 @@ import { BoLHotbar } from "./system/bol-hotbar.js"
import { BoLAdventureGenerator } from "./system/bol-adventure-generator.js"
import { BoLCommands} from "./system/bol-commands.js"
import { BoLCharacterSummary} from "./system/bol-character-summary.js"
import { BoLRoll} from "./controllers/bol-rolls.js"
/* -------------------------------------------- */
Hooks.once('init', async function () {
@ -25,6 +26,7 @@ Hooks.once('init', async function () {
BoLActor,
BoLItem,
BoLHotbar,
BoLRoll,
macros: Macros,
config: BOL
};