vehicules pour la feuille de groupe - v0.0.14
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
"systems/vermine2047/templates/actor/parts/actor-stories.hbs",
|
||||
"systems/vermine2047/templates/actor/parts/actor-effects.html",
|
||||
|
||||
// Group partials
|
||||
"systems/vermine2047/templates/actor/parts/group-vehicles.hbs",
|
||||
"systems/vermine2047/templates/actor/parts/group-info.hbs",
|
||||
"systems/vermine2047/templates/actor/parts/group-items.hbs",
|
||||
"systems/vermine2047/templates/actor/parts/group-experience.hbs",
|
||||
|
||||
// additional templates
|
||||
"systems/vermine2047/templates/roll.hbs",
|
||||
]);
|
||||
|
||||
@@ -9,12 +9,12 @@ export const registerHooks = function () {
|
||||
});
|
||||
|
||||
// changement de la pause
|
||||
/*Hooks.on("renderPause", async function () {
|
||||
Hooks.on("renderPause", async function () {
|
||||
if ($("#pause").attr("class") !== "paused") return;
|
||||
$(".paused img").attr("src", 'systems/vermine2047/assets/images/ui/vermine_pause.webp');
|
||||
$(".paused img").css({ "opacity": 1});
|
||||
$("#pause.paused figcaption").text("Communauté endormie...");
|
||||
});*/
|
||||
});
|
||||
|
||||
// Hooks.on('renderChatLog', (log, html, data) => VermineFight.chatListeners(html));
|
||||
// Hooks.on('renderChatMessage', (message, html, data) => VermineFight.chatMessageHandler(message, html, data));
|
||||
|
||||
Reference in New Issue
Block a user