forked from public/foundryvtt-reve-de-dragon
Fix poison active
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user