Initial release
This commit is contained in:
@ -7,11 +7,11 @@ import { MaleficesRollDialog } from "./malefices-roll-dialog.js";
|
||||
export class MaleficesCommands {
|
||||
|
||||
static init() {
|
||||
if (!game.system.Malefices.commands) {
|
||||
const MaleficesCommands = new MaleficesCommands();
|
||||
if (!game.system.malefices.commands) {
|
||||
const commands = new MaleficesCommands();
|
||||
//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.Malefices.commands = MaleficesCommands;
|
||||
game.system.malefices.commands = commands;
|
||||
}
|
||||
}
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user