Added new dialog settings to configure default skill list.

Added uuid compatibility for tooltips
This commit is contained in:
Vlyan
2023-01-13 15:38:15 +01:00
parent 0b3816587b
commit 1d42d2970d
13 changed files with 292 additions and 37 deletions

View File

@@ -44,6 +44,7 @@ import { MigrationL5r5e } from "./migration.js";
import { GmToolbox } from "./gm/gm-toolbox.js";
import { GmMonitor } from "./gm/gm-monitor.js";
import { Storage } from "./storage.js";
import { DefaultSkillsDialogL5r5e } from "./settings/default-skills-dialog.js";
/* ------------------------------------ */
/* Initialize system */
@@ -93,6 +94,7 @@ Hooks.once("init", async () => {
GmToolbox,
GmMonitor,
HelpDialog,
DefaultSkillsDialogL5r5e,
storage: new Storage(),
sockets: new SocketHandlerL5r5e(),
migrations: MigrationL5r5e,