Initial import
This commit is contained in:
@ -7,7 +7,7 @@ import { HeritiersRollDialog } from "./heritiers-roll-dialog.js";
|
||||
export class HeritiersCommands {
|
||||
|
||||
static init() {
|
||||
if (!game.system.hawkmoon.commands) {
|
||||
if (!game.system.lesheritiers.commands) {
|
||||
//const HeritiersCommands = new HeritiersCommands()
|
||||
//HeritiersCommands.registerCommand({ path: ["/char"], func: (content, msg, params) => HeritiersCommands.createChar(msg), descr: "Create a new character" });
|
||||
//game.system.mournblade.commands = HeritiersCommands
|
||||
|
Reference in New Issue
Block a user