Added "Gm Monitor" & reset void point to gm toolbox

This commit is contained in:
Vlyan
2021-08-13 16:12:49 +02:00
parent d13ec4049c
commit d7059f09fa
16 changed files with 533 additions and 54 deletions

View File

@@ -19,7 +19,6 @@ import { RollL5r5e } from "./dice/roll.js";
import { DicePickerDialog } from "./dice/dice-picker-dialog.js";
import { RollnKeepDialog } from "./dice/roll-n-keep-dialog.js";
import { CombatL5r5e } from "./combat.js";
import { GmToolsDialog } from "./dialogs/gm-tools-dialog.js";
// Items
import { ItemL5r5e } from "./item.js";
import { ItemSheetL5r5e } from "./items/item-sheet.js";
@@ -38,6 +37,8 @@ import { JournalL5r5e } from "./journal.js";
import { BaseJournalSheetL5r5e } from "./journals/base-journal-sheet.js";
// Specific
import { MigrationL5r5e } from "./migration.js";
import { GmToolbox } from "./gm/gm-toolbox.js";
import { GmMonitor } from "./gm/gm-monitor.js";
/* ------------------------------------ */
/* Initialize system */
@@ -84,7 +85,8 @@ Hooks.once("init", async () => {
ActorL5r5e,
DicePickerDialog,
RollnKeepDialog,
GmToolsDialog,
GmToolbox,
GmMonitor,
HelpDialog,
sockets: new SocketHandlerL5r5e(),
migrations: MigrationL5r5e,