Fix poison active

This commit is contained in:
2021-11-03 22:58:34 +01:00
parent 195b0bb869
commit 3e14b646c5
4 changed files with 8 additions and 3 deletions

View File

@ -12,6 +12,10 @@
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="form-group">
<label for="xp">Actif ? </label>
<input class="attribute-value" type="checkbox" name="data.active" {{#if data.active}}checked{{/if}}/>
</div>
{{#if (or isGM data.identifie)}}
<div class="form-group">
<label for="xp">Identifiée ? </label>