Fix #95 message for GM

This commit is contained in:
2022-10-05 10:24:42 +02:00
parent 6e69e151c5
commit a68db10676
6 changed files with 18 additions and 4 deletions

View File

@@ -869,6 +869,12 @@
<label class="generic-label">Hair</label>
<input type="text" class="" name="system.biodata.hair" value="{{data.biodata.hair}}" data-dtype="String" />
</li>
{{#if isGM}}
<li class="item flexrow">
<label class="generic-label">Manual bonuses only ?</label>
<input type="checkbox" class="change-worstfear" name="system.biodata.noautobonus" {{checked data.biodata.noautobonus}} />
</li>
{{/if}}
</ul>
</div>
<div>