Add hotbar
This commit is contained in:
@@ -7,11 +7,11 @@ import { CrucibleRollDialog } from "./crucible-roll-dialog.js";
|
||||
export class CrucibleCommands {
|
||||
|
||||
static init() {
|
||||
if (!game.system.crucible.commands) {
|
||||
if (!game.system.cruciblerpg.commands) {
|
||||
const crucibleCommands = new CrucibleCommands();
|
||||
//crucibleCommands.registerCommand({ path: ["/char"], func: (content, msg, params) => crucibleCommands.createChar(msg), descr: "Create a new character" });
|
||||
//crucibleCommands.registerCommand({ path: ["/pool"], func: (content, msg, params) => crucibleCommands.poolRoll(msg), descr: "Generic Roll Window" });
|
||||
game.system.crucible.commands = crucibleCommands;
|
||||
game.system.cruciblerpg.commands = crucibleCommands;
|
||||
}
|
||||
}
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user