Petites améliorations de la feuille de personnage #561

Merged
uberwald merged 7 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2022-10-04 06:47:39 +02:00
Showing only changes of commit b2d4dc5d00 - Show all commits

View File

@ -1,12 +1,10 @@
{{#if options.isGM}}
<li class="item flexrow">
<span>
<a class="chat-card-button forcer-tmr-aleatoire">Ré-insertion aléatoire (ie TMR cachée)</a>
<a class="chat-card-button forcer-tmr-aleatoire">Ré-insertion aléatoire</a>
</span>
<span>
<a class="chat-card-button afficher-tmr">
{{#if hautreve.cacheTMR}}Montrer les TMR{{else}}Cacher les TMR{{/if}}
</a>
<a class="chat-card-button afficher-tmr">{{#if hautreve.cacheTMR}}Montrer les TMR{{else}}Cacher les TMR{{/if}}</a>
</span>
</li>
{{/if}}