forked from public/foundryvtt-reve-de-dragon
Test rencontres
This commit is contained in:
@ -15,6 +15,7 @@ import { RdDActorCreatureSheet } from "./actor-creature-sheet.js";
|
||||
import { RdDActorHumanoideSheet } from "./actor-humanoide-sheet.js";
|
||||
import { RdDActorEntiteSheet } from "./actor-entite-sheet.js";
|
||||
import { RdDUtility } from "./rdd-utility.js";
|
||||
import { TMRUtility } from "./tmr-utility.js";
|
||||
import { RdDCalendrier } from "./rdd-calendrier.js";
|
||||
import { RdDResolutionTable } from "./rdd-resolution-table.js";
|
||||
|
||||
@ -100,7 +101,8 @@ Hooks.once("init", async function() {
|
||||
|
||||
// Create useful storage space
|
||||
game.system.rdd = {
|
||||
rollDataHandler: {}
|
||||
rollDataHandler: {},
|
||||
TMRUtility: TMRUtility
|
||||
}
|
||||
// Create specific settings
|
||||
// game.settings.register("foundryvtt-reve-de-dragon", "configuration", {
|
||||
|
Reference in New Issue
Block a user