foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html
2022-06-12 08:17:59 +02:00

7 lines
186 B
HTML

{{#if options.isGM}}
<h3>Notes du MJ : </h3>
<div class="form-group editor">
{{editor system.notesmj target="system.notesmj" button=true owner=owner editable=editable}}
</div>
{{/if}}