From bafaaad6b491bf0d4159f748677b5d00d203a5f9 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Wed, 12 Jan 2022 12:09:36 +0100 Subject: [PATCH] Fix v9 --- modules/yggdrasill-actor.js | 2 +- styles/simple.css | 4 ++++ system.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/yggdrasill-actor.js b/modules/yggdrasill-actor.js index e416b6c..97d0140 100644 --- a/modules/yggdrasill-actor.js +++ b/modules/yggdrasill-actor.js @@ -225,7 +225,7 @@ export class YggdrasillActor extends Actor { } /* -------------------------------------------- */ getInitiativeScore() { - if ( this.type == 'character') { + if ( this.type == 'personnage') { return this.data.data.caracsecondaire.reaction.max; } else { return this.data.data.attributs.physique.values.defaut.value; diff --git a/styles/simple.css b/styles/simple.css index cb2074e..8d96035 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -548,6 +548,10 @@ section.sheet-body:after { text-align: center; } +#combat #combat-round .encounters a { + color: #3f1f1f; +} + /* ======================================== */ /* Global UI elements */ diff --git a/system.json b/system.json index e911b15..1d14ae3 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "fvtt-yggdrasill", "title": "Yggdrasill", "description": "Système non-officiel Yggdrasill (7ièm Cercle) pour FoundryVTT", - "version": "1.1.7", + "version": "1.1.9", "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "0.8.0", "compatibleCoreVersion": "9",