From b962f9ed417d43a487e3b269691662ae5ee2c798 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Fri, 10 Feb 2023 20:31:18 +0100 Subject: [PATCH] Update description data --- modules/warhero-actor-sheet.js | 2 +- styles/simple.css | 3 +++ system.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/warhero-actor-sheet.js b/modules/warhero-actor-sheet.js index 2591039..18220c3 100644 --- a/modules/warhero-actor-sheet.js +++ b/modules/warhero-actor-sheet.js @@ -56,7 +56,7 @@ export class WarheroActorSheet extends ActorSheet { competency: this.actor.getCompetency(), race: duplicate(race), class: duplicate(this.actor.getClass()), - moneys: duplicate(this.actor.getMoneys()), + //moneys: duplicate(this.actor.getMoneys()), description: await TextEditor.enrichHTML(this.object.system.biodata.description, {async: true}), notes: await TextEditor.enrichHTML(this.object.system.biodata.notes, {async: true}), options: this.options, diff --git a/styles/simple.css b/styles/simple.css index aec56f2..f4dbef7 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1548,3 +1548,6 @@ form .notes { .directory .directory-header .header-search input { color: rgba(52, 52, 52, 0.95); } +a.content-link, a.inline-roll { + color: #222; +} \ No newline at end of file diff --git a/system.json b/system.json index e0e1965..67cac8f 100644 --- a/system.json +++ b/system.json @@ -101,7 +101,7 @@ "styles": [ "styles/simple.css" ], - "version": "10.0.23", + "version": "10.0.24", "compatibility": { "minimum": "10", "verified": "10", @@ -109,7 +109,7 @@ }, "title": "Warhero RPG", "manifest": "https://www.uberwald.me/gitea/public/fvtt-warhero/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/uberwald/fvtt-warhero/archive/fvtt-warhero-10.0.23.zip", + "download": "https://www.uberwald.me/gitea/uberwald/fvtt-warhero/archive/fvtt-warhero-10.0.24.zip", "url": "https://www.uberwald.me/gitea/public/fvtt-warhero", "background": "images/ui/warhero_welcome_page.webp", "id": "fvtt-warhero"