diff --git a/README.md b/README.md
index 826505f..18b0993 100644
--- a/README.md
+++ b/README.md
@@ -3,16 +3,19 @@
- finalize readme
# Lock The Sheets! for Foundry VTT
-
+
- |
-
+ | |
+
+
+ |
+
- Be a gatekeeper! Be the keymaster!
-
- Lock and unlock all character sheets at once with just one click.
- Never ever watch your players accidentally delete that beloved item from their inventory again ("Uuuugh... NOOOOO!")...
- or let that nasty cheater among them mess around secretly with his hitpoints ("AAAAArrrrgh!").
+ Oh Game Master, thou shalt be the gatekeeper!
+
+ Lock and unlock all your players' character sheets at once with just one click.
+ May you never ever again watch them accidentally delete that beloved item from their inventory ("Uuuugh... NOOOOO!")...
+ or let those nasty cheaters among them mess around secretly with their hitpoints ("AAAAArrrrgh!").
|
diff --git a/src/lock-the-sheets/artwork/lock-the-sheets-banner.jpg b/src/lock-the-sheets/artwork/lock-the-sheets-banner.jpg
new file mode 100644
index 0000000..d80c8be
Binary files /dev/null and b/src/lock-the-sheets/artwork/lock-the-sheets-banner.jpg differ
diff --git a/src/lock-the-sheets/artwork/lock-the-sheets-banner.png b/src/lock-the-sheets/artwork/lock-the-sheets-banner.png
deleted file mode 100644
index 2306d49..0000000
Binary files a/src/lock-the-sheets/artwork/lock-the-sheets-banner.png and /dev/null differ
diff --git a/src/lock-the-sheets/module.json b/src/lock-the-sheets/module.json
index edae312..56cf787 100644
--- a/src/lock-the-sheets/module.json
+++ b/src/lock-the-sheets/module.json
@@ -1,7 +1,7 @@
{
"id": "lock-the-sheets",
"title": "Lock The Sheets!",
- "description": "Lock and unlock all character sheets at once as the GM with just one click! Protect your players from accidental changes, or prevent cheating.",
+ "description": "Oh Game Master, thou shalt be the gatekeeper! Lock and unlock all your players' character sheets at once with just one click. May you never ever again watch them accidentally delete that beloved item from their inventory (\"Uuuugh... NOOOOO!\")... or let those nasty cheaters among them mess around secretly with their hitpoints (\"AAAAArrrrgh!\").",
"version": "1.0.0",
"url": "https://github.com/coffiarts/FoundryVTT-lock-the-sheets",
"manifest": "https://github.com/coffiarts/FoundryVTT-lock-the-sheets/releases/download/latest/module.json",
@@ -16,8 +16,8 @@
"media": [
{
"type": "setup",
- "url": "modules/lock-the-sheets/artwork/lock-the-sheets-logo.png",
- "thumbnail": "modules/lock-the-sheets/artwork/lock-the-sheets-banner.png",
+ "url": "modules/lock-the-sheets/artwork/lock-the-sheets-banner.jpg",
+ "thumbnail": "modules/lock-the-sheets/artwork/lock-the-sheets-banner.jpg",
"loop": false,
"flags": {}
}
diff --git a/src/lock-the-sheets/scripts/chatinfo.js b/src/lock-the-sheets/scripts/chatinfo.js
index 5a2137f..7e15ec5 100644
--- a/src/lock-the-sheets/scripts/chatinfo.js
+++ b/src/lock-the-sheets/scripts/chatinfo.js
@@ -7,7 +7,8 @@ export class ChatInfo {