From cd06d2e5ece6005e9c6a31dbaf258810e0cbbda6 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Mon, 19 Jan 2026 20:18:16 +0100 Subject: [PATCH] Fix roll with armor 0 --- module/bol.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/bol.js b/module/bol.js index e604e23..02d8160 100644 --- a/module/bol.js +++ b/module/bol.js @@ -19,7 +19,7 @@ import { BoLCommands } from "./system/bol-commands.js" import { BoLRoll } from "./controllers/bol-rolls.js" /* -------------------------------------------- */ -const BOL_WELCOME_MESSAGE_URL = "https://www.uberwald.me/gitea/public/bol/raw/branch/main/welcome-message-bol.html" +const BOL_WELCOME_MESSAGE_URL = "https://www.uberwald.me/gitea/public/bol/raw/branch/v13/welcome-message-bol.html" /* -------------------------------------------- */ Hooks.once('init', async function () { @@ -118,7 +118,7 @@ function welcomeMessage() { } /* -------------------------------------------- */ -function welcomeMessage() { +function welcomeMessageRepository() { if (game.user.isGM) { // Try to fetch the welcome message from the github repo "welcome-message-ecryme.html" fetch(BOL_WELCOME_MESSAGE_URL) @@ -150,7 +150,7 @@ Hooks.once('ready', async function () { ) welcomeMessage() - welcomeMessage(); + welcomeMessageRepository(); // User warning if (!game.user.isGM && game.user.character == undefined) {