Fix roll with armor 0
This commit is contained in:
@@ -124,7 +124,6 @@ function welcomeMessageRepository() {
|
|||||||
fetch(BOL_WELCOME_MESSAGE_URL)
|
fetch(BOL_WELCOME_MESSAGE_URL)
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(html => {
|
.then(html => {
|
||||||
console.log("Fetched welcome message:", html);
|
|
||||||
ChatMessage.create({
|
ChatMessage.create({
|
||||||
user: game.user.id,
|
user: game.user.id,
|
||||||
whisper: [game.user.id],
|
whisper: [game.user.id],
|
||||||
|
|||||||
Reference in New Issue
Block a user