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

@@ -100,4 +100,15 @@ export const RegisterSettings = function () {
type: String,
default: "null",
});
/* ------------------------------------ */
/* GM Monitor windows (GM only) */
/* ------------------------------------ */
game.settings.register("l5r5e", "gm-monitor-actors", {
name: "Gm Monitor",
scope: "world", // for sync between gm
config: false,
type: Array,
default: [],
});
};