Initial import

This commit is contained in:
2023-11-26 17:00:12 +01:00
parent 09b89f794f
commit 386ce186af
64 changed files with 268 additions and 247 deletions

View File

@@ -36,7 +36,7 @@ Hooks.once("init", async function () {
};
/* -------------------------------------------- */
game.socket.on("system.fvtt-wasteland-rpg", data => {
game.socket.on("system.fvtt-wasteland", data => {
WastelandUtility.onSocketMesssage(data);
});
@@ -114,11 +114,6 @@ Hooks.once("ready", function () {
});
}
// CSS patch for v9
if (game.version) {
let sidebar = document.getElementById("sidebar");
sidebar.style.width = "min-content";
}
registerUsageCount('fvtt-wasteland')
welcomeMessage();
});