ApplicationV2 GM Toolbox and GM Monitor
This commit is contained in:
@@ -43,7 +43,7 @@ export default class HooksL5r5e {
|
||||
|
||||
// Settings TN and EncounterType
|
||||
if (game.user.isGM) {
|
||||
new game.l5r5e.GmToolbox().render(true);
|
||||
new game.l5r5e.GmToolbox().render(true);
|
||||
}
|
||||
|
||||
// ***** UI *****
|
||||
@@ -544,4 +544,11 @@ export default class HooksL5r5e {
|
||||
|
||||
await game.user.assignHotbarMacro(macro, slot);
|
||||
}
|
||||
|
||||
static async createCombatant(document, options, userId) {
|
||||
|
||||
console.log(document, options, userId);
|
||||
|
||||
new game.l5r5e.CombatActions().render(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user