diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 35825de3..c6e4685d 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -243,7 +243,7 @@ {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-categorie-competences-partial.html" competences=competenceByCategory.tir categorie="Compétences de Tir"}} {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-categorie-competences-partial.html" competences=competenceByCategory.lancer categorie="Compétences de Lancer"}} {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-categorie-competences-partial.html" competences=competenceByCategory.connaissance categorie="Connaissances"}} - {{#if data.attributs.hautrevant.value}} + {{#if (or data.attributs.hautrevant.value options.montrerArchetype)}} {{> "systems/foundryvtt-reve-de-dragon/templates/actor-sheet-categorie-competences-partial.html" competences=competenceByCategory.draconic categorie="Draconic"}} {{/if}}