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",